/*
Theme Name: Brewers
Theme URI: http://brewers-hill.org/
Description: A theme created for Historic Brewers Hill Association
Author: Kari Braden
Author URI: http://gtcreativedesigns.com
Version: 1.0
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*##############################################################
GLOBAL STYLES FOR FORCE
##############################################################*/


*{border:0; padding:0; margin:0;}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

html, body {
	height: 100%;
}

/*********************************  FONTS  *********************************/
p{
	font-family: 'helvetica', sans-serif;
	font-weight:normal;
	color:#404041; /* dark grey */
	font-size:11pt;
	line-height:150%;
	padding-bottom:10px;

}

a{
	text-decoration:none;
	color: #c10b06; /* orange */
}

a:hover{
	text-decoration:underline;	
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;	
}

h1, h1 a{
	font-family: 'Playfair Display', serif;
	font-size:20pt;
	padding-bottom:14px;	
	color: #781a2c; /* maroon */	
	text-transform:uppercase;
}

h2{
	font-family: 'Playfair Display', serif;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
	color: #781a2c; /* maroon */
}

strong{
	font-weight:bold;
	color:#404041; /* dark grey */
}

em{
	font-style:italic
}


#full ul, #text ul{
	margin:0 0 20px 30px;
	list-style: Circle;
}

#full li, #text li{
	font-family: 'helvetica', sans-serif;
	font-weight:normal;
	color:#404041; /* dark grey */
	font-size:11pt;
	line-height:175%;
}

#full ul li ul, #text ul li ul{
	margin:0 0 3px 30px;
	list-style: Circle;
}



/*********************************  IMG & VIDEO  *********************************/

img, embed, object, video {
	max-width: 100%;
	height: auto;
}

.gallery-caption{
	margin-top:10px;
	font-family: 'helvetica', sans-serif;
	font-weight:normal;
	color:#4F5857; /* bluegrey */
	font-size:11pt;
	line-height:150%;
}

video {
	max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:50px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*********************************  WP SPECIFIC  *********************************/

.alignnone {
    margin: 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

/*********************************  CONTAINER  *********************************/


.container{
	width:100%;
	max-width:1400px;
	padding:0 5%;
	margin:0 auto;
}


/*********************************  HEADER  *********************************/

#fixedheader{
	position: fixed;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: 999;
	background-color:#fff; /* white */
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	box-shadow: 0px 0px 7px rgba(0,0,0,0.6);

}

#brickheader{
	width:100%;
	padding:10px 0;
	float:left;
	background:url(images/background.jpg) repeat;
	text-align:left;
}

#brickheader p{
	padding-bottom:0;
	text-align:right;
	font-size:10pt;
}

#brickheader a{
	color:#404041; /* dark grey */
}

#header{
	width:100%;
	padding:15px 0 0 0;
	float:left;

}

#logo{
	width:200px; 
	float:left;
	text-align:left;
}

#logo p {
    padding-bottom: 0px !important;
}

/*********************************  NAV  *********************************/


#topnav{
	width:80%;
	padding:15px 0 0 0;
	text-align:right;
	float:right;
}


.dropdowns nav, .dropdowns ul, .dropdowns li, .dropdowns a  {margin: 0; padding: 0;}

.dropdowns-header {
	float: left;
}

.dropdowns a {
	text-decoration: none;
}

@media (min-width:1000px) {
	.toggleMenu  {
    display:  none;
}
}

#topnav .menu {
    list-style: none;
     *zoom: 1;
}

#topnav .menu:before,
#topnav .menu:after {
    content: " "; 
    display: table; 
}

#topnav .menu:after {
    clear: both;
}

#topnav .menu ul {
    list-style: none;
}

#topnav .menu a, .dropdowns-header {
    padding: 10px 15px;
}

#topnav .menu li {
    position: relative;
}

#topnav .menu > li {
    float: left;
padding:0 6px;
}

#topnav .sub-menu li a{
padding:20px;
margin-right:2px;
}

#topnav .sub-menu li li a{
padding:20px;
}


#topnav .menu > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

#topnav .menu > li > a {
    display: block;
}

#topnav .menu li  ul {
    position: absolute;
    left: -9999px;
}

#topnav .menu > li.hover > ul {
    left: 0;
}

#topnav .menu li li.hover ul {
    left: 100%;
    top: 0;
}

#topnav .menu li li a {
    display: block;
    position: relative;
    z-index:100;
}

#topnav .menu li li li a {
    z-index:200;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


/* main div */
.dropdowns {
	width:auto;
}

/* general navigation link font color */
#topnav .menu a {
	font-family: 'helvetica', sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#404041; /* dark grey */
}

/* navigation hover colors */
#topnav .menu a:hover {
	text-decoration:none;
	color:#666667; /* lite grey */
}

#topnav .menu li.current-menu-item a, #topnav .menu li.current_page_parent a, #topnav .menu li.current-page-ancestor a {
	color:#781a2c; /* maroon */
}

/* second & third level navigation colors */
#topnav .menu li li a, #topnav .menu li li li a {
    background:#f1f2f2;
    border-bottom: 1px solid #fff; /* light grey */
	text-align:center;
}


/* second & third level navigation hover colors */
#topnav .menu li li a:hover, #topnav .menu li li li a:hover {
	color:#781a2c; /* maroon */
}

/*********************************  SEARCH  *********************************/

.search-page input#s{
	width:50%;
}

/*********************************  MAIN  *********************************/

#main{
	width:100%;
	margin:135px 0 0 0;
	float:left;
	background:#fff;
}


#sidebar{
	width:25%; /* 370px / 1150px */
	height:100%;
	padding:60px 2.5% 60px 0;
	float:left;
	border-right:solid #E6E7E8 2px; /* light tan */
}

#text{
	width:75.2%; /* 700px / 1150px */
	height:100%;
	padding:60px 0 60px 2.5%;
	float:right;
	margin-left:-2%;
	border-left:solid #E6E7E8 2px; /* light tan */
}

#full{
	width:100%;
	height:100%;
	padding:60px 0;
	float:left;
}

#text hr, #sidebar hr{
	border-top: 2px solid #E6E7E8; /* light tan */
	margin:10px 0 30px 0;
}

/*********************************  HOME PAGE  *********************************/

#gallery{
	width:100%;
	float:left;
	height:100%;
}

#gallery img{
	max-width:none;
	max-height:none;
}

.home-margins{
	width:105%;
	margin:0 2.5% 0 -2.5%;
	float:left;
}

.home-quarter{
	width:25%;
	padding:0 2.5%;
	float:left;
}

.home-half-left{
	width:50%;
	padding:0 2.5%;
	margin:0 0 0 0;
	float:left;
	border-right:solid #E6E7E8 2px; /* light tan */
}

.home-half-right{
	width:50%;
	padding:0 2.5%;
	margin:0 0 0 0;
	float:left;
}

.home-divider-line{
	width:100%;
	float:left;
	text-align:center;
	margin:55px 0 10px 0;
}

.home-divider-line hr{
    border: 0;
    height: 1px;
    background: #781a2c; /* maroon */
}

.home-divider-line img{
	margin-top:-25px;
}





.home-img-wrapper {
  position: relative;
 }

.home-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.home-img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 42%;
}

.home-btn-responsive {
  /* matches 'btn-md' */
	padding:20px 40px;
 	line-height: 1.3333333;
	font-family: 'helvetica', sans-serif;
	font-size:11pt;
	text-align:center;
	color: #fff; /** white **/
	background-color:rgba(120, 6, 44, 0.8);
	background:#781a2c; /* maroon */
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
}

a:hover .home-btn-responsive{
	color:#fff; /** white **/
	background:#42111f; /* dark maroon */
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;	
}


/*********************************  HOME BLOG FEED  *********************************/


.home-half-left ul li{
	width:105%;
	float:left;
	list-style: none;
	border-bottom:solid #E6E7E8 2px; /* light tan */
	margin:20px 0 0 -30px;
	padding:0;
}

.home-half-left ul li a{
	font-weight:bold;
	color:#c10b06; /* orange */
}

.home-half-left .date, .home-half-left .categories, .home-half-left .categories a{
	font-family: 'helvetica', sans-serif;
	font-weight:normal;
	color:#404041; /* dark grey */
	margin:0 5px 0 0;
	font-size:12px;
	text-transform:none;
}

/*********************************  SIDEBAR NAV  *********************************/

#sidebar ul{
	margin-top:-13px;
}

.menu-about-container ul, .menu-fundraising-container ul, .menu-membership-container ul, .menu-resources-container ul, .menu-news-container ul, .menu-business-container ul{   
	padding-bottom:15px;                 
}

.menu-about-container ul li, .menu-fundraising-container ul li, .menu-membership-container ul li, .menu-resources-container ul li, .menu-news-container ul li, .menu-business-container ul li{
	list-style: none;
	border-bottom:solid #E6E7E8 2px;
	line-height:100%;
	padding:15px 0;
}

.menu-about-container ul li a, .menu-fundraising-container ul li a, .menu-membership-container ul li a, .menu-resources-container ul li a, .menu-news-container ul li a, .menu-business-container ul li a{
	font-family: 'Playfair Display', serif;
	font-size:15px;
	letter-spacing:0.04em;
	text-transform:uppercase;
	color:#404041; /* grey */
	text-decoration:none;
}

.menu-about-container ul li a:hover, .menu-fundraising-container ul li a:hover, .menu-membership-container ul li a:hover, .menu-resources-container ul li a:hover, .menu-news-container ul li a:hover, .menu-business-container ul li a:hover{
	font-family: 'Playfair Display', serif;
	color:#666667; /* lite grey */
}

#sidebar .current-menu-item a {
	color: #781a2c; /* maroon */
	font-weight:bold;
}


#sidebar ul.sub-menu{
	margin:10px 0 0 10%;
}

#sidebar .menu-item-1041, #sidebar .menu-item-1045, #sidebar .menu-item-1403{
	border-bottom:none;
	margin:0 0 -20px 0;
}

/*********************************  BLOG SIDEBAR  *********************************/


#sidebar .menu-item-1064{
	font-weight:bold;
	border-bottom:none;
	margin:50px 0 0 0;
}


.categoriesbox{
	width:100%;
	float:left;
	margin:20px 0 0 0;
}


.categoriesbox li{
	border-bottom:solid #E6E7E8 2px;
	line-height:100%;
	padding:15px 0;
}

.categoriesbox li a{
	text-decoration:none;
	font-family: 'Playfair Display', serif;
	font-size:15px;
	letter-spacing:0.04em;
	text-transform:uppercase;
	color:#404041; /* grey */
	text-decoration:none;
}

.categoriesbox li a:hover{
	font-family: 'Playfair Display', serif;
	color:#666667; /* lite grey */
}

.categoriesbox .current-cat  a{
	color: #781a2c; /* maroon */
	font-weight:bold;
}


/*********************************  BLOG  *********************************/

.blogentry{
	float:left;
	width:100%;
	margin-bottom:60px;
	padding-bottom:60px;
	border-bottom:1px #c9c6c2 solid;
}

.blogentry h1{
	margin-bottom:-5px;
}

.date{
	font-family: 'helvetica', sans-serif;
	font-weight:bold;
	color:#c10b06; /* orange */
	margin:0 5px 0 0;
	font-size:12px;
	text-transform:uppercase;
}

.categories{
	font-family: 'helvetica', sans-serif;
	font-weight:bold;
	color:#c10b06; /* orange */
	margin:0 0 0 5px;
	font-size:12px;
	text-transform:uppercase;
}

#pagination{
	float:left;
	width:100%;
	font-family: 'helvetica', sans-serif;
	font-weight:bold;
	font-size:.7em;
}

.older{
	float:right;
}

.newer{
	float:left;
}

.blog-button{
	padding:20px 40px;
	font-family: 'helvetica', sans-serif;
	font-size:11pt;
	text-align:center;
	color: #fff; /** white **/
	background:#781a2c; /* maroon */
}

a:hover .blog-button{
	text-decoration:none;
	color:#fff;
	background:#42111f; /* dark maroon */
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/*********************************  CONTACT FORM  *********************************/

input{
	border:solid #E6E7E8 2px;
	width:100%;
	margin:5px 0 10px 0;
	padding:10px;

}

textarea{
	border:solid #E6E7E8 2px;
	height:200px;
	width:100%;
	margin:5px 0;
	padding:10px;
}

.wpcf7-select{
	border:solid #E6E7E8 2px;
	margin:5px 0 10px 0;
	padding:10px;
}


.submit_button{
	width:30%;
	height:50px;
	padding:15px 40px;
	font-family: 'helvetica', sans-serif;
	font-size:11pt;
	text-align:center;
	color: #fff; /** white **/
	background:#781a2c; /* maroon */
	border:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;	
}

.submit_button:hover{
	background:#42111f; /* dark maroon */
}

/*********************************  PAYPAL  *********************************/

.page-sidebar input{
	border:none;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin:-30px 0 0 0;
	padding:0;
}

.payments{
	float:left; 
	width:50%;
}

/*********************************  BUTTONS  *********************************/

.button{
	width:100%;
	float:left;
	margin:25px 0;
}

.footer-button{
	width:20%;
	margin:0 40%;
	padding:20px 40px;
	font-family: 'helvetica', sans-serif;
	font-size:11pt;
	text-align:center;
	color: #fff; /** white **/
	background:#781a2c; /* maroon */
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
}


a:hover .footer-button{
	color:#fff; /** white **/
	background:#42111f; /* dark maroon */
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/*********************************  FOOTER  *********************************/


#footertop{
	width:100%;
	padding:60px 0;
	float:left;
	background:url(images/background.jpg) repeat;
	text-align:center;
    -moz-box-shadow:    inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
     box-shadow:        inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
}

#footertop p{
	padding-bottom:0;
}

#footertop a:hover{
	text-decoration:none;
}

#footerbottom{
	width:100%;
	padding:30px 0;
	float:left;
	background:#781a2c; /* maroon */
	text-align:center;
}

#footerbottom p{
	color:#fff; /* white */
	font-size:8pt;
	padding-bottom:0;
}

#footerbottom a{
	text-decoration:none;
	color:#fff; /* white */
}

#footerbottom a:hover{
	text-decoration:underline;	
	color: #fff; /* white */
}


.space{
	padding:0 10px;
}



#aec-filter, .fc-header-right{display:none;}




/*############################################################## 
MEDIA QUERY 
##############################################################*/


@media screen and (max-width: 1290px) {

	#topnav .menu > li {
		padding:0;
	}

}


@media screen and (max-width: 1175px) {

	#main{
		margin:125px 0 0 0;
	}

	#logo{
		width:170px; 
	}

	#topnav{
		width:78%;
		padding:20px 0 0 0;
	}

	#topnav .menu a {
		font-size:12px;
	}

	.footer-button{
		width:30%;
		margin:0 35%;
	}

}

@media screen and (max-width: 1060px) {

	#topnav{
		padding:15px 0 0 0;
	}

	#topnav .menu a {
		font-size:11px;
	}

}



@media screen and (max-width: 1000px) {

	#main{
		margin:127px 0 0 0;
	}

	#fixedheader{
		overflow-y: initial;
		max-height: 100%;
		transition: all 0.4s ease-in-out 0s;
	}

	#logo{
		position:relative;
	}

	#topnav{
		width:100%;
		padding:0px 0;
		margin-top:-50px;
	}

	a.toggleMenu {
		padding: 15px 0;
		width:100%;
			text-align: right;
		font-family: 'Playfair Display', serif;
		font-weight:bold;
		color:#781a2c;
		font-size:16pt;
		text-transform: uppercase;
	}

    .active {
        display: block;
    }

    #topnav .menu > li {
        float: none;
    }

    #topnav .menu > li > .parent {
        background-position: 95% 50%;
    }

    #topnav .menu li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    #topnav .menu ul {
        display: block;
        width: 100%;
    }

   #topnav .menu > li.hover > ul , #topnav .nav li li.hover ul {
        position: static;
    }
	
	.dropdowns-header, .menu {
		float: none;
	}

	#topnav .menu ul {
		width: 100%;
	}

	#topnav .menu a {
		font-size:13px;
	}

	#topnav .menu > li {
		text-align:center;
		padding:3px;
		margin:0;
	    background:#fff;
		border-bottom:2px solid #E6E7E8;
	}

	#topnav .sub-menu li li a, #topnav .sub-menu li a{
		padding:10px;
		margin:0;
	}

	#topnav .menu li li li a {
	    background:#e5e6e6;
	}

}

@media screen and (max-width: 900px) {


	#brickheader{
		display:none;
	}
	#main{
		margin:83px 0 0 0;
	}

	.home-half-left{
		width:100%;
		padding:0 2.5%;
		margin:0 0 55px 0;
		border-right:none; /* light tan */
	}

	.home-half-right{
		width:100%;
		padding:0 2.5%;
		margin:0 0 0 0;
	}

	#sidebar{
		width:100%; /* 370px / 1150px */
		padding:30px 0;
		border-right:none;
	}

	#text{
		width:100%; /* 370px / 1150px */
		padding:30px 0;
		margin:0 0 0 0;
		float:left;
		border-bottom:solid #E6E7E8 2px; /* light tan */
		border-left:none; /* light tan */
	}

	#full{
		padding:30px 0;
	}


	.payments{
		float:left; 
		width:100%;
	}

	.submit_button{
		width:60%;
	}


	.footer-button{
		width:60%;
		margin:0 20%;
	}
}