/****** PLACE YOUR CUSTOM STYLES HERE ******/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display');

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

h1,
h2,
h3,
p.lead {
	font-family: 'Playfair Display', serif;	
}

h1,
h2 {
	font-style: italic;
}

.alert-danger, .alert-success {
	display: none;
}

.btnWhite, .btnWhite:hover, .btnWhite:visited, .btnWhite:active {
    background: #fff;
    border-color: #fff;	
    color: #004400 !important;
}

hr.style14 {
    border: 0;
    height: 1px;
    clear: both;
    margin: 0 0 15px;
    background-image: -webkit-linear-gradient(left, #000, #ffda84, #000);
    background-image: -moz-linear-gradient(left, #000, #ffda84, #000);
    background-image: -ms-linear-gradient(left, #000, #ffda84, #000);
    background-image: -o-linear-gradient(left, #000, #ffda84, #000);
}

.logo {
	max-height: 80%;	
}

.bg-dark {
	background: #2B2926;
}

.nav-container .bg-dark .nav-utility {
	background: #9EA18B; 
	opacity: 1;	
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
    font-weight: 400;
}

.nav-container .bg-dark .nav-utility .module.left .sub,
.nav-container .bg-dark .nav-utility .module.left a {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
    font-weight: 400;
}

.nav-container .nav-utility .btnContactTopRight {
	background: #990000;
	border: 2px solid #990000;
}

.hasEdwardianScript {
    font-family: 'EdwardianScriptITC';
    color: #fff !important;
    font-size: 2.5em;	
}

.listingTypeHeader {
	text-align: center;
}

/* Home Page */
.homePage .image-slider h1 {
    margin-bottom: 8px;
    font-size: 69px !important;
    line-height: 64px !important;
    font-family: "Playfair Display" !important;
    font-weight: 400 !important;
    font-style: italic !important;
    letter-spacing: -2px !important;
    text-shadow: -2px 2px 10px black !important;	
}

.homePage .image-slider h3,
.homePage .image-slider p.lead {
    font-family: 'Playfair Display SC';
    font-size: 24px;
    text-shadow: -2px 2px 6px black;
    font-weight: 400 !important;
}

.homePage h2 {
    font-weight: 400;
    text-transform: normal;
    font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #9e6e5e;
    letter-spacing: -2px;
}


.homePage section + .portfolio-pullup {
    margin-top: 0;
}

.homePage .topSearchForm .formColumn {
	padding: 0 8px;
}



/* All Properties Page */
.sectionEachPropertyListing {
    padding: 15px;
}

.spnEachListingDetail {
	display: block;
}

/* Property Detail Page */
.propertySlider .slides { 
	margin-bottom: 30px;
}

img {
	border: 1px solid #666;
	}
.propertySlider .slides li img { 
	max-height: 500px; 
}

.propertySlider .slides li > img {
	width: 100%;
}

.sectionPropertyDetailTitleHeader {
	background:#8A977B; 	
}

.sectionPropertyDetailTitleHeader a {
	color: #fff; 	
}

.propertyDetailPage .propertyDetailHeaderTitle {
	font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 56px !important;
	text-shadow: -2px 2px 6px black;
	font-weight: 400 !important;
	font-style: italic;
	line-height: 40px;
	letter-spacing: 3px;
	color: #fff;
}

.propertyDetailPage h2 {
	color: #000000 !important;
    letter-spacing: 2px;
    margin-right: -10px;
    font-style: normal;
}


/* START Social Share Icons Under Property Slider */
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons li img {
  width: 40px;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* END Social Share Icons Under Property Slider */

/* Contact Page */

.contactUs .containerContactFormSection {
    max-height: none;	
}

/* Blog Archive and Blog Single Page */
.sectionBlogTitleHeader {
	background:#8A977B; 
}

.sectionBlogTitleHeader h3,
.sectionBlogTitleHeader a {
	color: #fff;
}

@media screen and (min-width: 1100px) {
	
	.homePageMLSPhoto {
		min-height: 270px;
		max-height: 270px;
	}
	
}

@media screen and (max-width: 680px) {
	
	/* Property Detail Page */
	.propertySlider .slides li img { 
		max-height: 400px; 
	}
	.propertySlider .slides li > img {
		width: 100%;
	}
	
}

