

/****** CORE ******/


html {
	font-size:10px;
}
img{
	max-width:100%;
	height:auto;
}

.boxed-width{
	width:1200px !important;
}

.roof-col-right{text-align:right;}


.wd-module{
	/* position:relative; */
	position:static; /* Needed to fix webkit parallax redraw bug */
	/* clear:both; */
}
.admin-bar .wd-module{
	 position:relative; /* needed so that we can absolutely position the edit link */
}
.edit-module-link{
	display:block;
	position:absolute;
	background-color: #000;
	color: #fff;
	float: right;
	right:0;
	bottom:0;
	z-index:9999;
	padding: 5px;
}

body a{ color: #1e73be;}
#wpadminbar, #wpadminbar a {color:#fff !important;}


.share-container{
	padding-top:10px;
	max-width:500px;
}


.mobile-menu {
	background-color:#333 !important;
}


.wd-search-result-item{
	padding-bottom:20px;
}

.wd-search-result-item h3{
	border-bottom:1px solid #d9d9d9;
}

.wpcf7-form-control{
	max-width:100%; /* Dont go outside the boundaries, man */
}

.clearfix-separator{
	
	border-color: #e0dede;
	background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear:both;
	display:block;
}

.clearfix-separator:after {
    background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 6px;
    margin-top: 10px;
    width: 100%;
}

.video-shadow{	
	border-color: #e0dede;
	background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position:relative;
	top:-1px;
}

.video-shadow:after {
    background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 75px;
    margin-top: 0;
    width: 100%;
}

.navbar{
	border-radius:0;
	border:none !important;
}

.uber-menu-mobile{
	padding-left:0 !important;
	padding-right:0 !important;
}

#colorbox, #cboxOverlay, #cboxWrapper{
	overflow:visible !important; /* Fix for lightbox cutting off */
}
.gallery img{
	border-radius: 5px;
    padding: 3%;
}
.widget_search .input-group{
	width:100%;
	max-width:100%;
}

#logo{
	width:100%;
	}
.wd-module .container {
	/* width:100%; */
	/* padding:0; */
}	

.outer-container{
	margin:0 auto;
}

.blog-page-post-row{
	overflow:hidden;
	padding-bottom:30px;
}
.post_share_box{
	padding-bottom:10px;
	overflow:hidden;
	display:block;
	clear:both;
}
.post_share {
	position:relative;
	float:left;
	overflow:hidden;
	height:20px;
}
.post_share_facebook{
	width:140px;
}
.post_share_twitter{
	width:95px;
}



.blog_pagination .pagination_prev{
	float:left;
	font-size:1.4rem;
}

.blog_pagination .pagination_next{
	float:right;
	font-size:1.4rem;
}

.carousel-caption{
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	background-color: 0,0,0;
	display:none;
}

.carousel-indicators {
    bottom: 0 !important;
}

.navbar-brand{
	display:none; /* need to hide navbar brand logo - if we have sticky menu enabled, we'll display it later */
}

.affix .navbar-nav {
	margin-top:15px;
}

#top-column-1,
#top-column-2,
#top-column-3{
	display:table;
	margin:0 auto;
}


.top_area .container {
	padding-top:10px;
}

#content{
	padding-top:25px;
	padding-bottom:25px;
}

/* Disable google maps scrolling */
.scrolloff {
    pointer-events: none;
}


/* Gallery */
dl.gallery-item{
	width:50%;
}
dt.gallery-icon{
	width:94%;
}


/* CUSTOM FOR MOBILE GALLERY UP TO 600px */
@media (min-width: 450px) {
	
	/* Gallery */

	dl.gallery-item{
		width:33%;
	}
	dt.gallery-icon{
		width:94%;
	}


}




.modular-main-menu.affix {
    box-shadow: 2px 2px 2px #d9d9d9;
}


/* MOBILE MENU COLORS */

.mobile-menu .navbar-header{
	background-color:#000000}

.mobile-menu .navbar-collapse{
	background-color:#000000}

.navbar-inverse .navbar-toggle .icon-bar {
    color:#000000}

.mobile-menu .navbar-brand{
	color:#ffffff !important;
}

.mobile-menu .navbar-nav li a{
	color:#4c78b4 !important;
}





@media (max-width: 768px) {
	#logo {
		display:block !important;
		margin:0 auto !important;
	}
}


/* SMALL */
@media (min-width: 768px) {
	
	#logo{
		width:100%;
	}
	#top-column-1,
	#top-column-2,
	#top-column-3{
		display:block;
		margin:0 auto;
	}
	#top-column-3 {
		float:right;
		text-align:right;
	}
	
	.carousel-caption{
		display:block;
	}
	
	/* Gallery */

	dl.gallery-item{
		width:25%;
	}
	dt.gallery-icon{
		width:94%;
	}
	
			
}



/* MEDIUM */
@media (min-width: 992px) {
	#logo{
		width:80%;
	}
	
	/* Gallery */

	dl.gallery-item{
		width:20%;
	}
	dt.gallery-icon{
		width:94%;
	}
	
	
}



/* LARGE */
@media (min-width: 1200px) {
	#logo{
		width:90%;
	}
}



.main_menu_area .container, #wd_layerslider .container{
	padding:0;
}

.header-col-right > div {
	text-align:right;
}

/* SIDEBAR */

#secondary > div {
	padding-bottom:20px;
}


#secondary .widget-area ul, #secondary .widget-area .tagcloud, #secondary .widget-area .testimonial-widget{
	padding-left:10px;
}
#secondary .widget-area li{
	list-style:none;
	font-size:1.4rem;
	border-bottom:1px solid #d9d9d9;
	padding:5px 0;
}


/* Contact Form 7 Sidebar */

#secondary .wpcf7, #secondary .wpcf7 input, #secondary .wpcf7 textarea{
	max-width:100%;
}
#secondary .wpcf7 form p {
	font-size:1.3rem;
}

/* END Contact Form 7 Sidebar */

/* Calendar Widget Styling */

#calendar_wrap {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
}

#wp-calendar {
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

#wp-calendar caption {
    font-weight: bold;
    padding: 8px;
	text-align:center
}

#wp-calendar tr:last-child {
    border-bottom: medium none;
}
#wp-calendar tr {
    border-top: 1px solid #ddd;
}
#wp-calendar td {
    padding: 8px 0;
    text-align: center;
}

/* END Calendar Widget Styling */

/* END SIDEBAR */

/* Site Footer */

#footer {
	margin-bottom:0;
}
.footer_widget li {
	list-style:none;
	font-size:1.4rem;
}
.footer_widget h3 {
	text-align: center;
	margin-bottom: 20px;
}

#footer .container {
padding: 20px 15px;
}

#sub-floor {
	font-size:1.3rem;
}
.attribution{
	font-size:12px;
}


/* END SITE FOOTER */





.post-section{
	margin-bottom:20px;
}
/* POST FOOTER INFO */

.post-footer-info-container{
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	padding:5px 0;
}
.post-footer-info-container p{
	margin-bottom:0;
	font-size:1.2rem !important;
}

/* END POST FOOTER INFO */


.blog-page-post-content img{
	height:auto;
	max-height:150px;
	/* width:100%; */
}
.wd_swappable_module{
	clear:both;
}


@media (max-width: 768px) {
	header.header{
		padding-top: 50px; /* On mobile, add padding for the menu */
	}
}


/* FORCE CONTAINER WIDTH WHEN FULL SIZE (ACCORDING TO OPTIONS IN BACKEND) */

@media (min-width: 1025px) {
	.container{ 
		/* width:1025px !important; */
		width:100%;
	}
	}





.blog-standard-page .excerpt-read-more{
	float:right;
}


/* Push Right side header modules to the right */


	#top-column-2 .wd_swappable_module{float:right;}
	.wd_swappable_module main_menu.main_menu{
		
		
		
	}



/****** Backgrounds ******/


body{
	background-color:#fff !important;background-repeat: !important;background-size:contain !important;background-attachment: !important;background-position: !important;background-image:url(https://hofferelectric.com/wp-content/uploads/2015/05/bg.png) !important;}

.very_top{
	background-color: #fff;;
}
.very_top > .container{
	background-color: #fff;;
}

/* Sticky Header */

.modular-main-menu.affix
{
	background-color: #fff;;
}



.top_area{
	background-color: transparent;;
}
.top_area > .container{
	background-color: transparent;background-repeat: no-repeat;background-size: cover;background-position: center center;background-image: url(https://hofferelectric.com/wp-content/uploads/2015/05/top-bg.png);;
}


 

.title_bar{
	background-color: #2fa5c9;;
}
.title_bar > .container{
	background-color: #2fa5c9;;
}



.main_menu_area{
	background-color: transparent;;
}

/* not in use as UberMenu is being used */
.navbar > .container{
	background-color: transparent;background-repeat: no-repeat;background-size: cover;background-position: center center;background-image: url(https://hofferelectric.com/wp-content/uploads/2015/05/top-links-bg.png);;
}





.main_content_area{
	background-color: transparent;;
}
.main_content_area > .container, #content{
	background-color: #ffffff;;
}


#footer{
	background-color: transparent;;
}
#footer #footer-widgets > .container{
	background-color: #ffffff;;
}


.basement{
	background-color: #282a2b;;
}
.basement > .container{
	background-color: transparent;;
}

#sub-floor {
	;
}
#sub-floor > .container{
	;
}


/****** BREW ******/

/* Probably not using much, if any from this - will probably remove later */

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
cite {
  font-style: italic;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 2px 0 7px;
  text-align: center;
}
/* end .wp-caption */
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
/* image gallery styles */
.gallery dl {
  float: left;
  margin-top: 10px;
  text-align: center;
  /* width: 33%; */
}
.gallery dl img {
  border: 2px solid #cfcfcf;
}
/* end .gallery */
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Global Stylesheet

Styles and classes used throughout the entire BREW framework

******************************************************************/
body {
 // padding-top: 50px;
}
body.admin-bar .navbar-fixed-top {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Comments

******************************************************************/
/* h3 comment title */
#comments {
  margin-bottom: 20px;
  /* number of comments span */
}
#comments > h3 {
  line-height: 1;
  margin: 0;
}
#comments .comment-container {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
}
.comment-content {
  width: 88%;
  margin-left: 2%;
  float: left;
}
.comment-nav {
  padding: 10px 20px;
}
.comment-nav ul li {
  list-style-type: none;
}
.commentlist {
  padding-left: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist ol {
  margin: 0;
}
.commentlist li {
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #fcfcfc;
}
.commentlist .even {
  background: #f9f9f9;
}
.commentlist .comment {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
}
.commentlist .comment img,
.commentlist .comment iframe {
  max-width: 100%;
}
.commentlist .children article {
  border-left: 1px solid #eee;
}
.commentlist .bypostauthor {
  background: #eff5fb;
}
.commentlist .comment-author {
  width: 10%;
  float: left;
}
.commentlist .comment-author img {
  width: 100%;
  height: auto;
}
.commentlist .alert {
  margin: 10px 0 0 82px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
.comment-prev {
  float: left;
}
.comment-next {
  float: right;
}
#respond {
  padding: 20px;
}
#pings {
  padding: 20px;
}
#pings h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.havecomments > h3 {
  border-bottom: 1px solid #eee;
  padding: 20px 20px 20px;
}
.closed h3 {
  padding: 20px 20px;
  margin: 0;
}
.nocomments > p {
  padding: 0 20px 10px;
}
.nocomments > h3 {
  padding: 20px 20px 10px;
  line-height: 1;
  margin: 0;
}
/********************************************/
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Tables

******************************************************************/
#main table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
}
#main table th,
#main table td {
  padding: 8px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
}
#main table thead:first-child tr:first-child th,
#main table tbody:first-child tr:first-child th,
#main table tbody:first-child tr:first-child td {
  border-top: 0;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Form Styles

******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form ul {
  padding-left: 0;
  padding-bottom: 20px;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  border: none;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Sidebars

******************************************************************/
#sidebar .widget {
  margin-bottom: 30px;
}
.widgettitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 24px;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 5px 0;
  list-style: none;
  /* deep nesting */
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Footer

******************************************************************/
#footer {
 // border-top: 5px solid #428bca;
  //background: #3b3b3b;
  //padding-top: 30px;
 // margin-top: 60px;
  clear: both;
  color: #aaa;
}
#footer h4 {
  color: #fff;
  text-transform: uppercase;
}
#footer a {
  color: #fff;
}
#footer li {
  padding: 7px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  margin: 0px 0px;
}
#footer .widgettitle {
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: none;
}
#footer-wrapper {
  margin-bottom: 30px;
}
/*
#sub-floor {
  color: #aaa;
  background: #292929;
  padding: 10px 0;
}
*/
.copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}
.attribution {
  text-align: center;
}
@media (min-width: 992px) {
  .attribution {
    text-align: right;
  }
}
.widgetFooter {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .widgetFooter {
    padding-bottom: 0px;
  }
}
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Content Styles

These are the styles for posts, pages, archive, & blog index



------------ MAP ------------

01. #CONTENT & #MAIN WRAPPERS 
02. ARTICLE WRAPPER
03. ENTRY/PAGE HEADER
04. FEATURED IMAGE
05. ENTRY/PAGE CONTENT
06. ENTRY/PAGE FOOTER

******************************************************************/
/*******************************
01. #CONTENT & #MAIN WRAPPERS
(#content usually includes sidebar.
#main is all post/entry/page content)
********************************/
#content {
  //padding-top: 40px;
  //min-height: 600px;
}
/*******************************
02. ARTICLE WRAPPER
(background, borders etc for individual posts/pages)
********************************/
.hentry,
#comments,
.respond-form {
  margin: 0 0 20px 0;
  border-radius: 0px;
}
/*******************************
03. ENTRY HEADER
********************************/
.article-header {
  margin-bottom: 15px;
  padding: 20px 20px 0;
}
.article-header h1,
.article-header h2,
.article-header h3,
.article-header h4,
.article-header h5,
.article-header h6 {
  margin-top: 0;
}
.entry-title {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 38px;
  }
}
.entry-title a,
.entry-title a:visited {
  color: #444;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
  color: #888;
  text-decoration: none;
}
.archive-title {
  margin-top: 0;
}
.byline {
  color: #999;
  margin: 0;
  font-size: 14px;
}
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.sticky-ind {
  display: none;
}
.sticky .sticky-ind {
  display: inline !important;
}
/*******************************
04. FEATURED IMAGE
********************************/
.featured-content {
  margin-bottom: 20px;
}
.featured-img-bg {
  height: 300px;
  background-width: 100% !important;
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
}
.featured-img img {
  width: 100%;
  height: auto;
}
/*******************************
05. ENTRY CONTENT
********************************/
.entry-content {
  padding: 0 20px 20px;
}
.entry-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.entry-content > ol,
.entry-content > ul {
  margin: 0 0 20px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end entry-content */
/*******************************
06. ENTRY FOOTER
********************************/
.article-footer {
  padding: 10px 20px 10px;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 12px;
}
.article-footer .commentnum {
  text-align: right;
  width: 30%;
}
.article-footer .commentnum a {
  text-decoration: none;
  color: #999999;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.article-footer .commentnum a:hover {
  color: #333333;
}
.article-footer .tags {
  width: 70%;
}
.article-footer .post-link {
  margin-top: -1px;
  padding-left: 10px;
}
.article-footer .post-link:hover {
  text-decoration: none;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Header & Navigation

******************************************************************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* end .nav */
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Body

Wordpress automatically adds classes to certain pages.  You can target
pages with something such as  body.tag or body.archive
******************************************************************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/******************************************************************
Site Name: BREW Styles
Author: Dan Brown

Stylesheet: Components

A few random components built for BREW such as breadcrumbs and
next/previous posts

******************************************************************/
/***********************************
Next/Previous buttons under posts
***********************************/
#single-post-nav .pager span {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  #single-post-nav .pager span {
    width: auto;
    padding: 5px 10px;
  }
}
.pager .previous-page {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .pager .previous-page {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .pager .next-page {
    float: right;
  }
}
.pager a,
.previous-page a,
.next-page a {
  color: #999;
}
.pager a:hover,
.previous-page a:hover,
.next-page a:hover {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
/*********************
AUTHOR BOX
*********************/
#author-info {
  padding: 20px;
}
#author-info h4 {
  margin-top: 0;
}
.author-img {
  float: left;
  margin-right: 20px;
}
@media (min-width: 480px) {
  .author-desc {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
  }
}
.social-links {
  float: left;
  padding: 0;
  margin: 0;
}
.social-links li {
  float: left;
  text-decoration: none;
  list-style: none;
}
.social-links a {
  color: #999999;
  padding-right: 15px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 1.4em;
}
.social-links a:hover {
  color: #333333;
}
/*********************
BREADCRUMBS
*********************/
.breadcrumb {
  padding: 4px 17px;
  background: #f9f9f9;
}
/*********************
PAGINATION
*********************/
.pagination li a:hover,
.pagination li a:focus {
  background-color: #428bca;
  color: #fff;
}
.pagination li .active,
.pagination li span:hover {
  background-color: #6aa3d5;
  color: #fff;
}
/* end pagination */
/******************************************************************
Site Name: BREW Styles
Author: Dan Brown

Stylesheet: Tables

This is just for the sample BREW site.  Feel free to delete

******************************************************************/
.featured {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .featured {
    margin-bottom: 0;
  }
}
.homebanner {
  margin-bottom: 60px;
  padding-top: 30px;
  text-align: center;
  height: 350px;
  background: url('../images/hero.png') #2a5781;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
@media (min-width: 480px) {
  .homebanner {
    padding-top: 70px;
  }
}
.homebanner p {
  font-size: 18px;
}
.homebanner h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}
.homebanner .btn-default {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.homebanner .btn-primary {
  background: none;
  border: 2px solid #fff;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.homebanner .btn-default:hover {
  background: white;
  color: #000;
}
.homebanner .btn-primary:hover {
  background: white;
  color: #000;
}
.about {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about {
    margin-bottom: 0px;
  }
}
.about a {
  text-decoration: none;
}
.about i {
  color: #929292;
}
.about p {
  color: #929292;
}
.about h3 {
  color: #626c72;
}
.about:hover i {
  color: #626c72;
  transition: all 0.35s ease;
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/



/****** BREW ******/



/****** STANDARD MENU ******/


/* SMALL */
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block !important;
	}	
	
	
	/* EQUIDISTANT MENU */
		
				.main-menu{padding-left:0;padding-right:0;}

					.navbar-responsive-collapse > ul{
		 /* height: 125px !important; */
		  text-align: justify !important;
		  /* font-size: 0.1px !important;  */
		  width: 100% !important;
		  height:50px;
		}

		.navbar-responsive-collapse > ul > li{
		/*  float:none !important;
		  height: 125px !important; */
		  display: inline-block;
		  /* background: red !important; */
			width:14.285714285714%;		  text-align:center; 		}
		.navbar-responsive-collapse > ul:after{
		  content: '' !important;
		  width: 100% !important;
		  display: inline-block !important;
		  text-align:center !important; 
		}
		.dropdown-menu{width:100%;}
		.dropdown-menu li{display:block;}
		
						
		
}

/* MEDIUM */
@media (min-width: 992px) {
	
		
}

/* LARGE */
@media (min-width: 1200px) {
	
}



/****** SOCIAL MEDIA ******/

.header-social{
	padding-left: ; 
	padding-top: ;
	padding-right: ; 
	padding-bottom: ; 
}

.header-social a {
	background-color: #800000;
		
	border-radius: 25px;
    display: inline-block;
    height: 40px;
    width: 40px;
	margin-right: 5px; 
	margin-left: 5px; 
}

.header-social a:first-child{
	margin-left: 0;
}
.header-social a:last-child{
	margin-right: 0;
}

.header-social img {
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}


/****** FONTS ******/



html {font-size:62.5%; /* Rutter's Method */}
body {font-family: Arial, Helvetica, sans-serif;font-size: 1.4rem;line-height: 1.8rem;color: #000;}
p {font-size: 1.4rem;}

/* H1 - H6 */
 h1 {font-size: 30px !important; font-size: 3.0rem !important;} 
 h2 {font-size: 26px !important; font-size: 2.6rem !important;} 
 h3 {font-size: 20px !important; font-size: 2.0rem !important;} 
 h4 {font-size: 18px !important; font-size: 1.8rem !important;} 
 h5 {font-size: 14px !important; font-size: 1.4rem !important;} 
 h6 {font-size: 12px !important; font-size: 1.2rem !important;} 
	
.header-phone {}


/* FONT AWESOME */

.header-social-fa a{
	font-size:35px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:40px;
	color:#0154ba;
}
.header-social-fa a:hover i{
	color:#0154ba;
}



.header-phone a{

	color: #ffffff;
    font-family: ;
    font-size: 3rem;
    font-style: ;
    font-weight: 400;
    line-height: 3rem;

}









/****** PADDING ******/



.very_top .container{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.top_area .container{
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
}


.main_content_area .container{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}

/* .main_content_area #main{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
} */

.main_content_area #secondary{
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}



#page{
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
}

header{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}

hgroup{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}

hgroup .float-left{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}

hgroup .float-right{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
.header-phone{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
header nav{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
header nav ul li{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
header nav ul li a{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
.layerslider-container{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
#main{
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#content{
	padding-top: 290px;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}
#secondary{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}

footer{
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
}


.site-header{
/* HEADER PADDING */
	padding-top: ;
	padding-right: ;
	padding-bottom: ;
	padding-left: ;
/* END HEADER PADDING */
}


/****** COLORS ******/

/* h1-h6 colors */
h1{color: #000000;}h2{color: #000000;}h3{color: #000000;}h4{color: #000000;}h5{color: #000000;}h6{color: #000000;}/*  END h1-h6 colors */


/*  Link Colors */

a { 
	color: #1e73be;
}

a:hover { 
	color: #000000;
}

/*  END Link Colors */




/*  Menu Link Colors */

.modular-main-menu .navbar {
	background-color: transparent !important;
}

.modular-main-menu .navbar a{ 
	color: #4c78b4 !important;
}

.modular-main-menu .navbar a:hover { 
	color: #1D1D1E !important;
}

.modular-main-menu .navbar .current-menu-item a {
			background-color:#dd3333 !important;
	} 

.modular-main-menu .navbar .current_page_item a, .modular-main-menu .navbar .active a { 
	background-color: #dd3333 !important;
	color: #dd9933 !important;
}

.mobile-menu > .navbar {
	background-color:#333 !important;
}


/*  END Menu Link Colors */



/****** STICKY HEADER ******/



/****** MASONRY ******/


	.blog-page-post-content{
		padding:0;
	}
	
	.masonry-innards{
		padding:5%;
	}
	.masonry-innards h2{
		margin-top:0;
		line-height:2rem;
	}
	
	.masonry-outer{
		border:1px solid #d9d9d9;
	}
	.masonry-outer .attachment-post-thumbnail{
		width:100%;
		max-width:100%;
		height:auto;
	}
	

@media (max-width: 767px) {

	.brick {
		left:0 !important;
		max-width: 100%;
		width:100%;
		position: relative !important;
		top:auto !important;
	}
	
}

/* SMALL */

@media (min-width: 768px) {
	
	.brick article{
		margin-bottom:0;
	}
	
			.brick {
			width: calc((100% - 30px) / 2); /* Math is power! - Width of each brick less the padding inbetween */
			padding: 1%;
		}
	
}

/* MEDIUM */

@media (min-width: 992px) {
	.brick {
			width: calc((100% - 30px) / 3); /* Math is power! - Width of each brick less the padding inbetween */
			padding: 1%;
		}
}

/* LARGE */

@media (min-width: 1200px) {
	
	/*
	.brick {
		width: calc((100% - 30px) / 4); /* Math is power! - Width of each brick less the padding inbetween */
		padding: 1%;
	} 
	*/
		
}

/****** CUSTOM ******/

                    #header{
    margin: 0 auto;
}

.head-right .hr-phone img {
    margin-top: 0;
    
}                



/****** FRAMEWORK OVERRIDES ******/
/* These need to be at the end so that it overrides bootstrap. Enabling before will override for all screen sizes and cripple responsiveness */




@media (max-width: 767px) {
	.xs-pull-right{
		float:right !important;
	}
	.xs-pull-left{
		float:left !important;
	}
}

@media (max-width: 991px) {
	.sm-pull-right{
		float:right !important;
	}
	.sm-pull-left{
		float:left !important;
	}
}


@media (max-width: 1199px) {
	.container { 
		width:100% !important;
	}
	
	.md-pull-right{
		float:right !important;
	}
	.md-pull-left{
		float:left !important;
	}
	
}

@media (min-width: 1200px) {

	
			.outer-container > .container{
			width:1025px !important;
			padding-left:0;
			padding-right:0;

		}
		
}



/* END Framework Overrides */



 

