/*   
Theme Name: 34b-pro-2
Theme URI: http://www.landbrokerwebsites.com/
Description: This is an adaptive landbroker theme.
Author: crystalcore.net
Author URI: http://crystalcore.net
Version: 1
*/

/*RESET*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	line-height: normal;
	border: none;
	outline: none;
}

*, 
*::after, 
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
	border: medium none;
	height: auto;
	max-width: 100%;
  display: block;
}
img.alignright {float:right; margin:1.25em 0 1em 1em; width: auto; max-width: 50%;}
img.alignleft {float:left; margin:1.25em 1em 1em 0;width: auto; max-width: 50%;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

body { 
  font-family: "mr-eaves-modern", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  overflow-x: hidden;
}







.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}







a.button {
  color: #ffffff;
  background-color: #a11814;
  font-size: 1.11111111em;
  padding: 1em 1.8em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin: 0 1em 1em 0;
  transition: opacity 0.5s;
}
a.button:hover {
  opacity: 0.8;
}








/* Grid */

/* container */
.cg_container {
  padding: 0 15px;
}
/* row */
.cg_row {
  margin: 0 -15px;
  padding: 0;
  word-spacing: -6px;
  letter-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
}
/* columns general */
.cg_col {
  padding: 0 15px;
  display: inline-block;
  zoom: 1; *display: inline; /* IE < 8: fake inline-block */
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin: 0;
}

/* columns devider */
.cg_row.devider > .cg_col {
  border-right: 1px solid #b7b7b7;
}
.cg_row > .cg_col:last-child {
  border-right: none;
}

/* columns devider */
.cg_container > .cg_row.devider > .cg_col {
  border-right: 1px solid #b7b7b7;
}

/* columns */
.cg_col-1,
.cg_col-1-1 {
  display: block;
}
.cg_col-1-2 {
  width: 50%;
}
.cg_col-1-3 {
  width: 33.33333333%;
}
.cg_col-2-3 {
  width: 66.66666%;
}
.cg_col-1-4 {
  width: 25%;
}
.cg_col-3-4 {
  width: 75%;
}
.cg_col-1-5 {
  width: 20%;
}
.cg_col-2-5 {
  width: 40%;
}
.cg_col-3-5 {
  width: 60%;
}
.cg_col-4-5 {
  width: 80%;
}
.cg_col-1-6 {
  width: 16.656%;
}
.cg_col-5-6 {
  width: 83.33%;
}
.cg_col-1-8 {
  width: 12.5%;
}
.cg_col-3-8 {
  width: 37.5%;
}
.cg_col-5-8 {
  width: 62.5%;
}
.cg_col-7-8 {
  width: 87.5%;
}
.cg_col-1-12 {
  width: 8.3333%;
}
.cg_col-5-12 {
  width: 41.6666%;
}
.cg_col-7-12 {
  width: 58.3333%;
}
.cg_col-11-12 {
  width: 91.6666%;
}
.cg_col-1-24 {
  width: 4.1666%;
}
.cg_col-5-24 {
  width: 20.8333%;
}
.cg_col-7-24 {
  width: 29.1666%;
}
.cg_col-11-24 {
  width: 45.8333%;
}
.cg_col-13-24 {
  width: 54.1666%;
}
.cg_col-17-24 {
  width: 70.8333%;
}
.cg_col-19-24 {
  width: 79.1666%;
}
.cg_col-23-24 {
  width: 95.8333%;
}

@media only screen and ( max-width: 767px ) {

  /* Grid */

  /* row */
  .cg_row {
    display: block !important;
  }

  .cg_row.devider > .cg_col {
    border-right: none;
  }
  
  /* columns */
  .cg_col-1,
  .cg_col-1-1,
  .cg_col-1-2,
  .cg_col-1-3,
  .cg_col-2-3,
  .cg_col-1-4,
  .cg_col-3-4,
  .cg_col-1-5,
  .cg_col-2-5,
  .cg_col-3-5,
  .cg_col-4-5,
  .cg_col-1-6,
  .cg_col-5-6,
  .cg_col-1-8,
  .cg_col-3-8,
  .cg_col-5-8,
  .cg_col-7-8,
  .cg_col-1-12,
  .cg_col-5-12,
  .cg_col-7-12,
  .cg_col-11-12,
  .cg_col-1-24,
  .cg_col-5-24,
  .cg_col-7-24,
  .cg_col-11-24,
  .cg_col-13-24,
  .cg_col-17-24,
  .cg_col-19-24,
  .cg_col-23-24,
  .cg_col-2-1,
  .cg_col-1-1
   {
    display: block;
    width: auto;
  }
  .cg_container > .cg_row > .cg_col {
    padding-left: 0;
    padding-right: 0;
  }
  .cg_container > .cg_row.devider > .cg_col {
    border-right: none;
  }

}
















/* Dagon Design Sitemap Generator (plugin) */
.ddsg-wrapper {
  margin-bottom: 2em;
}



ul.list,
ol.list,
.wsp-pages-list {
  list-style: none;
  padding: 0 0 0 0.75em;
  margin: 0 0 1em;
  display: inline-block;
  min-width: 30%;
  vertical-align: top;
}
ul.list.two-col,
ol.list.two-col {
  display: block;
  overflow: hidden;
}

ul.list li,
ol.list li,
.wsp-pages-list li {
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  color: #e6e6e6;
  font-size: 0.944444444444444em;
  line-height: 1.764705882352941em;
  margin: 0 0 0.25em;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
ul.list li::before,
.wsp-pages-list li::before {
  content: "• ";
  color: #a11814;
  padding-right: 10px;
  margin: 0 0 0 -2em;
  display: inline-block;
  width: 2em;
  text-align: right;
}

ul.list.two-col li,
ol.list.two-col li {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
}

ol { 
  counter-reset: item;
}
ol li { 
  display: block;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #a11814;
  padding-right: 10px;
  margin: 0 0 0 -2em;
  width: 2em;
  display: inline-block;
  text-align: right;
}



h2.section_title {
  font-size: 2.611111111111111em;
  line-height: 1em;
  letter-spacing: 0.03em;
  /* background-color: rgba(0,0,0,.63); */
  color: #c69569;
  text-transform: uppercase;
  /* display: inline-block; */
  margin: 0 0 0.5em;
  font-family: 'Bonzer - San Francisco';
  font-weight: normal;
  font-style: normal;
  /*padding: 0 1.5em 0 1.5em;*/
  position: relative;
}
body.home h2.section_title {
  text-align: center;
}
h2.section_title:before {
  /*position: absolute;
  content: "";
  right: 100%;
  top: 0;
  height: 100%;
  width: 9999px;
  background-color: rgba(0,0,0,.63);*/
}


body:not(.home) .trec {
  text-align: center;
}
/*body:not(.home) .trec,*/
body .trec {
  padding: 1.5em 0;
  border-top: 1px solid rgba(0,0,0,.1);
  /*background-color: rgba(0,0,0,.1);*/
}
body.home .trec {
  border-top: none;
  background-color: transparent;
}
/*body.home .trec a {
  font-size: 1.222222222222222em;
}*/
body .trec a {
  font-size: 0.944444444444444em;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.home .trec a {
  font-size: 0.944444444444444em;
  letter-spacing: 0.03em;
  line-height: 1.5em;
}
body .trec span {
  margin: 0 0.5em;
  color: #7d6f4b;
  text-indent: 9999px;
}
body.home .trec span {
  display: block;
  height: 25px;
  overflow: hidden;
}
i {
  /*font-family: "essonnes-display",serif;*/
  font-style: italic;
  font-weight: 400;
}
/*body.home .trec span {
  display: block;
  height: 1em;
  overflow: hidden;
  opacity: 0;
  background-color: transparent;
  text-indent: 9999px;
}*/

section {
  z-index: 1;
  position: relative;
}

.viewport {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: top center;
  -webkit-background-size: cover;
  display: block;
}

#page-wrap {
  /*position: relative;*/
}

body .body > .entry {
  /*margin-bottom: 2.5em;*/
}
body.home .post .body > .entry > h2 {
  text-align: center;
  font-size: 2.611111111111111em;
  letter-spacing: 0.03em;
  margin: 0 0 0.25em;
}
body.home .post .body > .entry > aside {
  width: 41%;
  float: right;
  margin: 0.25em 0 1em 2em;
}
body.home .body > .entry strong {
  font-weight: 600;
}
body.home .post .body > .entry p {
  /*color: #000;*/
  /*font-size: 0.944444444444444em;*/
  /*line-height: 1.764705882352941em;*/
}
body.home .body > aside {
  float: right; 
  width: 35%;
  /*margin-left: -15em; */
  /*margin-top: 0.5em; */
  /*position: absolute;*/
  right: 0;
  top: 0;
}
body.home .widget.CC_Agent_Widget {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget.CC_Agent_Widget {
  height: 100%;
  /*background-color: #818a93;*/
}
.widget.CC_Agent_Widget h2 {
  font-size: 2.444444444444444em;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1;
}
.widget.CC_Agent_Widget h4 {
  color: #fff;
  margin: 0;
  font-size: 1.055555555555556em;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.agent-image {
  position: relative;
}
.agent-image > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
}
.agent-image img {
  width: 100%;
  max-width: 100%;
}
.agent-image + div {
  padding: 0.75em 0;
  text-align: right;
}
.agent-image + div p {
  font-size: 1.111111111111111em;
  line-height: 1.1em;
  color: #fff;
  font-weight: 300;
}
.agent-image + div a {
  color: #7e704c;
  letter-spacing: 0.03em;
  display: inline-block;
  transition: color 0.25s, border 0.25s, background-color 0.25s;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.111111111111111em;
}
.agent-image + div a:hover {
  /*color: #61544b;*/
  /*border-bottom: 1px solid #fff;*/
  /*background-color: #7d6f4b;*/
  text-decoration: none;
}




.home_logos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  list-style-type: none;
  margin: 1em 0 2em;
  clear: both;
  text-align: center;
  align-items: center;
}
.home_logos li {
  padding: 0 20px;
}
.home_logos li:first-child {
  padding-left: 0;
}
.home_logos li:last-child {
  padding-right: 0;
}
.home_logos li img {
  max-height: 80px;
}
@media only screen and ( max-width: 767px ) {
  .home_logos li {
    padding: 0 10px;
  }
}


.m0 {
  margin: 0;
}
body.page-buyers-sellers .home_logos {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-buyers-sellers .home_logos li {
  padding: 30px 20px;
  margin-bottom: 20px;
  width: 32.5%;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
body.page-buyers-sellers .home_logos li img {
  margin: auto;
}
@media only screen and ( max-width: 767px ) {
  body.page-buyers-sellers .home_logos li {
    width: 48.5%;
  }
}



.hidden,
.pc_hidden {
  display: none;
}

.body {
	max-width: 1200px;
	/*width: 90%;*/
  padding: 0 15px;
	margin: 0 auto;
  color: #4a4a4a;
}

a {
  color: #7d6f4b;
  font-style: italic;
  text-decoration: underline;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}

p {
	font-size: 0.944444444444444em;
	line-height: 1.764705882352941em;
	margin: 0 0 1em;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
#no_properties p {
  text-align: center;
  color: #413d38;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2em;
}




.left-half,
.right-half {
  float: left;
  width: 50%;
  padding-right: 1em;
}
@media only screen and ( max-width: 767px ) {
  .left-half,
  .right-half {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}


hr {
  margin: 2em 0 1.5em;
  border: 0 none;
  border-top: 1px dashed #7f4719;
  opacity: 0.22;
  background: none;
  height: 0;
  clear: both;
  display: block;
  width: 100%;

}

/*header*/

h1, h2, h3, h4, h5, h6 {
  color: #7e704c;
  font-family: 'Bonzer - San Francisco';
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
h1 {
	font-size: 2.444444444444444em;
	margin: 0 0 0.5em;
}
h2 {
	font-size: 1.9em;
	margin: 0 0 0.55em;
}
h3 {
  font-size: 1.166666666666667em;
  margin: 0 0 0.6em;
}
h4 {
  font-size: 1.14em;
  margin: 0 0 0.6em;
}
h5 {
  font-size: 1.11em;
  margin: 0 0 0.6em;
}
h6 {
  font-size: 1.075em;
  margin: 0 0 0.6em;
}
h1.page_title {
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  position: relative;
  text-align: center;
}
h1.page_title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 2em;
  background-color: rgba(186,123,74,1);
}

body.single-property h2 {
  margin-top: 1em;
  /*font-size: 1.8em;*/
}





section.page_title {
  background-image: url(images/home_banner_image.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2.5em 0 2.5em;
  /*border-bottom: 1px solid #7d6f4b;*/
}
section.page_title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.444444444444444em;
  font-weight: 300;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}
section.page_title p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  text-shadow: 2px 2px 2px #000;
  font-family: "museo-sans",sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.text_center {
  text-align: center;
}





header {
	top: 0;
	width: 100%;
  background: #9f6b3b url('images/header_bg.jpg');
  position: relative;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}
body header:after {
  /*content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d6f4b;
  z-index: 20;*/
}

body.home header { 
	/*position: absolute;*/
	/*z-index: 99999;*/
}





/* Navigation */
nav ul,
nav ul li {
  list-style-type: none;
  list-style: none;
}
nav ul li a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.03em;
}

header nav .body > div {
  display: block;
}
header nav {
  background: url(images/header_nav_bg.png);
  /*background: #e4e4c7;*/
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
  position: relative;
  /*float: right;*/
  width: 100%;
  border-top: 1px solid #b8ac9f;
}
header nav .body > ul {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
header nav .body > ul > li {
  display: table-cell;
  border-left: 1px solid #b8ac9f;
  position: relative;
}
header nav .body > ul > li:first-child {
  /*border-left: none;*/
}

header nav .body > ul > li:last-child {
  border-right: 1px solid #b8ac9f;
}

header nav > .body > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header nav > .body > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 5;
  width: 13em;
  margin-left: -6.5em;
  text-align: left;
  background: #E9EAE5;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
  transition: visibility 0.25s, opacity 0.25s;
  -webkit-transition: visibility 0.25s, opacity 0.25s;
}
header nav > .body > ul > li ul li a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #e1e1e1;
  transition: color 0.25s;
  top: auto;
  font-size: 1em;
}


/*header nav::before,
header nav::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.5);
}
header nav::before {
  top: 2px;
}
header nav::after {
  bottom: 2px;
}*/

header nav > ul {
  /*display: table;*/
  /*width: 100%;*/
  margin: 0 auto;
  float: right;
}
header nav > ul > li {
  /*display: table-cell;*/
  text-align: right;
  position: relative;
  float: left;
  margin: 0 0 0 1em;
}
header nav > ul > li:first-child {
  margin-left: 0;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 150%;
  display: none;
  background-color: rgba(255,255,255,1);
  padding: 0.5em 0.25em;
  /*border: 1px solid rgba(197,178,128,1);*/
  text-align: left;
}
header nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  z-index: 25;
}
header nav > ul > li.menu-item-has-children > ul.sub-menu li a {
  padding-left: 1em;
  padding-right: 1em;
  text-transform: none;
  font-size: 0.85em;
}
header nav ul li a {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.88888889em;
  color: #291708;
  padding: 0.375em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.25s;
}
header nav ul li a:hover,
header nav ul li.current-menu-item a {
  color: #a11814;
}

header > .body {
  text-align: left;
  position: relative;
}

header .body > div.block_logo {
	display: inline-block;
	vertical-align: middle;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 55%;
  padding: 1em 0;
}








header .header_phone {
  background: #291708;
  height: 1.3125em;
  line-height: 1.3125em;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 0.5em;
}
header .header_phone > span {
  color: #d9c6af;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.85555556em;
  letter-spacing: 0.2em;
}
header .header_phone a {
  text-decoration: none;
  color: #d9c6af;
  transition: color 0.25s;
  font-family: inherit;
}
header .header_phone a:hover {
  color: #fff;
}
header .header_phone i {
  font-size: 0.5em;
  color: #d9c6af;
  vertical-align: middle;
  margin: -0.25em 0.5em 0;
}

header .header_social {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  padding: 0 1em 0 0;
}
header .header_social a {
  color: #d9c6af;
  font-size: 1.25em;
  float: left;
  margin-left: 1em;
  transition: color 0.25s;
}
header .header_social a:hover {
  color: #fff;
}

@media only screen and ( min-width: 1365px ) {
  header > .body {
    position: relative;
  }
  header .header_phone,
  header .header_social {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media only screen and ( max-width: 767px ) {
  header .header_phone {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0 0 1em;
    display: none;
  }
  header .header_phone > span {
    font-size: 1.25em;
  }
  header .header_social {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .header_social a {
    color: #271608;
    font-size: 1.5em;
  }
  header .header_social a:hover {
    color: ##fff;
  }
}






.home_banner {
  background: url(images/home_banner_image.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 48% 0 0;
  min-height: 350px;
  position: relative;
}
.home_banner .body {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.home_banner .body .banner_text_wrap {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.home_banner .body .banner_text_wrap h1 {
  color: #ffffff;
  line-height: 1;
  font-size: 3.33333333em;
  margin: 0;
}
.home_banner .body .banner_text_wrap p {
  font-family: raleway, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  margin: 0 0 2em;
}
.home_banner .body .banner_text_wrap a {
  color: #ffffff;
  font-size: 1.11111111em;
  padding: 1em 1.8em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin: 0 1em 1em 0;
  transition: opacity 0.5s;
}
.home_banner .body .banner_text_wrap a:hover {
  opacity: 0.75;
}
.home_banner .body .banner_text_wrap a.red {
  background: #a11814;
}
.home_banner .body .banner_text_wrap a.black {
  background: #000000;
}
@media only screen and ( max-width: 767px ) {
  .home_banner .body .banner_text_wrap {
    text-align: center;
    font-size: 0.75em;
  }
  .home_banner .body .banner_text_wrap p {
    font-size: 1.5em;
  }
  .home_banner .body .banner_text_wrap a {
    display: block;
    font-size: 1.25em;
    margin-right: 0;
  }
  .home_banner .body .banner_text_wrap a.red {
    font-size: 1.75em;
    padding: 0.5em 1.8em;
  }
}






body.home .slider { 
	display: block;	
}

.post {
	padding: 3.25em 0 1em;
  position: relative;
  overflow: hidden;
}

body:not(.home) .post:after {
  /*content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30em;
  background: transparent url(images/property_listings_bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center 0;
  z-index: -1;*/
}
body.home .post {
  padding: 3.25em 0 1em;

  background: #eeebe8;
  background: -moz-linear-gradient(top, #eeebe8 0%, #eae3db 100%);
  background: -webkit-linear-gradient(top, #eeebe8 0%,#eae3db 100%);
  background: linear-gradient(to bottom, #eeebe8 0%,#eae3db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebe8', endColorstr='#eae3db',GradientType=0 );

  background: #ffffff;
}
body.home .post > .top_gradient {
  /*position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(240,237,232,1) 0%, rgba(240,237,232,0.99) 1%, rgba(255,255,255,0.01) 100%);
  background: -webkit-linear-gradient(top, rgba(240,237,232,1) 0%,rgba(240,237,232,0.99) 1%,rgba(255,255,255,0.01) 100%);
  background: linear-gradient(to bottom, rgba(240,237,232,1) 0%,rgba(240,237,232,0.99) 1%,rgba(255,255,255,0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ede8', endColorstr='#03ffffff',GradientType=0 );*/
}
body.home .post > .top_gradient + .body {
  position: relative;
  z-index: 1;
}
body.home .post:after {
  /*content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a11814;*/
}

.company, .contact {
	/*width: 26%;*/
  text-align: left;
  margin: 3.5% 0 0;
}

.logo {
	display: block;
  margin: 0 auto;
}

.logo img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.contact {
	text-align: right;
}

.company > span, 
.contact > span, 
.contact > a, 
.propRight > a {
  text-decoration: none;
  font-family: "mr-eaves-modern",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.contact > span {
  font-family: "mr-eaves-modern",sans-serif;
  font-style: italic;
  font-weight: 300;
}
.company > span, 
.contact > span, 
.contact > a:not(.pc_hidden) {
	display: block;
	font-size: 1.1em;
	color: rgba(116,104,66,1);
}
.contact > a:not(.pc_hidden) {
  display: inline-block;
  color: #7f4719;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 1px 0 0 3px;
}
.contact > a:hover {
  text-decoration: underline;
}
.company > span {
  font-size: 1em;
}
.company > span a {
  color: #428f38;
  text-transform: uppercase;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.043333333333333em;
  text-decoration: none;
}















/* Soliloquy Slider */
.soliloquy-container .soliloquy-controls-direction { 
  display: block !important; 
}
.soliloquy-container .soliloquy-item {
  overflow: hidden;
}
/* Arrows */
.soliloquy-container .soliloquy-controls-direction .soliloquy-prev { 
  /*background: url(images/prev_arrow.png) no-repeat scroll 0 0 !important; */
  width: 25px !important; 
  height: 48px !important; 
  margin-top: -24px !important; 
  left: 3%;
}
.soliloquy-container .soliloquy-controls-direction .soliloquy-next { 
  /*background: url(images/next_arrow.png) no-repeat scroll 0 0 !important; */
  width: 25px !important; 
  height: 48px !important; 
  margin-top: -24px !important; 
  right: 3%;
}
/* Caption */
.soliloquy-container .soliloquy-caption {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
  top: 0;
  left: 0;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: table !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  /*padding: 89px 0 0 !important;*/
  background-color: transparent !important;
}
.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
  display: table-cell !important;
  vertical-align: middle !important;
}

.soliloquy-container .soliloquy-caption h3 {
  color: #fff;
  font-size: 3em;
  text-shadow: 2px 2px 2px #000;
  margin: 0 0 0.25em;
  line-height: 1em;
}
.soliloquy-container .soliloquy-caption p {
  width: 50%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.30em;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.5em;
  font-weight: bold;
  /*text-transform: capitalize;*/
}
.soliloquy-container .soliloquy-caption a.btn {
  display: inline-block;
  font-size: 1em;
  line-height: 2.489257213014119em;
  padding: 0.155em 2em;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  /* box-shadow: 0 3px 3px rgba(40,40,40,0.26); */
  margin: 0 1.5em 0;
  transition: color 0.25s;
  -webkit-transition: color 0.25s;
  letter-spacing: 0.330em;
  text-align: center;
  min-width: 11.428571428571429em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .soliloquy-viewport {
    max-height: 380px !important;
  }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 0 !important;
  }
  .soliloquy-container .soliloquy-image {
    height: 380px !important;
    min-height: 380px !important;
    width: 768px !important;
    min-width: 768px !important;
    -webkit-appearance: translate(-50%, 0);
    -moz-appearance: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
  }
  /** Hide the caption and control nav for small devices since they can swipe slides */
  .soliloquy-container .soliloquy-control-nav,
  .soliloquy-container .soliloquy-caption {
    /*display: none !important;*/
    font-size: 0.8em;
  }
  .soliloquy-container .soliloquy-caption h1 {
    margin: 0 0 0.5em !important;
  }
  .soliloquy-container .soliloquy-caption p {
    margin: 0 auto 2em !important;
    width: 75%;
  }
}





















/* HOME SLIDER */
.down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.111111111111111em;
  height: 2.111111111111111em;
  margin: 0 0 0 -1.5em;
  background: transparent url(images/down-arrow.png);
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 2;
  background-repeat: no-repeat;
}
#homeSlider { 
  /*position: absolute;*/
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
  /*border-bottom: 1px solid #7d6f4b;*/
  }

#homeSlider ul.slides li { 
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s opacity, 1s visibility;
  -moz-transition: 1s opacity, 1s visibility;
  transition: 1s opacity, 1s visibility;
  }

#homeSlider ul.slides li.current { 
  opacity: 1;
  visibility: visible;
  }

/*#homeSlider.horizontal ul.slides li { 
  background-size: 100% auto;
  }

#homeSlider.vertical ul.slides li { 
  background-size: auto 100%;
  }*/

#homeSlider .slideBlock { 
  width: 100%;
  /*margin: 0 auto;*/
  position: relative;
  height: 100%;
  max-width: 100%;  
  }

#homeSlider .slideBlock > hr {
  position: absolute; 
  bottom: 168px;
  z-index: 1;
  background: none;
  height: 7px;
  border-style: solid;
  border-width: 0px 22px;
  -moz-border-image: url(images/bannerHR.png) 0 22 round repeat;
  -webkit-border-image: url(images/bannerHR.png) 0 22 round repeat;
  -o-border-image: url(images/bannerHR.png) 0 22 round repeat;
  border-image: url(images/bannerHR.png) 0 22 fill round repeat;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  }


#homeSlider .viewAll { 
  display: block;
  z-index: 3;
  position: absolute;
  right: 0;
  padding: 4px 13px;
  letter-spacing: 2px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 5px;
  color: #fff;
  transition: 0.5s background, 0.5s border;
  font-size: 15px;
  background: rgba(0,0,0,0.45);
  }

#homeSlider .viewAll:hover { 
  background: rgba(0,0,0,0.7);
  border-color: #fff;
  }

#homeSlider ul.captions { 
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  }

#homeSlider ul.captions li {
  position: absolute;
  bottom: 0;
  color: #d8bfa9;
  /*font-family: "essonnes-display", serif;*/
  font-style: normal;
  font-weight: 400;
  /*max-width: 50%;*/
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 1.25em 0;
  visibility: hidden;
  -webkit-transition: 1s opacity, 1s visibility;
  -moz-transition: 1s opacity, 1s visibility;
  transition: 1s opacity, 1s visibility;
  list-style-type: none;
  list-style: none;
  /*background-color: rgba(0, 0, 0, .35); */
  /*background-image: url(images/slider-text-bg-1.png);*/
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*transform: translate(0, 50%);*/
  overflow: hidden;
}
#homeSlider ul.captions li:after {
  /*background: none;
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: -30%;
  width: 150%;
  height: 180%;
  background-image: url(images/slider-text-bg-1.png);
  pointer-events: none;
  background-size: 100%;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.8;*/
}

#homeSlider ul.captions li > div {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
#homeSlider ul.captions li > div:before,
#homeSlider ul.captions li > div:after {
  content: "";
  position: absolute;
  width: 9999px;
  left: 100%;
  height: 4px;
  border-top: 1px solid #c69569;
  border-bottom: 1px solid #c69569;
  top: 50%;
  margin: -2px 0 0;
}
#homeSlider ul.captions li > div:after {
  left: auto;
  right: 100%;
}

#homeSlider ul.captions li h3 {
  font-size: 3.055555555555556em;
  font-family: 'Bonzer - San Francisco';
  font-weight: normal;
  font-style: normal;
  font-size: 2.444444444444444em;
  line-height: 0.85em;
  color: #c69569;
  margin: 0;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#homeSlider ul.captions li p {
  font-size: 1.111111111111111em;
  line-height: 1.2em;
  font-family: "mr-eaves-modern", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 1.25em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*#homeSlider ul.captions li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 2em 1.25em rgba(255,255,255,.41);
  box-shadow: 0 0 2em 1.25em rgba(255,255,255,.41);
  transition: all 0;
}*/


#homeSlider ul.captions li a i { 
  font-size: 0.5em;
  position: relative;
  margin: 0 0 0 0.5em;
  top: -0.3em;
  font-style: normal;
  }

#homeSlider ul.captions li span { 
  /*display: block;*/
  /*text-transform: uppercase;*/
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.055555555555556em;
  margin: 0 0 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
#homeSlider ul.captions li span i {
  font-size: 0.65em;
  font-style: normal;
  color: #7d6f4b;
  margin: 0 0.5em;
  top: -0.1em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#homeSlider a.viewProperty {
  color: #d8bfa9;
  display: inline-block;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.055555555555556em;
  /*line-height: 1.3;*/
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 0.5em;
}

#homeSlider a.viewProperty:hover { 
  text-decoration: underline;
}

#homeSlider ul.captions li.current { 
  opacity: 1;
  visibility: visible;
  }

#homeSlider #thumbsContainer { 
  overflow: hidden;
  position: absolute;
  z-index: 3;
  bottom: 61px;
  left: 0;
  width: 100%;
  }

#homeSlider #thumbsContainer ul { 
  width: 2000px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s left;
  }

#homeSlider #thumbsContainer li {
  float: left;
  border: 1px solid #fff;
  position: relative;
  transition: 0.5s border;
  list-style-type: none;
  list-style: none;
  }

#homeSlider #thumbsContainer li img {
  display: block;
  width: 100%;
  height: auto;
  }

#homeSlider #thumbsContainer li .outerWrapper { 
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  transition: 0.5s opacity;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  
  }

#homeSlider #thumbsContainer li .innerWrapper { 
  display: table;
  height: 100%;
  width: 100%;
  }

#homeSlider #thumbsContainer li .innerContent { 
  display: table-cell;
  vertical-align: middle;
  }

#homeSlider #thumbsContainer li:not(.current):hover { 
  cursor: pointer;
  }

#homeSlider #thumbsContainer li:hover,
#homeSlider #thumbsContainer li.current { 
  border-color: #000;
  }

#homeSlider #thumbsContainer li:hover article, 
#homeSlider #thumbsContainer li.current article { 
  opacity: 1;
  }

#homeSlider #thumbsContainer li div p {
  color: #c9a946;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

#homeSlider #thumbsContainer li div span { 
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 7px;
  display: block; 
  }

#homeSlider #thumbsContainer li div i { 
  font-style: normal;
  padding: 0 3px;
  }


#homeSlider .prev,
#homeSlider .next { 
  position: absolute;
  width: 2.222222222222222em;
  height: 2.222222222222222em;
  opacity: 0; 
  visibility: hidden; 
  transition: 0.5s opacity, 0.5s visibility;
  z-index: 2;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0,0,0,1);
  bottom: 50%;
  margin: 0 0 -1.111111111111111em;
}

#homeSlider .prev i,
#homeSlider .next i { 
  font-size: 1.25em;
  color: #bb8d49;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#homeSlider .prev { 
  left: 0;
  /*background-image: url(images/full_arr_l.png);*/
  /*font-family: "font-awesome";*/
  }

#homeSlider .next { 
  right: 0;
  /*background-image: url(images/full_arr_r.png);*/
  /*font-family: "font-awesome";*/
  }

#homeSlider .prev.visible,
#homeSlider .next.visible { 
  opacity: 0.47;
  visibility: visible;
  }

#homeSlider .prev.visible:hover,
#homeSlider .next.visible:hover { 
  opacity: 1;
  }


#homeSlider .bottomGradient {
  content: " ";
  position: absolute;
  height: 12.333333333333333em;
  width: 100%;
  bottom: -1px;
  left: 0;
  /*background: transparent url(images/slider_shadow.png);*/

  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );

  -webkit-background-size: auto 102%;
  background-size: auto 102%;
  background-repeat: repeat-x;
  background-position: center center;
  border: 0;
  outline: 0;
  box-shadow: none;
  z-index: 1;
}

















#mainContent { 
  position: relative;
  /*background: #e0d1bb url(images/home_listings_bg.jpg);*/
  background-repeat: repeat;
  overflow: hidden;
}










/* Buyers / Sellers - Page */
.page-buyers-sellers .entry {
  /*text-align: center;*/
}











section.slogan {
  background-color: rgba(65,75,40,1);
  text-align: center;
  padding: 0.75em 0;
}
section.slogan span {
  color: #e5d1a9;
  text-transform: uppercase;
}





.home_features:after {
  /*content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25em;
  background: transparent url(images/property_listings_bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center 0;
  z-index: -1;*/
}




/* Home Featured */
#home_featured {
  margin: 0 0 1em;
  padding: 2em 0 1em;
  overflow: hidden;
}
#home_featured:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25em;
  background: transparent url(images/property_listings_bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center 0;
  z-index: -1;
}
#home_featured h1 {
  margin-top: 0;
  text-align: center;
  font-size: 1.991111111111111em;
  margin: 0 0 1em;
}
#home_featured ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#home_featured ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 32%;
  margin-right: 2%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


#home_featured ul li.video > a div { 
  position: relative; 
}

#home_featured ul li.video > a div::before { 
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: url(images/playButton.png) no-repeat 0 0;
  background-size: cover;   
}

#home_featured ul li:last-child {
  margin-right: 0;
}

/* --------------------------------------- */
#home_featured ul li > a {
  display: block;
  margin: 0 0 0.65em;
  transition: box-shadow 0.5s;
  text-decoration: none;
}
#home_featured ul li > a:hover{
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  transition: box-shadow 0.5s;
}
#home_featured ul li > a div {
  padding: 64% 0 0;
  transition: filter 0.5s;
  position: relative;
}
.priceLabel {
  font-family: "mr-eaves-modern", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #947731;
  color: #fff;
  padding: 0.25em 0.5em;
  position: absolute;
  left: 5px;
  top: 5px;
}
/* --------------------------------------- */

.home_featured_info_left {
  cursor: default;
  margin: 0 0 0.5em;
}
.home_featured_info_left span {
  display: block;
  color: #2d2d2d;
  /*font-size: 0.888888888888889em;*/
  line-height: 1.245em;
}
.home_featured_info_left em {
  font-style: normal;
}
.home_featured_info > h3 {
  line-height: 1.428571428571429em;
}
.home_featured_info > h3 a {
  color: #7d6f4b;
  text-decoration: none;
}
.home_featured_info > h3 a:hover {
  text-decoration: underline;
}
.home_featured_info > a {
  font-size: 0.888888888888889em;
  line-height: 1.245em;
  color: #7d6f4b;
  text-decoration: none;
  transition: color 0.25s, border 0.25s;
  display: inline-block;
  padding: 0 0 0.25em;
  letter-spacing: 0.03em;
  position: relative;
  /*font-family: "essonnes-display",serif;*/
  font-style: normal;
  font-weight: 400;
}
.home_featured_info > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background-color: #ae8429;
  width: 100%;
  transition: width 0.25s;
}
.home_featured_info > a:hover:after {
  width: 0;
}
#home_featured ul li .home_featured_info > a:hover/*,
.propertyList .entry > ul > li div.propRight > a:hover*/ {
  color: #3f2109;
  transition: color 0.5s;
}
.home_featured_info > a i {
  font-size: 1.35em;
  margin: 0.025em 0 0 0.15em;
}














.signup {
  background-color: #c7af89;
  padding: 3px 0;
}
.signup .entry {
  position: relative;
}
.signup > div {
  border-top: 1px solid #ede6dd;
  border-bottom: 1px solid #ede6dd;
  background-image: url(images/signup_bg.jpg);
  padding: 1em 0;
}
.signup p {
  font-size: 0.944444444444444em;
  color: #000;
  margin: 0;
  overflow: hidden;
  padding-right: 24em;
}
.signup a {
  background: #7f4719;
  font-size: 1.527777777777778em;
  color: #fff;
  display: inline-block;
  font-family: 'Bonzer - San Francisco';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  padding: 0.6em 0.5em 0.5em;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.5s;
  width: 13.55em;
}
.signup a:hover {
  background: #c69569;
}

@media screen and ( max-width: 767px ) {
  .signup {
    text-align: center;
  }
  .signup p {
    padding-right: 0;
    margin-bottom: 0.75em;
    text-align: left;
  }
  .signup a {
    position: static;
    transform: none;
    padding: 0.5em 1.5em;
    display: block;
    width: auto;
  }
}













.home_features {
  background: #e0d1bb url(images/home_listings_bg.jpg);
}
.home_features h2 {
  color: #343835;
}
.home_property_list .body {
  position: relative;
  z-index: 1;
}
.home_property_list {
  padding-top: 2.5em;
  /*overflow: hidden;*/
  position: relative;
}
body.home .propertyList {
  padding-top: 2.25em;
  margin-bottom: 0;
}



a.home_video_url {
  width: 4em;
  height: 4em;
  background: #a11814;
  border-radius: 4em;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 1em 0 0;
  z-index: 1;
  transition: opacity 0.5s;
}
a.home_video_url:hover {
  opacity: 0.75;
}
a.home_video_url i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  margin: 0 0 0 0.1em;
}






/* Infowindow */

.infowindow { 
  width: 220px;
  background: #fff;
  }
 
.infowindow h1 {
  color: #C69569;
  font-family: Roboto !important;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0.5em 0 0.8em;
}

.infowindow h1 a { 
  font: inherit;
  color: inherit;
  }

.infowindow img { 
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  border: 1px solid rgba(0,0,0,0.25);
  }

.infowindow p { 
  font-size: 1.1em;
  color: #000;
  line-height: 1 !important;
  /*padding: 0 0 3px !important;*/
  letter-spacing: normal;
  margin: 0;
  }

.infowindow p.price strong { 
  font-size: 120%;
  font-weight: 900;
  line-height: 1;
  
  }

.infowindow p.price span { 
  float: right;
  line-height: 1.3;
  }
  
.infowindow p.address { 
  margin-top: 5px;
  }

.infowindow p.address strong { 
  color: #C69569;
  }


.infowindow a.learnMore { 
  display: block;
  padding: 0.75em 0 0.5em 0.75em;
  margin: 14px 0 5px;
  color: #fff;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #C69569;
  transition: background-color 0.5s;
  text-decoration: none;
  }

.infowindow a.learnMore:hover { 
  background: #383993;
  text-decoration: none;
  } 
  
.infowindow a span { 
  float: right;
  position: relative;
  top: -0.25em;
  font-weight: 100;
  color: rgba(255,255,255,0.5);
  margin: 0 10px 0 0;
  font-size: 1.5em;
  transition: color 0.5s;
}

.infowindow a.learnMore:hover span { 
  color: rgba(255,255,255,0.8);
}













/* MAP - Property Filter */

#propertyDropdownContainer {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 0.5em;
  margin-bottom: 2.5em;
  position: relative;
  z-index: 6;
}

#propertyDropdownContainer {
  border: 0;
  position: absolute;
  top: 1.4444444444444em;
  width: 97%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.filter_properties_btn a {
  display: inline-block;
  padding: 5px 1em 4px;
  background-color: #C69569;
  color: #fff;
  font-size: 16px;
  font-family: Arial,sans-serif;
  font-weight: 600;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #bbb;
  margin: -14px 0 0 100px;
  text-decoration: none;
}

#propertyDropdownContainer .properties_search_bar.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0%, 0);
}

  

.filter_properties_btn.active a {
  color: #fff;
}

.filter_properties_btn a i {
  transition: transform 0.5s;
}

#propertyDropdownContainer.active .filter_properties_btn a i  {
  transform: rotate(-180deg);
}

.filter_properties_btn a:hover {
  color: #fff;
  text-decoration: none;
}

#propfilter_close {
  background: #e2a46c;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  font-size: 22px;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 24px;
  font-family: Arial,sans-serif;
  text-decoration: none;
  color: rgba(38,39,102,0.95);
}

#propfilter_close:active { 
	text-decoration: none;
	}

#propfilter_close:hover { 
	color: #fff;
	text-decoration: none;
	}

.property-dropdown {
  float: left;
  margin: 0 0 0.25em 0;
  position: relative;
  z-index: 6;
  font-family: Arial,sans-serif;
  font-weight: 300;
}

#propertyFilter .property-dropdown {
  border-style:  solid;
  border-width: 1px 0 1px 1px;
  border-color: #dddddd;
}

#propertyFilter .property-dropdown.last {
  margin-right: 0;
  border-right: 1px solid #dddddd;
}

.property-dropdown > div { 
  padding: 0.75em 0 0.4em 1em;
  background: #fff;
  cursor: pointer;
}

.property-dropdown.first > div {
  padding-left: 0;
}

#propertyFilter .property-dropdown.first > div {
  padding-left: 1em;
}

.property-dropdown > div.active { 
  /*background: #56682d;*/
}

.property-dropdown .dropdown-title { 
  font-size: 1.222222222222222em;
  letter-spacing: normal;
  color: #000;
}

.property-dropdown .dropdown-title + span { 
  float: right;
  margin: -0.05em 0.5em 0;
  color: #e3b230;
  font-size: 1.222222222222222em;
}

.property-dropdown ul {
  display: none; 
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 100%;
  min-width: max-content;
  min-width: -moz-max-content;
  background: #fff;
  padding: 15px 0;
  border-top: 2px solid #e3b230;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
  box-sizing: border-box;
  background-color: rgba(26,81,40,0.95);
}

.property-dropdown ul li span { 
  color: #fff;
  display: block;
  padding: 5px 1em 2px;
  cursor: pointer;
}

.property-dropdown ul li span:hover {
  background-color: #e3b230;
}

#propertyDropdownContainer .properties_search_bar {
  opacity: 0;
  visibility: hidden;
  transform: translate(-110%, 0);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  max-width: 600px;
}

.properties_search_bar { 
  background-color: rgba(175, 132, 95,0.95);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15;
  top: 100%;
  color: #fff;
  padding: 1.3em 0.3em;
}
.properties_search_bar .col {
  float: left;
  margin: 0 1.33333333333%;
}
.properties_search_bar .col1 {
  width: 41%;
}
.properties_search_bar .col2 {
  /*width: 30.5%;*/
 width: 47%;
}
.properties_search_bar .col3 {
  /*width: 20.5%;*/
 width: 47%;
}
.properties_search_bar .filter_block {
  margin: 0 0 1em;
}
.properties_search_bar .title {
  font-family: Arial,sans-serif;
  font-weight: 500;
  padding: 0.555555555555556em 0 0.277777777777778em;
  font-size: 19px;
  margin: 0 0 0.555555555555556em;
  border-bottom: 1px dashed #e3b230;
}

body .properties_search_bar input[type="text"] {
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #fff;
  color: #000;
  float: left;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0.5em 5px;
  width: 47%;
}

.properties_search_bar span.form_devider {
  float: left;
  width: 6%;
  text-align: center;
  padding: 0.5em 0 0;
}

.properties_search_bar .result {
  font-family: Arial,sans-serif;
  font-weight: 500;
  color: #000;
  float: left;
  width: 100%;
  position: relative;
  border: 2px solid #fff;
  background-color: rgba(255,255,255,0.75);
  font-size: 15px;
  padding: 7px 5px 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: border 0.5s;
}

.properties_search_bar .dd_wrap.open .result {
  border: 2px solid rgba(227,178,48,0.95);
  background-color: #fff;
}

.properties_search_bar .dd_wrap i {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin: -0.4em 0 0;
  color: #000;
  font-size: 0.878333333333333em;
  cursor: pointer;
}

.properties_search_bar .checkboxContainer {
  padding: 0.25em 0 0;
  margin: 0;
}

.properties_search_bar .checkboxContainer li {
  float: left;
  list-style: outside none none;
  margin: 0 4% 5px 0;
  padding: 0;
  width: 48%;
}

.properties_search_bar .liCheckboxes li { 
	padding: 0;
	margin: 0 0 5px;
	}

.properties_search_bar .checkboxContainer li:nth-child(even) {
  margin-right: 0;
}

.properties_search_bar li input[type="checkbox"] {
  display: none !important;
}

.properties_search_bar li input[type="checkbox"] + label {
  font-family: Arial,sans-serif;
  font-weight: 100 !important;
  font-size: 15px;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin: 0 0 0.45em 0;
  opacity: 0.9;
  line-height: 1.2
}

.properties_search_bar .liCheckboxes li input[type="checkbox"] + label {
  margin: 0 0 0 12px;
  padding: 0 0 0 24px;
  color: #666;
}

.properties_search_bar li input[type="checkbox"] + label:hover,
.properties_search_bar li input[type="checkbox"]:checked + label {
  opacity: 1;
}

.properties_search_bar li input[type="checkbox"] + label::before {
  background: rgba(0, 0, 0, 0) url("images/checkbox_sprite_2.png") no-repeat scroll 0 0 / cover ;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.properties_search_bar li input[type="checkbox"]:checked + label:before {
  background-position: 0 100%;
}

.properties_search_bar li input[type="checkbox"]:checked + label {
  color: #6d523b;
}

.properties_search_bar .liCheckboxes li input[type="checkbox"]:checked + label {
  color: #000;
}

.properties_search_bar .dd_wrap {
  position: relative;
  float: left;
  width: 100%;
}
.properties_search_bar .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
  background-color: rgba(255,255,255,1);
  color: #000;
  padding: 0.5em 0;
  transition: background-color 0.5s;
  max-height: 13em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
}
.properties_search_bar .dd_wrap.open .dropdown {
  z-index: 5;
/*  background-color: rgba(227,178,48,0.95);*/
  background-color: #e2a46c;
  color: #000;
}


.properties_search_bar .dropdown li span {
  display: block;
  cursor: pointer;
  padding: 0.45em 0.75em 0.25em;
  font-size: 0.878333333333333em;
}
.properties_search_bar .dropdown li span:hover {
  /*background-color: rgba(26,81,40,0.95);*/
  color: #fff;
}

.properties_search_bar .min_wrap,
.properties_search_bar .max_wrap {
  width: 49%;
  margin-left: 2%;
  float: left;
}

.properties_search_bar .min_wrap {
  margin-left: 0;
}

.properties_search_bar .buttons {
  text-align: left;
  margin: 0 1.333333333%;
  padding: 1em 0;
  /*float: left;*/
  clear: both;
}

.properties_search_bar .buttons input {
  font-family: Arial,sans-serif;
  font-weight: 500;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 2.5em 6px;
  font-size: 14px;
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
}

.properties_search_bar .buttons .properties_apply_button { 
	background: #e2a46c;
	color: #fff;
	}

.properties_search_bar .buttons input:hover {
  background-color: #e0bb9a;
  border-color: #d6cdab;
  color: #000;
}


body.page-search-properties .post > .body { 
	padding: 0;
	}

body.page-search-properties .post > .body > .entry { 
	margin: 0;
	}

@media screen and ( max-width: 1000px ) {

	.properties_search_bar .checkboxContainer li {
	  float: none;
	  width: 100%;
	}

}

@media screen and ( max-width: 768px ) {
	
	.properties_search_bar .col1,
	.properties_search_bar .col2,
	.properties_search_bar .col3 {
	    width: 97%;
	}
	.properties_search_bar .col {
	    float: none;
	    margin: 0 1.33333%;
	}
	
	.properties_search_bar .checkboxContainer li {
	  float: left;
	  width: 48%;
	}
	
	body.page-search-properties #map_canvas { 
  		height: 700px;
  		}
	
}


@media screen and ( max-width: 600px ) {
  .back_to_prop,
  body.single-property .back_to_prop,
  body.single-mls .back_to_prop {
    float: none;
    margin: 0 0 1em;
    display: inline-block;
  }
  
  .properties_search_bar .checkboxContainer li {
	  float: none;
	  width: 100%;
	}
  	
  	body.page-search-properties #map_canvas { 
  		height: 800px;
  		}
  	
  	body.page-search-properties .post > .body { 
		width: 100%;
	}
  	
  	.filter_properties_btn a { 
  		float: right;
  		}
  	
}



/* Page navi */
.wp-pagenavi {
	margin: 2em 0 0;
	padding: 10px 0;
	text-align: center;
	background: rgba(255,255,255,0.3);
}

body.page-search-properties .propertyList { 
	margin-top: 0;
	}
body.page-search-properties .propertyList > h2,
body.page-search-properties .propertyList > ul {
  padding-left: 1.666666666666667em;
  padding-right: 1.666666666666667em;
}

.propertyList > .pagination:first-child .wp-pagenavi { 
	margin: 0;
	}

.wp-pagenavi a {
	color: #a69262;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5px;
	display: inline-block;
	font-size: 13px;
}

.wp-pagenavi .current {
	background-color: #c4bda0;
	color: #fff;
	display: inline-block;
	padding: 2px 7px;
	font-size: 13px;
}

.wp-pagenavi .prevpostslink.hidden, .wp-pagenavi .nextpostslink.hidden {
	display: none;
}


#map_canvas {
  height: 600px;
}

#mapContainer { 
	position: relative;
  z-index: 2;
  display: none;
	}


/* LOADER */


#loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: hidden;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
0%   {
-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(0deg);  /* IE 9 */
transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
100% {
-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg);  /* IE 9 */
transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {
0%   {
-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(0deg);  /* IE 9 */
transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
100% {
-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg);  /* IE 9 */
transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}

#loader-wrapper .loader-section {
	position: absolute;
	top: 0;
	width: 51%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	-webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0); /* IE 9 */
	transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%); /* IE 9 */
	transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%); /* IE 9 */
	transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%); /* IE 9 */
	transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}

.no-js h1 {
	color: #222222;
}










/* Links Page */
.links {
  padding: 0 5%;
}
.links .cg_row .list {
  margin: 0 0 2em;
}
@media only screen and ( max-width: 767px ) {
  .links .cg_row .cg_col:not(:last-child) .list {
    margin-bottom: 0;
  }
}









.testimonials_content ul {
  list-style-type: none;
}
.testimonials_content ul li {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #efefef;
}
.testimonials_content ul li:last-child {
  border-bottom: none;
}
.testimonials_content ul li p {
  padding: 0 0 0 50px;
  background-image: url('images/left-quote.png');
  background-repeat: no-repeat;
  background-position: 0 0.25em;
  text-align: left;
}
.testimonials_content ul li span {
  display: block;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
}










/*property list*/


.propertyList {
  /*margin-bottom: 3.5em;*/
}
.propertyList p {
	text-align: left !important;
}
body.author .propertyList {
  margin-bottom: 0;
}
.propertyList > ul > li {
	margin-bottom: 3.25em;
  margin-right: 2%;
  list-style: outside none none;
  width: 32%;
  float: left;
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
  position: relative;
}
.propertyList > ul > li:nth-child(3n) {
  margin-right: 0;
}

body.home .propertyList > ul { 
	text-align: center;
	}

body.home .propertyList > ul > li {
	/* float: left; */
	width: 33%;
	padding: 0 1%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
  margin-right: 0;
  background: transparent;
  border: none;
}
body.home .propertyList > ul > li:last-child {
  margin-right: 0;
}

.mobile_title {
	display: none;
}

.propLeft, .propRight {
	float: left;
	vertical-align: top;
}

.propLeft {
  width: 100%;
  /*margin-right: 3%;*/
  position: relative;
}
body.home .propLeft {
  width: 100%;
}
.propLeft .label,
#propertySlider .label {
  position: absolute;
  z-index: 2;
  left: -6px;
  top: 15px;
  background-color: #a11814;
  color: rgba(223,217,196,1);
  padding: 0.25em 0.75em;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
}
.propLeft .label:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  
    width: 6px;
    height: 5px;
    background-size: cover;
    background-image: url(images/corner.png);
    background-repeat: no-repeat;
/*
  border: 4px solid transparent;
  border-top: 3px solid rgba(0,0,0,0.9);
  border-right: 6px solid rgba(0,0,0,0.9);*/
}

body.page-partner-international-listings .propLeft .label {
  display: none;
}

.propLeft a { 
  display: block;
  position: relative;
  background-color: rgba(223,215,199,0.22);
}
.propLeft a .viewport {
  padding: 70% 0 0;
  background-color: #c69569;
}

.propLeft a:after,
ul#agents_list > li .agent_image:after,
#home_featured ul li > a div:after,
header nav > ul > li.menu-item-has-children > ul.sub-menu:after,
.bio_image:after {
  /*background: none;
  border: 1px solid #c69569;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  pointer-events: none;*/
}

.propLeft.video { 
	position: relative;	
}

.propLeft.video a::before { 
	content: " ";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: url(images/playButton.png) no-repeat 0 0;
	background-size: cover;
  border: none;
}

body.home .fancybox-skin { 
	background: #000;
}	

body.home .fancybox-property-info {
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}

body.home .fancybox-property-info span {
  display: inline-block;
  margin: 5px 0 0;
  /*font-family: "essonnes-display", serif;*/
}

body.home .fancybox-property-title {
  float: left;
  font-size: 110%;
  letter-spacing: -0.4px;
  width: 80%;
}

body.home .fancybox-property-price {
  float: right;
  font-family: "mr-eaves-modern", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  text-align: right;
  width: 20%;
}

body.home .fancybox-property-acres, 
.fancybox-property-county {
  color: #ccc;
  float: left;
  font-size: 90%;
}

body.home .fancybox-property-acres {
  clear: left;
}

body.home .fancybox-property-separator {
  float: left;
  padding: 0 7px;
  line-height: 1.2;
}

body.home .fancybox-property-info a {
  background: #fff none repeat scroll 0 0;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  float: right;
  font-size: 12px;
  line-height: 1;
  padding: 7px 14px;
  text-decoration: none;
}

.propLeft img {
  width: 100%;
}




.propRight {
  width: 100%;
  padding: 0;
  padding: 1.5em 1.5em 4em;
}
.propRight .price_box {
  margin: -1.5em -1.5em 1.5em;
  padding: 0.5em 1.5em;
  background: #413d38;
  color: #fff;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
}
body.home .propRight {
  width: 100%;
  padding: 0.25em 7.777777777777778em 0 0;
  position: relative;
  text-align: left;
  background: transparent;
}
body.home .propRight .propertyInfo {
  position: absolute;
  right: 8px;
  top: 0;
  margin: -3.611111111111111em 0 0;
  width: 7.222222222222222em;
  height: 7.222222222222222em;
  background: #a11814 url(images/hf_price_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  text-align: center;
}
body.home .propRight .propertyInfo > div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
body.home .propRight .propertyInfo i {
  display: none;
}
body.home .propRight .propertyInfo span {
  display: block;
  font-size: 1em;
  color: #fff;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home .propRight .propertyInfo span.price {
  font-size: 1.33333333em;
}
body.home .propRight .propertyInfo span span {
  display: inline;
}
body.home .propRight .propertyInfo a {
  font-size: 11px;
  color: #fff;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
body.home .propRight .propertyInfo a:hover {
  text-decoration: underline;
}


.propRight h3 {
  margin: 0;
  font-size: 1.6em;
  line-height: 1em;
/*   white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #fff;
}
body.home .propRight h3 {
  font-size: 1.7em;
  /*margin: 0 0 0.25em;*/
}
.propRight h3 a {
	color: #7f4719;
  text-decoration: none;
  width: 100%;
  transition: color 0.25s;
  text-transform: capitalize;
  font-family: 'Bonzer - San Francisco';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
body.home .propRight h3 a {
  text-transform: uppercase;
  color: #7f4719;
}
.propRight h3 a:hover {
  color: #413d38;
}
body.home .propRight h3 a:hover {
  color: #413d38;
}
.propRight > span {
  font-size: 1em;
  line-height: 1.411764705882353em;
  display: block;
  margin: 0 0 0.5em;
  color: #5a5853;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home .propRight > span {
  font-size: 0.7em;
  line-height: 1.384615384615385em;
  text-transform: uppercase;
  margin: 0;
  color: #5a5853;
}
.propLeft .priceLabel {
	display: none;
}

.priceLabel {
	float: right;
}

.propRight > h3::after {
	clear: both;
	content: "";
	display: table;
}
.propRight p {
  font-weight: 500;
  font-size: 0.833333333333333em;
  line-height: 1.466666666666667em;
}

.propertyInfo {
  margin: 0 0 1.25em;
}
body.home .propertyInfo {
  margin: 0 0 1em;
}

.propertyInfo > span,
.propertyInfo > i {
	display: inline-block;
	vertical-align: top;

  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #343835;
  font-size: 0.9em;
  text-transform: uppercase;
}
.propertyInfo > i {
  color: #774731;
}

.propRight > a {
  padding: 0.75em 1em;
  font-size: 0.777777777777778em;
  margin: 0;
  line-height: 1;
  /*border-bottom: 1px solid #a78a4b;*/
  color: #000;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  /*text-transform: uppercase;*/
  text-decoration: none;
  background-color: #b8ac9f;
  display: inline-block;
  margin: 0.75em 0 2em;
  transition: color 0.25s;
  position: absolute;
  bottom: 0;
  left: 1.95em;
}
body.home .propRight > a {
  font-size: 0.777777777777778em;
  margin: 0;
}
.propRight > a i {
  font-size: 0.65em;
  margin: 0 0 0 0.25em;
}
.propRight > a:hover {
  color: #fff;
}

/*.propRight > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background-color: #ae8429;
  width: 100%;
  transition: width 0.25s;
}
.propRight > a:hover:after {
  width: 0;
}*/

.propertyInfo > ul {
  /*display: inline-block;*/
  /*vertical-align: top;*/
  /*padding-right: 10px;*/
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 0.9em;
}
.propertyInfo > ul > li {
  width: 25%;
  display: inline-block;
}
.propertyInfo > ul > li > span {
  display: block;
}





.single-property li {
	list-style: outside none none;
}

.propDesc p, .propDirections p {
	text-align: left !important;
}



.back_to_prop {
  float: right;
  position: relative;
  z-index: 1;
  margin: 0.65em 0 0;
  text-decoration: none;
  font-size: 1.222222222222222em;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.back_to_prop:hover {
  text-decoration: underline;
}
@media screen and ( max-width: 600px ) {
  .back_to_prop {
    float: none;
    margin: 0 0 1em;
    display: inline-block;
  }
}

/* PROPERTY SLIDER */

#pS_mobile { 
	display: none;
	}

#propertySlider { 
   position: relative;
   width: 100%;
   margin: 0 0 2em;
   }

#propertySlider .price {
  background: #413d38;
  opacity: 0.9;
  display: block;
  font-size: 1.2em;
  padding: 0.25em 1.25em;
  position: absolute;
  right: 5px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.13);
  top: 5px;
  z-index: 5;
  color: #fff;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#propertySlider .price.sold {
  /*background-color: #B20000;*/
  /*text-transform: uppercase;*/
}

#propertySlider #fullSize,
#propertySlider #fullSizeCopy {
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
	box-sizing: border-box;  
  z-index: 1;
  /*border: 1px solid #fff;*/
  overflow: hidden;
}

#propertySlider #fullSize ul {
  left: 0;
  position: relative;
  width: 100%;
  margin: 0;
  height: 100%;
  background-color: #000;
}

#propertySlider #fullSize ul.transition { 
	transition: 0.5s left;
	position: absolute;
	}

#propertySlider #fullSize li {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s opacity, 0.5s visibility;
    position: absolute;
   /*float: left;
   opacity: 1;
   margin: 0 20px 0 0;*/
  padding: 0;
  background: none;
}
#propertySlider #fullSize li.current {
    opacity: 1;
    visibility: visible;
}

#propertySlider #fullSize li.video { 
	background-size: cover;
	position: center center;
}

#propertySlider #fullSizeCopy img,
#propertySlider #fullSize img {
   display: block;
    /*width: 100%;*/
    width: auto;
    height: 100%;
    margin: 0 auto;
   }

#propertySlider span.mobileNext, 
#propertySlider span.mobilePrev { 
   display: none;
   }


#propertySlider .thumbnails { 
   position: absolute;
   overflow: hidden;
   width: 100%;
   }

#propertySlider .thumbnails ul { 
   position: absolute;
   left: 0;
   top: 0;
   margin: 0;
   }

#propertySlider .thumbnails ul.transition { 
	transition: 0.5s left;
	}

#propertySlider .thumbnails ul li { 
   float: left;
   background: none;
   padding: 0;
   position: relative;
   margin-right: 10px;
   box-sizing: border-box;
   /*border: 1px solid #fff;*/
   list-style: none;
   overflow: hidden;
   }



#propertySlider .thumbnails li img:first-child { 
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);*/
  z-index: 2;
  }




#propertySlider .thumbnails li.video img.play {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
  z-index: 3;
  border: none;
}

	
	

#propertySlider .thumbnails ul li .imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: 0.5s background;
  -moz-transition: 0.5s background;
  -webkit-transition: 0.5s background;;
}


#propertySlider .thumbnails ul li.current .imgoverlay,
#propertySlider .thumbnails ul li .imgoverlay:hover { 
   background: none;
   cursor: pointer;
   }


#propertySlider span.next, 
#propertySlider span.prev {
    -moz-user-select: none;
    cursor: pointer;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    position: absolute;
    text-align: center;
    transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    visibility: hidden;
    width: 24px;
    z-index: 4;
}


#propertySlider span.next {
   left: auto; 
   right: 0;
   background-position: 100% 0%;
  }


#propertySlider span.next::before, 
#propertySlider span.prev::before {
    color: #fff;
    content: "›";
    font-size: 34px;
    left: 5px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
}

#propertySlider span.prev::before {
    content: "‹";
}

#propertySlider span.prev.visible, 
#propertySlider span.next.visible {
    opacity: 0.7;
    visibility: visible;
}


#propertySlider span.next.visible:hover, 
#propertySlider span.prev.visible:hover { 
  opacity: 1; 
   }

#propertySlider span.main-prev {
    left: 15px;
}

#propertySlider span.main-prev, #propertySlider span.main-next {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	width: 25px;
	height: 40px;
	margin: -17px 0 0;
	background: url(images/sliderArrowsBig.png) no-repeat 0 center;
	background-size: 185% 90%;
	border-radius: 10px;
	z-index: 1;
	-webkit-transition: 0.5s opacity, 0.5s visibility;
	-moz-transition: 0.5s opacity, 0.5s visibility;
	transition: 0.5s opacity, 0.5s visibility;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

#propertySlider span.main-next {
    background-position: right center;
    right: 15px;
}

#propertySlider span.main-prev.visible, 
#propertySlider span.main-next.visible {
    opacity: 0.7;
    visibility: visible;
}


#propertySlider span.main-next.visible:hover, 
#propertySlider span.main-prev.visible:hover { 
  opacity: 1; 
   }






.map_button {
  margin: 1em 0;
  /* padding: 10px 0; */
  text-align: right;
}
.map_button > a {
  background: #413d38 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  /*float: right;*/
  font-size: 1em;
  /*font-style: italic;*/
  padding: 0.25em 1em;
  text-decoration: none;
  margin-left: 1em;
  text-transform: uppercase;
}

.prop_map_but {
	display: block;
	/*     margin-bottom: 39px; */
	text-align: right;
}

.prop_map_but img {
	margin-top: -6px;
	width: 100%;
}

.detailsList {
	margin-bottom: 11px;
}
.detailsList ul {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}


.detailsList.mls ul {
  width: 50%;
}

.detailsList li {
	display: block;
	margin-bottom: 0.25em;
	vertical-align: top;
  font-size: 0.9em;
  color: #5a5853;
  font-family: "museo-sans",sans-serif; 
  font-style: normal;
  font-weight: 300;
}

.detailsList.mls li {
	margin-bottom: 0.75em;
}

.detailsList span {
	display: inline-block;
	font-weight: bold;
  width: 5.5em;
	/*float: left;*/
}

.detailsList.mls span {
	width: 10em;
}

.detailsList em {
  /*float: left;*/
  margin: 0 0 0 -5.5em;
  padding: 0 0 0 5.5em;
  width: 100%;
  font-style: normal;
  font-weight: normal;
}


.detailsList.mls em {
	width: 75%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

ul.usefuldoc li.pdf {
	background-position: left bottom;
}

ul.usefuldoc li {
	background: rgba(0, 0, 0, 0) url("images/filetypes.png") no-repeat scroll left center;
	font-weight: 300;
	line-height: 1;
  margin: 0 0 1em 0.5em;
  padding: 0 0 0 25px;
}

ul.usefuldoc li a:hover {
  text-decoration: none;
}

.single-property #map_canvas,
.single-mls #map_canvas,
.mapright,
.terrastride {
	border: 1px solid #ccc;
	height: 500px;
	margin: 0 0 25px;
}










/* Blog */
.meta {
  margin: 0 0 1em;
}
.blog_articles article {
  padding-left: 4.5em;
  position: relative;
  margin: 0 0 2.5em;
}
.blog_articles article .article_date {
  position: absolute;
  left: 0;
  top: 0.5em;
  padding: 0.5em 0.75em;
  background-color: #c7af89;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,0.25);
  box-shadow: 0 0 5px rgba(255,255,255,0.25);
}
.blog_articles article .article_date span {
  color: #fff;
  display: block;
  line-height: 1;
  text-shadow: 0 0 1px rgba(0,0,0,0.15);
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.blog_articles article .article_date span.day {
  font-size: 2em;
}
.article_image {
  margin: 0.5em 1em 1em 0;
  max-width: 350px;
  width: 45%;
  float: left;
}
.blog_articles article .article_content {
  overflow: hidden;
}
.blog_articles article .article_content .article_title {
  margin-bottom: 0.25em;
}
.blog_articles article .article_content .article_title a {
  text-decoration: none;
  font-weight: 200;
  transition: color 0.5s;
  color: #7f4719;
}
.blog_articles article .article_content .article_title a:hover {
  color: #7d6f4b;
}
.blog_articles article .article_content a.article_link {
  padding: 0.5em 1em;
  line-height: 1;
  border-bottom: 1px solid #a78a4b;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #7f4719;
  display: inline-block;
  font-size: 0.8em;
}
.blog_articles article .article_content a.article_link:hover {
  background-color: #7d6f4b;
}


@media screen and ( max-width: 767px ) {
  
  .blog_articles article .article_image {
    max-width: 100%;
    width: auto;
    float: none;
    margin: 0 0 1em;
    padding: 0.5em 0 0;
  }
  .blog_articles article .article_content {
    overflow: visible; 
  }

}







.contacts {
  border: 6px solid rgba(232,227,213,1);
  width: 19em;
  float: right;
  margin: 0.5em 0 2em 2.8em;
}
.contacts .inner {
  border: 1px solid rgba(0,0,0,0.15);
  background-color: rgba(232,227,213,1);
  /*-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.25) inset;*/
  /*box-shadow: 0 0 50px rgba(0,0,0,0.25) inset;*/
  /*background-image: url(images/contacts_bg.jpg);*/
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.75em;
}


.contacts img {
  margin: 0 auto 2.1875em;
}
.contacts h5,
.contacts p,
.contacts p a {
  /*color: #fff;*/
  letter-spacing: 0;
  line-height: 1.2;
}
.contacts p a {
  color: #595959;
  text-decoration: none;
  font-family: "mr-eaves-modern", Arial, sans-serif;
}
.contacts p a:hover {
  text-decoration: underline;
}
.contacts h5 {
  margin: 0;
  font-size: 1.275em;
}
.contacts p {
  color: #393838;
  /*margin: 0 0 1.5625em;*/
}





ul#agents_list {
  /*margin: 2em 0 0;*/

  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
}
ul#agents_list > li {
  /*float: left;*/
  /*width: 48%;*/
  /*margin-right: 4%;*/
  margin-bottom: 2.75em;
  list-style-type: none;
}
ul#agents_list > li:last-child {
  margin-bottom: 0;
}
ul#agents_list > li:nth-child(2n) {
  margin-right: 0;
}
ul#agents_list > li .agent_image {
  /*border: 1px solid #f5f5f5;*/
  padding: 25% 0 0;
  background-color: #d6d6d6;
  position: relative;
  margin: 0 1em 1em 0;
  width: 22%;
  float: left;
}
ul#agents_list > li .info {
  /*overflow: hidden;*/
  color: #5a5853;
}
ul#agents_list > li .info p {
	text-align: left !important;
}
ul#agents_list > li .agent_image .viewport {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: top center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

ul#agents_list > li h4 {
  font-size: 2.5em;
  margin: -0.2em 0 0.25em;
  font-weight: 400;
  line-height: 1em;
}
ul#agents_list > li .info > span:not(.btn),
ul#agents_list > li .info > strong {
  display: block;
  line-height: 1.3;
  font-size: 1.1em;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
}
ul#agents_list > li .info > span:not(.btn) {
  margin: 0 0 0.5em;
  font-weight: bold;
}
ul#agents_list > li strong a {
  color: #5a5853;
  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.5s;
}
ul#agents_list > li strong a:hover {
  color: #7d6f4b;
}
ul#agents_list > li .info > strong.mail {
  margin: 0 0 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
ul#agents_list > li .info > strong.mail a {
  /*color: #d13527;*/
  text-decoration: none;
}

ul#agents_list > li .info > span.btn a {
  padding: 0.5em 1em;
  margin: 1em 0 0;
  line-height: 1;
  border-bottom: 1px solid #a78a4b;
  color: #fff;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #7f4719;
  display: inline-block;
}
ul#agents_list > li .info > span.btn a:hover {
  background-color: #7d6f4b;
}

/*ul#agents_list > li .info > span.btn a {
  color: #7d6f4b;
   float: right; 
  text-decoration: none;
  transition: color 0.25s, border 0.25s;
  display: inline-block;
  font-size: 0.952777777777778em;
  line-height: 1.244897959183673em;
  padding: 0 0 0.25em;
  letter-spacing: 0.03em;
  position: relative;
  font-family: "essonnes-display",serif;
  font-style: normal;
  font-weight: 400;
}
ul#agents_list > li .info > span.btn a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background-color: #ae8429;
  width: 100%;
  transition: width 0.25s;
}
ul#agents_list > li .info > span.btn a:hover:after {
  width: 0;
}
ul#agents_list > li .info > strong:not(.btn) a:hover {
  text-decoration: underline;
}*/




@media screen and ( min-width: 601px ) {
  .page_title .heading {
    float: left;
  }
}

/* Bio */
#bio_content .entry {
  padding-bottom: 0;
}
.bio_contacts {
  float: right;
  width: 71.5%;
  text-align: left;
  padding-left: 3%;
  margin: 0 0 0 -3%;
}
.bio_image {
  float: left;
  margin: 0.3em 3% 1em 0;
  width: 28.5%;
  position: relative;
}
.bio_image img {
  float: left;
  width: 100%;
  max-width: 100%;
}
.agent_thumbnails {
  margin-top: 1em;
}
.agent_thumbnails li {
  border: 1px solid #e0e0e0;
  float: left;
  margin: 0 5% 1.525em 0;
  width: 21.25%;
  transition: box-shadow 0.5s;
  position: relative;
}
.agent_thumbnails li:hover {
  -webkit-box-shadow: 0 0 1px #f8f8f8;
  box-shadow: 0 0 1px #f8f8f8;
}
.agent_thumbnails li:nth-child(4n) {
  margin-right: 0;
}
.agent_thumbnails li a {
  display: block;
}
.agent_thumbnails li .viewport {
  padding: 100% 0 0;
}


body.author #mainContent .page_title {
  border-bottom: 0;
  margin-bottom: 0;
}
body.author #mainContent .page_title h1 {
  margin-bottom: 0;
  font-size: 2.444444444444444em;
}
.bio_agent_position {
  font-size: 1.222222222222222em;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1em;
  color: #5a5853;
}

/*body.author .agent_bio_text {
  clear: right;
  overflow: hidden;
}*/

.bio_contacts > div {
  margin: 0.05em 0 1em;
}
.bio_contacts strong {
  font-size: 1.111111111111111em;
  width: 7.5em;
  display: inline-block;
  font-weight: normal;
  color: #5a5853;

  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 500;
}
.bio_contacts a {
  font-size: 1.111111111111111em;
  color: #7d6f4b;
  text-decoration: none;

  font-family: myriad-pro,sans-serif;
  font-style: normal;
  font-weight: 500;
}
.bio_contacts a:hover {
  text-decoration: underline;
}












/* Contact Us */
body.page-contact-us h2.section_title {
  text-align: center;
}
.contact-us-map {
  width: 80%;
  height: 300px;
  display: block;
  margin: 0 auto 2em;
}
.contact-us-info {
  text-align: center;
}
.contact-us-info a {
  text-decoration: none;
  font-family: inherit;
}
.contact-us-info a:hover {
  text-decoration: underline;
}
.contact-us-info i {
  font-style: normal;
  color: #dcd3cc;
  margin: 0 5px;
}
.contact-us-info strong,
.contact-us-info p {
  color: #291708;
  font-weight: 500;
}
.contact-us-info hr {
  margin: 1em 0;
}
.contact_image {
  float: right;
  max-width: 50%;
  /*width: 70%;*/
  margin: 0 0 2em 1em;
  /*border: 2px solid #9e8d65;*/
  /*padding: 1px;*/
  /*background: #fff;*/
}
.contact_map {
  float: right;
  max-width: 70%;
  width: 70%;
  margin: 0 0 1.5em 1em;
}
body.page-contact p {
  font-size: 1em;
}


ul.contact-us-agents-list,
ul.contact-us-agents-list > li {
  list-style-type: none;
  list-style: none;
}
ul.contact-us-agents-list > li {
  width: 33.33333%;
  float: left;
  margin: 0 0 1em;
  line-height: 1.5;
}

@media screen and ( max-width: 767px ) {

  ul.contact-us-agents-list > li {
    width: 100%;
    float: none;
  }
  
}





/*footer*/
#trec-notice p {
  text-align: center;
  padding: 0 0 3em;
}
#trec-notice a {
  color: #5c4a35;
}
#trec-notice a:hover {
  text-decoration: none;
}

footer {
  background-color: #291708;
  /*background-image: url(images/footer_bg.jpg);*/
  text-align: center;
}

footer .body {
	padding-top: 20px;
  /*max-width: 100%;*/
  padding-bottom: 18px;
}
.footer_info img {
  float: left;
  margin: 0 10px 0 0;
}
.footer_info .texaslandbrokers_logo {
	/* float: left; */
	width: 165px;
	display: inline-block;
	margin: 10px 0 0 10px;
	vertical-align: bottom;
}
.footer_info .texaslandbrokers_logo img {
  margin: 0;
}
footer .body > div.footer_info {
  width: 300px;
  float: left;
  text-align: left;
  margin-right: -300px;
  position: relative;
}
footer .body > .footer_right {
  text-align: right;
  width: auto;
  padding-left: 300px;
  float: right;
}
footer nav {
  /*margin: 0 0 0.5em;*/
  width: 100%;
  float: left;
}

footer .body > div > span,
footer #footer_copy,
address {
	color: #c3bfbc;
  font-size: 11.52px;
  margin: 2px 0 0;
  font-family: Arial;
  display: block;
}
footer .body > div > span + span,
address {
  color: #9a938e;
}
footer .body > div > span a,
footer #footer_copy a {
  color: #bebebe;
  font-family: Arial;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0.5em;
}

footer #footer_copy {
	margin: 17px 0 0 16px;
	overflow: hidden;
}

footer #footer_copy address { 
	display: inline-block;
	}
	
	
.social {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.social li {
  list-style-type: none;
}
.social span {
  font-size: 1.5em;
  margin-left: 0.5em;
}
.social span a {
  color: #c9b18a;
  transition: color 0.25s, opacity 0.25s;
}
.social span:hover a {
  opacity: 0.75;
}
.social + span {
    margin-top: 1.25em;
    display: inline-block;
}

.copyright {
  font-size: 11px;
  letter-spacing: 0.07em;
}

footer nav ul {
  /*display: table;*/
  /*width: 100%;*/
  float: right;
}
footer nav li {
  /*display: table-cell;*/
  /*float: left;*/
  display: inline-block;
  margin: 0 0 0.25em 1.25em;
  /*padding-left: 1em;*/
}
footer nav li:first-child {
  margin-left: 0;
}
footer nav li a {
  color: #c8ae87;
  font-size: 0.75em;
  line-height: 1em;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.25s;
}
footer nav li a:hover,
footer nav li.current-menu-item a {
  color: #fff;
}
footer nav .sub-menu {
  display: none !important;
}


footer .body > div > span.phone {
  color: #fff;
  font-size: 1.333333333333333em;
  margin: 0;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
footer .body > div > span.phone a {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline;
  margin: 0;
  text-decoration: none;
}
footer .body > div > span.phone a:hover {
  text-decoration: underline;
}

p.designed_and_develop {
  text-align: left;
  margin: 0;
  color: #7f7874;
  font-size: 12px;
}
p.designed_and_develop a {
  color: inherit;
  text-decoration: none;
}
p.designed_and_develop a:hover {
  text-decoration: underline;
}


@media screen and ( max-width: 1200px ) {
  body {
    font-size: 16px;
  }
  header nav ul li a {
    font-size: 0.85em;
  }
}
@media screen and ( max-width: 979px ) {
  body {
    font-size: 14px;
  }



  /* Header Menu */
  header nav ul li a {
    font-size: 0.75em;
    /*margin: 0.25em 0 0;*/
  }


  /*property list*/

  .mobile_title > a {
    color: #5c4a35;
    text-decoration: none;
  }
  .propLeft {
    position: relative;
  }
  .propLeft .priceLabel {
    display: block;
    font-weight: bold;
    left: 3px;
    opacity: 0.8;
    position: absolute;
    top: 3px;
  }
  .propLeft a:before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }

  .detailsList ul {
    width: 49%;
  }
  .detailsList li {
    padding: 3px 0;
  }
  /*footer*/
  .copyright > span {
    font-size: 12px;
  }


}
@media screen and ( max-width: 767px ) {
  .mobile_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block;
  }

  img.alignright,
  img.alignleft {
    max-width: 100%; 
    width: 100%; 
    margin: 0 0 1em;
  }

  .home_property_list {
    padding-top: 1.5em;
  }
  span.section_title {
    margin: 0 0 1.363636em;
  }

  body {
    font-size: 16px;
  }
  header .body {
    position: relative;
    text-align: center;
  }
  body.home header {
    position: relative;
  }

  .company, .contact {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 2.5%;
    margin: 0;
  }
  .contact {
    left: auto;
    right: 2.5%;
  }
  header .body > div.block_logo {
    width: 100%;
  }
  .block_logo {
    /*margin: 0.9em 0;*/
    width: auto;
  }
  .logo {
    float: none;
  }
  .logo img {
    /*margin: 0.5em auto;*/
    /*max-width: 70%;*/
    /*width: 100%;*/
  }
  .menu_toggle_section {
    background: #c8af8e url(images/header_nav_bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    border-top: 1px solid #b8ac9f;
  }
  .menu_toggle_section .menu_toggle,
  .menu_toggle_section .phone,
  .menu_toggle_section .phone a {
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #343835;
    text-transform: uppercase;
    text-decoration: none;
  }
  .menu_toggle_section .menu_toggle,
  .menu_toggle_section .phone {
    line-height: 2.5em;
    font-size: 1.25em;
  }
  .menu_toggle_section .menu_toggle {
    float: left;
    border-right: 1px solid #b8ac9f;
    /*background: #f6f4d2;*/
    padding: 0 15px 0 15px;
    margin: 0 0 0 -15px;
    cursor: pointer;
  }
  .menu_toggle_section .phone {
    float: right;
  }


  header nav:after,
  header nav:before {
    height: 0;
  }
  header nav {
    /*padding: 1em 0 0;*/
    max-height: 0;
    transition: max-height 1.5s;
    overflow: hidden;
    /*border-bottom: 2px solid #fff;*/
    width: 100%;
    top: 100%;
    left: 0;
  }
  body header nav {
    position: absolute;
    z-index: 15;
    /*background-color: rgba(255,255,255,0.9);*/
    background: #291708 url('images/header_bg.jpg');
    margin: 0;
    background-image: none;
    border-top: none;
  }
  header nav.active {
    max-height: 700px;
  }
  header nav li:last-child {
    /*margin-bottom: 12px;*/
  }
  header nav ul li a {
    color: #7d6f4b;
    font-size: 1em;
  }
  header nav ul li a:hover, 
  header nav ul li.current-menu-item a {
    color: #fff;
  }

  header nav > ul > li.menu-item-has-children > ul.sub-menu {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    display: block;
    background-color: transparent;
    padding: 0 0.5em 0.5em;
    border: none;
  }
  header nav > ul > li.menu-item-has-children > ul.sub-menu:after {
    border: none;
  }
  header nav > ul > li a {
    font-size: 1em;
    padding: 0.3em 0 0.25em;
  }
  header nav > ul > li.menu-item-has-children > ul.sub-menu li a {
    font-size: 1em;
    padding: 0.2em 0 0.15em;
  }


  .company > span, 
  .contact > span {
    display: none;
  }
  .company .menu_toggle {
    background-image: url(images/toggle_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    height: 2em;
    width: 2em;
  }
  .contact > a {
    background-image: url("images/phone_mob.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    height: 2em;
    width: 2em;
  }

  header nav .body > ul {
    width: 100%;
    padding: 1em 0;
    display: block;
  }
  header nav .body > ul > li {
    display: block;
    text-align: center;
    margin: 0;
    float: none;
    border-left: none;
  }
  header nav .body > ul > li:last-child {
    border-right: none;
  }
  header nav > .body > ul > li > ul {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    margin-left: 0;
    text-align: center;
    background: transparent;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
  }
  header nav > .body > ul > li ul li a {
    display: block;
    padding: 0.375em;
    border-bottom: none;
    font-size: 1em;
  }

  .company > span {
    font-size: 0.55em;
  }

  .company > span, .contact > span, .contact > a {
    font-size: 0.75em;
    float: right;
  }





  /* home slider */
  #homeSlider .prev, #homeSlider .next {
    font-size: 0.5em;
    bottom: 75%;
    display: none;
  }
  #homeSlider ul.captions li h3 {
    font-size: 3em;
    text-shadow: 1px 1px 0 #000;
  }
  #homeSlider ul.captions li p {
    font-size: 1.25em;
  }
  #homeSlider ul.captions li span {
    float: none;
    display: block;
    font-size: 1.5em;
  }
  #homeSlider a.viewProperty {
    font-size: 1.5em;
    margin: 0;
  }
  #homeSlider ul.captions li {
    font-size: 0.75em;
    max-width: 100%;
    right: 0;
    transform: none;
    margin: 1em 0;
  }
  #homeSlider ul.captions li:after {
    opacity: 1;
  }
  #homeSlider .prev {
    left: 0;
    } 
  #homeSlider .next {
    right: 0;
  }
  #homeSlider ul.captions {
    bottom: 0;
    /*bottom: 35%;*/
  }
  #home_featured h1 {
    margin: 0 0 1em;
    font-size: 1.5em;
  }


   /*propery list*/
  .propRight {
    font-size: 1.2em;
  }
  .propRight > span {
    margin: 0 0 0.25em;
  }
  .propRight > a {
    /*margin-top: 1em;*/
  }
  .propertyInfo {
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .propertyInfo > ul > li {
    width: 30%;
  }

  .propertyList > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .propLeft, .propRight,
  body.home .propLeft, body.home .propRight {
    width: 100%;
  }
  .propRight p {
    margin: 0 0 0.5em;
  }

  body.home .propertyList > ul > li {
      float: none; 
      width: 100%;
      margin-right: 0;
  }



  /* Home Featured */

  #home_featured ul li,
  #home_featured ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  #home_featured ul li {
    margin: 0 0 1.5em;
  }
  #home_featured ul li:last-child {
    margin-bottom: 0;
  }
  #home_featured ul li > a,
  .propertyList .entry > ul > li a.propLeft {
    /*border: 1px solid #c8a157;*/
    display: block;
    margin: 0 0 0.65em;
    /*padding: 2px;*/
    transition: box-shadow 0.5s ease 0s;
    width: 100%;
  }
  #home_featured ul li > a div,
  .propertyList .entry > ul > li a.propLeft div.property_image .viewport {
    padding: 66% 0 0;
  }
  #home_featured ul li .home_featured_info > a,
  .propertyList .entry > ul > li div.propRight > a {
    font-size: 0.9em;
  }
  .home_featured_info > h3 {
    margin: 0 0 0.25em;
  }
  .home_featured_info_left span {
    display: inline-block;
    margin: 0 0.75em 0 0;
  }


  body.home .fancybox-property-info .fancybox-property-title,
  body.home .fancybox-property-info .fancybox-property-price {
    display: block;
    float: none;
    text-align: left;
    width: auto;
  }
  
  body.home .fancybox-property-title { 
    font-size: 14px;  
  }
  
  body.home .fancybox-property-acres, .fancybox-property-county {
    font-size: 12px;
  }
  
  body.home .fancybox-property-separator {
    line-height: 1.3;
    font-size: 13px;
  }


  /*.propRight {
    font-size: 0.8em;
  }*/
  /*.propRight p {
    line-height: 1.5em;
  }*/

  body.home .post .body > .entry > h2 {
    font-size: 3.5em;
  }

  body.home #mainContent .post {
    /*background: #1a2430 url('images/header_bg.png');*/

    /*-webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
  }
  body.home .body > .entry, 
  body.home .body > aside {
    /*padding: 2em 1.5em;*/
    /*padding: 7%;*/
    /*background-color: rgba(0,0,0,.5);*/
  }
  /*.widget.CC_Agent_Widget {
    background-color: transparent;
  }*/
  /*.agent-image + div {
    padding: 1.75em 0;
  }*/
  .agent-image + div {
    text-align: left;
    padding: 0 0 1em;
    overflow: hidden;
  }
  body.home .post .body > .entry > aside {
    width: 100%;
    float: none;
    margin: 0;
  }
  body.home .widget.CC_Agent_Widget {
    position: relative;
    height: auto;
  }
  body.home .CC_Agent_Widget .agent-image {
    width: 40%;
    float: left;
    margin: 0 1em 1em 0;
  }
  .widget.CC_Agent_Widget h2 {
    color: #000000;
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: none;
  }
  .widget.CC_Agent_Widget h4 {
    margin: 0 0 0.75em;
    color: #000000;
  }


  body .body > aside {
    margin-bottom: 2.5em;
  }

  body.home .body > .entry {
    float: none;
    width: 100%;
  }
  /*body.home .body > .entry p {
    color: #fff;
  }*/
  body.home .body > aside {
    float: none;
    margin-left: auto; 
    margin-right: auto;
    width: 100%;
    position: relative;
  }  

  body.home .trec {
    font-size: 1.2em;
    width: 100%;
  }
  .trec span {
    display: block;
    height: 1em;
    overflow: hidden;
    opacity: 0;
    background-color: transparent;
    text-indent: 9999px;
  }


  /* About Us */
  .contacts {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    max-width: 450px;
  }
  /*.contacts .inner {
    padding: 25px 0 0;
  }*/
  .contacts p {
    line-height: 1.25;
  }
  .contacts img {
    max-width: 150px;
  }
  .mob_left, 
  .mob_right {
    float: none;
    width: 100%;
  }
  /*.mob_left > div:not(.clear), 
  .mob_right > div:not(.clear) {
    float: left;
    width: 50%;
    padding-left: 15px;
  }*/






  #agents_list .entry {
    border-top: none; 
  }
  ul#agents_list {
    display: block;
  }
  ul#agents_list > li,
  ul#agents_list > li:nth-child(2n) {
    float: left;
    width: 100%;
    margin: 0 0 1em;
  }

  ul#agents_list > li .agent_image {
    padding: 42.5% 0 0;
    /*float: left;*/
    width: 42.5%;
  }
  ul#agents_list > li .info {
    /*padding: 0 0 0 10px;*/
    /*float: left;*/
    /*width: 57.5%;*/
    /*font-size: 1.25em;*/
  }
  #agents_list .entry {
    padding-top: 10px;
  }


  #bio_content .entry {
    /*padding-top: 10px;*/
  }
  .bio_contacts {
    float: right;
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  .bio_contacts > div {
    margin: 0 0 0.75em;
  }
  .bio_agent_position {
    margin-bottom: 0.85em;
  }
  .bio_image {
    margin-top: 0.25em;
    min-width: 50%;
  }
  .agent_thumbnails li:nth-child(2n) {
    margin-right: 0;
  }
  .agent_thumbnails li {
    margin: 0 8% 1.525em 0;
    width: 46%;
  }







  /* Contact Us */
  .contact_image {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 2em 0;
  }
  .contact_map {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.5em 0;
  }


.detailsList.mls ul {
	  width: 100%;
	}



  /*footer*/

  body.home .trec {
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #343835;
  }

  

  footer .body {
    text-align: center;
  }
  footer .body > div.footer_info,
  footer .body > div.footer_right,
  footer #footer_copy {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  footer .phone {
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #f0e8dc;
    font-size: 2em;
  }
  footer .phone,
  footer .phone a {
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  footer .body > div.footer_info {
    text-align: left;
    display: inline-block;
    float: none;
    width: auto;
    min-width: 280px;
  }

  footer .body > div > span + span,
  address {
    margin: 5px 0 0;
  }
  .footer_info .texaslandbrokers_logo {
    float: none;
    margin: 0 auto 15px;
  }
  .social {
    float: none;
    margin: 1em 0 0.5em;
  }
  .social span {
    font-size: 1.75em;
  }

  p.designed_and_develop {
    text-align: center;
  }



  .propRight > h3 {
    font-size: 1.75em;
  }
  body.home .propRight h3 {
    font-size: 1.85em;
  }



}

@media screen and ( max-width: 479px ) {
  body {
    font-size: 14px;
  }

  /*header*/
  .block_logo {
    width: 66%;
  }

  .detailsList ul {
    width: 100%;
  }
  
  .detailsList.mls em { 
  	width: auto;
  	}
  
  .detailsList.mls span {
	width: auto;
	min-width: 10em;
	}
  
  .thumbnails, #propertySlider .price {
    display: none;
  }
  
  
  #pS_mobile { 
    display: block;
    }

   #propertySlider {
     margin: 0 0 10px;
   }
   
   #propertySlider #fullSize, 
   #propertySlider #fullSizeCopy {
     background: #FFFFFF;
     border: none;
     padding: 0;
     width: 100%;
   }
   
   #propertySlider #fullSize li {
     float: left;
     opacity: 1;
     visibility: visible;
     margin: 0 3px 0 0;
     position: relative;
  }
   
   #propertySlider #fullSize li.current { 
      opacity: 1;
      visibility: visible;
   }
   
   #propertySlider #fullSize li.video iframe { 
    /*display: none;*/
   }
   
   #propertySlider #fullSize li.video::after {
      position: absolute; 
      content: " ";
      width: 60px;
      height: 60px;
      background: url(images/playButton.png) no-repeat 0 0;
      background-size: cover;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      display: none;
    }
   
   /*#propertySlider span.main-next, */
   /*#propertySlider span.main-prev,*/
   #propertySlider span.next, 
   #propertySlider span.prev,
   #propertySlider .thumbnails { 
      display: none !important;
    }


}





















/*
 * 
 * Gravity Forms Styles
 * 
 */
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  background-image: none !important;
  background: none !important;
  padding: 0;
  margin: 0;
  border: none !important;
}
body .gform_wrapper form .gform_body ul li div span label,
body #gform_wrapper_1 .gform_body #gform_fields_1 > li > .gfield_label {
  display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield,
body .gform_wrapper #input_1_1 span,
body .gform_wrapper .top_label input[type="text"],
body .gform_wrapper .top_label input[type="email"],
body .gform_wrapper .top_label input[type="tel"],
body .gform_wrapper .top_label textarea,
body .ginput_container,
body .gform_wrapper .gfield_description,
body .gform_wrapper #field_1_3 .instruction.validation_message {
  float: left;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 0.85em !important;
  margin-right: 0 !important;
  width: 100%;
  position: relative;
}

body #gform_wrapper_1 .gform_body .gform_fields #field_1_2.gfield, 
body #gform_wrapper_1 .gform_body .gform_fields #field_1_3.gfield {
  width: 100%;
}

#gform_wrapper_1 #input_1_1 span {
  width: 100%;
}
#gform_wrapper_1 #input_1_1 span.name_first {
  margin-left: 0;
}
#gform_wrapper_1 #input_1_1 span.name_last {
  margin-right: 0;
  margin-bottom: 0;
}

.gform_wrapper .top_label input[type="text"],
.gform_wrapper .top_label input[type="email"],
.gform_wrapper .top_label input[type="tel"],
.gform_wrapper .top_label textarea {
  background-color: rgba(0,0,0,.1);
  /*border: 1px solid  lightgray;*/
  color: #413d38;
  /*font-family: "Gotham-Book";*/
  /*font-size: 0.888889em;*/
  /*padding: 1.25em 0.8em;*/
  width: 100% !important;
  /*margin: 1px 0;*/
  transition: background-color 0.25s;
}
.gform_wrapper .top_label input[type="text"]:focus,
.gform_wrapper .top_label input[type="email"]:focus,
.gform_wrapper .top_label input[type="tel"]:focus,
.gform_wrapper .top_label textarea:focus {
  background-color: rgba(0,0,0,.25);
}
.gform_wrapper .top_label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b6868;
}
.gform_wrapper .top_label input::-moz-placeholder { /* Firefox 19+ */
  color: #6b6868;
}
.gform_wrapper .top_label input:-ms-input-placeholder { /* IE 10+ */
  color: #6b6868;
}
.gform_wrapper .top_label input:-moz-placeholder { /* Firefox 18- */
  color: #6b6868;
}

.gform_wrapper .top_label textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b6868;
}
.gform_wrapper .top_label textarea::-moz-placeholder { /* Firefox 19+ */
  color: #6b6868;
}
.gform_wrapper .top_label textarea:-ms-input-placeholder { /* IE 10+ */
  color: #6b6868;
}
.gform_wrapper .top_label textarea:-moz-placeholder { /* Firefox 18- */
  color: #6b6868;
}

.gform_wrapper.gform_validation_error .gfield_error .top_label input[type="text"],
.gform_wrapper.gform_validation_error .gfield_error .top_label input[type="email"],
.gform_wrapper.gform_validation_error .gfield_error .top_label input[type="tel"],
.gform_wrapper.gform_validation_error .gfield_error .top_label textarea {
  border: 1px solid red;
}
.gform_wrapper .top_label input[type="text"],
.gform_wrapper .top_label input[type="email"],
.gform_wrapper .top_label input[type="tel"],
.gform_wrapper .top_label textarea {
  font-size: 1em;
  padding: 0.65em 0.75em 0.6em;
  margin: 1px 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}

.gform_wrapper .top_label ::-webkit-input-placeholder { color:#4f604f; }
.gform_wrapper .top_label ::-moz-placeholder          { color:#4f604f; }/* Firefox 19+ */
.gform_wrapper .top_label :-moz-placeholder           { color:#4f604f; }/* Firefox 18- */
.gform_wrapper .top_label :-ms-input-placeholder      { color:#4f604f; }


.gform_wrapper .top_label input[type="text"]:focus,
.gform_wrapper .top_label input[type="email"]:focus,
.gform_wrapper .top_label input[type="tel"]:focus,
.gform_wrapper .top_label textarea:focus {
  /*border: 1px solid #a11814;*/
}

.gform_wrapper .top_label textarea {
  height: 9.15em;
  resize: vertical;
}

.ginput_container {
  width: 100%;
}
body .gform_wrapper .gform_footer.top_label {
  /*clear: both;*/
  width: 100%;
  text-align: right;
  margin: 0 0 2em;
}
.gform_wrapper#gform_wrapper_1 .gform_footer.top_label {
  clear: both;
}

body .gform_wrapper .gform_footer.top_label input[type="submit"],
button {
  cursor: pointer;
  font-size: 1.5em;
  text-align: center;
  position: relative;
  white-space: nowrap;
  transition: all 0.25s;
  border: none;
  padding: 0.5em 1.25em 0.35em;
  line-height: 1;
  color: #000;
  font-family: 'Bonzer - San Francisco';
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: #b8ac9f;
  margin: 0.5em 0 0;
  text-transform: uppercase;
}

body .gform_wrapper .gform_footer.top_label input[type="submit"]:hover,
button:hover {
  opacity: 0.85;
  color: #fff;
}
body .gform_wrapper .gform_footer.top_label input[type="submit"]:active,
button:active {
  opacity: 1;
  text-shadow: none;
}

body .gform_wrapper div.validation_error {
  border-bottom: 2px dashed #730206;
  color: #730206;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  text-align: center;
  clear: both;
}
body .gform_wrapper .gfield_description {
  text-align: center;
  padding: 0.5em 0 0.25em !important;
  width: 91%;
  color: red;
  font-size: 0.75em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #dfd7c7;
  background-color: #fff;
  transform: translate(0, -45%);
}

body .gform_wrapper .gform_body .gform_fields .gfield.gform_hidden { 
    display: none;
    }




@media only screen and (min-width: 768px) {

  body #gform_wrapper_1 .gform_body .gform_fields .gfield {
    width: 37.5%;
    margin-right: 1.5% !important;
  }
  
  body #gform_wrapper_1 #field_1_4 {
    width: 61%;
    margin-right: 0 !important;
    margin-top: -6.75em !important;
  }

  body #gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_2,
  body #gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_3 {
    width: 37.5%;
  }
  body #gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_2,
  body #gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_3 {
    clear: left;
  }
  #gform_wrapper_1 #field_1_1 .gfield_description {
    text-align: center;
  }
  #gform_wrapper_1 #input_1_1 span {
    margin: 0 1.5%;
  }

  body .gform_wrapper .gform_footer.top_label input[type="submit"] {
    width: auto;
  }


  /* gForm Validation */
  body #gform_wrapper_1.gform_validation_error .gform_body .gform_fields .gfield:last-child {
    margin-top: -12.25em !important;
  }

}

#gform_wrapper_1 #field_1_3 .instruction.validation_message {
  border-top: 1px solid #c7c7c7;
  color: lightblue;
  font-size: 0.6875em;
  margin: 0 0 0.5em;
  padding-left: 0.95em;
  padding-top: 0.55em;
  width: 100%;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: default;
}

#gform_confirmation_message_1 {
  color: green;
  font-size: 1.2em;
  line-height: 1;
}















/* Gravity Forms #2 */
#gform_wrapper_2 {
  max-width: 692px;
  margin: 0 auto;
}
#gform_2 label.gfield_label {
  height: 10px;
  display: block;
  width: 10px;
  line-height: 100px;
  overflow: hidden;
  position: absolute;
  left: -0.75em;
  top: 50%;
  margin: -5px 0 0;
}
#gform_2 label.gfield_label span.gfield_required {
  color: red;
  position: absolute;
  left: 0;
  top: 0;
}











/*
 * 
 *  Miscellaneous 
 * 
 * */

.print-only,
.pdf-only {
  display: none;
}


div.clear { 
   clear: both;
   }

/* "CLEARFIX" */
.floatGroup:before,
.floatGroup:after {
    content:"";
    display:table;
}

.floatGroup:after {
    clear:both;
}

.floatGroup {
    zoom:1;
}



@media print { 
  
  .print-only { 
    display: block;
    }
  
  .print-hidden,
  nav,
  .footer_info,
  footer .body > nav,
  #propertySlider,
  .map_button,
  .border,
  .slogan { 
    display: none;
    }
  
  #propertyList > li { 
    page-break-inside: avoid;
    overflow: hidden;
    display: block;
    }
  
}


@media pdf{
    
    
    .print-hidden,
    .pdf-hidden,
    header .company,
  nav,
  .footer_info,
  footer .body  nav,
  footer ul,
  #propertySlider,
  .map_button,
  .border,
  #map_canvas,
  .slogan {
        display: none !important;
    }
    
    .pdf-only,
    .print-only {
        display:block;
    }
    
    html,
    body,
    header,
    .post,
    footer { 
      background: #fff !important;
      padding: 25px;
      }
    
    body {
      background: #fff !important;
        color: black !important;
        margin:0px;
  }

    header,
    footer { 
      padding: 25px;
      text-align: center;
      }

    #pdf-logo {
      margin: 0 !important;
        width: 200px !important;
    }
    
    header .contact {
    display: none;
    width: auto;
    float: right;
    color: #000;
    width: 40%;
  }
    
    header .contact span,
    header .contact a { 
      text-shadow: none;
      }

    h1 {
      font-size: 22px;
        margin: 15px 0;
        padding:0px;
        line-height:1;
    }
    
    h3{
      font-size: 19px;
        margin-left:0px;
        margin-right:0px;
        padding:0px;
        margin-top:15px;
        margin-bottom:0;
    }
    
    p {
        padding:0px;
        margin:0px;
        margin-bottom:5px;
    }

    
    #pdf-map { 
      width: 100%;
      height: auto;
      display: block;
      }

  
    
  footer { 
    margin: 0 !important;
    padding: 0 !important;
    }
     
}







.byuers_sellers_section {
  margin: 2.5em 0;
}
.byuers_sellers_section > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.byuers_sellers_section > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid #b8ac9f;
  border-top: none;
}
.byuers_sellers_section > ul > li:last-child {
  margin-right: 0;
}
.byuers_sellers_section div.accordion {
  display: block;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color: #fff;
  padding: 0.4em 0.5em 0.3em;
  background: #7e704c;
  font-size: 2em;
  font-family: 'Bonzer - San Francisco';
  font-style: normal;
  font-weight: normal;
  margin: 0 -1px;
}
@media only screen and ( max-width: 1020px ) {
  .byuers_sellers_section div.accordion {
    font-size: 24px;
  }
}
.byuers_sellers_section .panel {
  padding: 1em 1em 1em;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and ( min-width: 768px ) {
  .byuers_sellers_section .panel {
    display: block !important;
  }
}

/* social */
.byuers_sellers_section .social span {
  font-size: 1.75em;
  margin-left: 0.45em;
}
.byuers_sellers_section .social {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.byuers_sellers_section .social span:first-child {
  margin-left: 0;
}
.byuers_sellers_section .social span a {
  color: #b8ac9f;
}
.byuers_sellers_section .panel h3 {
  font-size: 1.333333333333333em;
  margin: 0 0 0.25em;
}
.byuers_sellers_section .panel ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0 0 0 0.75em;
}
.byuers_sellers_section .panel ul li {
  margin: 0 0 0.75em;
  padding: 2px 0 2px 2.5em;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 0.5em;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.byuers_sellers_section .panel ul.star_icon li {
  background-image: url(images/bullet_star.png);
  background-position: left center;
  padding: 5px 0 5px 2.5em;
  background-size: 16px auto;
}
.byuers_sellers_section .panel ul li a {
  font: inherit;
  color: #000000;
}
.byuers_sellers_section .panel ul li span {
  color: #7e704c;
  display: block;
}
.byuers_sellers_section .panel p {
  font-size: 14px;
  line-height: 18px;
}

.byuers_sellers_section .panel ul.magazines {
  list-style-type: none;
  margin: 0 -2.5%;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.byuers_sellers_section .panel ul.magazines li {
  margin: 0;
  padding: 5px 2.5%;
  background: none;
}

@media only screen and ( max-width: 767px ) {
  .byuers_sellers_section .panel {
    display: none;
  }
  .byuers_sellers_section > ul > li {
    margin: 0 0 1em;
    width: 100%;
  }
  .byuers_sellers_section div.accordion:after {
    font-family:'FontAwesome';
    content: '\f067';
    font-size: 13px;
    color: #7e704c;
    float: right;
    margin: 0 -4px 5px 5px;
    padding: 7px 0px 0 0px;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
  }
  .byuers_sellers_section div.accordion.active:after {
    font-family:'FontAwesome';
    content: "\f068"; /* Unicode character for "minus" sign (-) */
  }

  .byuers_sellers_section div.accordion {
    cursor: pointer;
  }
  .byuers_sellers_section div.accordion.active, 
  .byuers_sellers_section div.accordion:hover {
    opacity: 0.85;
  }
}





