/*
Theme Name: Bellarine Srings
Theme URI: 
Author: Foundry Digital
Author URI: 
Description: The theme for the Bellarine Springs website
Version: 1.0
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0d415e;
	overflow-x: hidden;
}

/** HEADER STYLES **/
header {border-bottom:3px solid #57bcc3;text-align:center;background-color:#fff;}
.fontcontrols {
    float:right;
	width: 270px;
	text-align:right;
	margin-top:33px;
}
.freecall {
	font-weight:normal;
}

.light {background-color:#fafafa;}
.medium {background-color:#f6f6f6;}
.dark {background-color:#f1f1f1;}
.inner-wrapper {background-color:whitesmoke;}
.logo {
	height: 150px;
	padding: 10px 0;
}
.logo img {
	position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.container {
	width:960px;
	margin:0 auto;
	padding:0 10px;
}

/** NAVIGATION STYLES **/




/** HOMEPAGE SLIDER **/

.slider {
	width:100%;
	text-align:center;
	padding-top: 20px;
}

/** ARTICLE STYLES **/

article {
	width:65.5%;
	margin-right:1.5%;
}
.featureimage, .featureimagetall {
	padding: 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px solid #dedede;
	overflow:hidden;
	width: 97%;
	height: auto;
	margin-bottom: 20px; 
}

/** SIDEBAR STYLES **/

aside {
	width:33%; 
}

.rightsidebar article, .leftsidebar aside {float:left;margin:20px 0}
.leftsidebar article, .rightsidebar aside {float:right;margin:20px 0}

/** SIDEBAR MENU **/

.sidebarmenu {
	width:100%;
	background-color:#e8e8e8;
	padding:0;
	border:#ccc;
	list-style:none;
	margin:0 0 20px;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}
.sidebarmenu li a {
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	padding:15px 20px;
}
.sidebarmenu li a:hover {
	background-color:#0d415e;
	color:#fff;
}

.searchbar {
width: 96%;
border: 1px solid #CCC;
background-image: url('img/search.gif');
background-position: right;
background-repeat: no-repeat;
height: 20px;
padding: 10px 2%;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.widget {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px solid #dedede; 
	padding:10px 15px 10px 15px;
	margin-bottom:20px;
}
.widget .gfield_label {
	font-weight:normal !important;
	font-size:13px;
}
.widget .ginput_container input , .textarea {
	border: 1px solid #CCC;
	padding-top:6px !important;
	padding-bottom:6px !important;
	font-size: 14px !important;
	background-color:#fff; !important;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.gform_button, .ctabutton {
	background-color: #57bcc3;
	font-weight:bold;
	color:#fff;
	border: none;
	display:block;
	padding:10px 18px;
	font-size:14px;
	margin-bottom:10px;
	text-align:center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.gform_button:hover, .cta:hover .ctabutton {
background-color:#0d415e;
}
.gform_footer {margin:0 !important;}
.widget .ginput_container input:focus , .textarea:focus {
	background-color:#f2f2f2;
}

/** FONTS **/

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	color:#0d415e;
	font-weight:bold;
	margin:0 0 15px;
}

h1.pageTitle {
	font-size:30px;
	line-height:40px;
	display:inline-block; 
	margin:0 0 20px;
}
h2.widget-title {margin:0;}

p {
	margin:0 0 20px;
	font-size:14px;
}
a {
	font-weight:bold;
	color:#0d415e;
	text-decoration:none;
}
.content ul {margin: 0 0 20px;}

/*
.content li {float:left;width:45%;padding-right:5%}
.content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
*/
article a:hover {color:#57bcc3;}

/** LAYOUTS **/

.onethird {width:33.3%;float:left;}
.twothirds {width:66.6%;float:left;}
.onehalf {width:50%;float:left;}
.onequarter {width:25%;float:left;}
.threequarters {width:75%;float:left;}
.onefifth {width:20%;float:left;}
.twofifths {width:40%;float:left;}
.threefifths {width:60%;float:left;}
 

/** CTA's **/

.cta {width:32%;float:left;margin-bottom:20px;margin-right:1.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px solid #dedede;
	overflow:hidden;
}
.cta h2 {color:#808080;}
.cta img {width:100%;height:auto;border-bottom:3px solid #57bcc3}
.cta:hover img {opacity:.6;cursor:pointer;}
.widget_sp_image-description {padding:10px 10px 0;border-top:none;background-color:transparent}
.cta:hover {border:1px solid #57bcc3;}
/** ADDRESS BAR **/

.addressbar {
	padding:10px 0;
	background-color:#57bcc3;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:24px;
}

/** PROPERTY STYLES **/
.property-item {
	background-color:#fff;
	border:1px solid #dedede;
	border-top:none;
	padding:10px;
	margin-bottom:10px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.property-item-list {
	background-color:#fff;
	border:1px solid #dedede;
	padding:10px 10px 0 10px;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.property-item-list h2 {margin-bottom:6px;}
.property-item-list .list-photo {
	float:left;
	margin-right:20px;
	width:300px;
	height:auto;
	margin-bottom:10px;
}
.property-specs .wrap {
	background-color: #f5f5f5;
	border:1px solid #dedede;
}

.property-specs .title {
	float: left;
	margin: 0 !important;
	padding: 0 0 0 14px;
	font-size: 14px;
	line-height: 38px;
	font-family:Arial, Helvetica, sans-serif;
}
.property-specs .price {
	margin:0;
	float:right;
}
.price span {
	display: inline-block;
	background-color: #57bcc3;
	padding: 11px 10px 11px 14px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:-1px;
	font-size:13px;
}
.price .status-label {
	padding-right: 28px;
	padding-left: 26px;
	background: url() #292d2d no-repeat right 0;
}
.property-meta {
  margin: 0 0 20px;
  padding: 0;
  background-color: #4c4c4c;
}
.property-meta span {
  	float: left;
	display: inline-block;
	padding: 11px 6px 11px 0;
	margin: 0 6px 0 6px;
	font-size:14px;
   color:#ffffff !important;
}
.property-meta span.printer-icon {
  display: inline-block;
  float: right ;
  background: url(img/icon-printer.png) white no-repeat 18px 13px;
  padding-left: 45px ;
  padding-right: 18px ;
  padding-bottom: 12px;
  border-left: 1px solid #dedede ;
  border-right:none;
  border-bottom:none;
  margin:0;
  height:19px;
}
.property-meta span.view-property {
  display: inline-block;
  float: right ;
  background-color:#57bcc3;
  margin:0;
  height:19px;
  padding-right: 18px ;
  padding-left: 18px ;
  padding-bottom: 12px;
  border:none;
}
.view-property a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.property-meta span.view-property:hover {
background-color:#0d415e;
}
.printer-icon a {
  color: #394041;
}
.printer-icon a:hover {
  color: #ec894d;
}
.property-meta span [class^="icon-"], .property-meta span [class*=" icon-"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: -5px;
}
.property-meta span .icon-area {
  background: url(img/icon-size.png) no-repeat left center;
}
.property-meta span .icon-bed {
  background: url(img/icon-bed.png) no-repeat left center;
}
.property-meta span .icon-bath {
  background: url(img/icon-bath.png) no-repeat left center;
}
.property-meta span .icon-garage {
  background: url(img/icon-garage.png) no-repeat left center;
}
ul.additional-details li {
padding: 6px 5px 6px 10px;
border-bottom: 1px solid #eee;
margin: 0;
}
ul.additional-details {
list-style: none;
margin: 0;
border-top: 1px solid #f1f1f1;
padding:0;
}

.Sladen {background-color:#d7a533 !important}
.McLeod {background-color:#00437b !important}
.Ormond {background-color:#78a8ca !important}
.Henderson {background-color:#51c3c5 !important}
.Thomson {background-color:#a79c89 !important}

.home-name {float:right !important;font-weight:bold;font-family: Helvetica, Arial, sans-serif;font-size:16px !important;text-transform:uppercase;}

/** FOOTER **/
footer {
	background-color:#0d415e;
	padding:20px 0;
}

footer h2 {
	color:#57bcc3;
	font-weight:normal;
}
footer p, footer a {
	color:#ffffff;
}

.pinnacle {
	text-align:center;
	background-color:#0D3A53;
	width:100%;
	padding:10px 0;
	border:1px solid #0B3146;
}

/** HELPER CLASSES **/
.left {float:left;}
.right {float:right;}
.paddingLeft {padding-left:20px;}
.paddingRight {padding-right:20px;}
.paddingBoth {padding:0 20px;}
.noMargin {margin:0;}

.sidebarcta {
	display:block;
	padding:20px 20px 20px 60px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #fff;
	color:#808080;
	font-size:16px;
	text-shadow: 1px 1px 1px #fff;
}
.sidebarcta:hover {
	color:#fff;
	background-color:#57bcc3;
	text-shadow: 1px 1px 1px #47A5AC;
}
.newslettercta {background:url('img/icon-mail.png') no-repeat 10px 10px;border-top:none;}
.brochurecta {background:url('img/icon-brochure.png') no-repeat 10px 10px;}
.tourcta {background:url('img/icon-tour.png') no-repeat 10px 10px;}
.contactcta {background:url('img/icon-phone.png') no-repeat 10px 10px;border-bottom:none;}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pca {
	margin:10px 0 20px;
	border-top:1px solid #d7d7d7;
	padding:20px 0;
	text-align:center;
}

.doNotShow {display:none;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1250px) {
.container {width:96%;padding:0 2%;max-width:960px;}

}
@media only screen and (max-width: 860px) {
.logo img {
position:relative;
float:left;
margin-left: 0;
margin-right: 0;
}
	
}
@media only screen and (max-width: 690px) {
/** PROPERTY VIEW **/
.property-specs .price .status-label, .property-specs .price span, .property-specs .price, .property-specs .title {
	float: none ;
	display: block;
	margin:0;
}
.price .status-label {
	padding-left:14px;
}
.property-item-list .list-photo {
	float:none;
	margin-right:0px;
	width:100%;
	height:auto;
}



}


@media only screen and (max-width: 640px) {
.container {width:96%;padding:0 2%;}
header .container {text-align:center;}
article, aside, .cta {width:100%;}
.addressbar {font-size:16px;}
.fontcontrols {display:none;}
.menu-container ul li a {padding:10px 10px 0 10px;}
.property-meta span.view-property {float: none;width:100%;padding:10px 0;text-align:center;}

.content li {float:none;width:auto;}


/** LAYOUTS **/

.onethird {width:100%;}
.twothirds {width:100%;}
.onehalf {width:100%;}
.onequarter {width:100%;}
.threequarters {width:100%;}
.onefifth {width:100%;}
.twofifths {width:100%;}
.threefifths {width:100%;text-align:left !important}

.left {float:none;clear:both;}
.right {float:none;clear:both;}
.paddingLeft {padding-left:0px;}
.paddingRight {padding-right:0px;}

.logo img {
	position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	html, body {
    /*changing width to 100% causes huge overflow and wrap*/
   		width:100%; 
	  height:100%;
	  page-break-after:always 
   }

    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;
    }
	
	header, aside, footer, .addressbar {display:none;}
	article {width:55% !important;}
}