/*
	Theme Name: Breen Homes
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 75%;
}
body {
	font: 300 1em/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #929292;
	background-color: #F0F0F0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #fcb130;
	text-decoration:none;
}
a:hover {
	color: #333;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
h1, h2, h3, h4, h5, h6 {
	color: #757575;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
p {
	font-size: 1.1em;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
button, .button {
	background-color: #fcb131;
}
button:hover, .button:hover {
	background-color: #ffa300;
}
.postfix button, .postfix .button {
	background-color: #fcb131;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	vertical-align: top;
}
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-size: 13px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #F19700;
  border-right: 2px solid #F19700;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
.spacer {
	height: 15px;
	width: 100%;
	background-color: #FFF;
}
.spacer-tall {
	height: 30px;
	width: 100%;
	background-color: #FFF;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.bg {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}

/* wrapper */
.site-width {
	max-width: 960px;
	width: 95%;
	position: relative;
	display: table;	
	margin: 0 auto;
}
/* header */
.header {
	padding: 10px auto;
	background: #FFF;
}
/* logo */
.logo {
	padding: 15px 0 10px 0;
	display: table;
	width: 100%;
	margin: 0 auto;
}
.logo a {
	width: 50%;
	float: left;
}
.logo-img {
	width: 150px;
	float: left;
}
.a-breen-co {
	width: 150px;
	float: right;
}

/* Search */
.search {
	padding: 20px 15px;
	margin: 0;
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	border-top: 1px solid #D5D5D5;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


/*******************************************************

  New Nav
  
  ******************************************************/
  
  
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
  width: 100%;
  background: #fff;
}
#cssmenu > ul {

}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (max-width: 480px) {
  #cssmenu > ul {
    max-height: 32px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #cssmenu.expand ul {
    max-height: 900px;
  }
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.current-menu-item {

}
@media all and (max-width: 480px) {
  #cssmenu > ul > li {
	  display: block;
	  float: none;
  }
  #cssmenu > ul > li.mobile {
	  display: block;
  }
  #cssmenu > ul > li.mobile i {
	  float: right;
	  font-style: normal;
  }
  #cssmenu > ul > li > a {
	  margin-right: 0 !important;
  }
  #cssmenu > ul > li.current-menu-item > a {
	  margin-bottom: 5px;
  }
  #cssmenu > ul > li:last-child {
	  float: left !important;
  }
  #cssmenu > ul > li:last-child a {
	  margin-left: 0 !important;
  }
}
#cssmenu > ul > li:last-child {
	float: right;
}

#cssmenu > ul > li:last-child a {
	margin: 0 0 0 15px;
}

#cssmenu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#cssmenu > ul > li.mobile a {
	margin: 0;	
}
#cssmenu > ul > li > a {
  margin: 0 22px 0 0;
  padding: 0 0 2px 0;
  display: block;
  border-bottom: 3px solid #fff;
  color: #777777;
}
#cssmenu > ul > li > a:hover {
	color: #fcb130;	
}
#cssmenu > ul > li.menu-item-has-children > a {
	padding: 0 18px 2px 0;
	background: url(img/menu-has-child-arrow.png) center right no-repeat;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 0;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.current-menu-item {
  border-bottom: none;
}
#cssmenu > ul > li.current-menu-item > a {
	border-bottom: 3px solid #fcb130;
}
/* Sub menu */
#cssmenu ul ul {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  width: 200px;
  z-index: 5;
  margin: 0 0 15px 0;
  
}
@media all and (max-width: 480px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #444444;
}  


/*****************************************************
 Sidebar 
 *****************************************************/
.sidebar {
	margin: 35px auto;
}
.sidebar .widget-wrapper {
	width: 25%;
	float: left;
	padding: 0 10px;
	color: #808080;
}
.sidebar .widget-wrapper:first-of-type {
	padding-left: 0;
}
.sidebar .widget-wrapper:last-of-type {
	padding-right: 0;
}
.widget-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 15px;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	border-top: 1px solid #D5D5D5;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}
.widget-wrapper ul li {
	margin-bottom: 3px;
}

.sidebar .sidebar-widget .vfb-legend {
	display: block;
}
.sidebar .sidebar-widget .vfb-legend h3 {
	color: #7A7A7A;
	font-size: 0.9em;
	text-transform: uppercase;	
	padding: 10px 15px;
	margin: 0;
	background-color: #FDFDFD;
	line-height: 1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #E4E4E4;
	border-bottom: none;
}
.sidebar .sidebar-widget .vfb-section {
	padding: 0 15px 15px 15px;
	margin: 0;
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	border-top: 1px solid #D5D5D5;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	list-style-type: none;
}

input[type="text"], input[type="password"], 
input[type="date"], input[type="datetime"], 
input[type="datetime-local"], input[type="month"], 
input[type="week"], input[type="email"], 
input[type="number"], input[type="search"], 
input[type="tel"], input[type="time"], input[type="url"], textarea {
	margin: 0;
}


.widget_search {
	margin-bottom: 30px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	margin-bottom: 5px;
}
#wp-calendar tr td {
	text-align: center;
	color: #929292;
}
#wp-calendar thead tr th {
	text-align: center;
	background-color: #fcb131;
	font-weight: normal;
	color: #FFF;
}

.menu-title {
	padding: 10px 15px;
	margin: 0;
	background-color: #FDFDFD;
	line-height: 1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #E4E4E4;
	border-bottom: none;
}

.menu-title-orange {
	font-size: 1.25em;
	background-color: #FBB031;
	border: 1px solid #F19700;
	border-bottom: 1px solid #D38400;
	color: #FFF!important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}



/* footer */
.footer-wrapper {
	width: 100%;
	float: left;
	clear: left;
	padding: 65px 0;
	border-top: 1px solid #E4E4E4;
	background-color: #F0F0F0;
}
.footer-wrapper .copyright {
	float: left;
	width: 100%;
	text-align: center;	
	line-height: 1.5;
}
.footer-wrapper .copyright .privacy {
	margin-right: 15px;	
}
.footer-wrapper .a-breen-co {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-wrapper .seals {
	width: 100%;
	float: left;
	text-align: center;	
}

.footer-wrapper .seals img {
	max-height: 66px;
	width: auto;
	margin: 18px 7px;
}


/*------------------------------------*\
    Category
\*------------------------------------*/

.category article {
	margin-bottom: 35px;	
}

.post-categories {
	list-style-type: none;
	font-size: 2.15em;
	padding: 0px 0 14px 0;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 25px;
	margin-left: 0;
}


.single .fill-in-title {
	font-size: 2.15em;
	padding: 0px 0 14px 0;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 25px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-title {
	margin: 0 0 15px 0;
	font-size: 1em;
	padding: 8px 0px;
	color: #9E9E9E;
	text-align: center;
}

.page-title a {
	color: #CCC;
}

.page-title a:hover {
	color: #ffa500;
}

/*------------------------------------*\
    Homes
\*------------------------------------*/

.showcase .fill-in-title {
	font-size: 2.15em;
	padding: 0px 0 14px 0;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 25px;
}

.showcase .description {
	width: 46.5%;
	margin-right: 3.5%;
	padding-right: 10px;
	float: left;
}

.showcase .contact {
	float: left;	
}

.showcase .gallery h3 {
	color: #fcb130;
}

.showcase .gallery {
	margin-bottom: 35px;
	float: left;
	width: 100%;	
}

.showcase .gallery dl dt {
	text-align: left;
}

.showcase .gallery .gallery {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding: 5px;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	width: 100%;
}

.showcase .gallery .gallery br {
	display: none !important;
}

.gallery-item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 5px;
	width: auto !important;
}

.gallery-item img {
	border: 1px solid #CCC !important;
}

.description hr {
	border: 0;
	border-bottom: 1px solid #fcb130;
}
.tabs dd > a {
	padding: 0;
	margin-right: 35px;
	background-color: #FFF;
	color: #999;
	font-size: 1.5em;
}
.tabs dd > a:hover {
	color: #fcb130;
	background-color: transparent;
}
.tabs dd.active a {
	color: #fcb130;	
}
.tabs-content > .content {
	padding: 0;
}

.showcase .contact .vfb-legend h3 {
	margin: 0 0 20px 0;
	font-size: 1.5em;
}
.showcase .contact .vfb-form-success {
	font-size: 1.5em;
}

/*------------------------------------*\
    POST
\*------------------------------------*/

.type-post img {
	width: 100%;
	margin: 0 0 25px 0;
}


/*------------------------------------*\
    VISUAL COMPOSER
\*------------------------------------*/

.wpb_content_element, 
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, .wpb_button {
	margin-bottom: 10px !important;
}

.wpb_accordion {
	width: 100%;
}

.wpb_separator, 
.vc_text_separator {
	border-bottom: 1px dashed #CCC !important;
	margin-top: 15px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding: 10px 15px !important;
	background-color: #FBB031;
	border: 1px solid #F19700;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_accordion 
.wpb_accordion_wrapper 
.wpb_accordion_header {
	padding: 0;
	border: 0;
}

.wpb_accordion_section {
	border-bottom: 3px solid #FFF;
}

.wpb_accordion_content {
	padding: 10px 15px !important;
	background-color: #F5F5F5;
	border: 1px solid #D8D8D8;
}

.wpb_btn-warning {
	background-color: #FBB031 !important;
	padding: 8px 25px !important;
	border-radius: 5px !important;
}

.wpb_btn-warning:hover {
	background-color: #FFA000 !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background-image: url(img/toggle_close.png) !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background-image: url(img/toggle_open.png) !important;
	top: 0.8em !important;
}

.flexslider {
	overflow: hidden !important;
}

.flex-control-nav li:first-child {
	margin: 0 6px !important;
}

.vc_row-fluid [class*="vc_span"] {
	margin-bottom: 30px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/

.top-80 {
	margin-top: 80px !important;
}

.top-50 {
	margin-top: 50px !important;
}

.top-40 {
	margin-top: 40px !important;	
}

.top-35 {
	margin-top: 35px !important;
}

.top-20 {
	margin-top: 20px !important;	
}

.top-10 {
	margin-top: 10px !important;
}

.bottom-10 {
	margin-bottom: 10px !important;
}

.bottom-35 {
	margin-bottom: 35px !important;
}

.padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.border-grey img {
	border: 2px solid #DFDFDF;
}

.title-grey h1, .title-grey h2,
.title-grey h3, .title-grey h4,
.title-grey h5, .title-grey h6,
.title-grey  {
	color: #A5A5A5 !important;
}

.title-yellow h1, .title-yellow h2,
.title-yellow h3, .title-yellow h4,
.title-yellow h5, .title-yellow h6,
.title-yellow  {
	color: #fcb130 !important;
}

.width-100 {
	width: 100%;
}

.background-center {
	background-position: center;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/

.vfb-fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.vfb-fieldset ul {
	margin: 0;
}

.vfb-desc {
	margin: 10px 0 0 0;
	color: #929292;
	font-size: 1em;
}
.vfb-textarea {
	min-height: 125px;
}
.vfb-submit {
	font: 300 1.15em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #FBB031;
	border: 1px solid #cccccc;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	padding: 8px 25px;
	border-radius: 5px;	
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	
}
@media only screen and (min-width:769px) {
			
	.header {
		padding: 10px auto 0 auto;
	}
	
	.logo {
		padding: 25px 0;
	}	
		
	.logo-img,
	.a-breen-co {
		width: 55%;
	}		
		
	.plus {
		display: none !important;
	}
		
	.page-title {
		border-bottom: 1px solid #E2E2E2;
		text-align: right;
	}
		
	.footer-wrapper .copyright {
		width: 50%;
		text-align: left;
	}	
	
	.footer-wrapper .a-breen-co {
		width: 50%;
		text-align: right;
	}
	
	.footer-wrapper .seals {
		text-align: right;
	}
	
	.footer-wrapper .seals img {
		margin: 0 0 0 15px;
	}
		
}

@media only screen and (min-width:1024px) {

	.logo-img,
	.a-breen-co {
		width: 60%;
	}	
		
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}