/*
Theme Name: Bon Ayre Homes
Theme URI: http://bonayrehomes.com
Description: Theme for Bon Ayre website.
Version: 1.0
Author URI: http://bonayrehomes.com/
*/



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;
		}

a
	{
	color: #547d91;
	text-decoration: none !important;
		}

a:hover
	{
	color: #c7453a;
		}



body
	{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: #2b2720;
	font: normal 16px 'Merriweather Light', serif;
	line-height: 32px;
		}






#topBar
	{
	width: 100%;
	height: 120px;
	background: #eee;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:	0px 20px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
		}


body.logged-in #topBar
	{
	top: 33px;
		}

#topBar #upperBar
	{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #554700;
		}

#topBarContent
	{
	width: 1100px;
	height: 120px;
	margin: 0px auto 0 auto;
	position: relative;
		}

#topBarContent #upperBarContent
	{
	float: right;
	width: 500px;
	height: 40px;
	position: relative;
		}

#topBarContent #upperBarContent #fontSizer
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
		}

#topBarContent #upperBarContent #fontSizer p
	{
	font: normal 12px 'Merriweather Sans Bold', sans-serif;
	line-height: 20px;
	margin: 10px 10px 0 0;
	text-align: right;
		}

#topBarContent #upperBarContent #fontSizer p a
	{
	color: #ccc;
	text-decoration: none;
		}

#topBarContent #upperBarContent #fontSizer a:hover
	{
	color: #fff;
		}

#topBarContent #upperBarContent #fontSizer a.smaller
	{
	font-size: 12px;
		}

#topBarContent #upperBarContent #fontSizer a.normal
	{
	font-size: 15px;
		}

#topBarContent #upperBarContent #fontSizer a.larger
	{
	font-size: 18px;
		}

#topBarContent #gackle
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 140px;
	background: #aa8;
	z-index: 110;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:	0px 20px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border: 1px solid #fff;
	border-top: none;
		}

body.home #topBarContent #gackle
	{
	height: 380px;
		}

#topBarContent #gackle img
	{
	margin: 0 10px;
		}

#topBarContent #search
	{
	position: absolute;
	width: 300px;
	height: 40px;
	top: 0px;
	right: 90px;
	background: url(images/search2.png) no-repeat;
	z-index: 110;
		}

#topBarContent #search .searchBox
	{
	display: block;
	position: absolute;
	top: 5px;
	left: 16px;
	width: 230px;
	padding: 6px;
	background: transparent;
	border: none;
		}

#topBarContent #search .searchButton
	{
	display: block;
	position: absolute;
	top: 0;
	left: 266px;
	width: 34px;
	height: 40px;
		}






/* ----------------------------------------------------------------------------------- */
/* --------------------------------- [ NAVIGATION ] ----------------------------------- */
/* ----------------------------------------------------------------------------------- */



#mainNav
	{
	width: 800px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0px;
		}

#mainNav .menu-mainnav-container
	{
	width: 800px;
		}

#mainNav ul
	{
	margin: 0;
	padding: 0;
	height: 80px;
	position: relative;
	float: left;
		}

#mainNav li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	height: 80px;
		}

#mainNav li a
	{
	font: normal 13px 'Merriweather Sans Bold', serif;
	line-height: 60px;
	color: #ba5;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	height: 80px;
		}

#mainNav li a:hover
	{
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	color: #fff;
	background-color: #ba5;
		}

#mainNav li.current-menu-item a
	{
	font: normal 13px 'Merriweather Sans Bold', serif;
	line-height: 60px;
	color: #444;
	background-color: #cb6;
		}

#mainNav li.current-menu-item a:hover
	{
	color: #444;
	background-color: #cb6;
		}









.section
	{
	width: 100%;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-size: 100%;
		}

#first
	{
	background: #e1e2d6;
		}

#second
	{
	background: #fff url(images/peach.jpg) center top fixed;
	background-repeat: no-repeat;
	border-bottom: 2px solid #d5d4d0;
	padding: 40px 0;
		}

#third
	{
	background: #e5e4e0;
	padding: 40px 0;
		}

.sectionContent
	{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-top: 1px;
		}

.sectionContent .pageContent
	{
	width: 800px;
	margin: 0;
	position: relative;
	padding-bottom: 30px;
	float: left;
	overflow: hidden;
		}

.sectionContent h1
	{
	font: normal 68px 'Merriweather Light', sans-serif;
	line-height: 70px;
	margin: 40px 0 0 0;
	letter-spacing: 1px;
		}

.sectionContent .pageContent h1
	{
	font: normal 48px 'Merriweather Light', sans-serif;
	line-height: 40px;
	margin: 75px 0 0 0;
	letter-spacing: 1px;
		}

.sectionContent h2.subtitle
	{
	font: normal 30px 'Merriweather Light', sans-serif;
	line-height: 60px;
	margin: 26px 0 0 0;
	letter-spacing: 1px;
		}

.sectionContent .pageContent h2.searchResultPage
	{
	font: normal 24px 'Merriweather Sans Regular', sans-serif !important;
	line-height: 40px !important;
	margin: 0 !important;
		}

.sectionContent .pageContent p.searchResultPage
	{
	font: normal 13px 'Merriweather Sans Italic', sans-serif !important;
	line-height: 20px !important;
	margin: 20px 0 6px 0 !important;
	color: #553 !important;
		}

.sectionContent .pageContent .entry
	{
	overflow: hidden;
		}

.sectionContent .pageContent .entry p
	{
	font: normal 1em 'Merriweather Light', serif;
	line-height: 2em;
	margin: 20px 0;
		}

.sectionContent .pageContent .entry p span.search-term
	{
	font: normal 1em 'Merriweather Bold', serif;
	color: #b00;
	background: #fff;
		}

.sectionContent p
	{
	font: normal 1em 'Merriweather Light', serif;
	line-height: 2em;
	margin: 40px 0;
		}

.sectionContent .pageContent p
	{
	font: normal 1em 'Merriweather Light', serif;
	line-height: 2em;
	margin: 40px 1px 0 0;
		}

.sectionContent .pageContent p em
	{
	font: normal 1em 'Merriweather Light Italic', serif;
		}

.sectionContent p#introP
	{
	font: normal 1.12em 'Merriweather Light Italic', serif;
	line-height: 2.6em;
	margin: 20px 0;
		}

.sectionContent .pageContent p.client_name
	{
	font: normal 1em 'Merriweather Bold', serif;
	line-height: 2em;
	margin: 20px 1px 0 0 !important
		}

.sectionContent .pageContent p.company_name
	{
	font: normal .9em 'Merriweather Italic', serif;
	line-height: 1em;
	margin: 6px 1px 0 0;
		}

.sectionContent .tombstone
	{
	float: left;
	margin: 30px 55px 30px 0;
	width: 328px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:	0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
		}

.sectionContent .end
	{
	margin: 30px 0 30px 0;
		}

.sectionContent .tombstone img
	{
	margin: 15px;
		}

.sectionContent .tombstone h4
	{
	width: 300px;
	font: normal 18px 'Merriweather Regular', serif;
	line-height: 18px;
	color: #555;
	margin: 0 15px;
		}

.sectionContent .tombstone p
	{
	width: 300px;
	margin: 0 15px;
	font: normal 12px 'Merriweather Sans Light', sans-serif !important;
	line-height: 18px !important;
	color: #555;
		}

.sectionContent .tombstone p a.more
	{
	font: normal 12px 'Merriweather Sans Bold Italic', sans-serif;
	color: #b00;
	text-decoration: none;
		}

.sectionContent ul
	{
	font: normal 16px 'Merriweather Sans Light', serif;
	line-height: 30px;
	list-style: none;
		}

.sectionContent ul li
	{
	margin: 20px 0;
	padding: 0;
		}

.sectionContent .alignleft
	{
	float: left;
	margin: 8px 30px 0 0;
	border: solid 5px #fff;
		}

.sectionContent .pageContent .alignleft
	{
	float: left;
	margin: 36px 30px 0 0;
	border: solid 5px #fff;
		}

.sectionContent .pageContent .ngg-galleryoverview
	{
	margin-top: 30px;
		}

.sectionContent .pageContent iframe.alignleft
	{
	float: left;
	margin: 0px 30px 0 0;
	border: solid 5px #fff;
		}

#navTop
	{
	height: 120px;
	margin: 0;
		}

.sectionContent .pageContent .staffBio
	{
	width: 400px;
	float: left;
		}

.sectionContent .pageContent .staffBio h3
	{
	font: normal 30px 'Merriweather Light', sans-serif;
	line-height: 40px;
	margin: 40px 0 0 30px;
		}

.sectionContent .pageContent .staffBio h4
	{
	font: normal 18px 'Merriweather Sans Regular', sans-serif;
	line-height: 20px;
	margin: 10px 0 0 30px;
		}

.sectionContent .pageContent .staffBio p
	{
	font: normal .875em 'Merriweather Light', serif;
	line-height: 2em;
	margin: 20px 30px 20px 30px;
		}

.sectionContent .pageContent .staffBio p.email
	{
	font: normal .75em 'Merriweather Sans Regular,' sans-serif;
	line-height: 2em;
		}

.sectionContent .pageContent .staffBio .alignleft
	{
	margin: 20px 30px 0 30px;
		}

.sectionContent .pageContent ul
	{
	font: normal .812em 'Merriweather Sans Light', sans-serif;
	line-height: 1.5em;
	list-style: disc;
	width: 300px;
	float: left;
		}

.sectionContent .pageContent ul li
	{
	margin: 0 0 0 20px;
	padding: 0;
		}




#bit2
	{
	background: transparent url(images/beach.jpg) center bottom fixed;
	background-size: cover;
	padding: 0;
	position: relative;
	height: 350px;
		}

#bit2 .shadow
	{
	background: url(images/stripes6.png) top left repeat-x;
		}

#bit2 .sectionContent
	{
	margin: 70px auto;
	color: #fff;
	padding-top: 40px;
		}












.sectionContent .arrows
	{
	height: 120px;
	width: 50px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 20;
	top: 70px;
	left: 1050px;
		}

.sectionContent .arrows .arrowUp
	{
	height: 50px;
	width: 50px;
	margin: 0 0 20px 0;
	padding: 0;
		}

.sectionContent .arrows .arrowDown
	{
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
		}

.sectionContent .arrows .arrowUp a, .sectionContent .arrows .arrowDown a
	{
	display: block;
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
		}

.sectionContent .arrows .arrowUp a
	{
	background: url(images/arrow_up.png) 0 0 no-repeat;
		}

.sectionContent .arrows .arrowUp a:hover
	{
	background: url(images/arrow_up.png) 0 -50px no-repeat;
		}

.sectionContent .arrows .arrowDown a
	{
	background: url(images/arrow_down.png) 0 0 no-repeat;
		}

.sectionContent .arrows .arrowDown a:hover
	{
	background: url(images/arrow_down.png) 0 -50px no-repeat;
		}

.sectionContent .float-left, .sectionContent .float-right
	{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;
		}











#footer
	{
	width: 100%
	margin: 0 auto;
	background: #2b2720;
	border-bottom: 50px solid #2b2720;
		}

#footerContent
	{
	width: 1100px;
	min-height: 220px;
	margin: 0 auto;
	text-align: center;
		}

#footerContent p, #footerContent ul
	{
	font: normal 15px 'Merriweather Sans Regular', sans-serif;
	line-height: 50px;
	color: #fff;
		}

#footerContent p b
	{
	font: normal 15px 'Merriweather Sans Bold', sans-serif;
	line-height: 50px;
	color: #fff;
		}

#footerContent a
	{
	color: #fff;
	text-decoration: none;
		}

#footerContent p.copyright
	{
	font: normal 15px 'Merriweather Sans Regular', sans-serif;
	line-height: 50px;
	color: #999;
	margin: 20px 0 20px 180px;
		}

#footerContent p.copyright a
	{
	color: #999;
		}

#footerNav
	{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
		}

#footerNav ul
	{
	height: 80px;
	position: relative;
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
		}

#footerNav li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	height: 80px;
	position: relative;
	right: 50%;
		}

#footerNav li a
	{
	font: normal 13px 'Merriweather Sans Bold', serif;
	line-height: 60px;
	color: #ba5;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	height: 80px;
		}

#footerNav li a:hover
	{
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	color: #fff;
	background-color: #ba5;
		}



.clear
	{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
		}




.infoTable
	{
	width: 400px;
	float: left;
		}

#infoTable1
	{
	width: 400px;
	float: left;
		}

#infoTable1 p
	{
	margin-right: 60px;
	margin-left: 30px;
		}

.infoTable table
	{
	width: 380px;
	font: normal 12px 'Merriweather Sans Light', sans-serif !important;
	line-height: 18px !important;
	margin-top: 24px;
		}

.infoTable table td
	{
	padding: 2px 0;
		}

#infoTable2 p, .infoTable table label
	{
	display: block;
	font: normal 12px 'Merriweather Sans Light', sans-serif !important;
	line-height: 18px !important;
	margin: 12px 0 0 0 !important;
		}

.infoTable table .label
	{
	width: 90px;
	background: #fcc;
		}

.infoTable p.disclaimer
	{
	padding-bottom: 10px;
	border-bottom: 2px dotted #999;
	margin: 20px 0 20px 0px !important;
	font: normal 12px 'Merriweather Sans Light', sans-serif !important;
	line-height: 18px !important;
		}

.infoTable table .textbox
	{
	font: normal 11px 'Lucida Grande', sans-serif !important;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #999;
	width: 90%;
		}

.buttonBar
	{
	margin: 20px 0 50px 0;
	width: 100%;
	clear: both;
	text-align: center;
	 	}




#modelsTable
	{
	width: 650px;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #c8c4c1;
		}

#modelsTable h3
	{
	font: normal 1em 'Merriweather Sans Bold', sans-serif;
	line-height: 2em;
	margin-bottom: 10px;
	text-align: center;
		}

#modelsTable table
	{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font: normal .9em 'Merriweather Sans Light', sans-serif;
	line-height: 1.8em;
	margin: 10px 0;
		}

#modelsTable table b
	{
	font: normal 1em 'Merriweather Sans Bold', sans-serif;
		}

#modelsTable table td.name
	{
	padding: 0;
	text-align: left;
		}

#modelsTable table td.dimensions
	{
	padding: 0;
	text-align: center;
		}

#modelsTable table td.price
	{
	padding: 0;
	text-align: center;
		}

#modelsTable p
	{
	font: normal .8em 'Merriweather Sans Light', sans-serif !important;
	margin: 0 !important;
	text-align: left;
		}

#modelsTable p b
	{
	font: normal 1em 'Merriweather Sans Bold', sans-serif !important;
		}














#sidebar
	{
	float: right;
	width: 250px;
	background: #f1f2e6;
	margin: 150px 0 50px 0;
		}

#sidebar #contactInfo
	{
	width: 210px;
	margin: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c4c1;
		}

#sidebar #contactInfo p
	{
	font: normal .9em 'Merriweather Sans Light', sans-serif;
	line-height: 1.5em;
	color: #444;
	margin: 0 0 10px 0;
		}

#sidebar #contactInfo p b
	{
	font: normal 1.1em 'Merriweather Sans Bold', sans-serif;
		}

#sidebar .wpmtst-widget
	{
	width: 210px;
	margin: 20px;
		}

#sidebar .wpmtst-widget h4
	{
	display: none;
		}

#sidebar .wpmtst-widget .testimonial-widget h5
	{
	font: normal .9em 'Merriweather Sans Bold', sans-serif;
	line-height: 1.5em;
	color: #444;
	margin: 0;
		}

#sidebar .wpmtst-widget .testimonial-widget .content
	{
	font: normal .8em 'Merriweather Sans Light', sans-serif;
	line-height: 1.5em;
	color: #444;
	margin: 10px 0;
		}

#sidebar .wpmtst-widget .testimonial-widget .content p
	{
	font: normal .8em 'Merriweather Sans Light', sans-serif;
	line-height: 1.5em;
	color: #444;
	margin: 10px 0;
		}

#sidebar .wpmtst-widget .testimonial-widget .content p:last-child
	{
	display: none;
		}

#sidebar .wpmtst-widget .testimonial-widget .client
	{
	width: 190px;
	margin-left: 20px;
		}

#sidebar .wpmtst-widget .testimonial-widget .client .name
	{
	font: normal .8em 'Merriweather Sans Bold Italic', sans-serif;
	line-height: 1.5em;
	color: #444;
	margin: 10px 0 0 0;
		}

#sidebar .wpmtst-widget .testimonial-widget .client .company
	{
	font: normal .7em 'Merriweather Sans Light Italic', sans-serif;
	line-height: 1.2em;
	color: #444;
	margin: 0 0 10px 0;
		}

#sidebar .wpmtst-widget .testimonial-widget .readmore
	{
	font: normal .8em 'Merriweather Sans Light', sans-serif;
	line-height: 1.5em;
	color: #444;
	margin: 10px 0;
	text-align: right !important;
		}





.required
	{
	color: #b00 !important;
		}



.ngg-gallery-thumbnail
	{
	margin: 0 12px 0 0 !important;
		}























































































































