/*
Theme Name:     The Village
Description:    Child theme the Village
Author:         Adam Epp
Author URI:     http://aemediainc.com/
Template:       twentyeleven
Version:        2
*/

/* COLOR

green #6c8d12
brown #543019

 */

@import url("../twentyeleven/style.css");
 @import url("fonts/stylesheet.css");
 
html {
	background: url(images/DPC_vines2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	background: none;/*font-family: "Lucida Sans", Helvetica, Arial, sans-serif;*/
}

h1, h2 {
	color: #6c8d12 !important;
	font-family: 'MerriweatherRegular', Georgia, Times, serif;
	font-size: 38px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 20px;
	text-transform: none !important
}
h2 {
	font-size: 26px;
}
h3 {
	color: #543019;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 10px;
	text-transform: uppercase;
}
a img {
	border: 0px;
}
a {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	color: #849c32;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0 20px 10px;
}
input, select {
	font-size: 11px;
}
small {
	font-size: 10px;
}
.font {
	font-family: 'MerriweatherRegular', Georgia, Times, serif;
}
hr {
	border: 0;
	border-bottom: 1px dotted #a9a28c;
	padding: 10px 0;
}
.shadow {
	background: url("images/shadow.jpg") center no-repeat;
	height: 40px;
	width: 670px;
}
.hide {
	display: none !important;
}
header {
	position: relative
}
header a#logo {
	width: 180px;
	height: 250px;
	background: #ffffff url(images/logo-stack2.png) center center no-repeat;
	border: 8px #f5f1e6 solid;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -16px;
	left: 24px;
	border-top: 0;
	text-indent: -9999px;
	z-index:100
}
header #banner {
	width: 100%;
	height: 360px
}

@media only screen and (max-width: 768px) {
header #banner {
	width: 100%;
	height: 260px
}
body {
	padding: 0 1em;
}
}



#page {
	margin: 2em auto;
	margin-top: 8px;
	max-width: 1100px;
	padding: 8px;
	background: rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#wrapper {
	background: #fff
}
.live-banner {
	padding: 10px 20px;
	font-style: italic;
	text-align: right;
	border-bottom: 4px solid #6a8d15
}
@media only screen and (max-width: 600px) {
.live-banner { display:none}
}
#branding {
	border-top: 0;
	padding-bottom: 0px;
	position: relative;
	z-index: 9999;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
}
	.menu-header-slim-container {}
#access {
	background: #f5f1e6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#e2dccc, #f5f1e6);
	background: -o-linear-gradient(#e2dccc, #f5f1e6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2dccc), to(#f5f1e6)); /* older webkit syntax */
	background: -webkit-linear-gradient(#e2dccc, #f5f1e6);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 4px solid #6a8d15;
	border-bottom: 4px solid #d9d3c3;
	text-align: center;
	height: 43px
}
#access ul {
	display: inline-block;
	margin: 0 auto !important;  max-width:none !important; 
}
#access a {
	color: #333;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	font-family: 'MerriweatherBold', Georgia, Times, serif;
	font-size:14px;
	font-weight: normal;
	text-align: left;
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}



#access ul ul a {
	background: #f5f1e6;
	border-bottom: 1px dotted #ddd;
	color: #333;
	font-size: 13px;
	font-family: 'MerriweatherRegular';
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access ul ul a:hover {
	background: #e2dccc
}
#access li:hover > a, #access a:focus {
	background: #f5f1e6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#dbd2b9, #f5f1e6);
	background: -o-linear-gradient(#dbd2b9, #f5f1e6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbd2b9), to(#f5f1e6)); /* older webkit syntax */
	background: -webkit-linear-gradient(#dbd2b9, #f5f1e6);
	color: #333;
}
#access .current-menu-item > a,  #access .current-menu-ancestor > a,  #access .current_page_item > a,  #access .current_page_ancestor > a {
	font-family: 'MerriweatherBold';
	font-weight: normal
}
#access li.find-home > a {background:#6a8d15; color:#fff}
#access li.find-home > a:hover {background:#6a8d15;
	background: -moz-linear-gradient(#5d7d0e, #6a8d15);
	background: -o-linear-gradient(#5d7d0e, #6a8d15);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5d7d0e), to(#6a8d15)); /* older webkit syntax */
	background: -webkit-linear-gradient(#5d7d0e, #6a8d15);

}

@media only screen and (max-width: 1100px) {
	#access ul {
	display: inline-block;
	max-width:none !important
}
	#access a {
	
	font-size:12px; line-height:43px;font-family: 'MerriweatherRegular';
	}

	
}

@media only screen and (max-width: 960px) {
	.menu-header-slim-container {float:left;  max-width:none !important; width:100%; margin:0 !important}
	#access a {padding:0 6px; margin:0 4px; letter-spacing:-0.02em}
	
}

#main #content {
		margin: 0.5em 1.5em;
		width: auto;
	padding:0 !important}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content.full-width {
	margin: 0;
	width: 100%;
	border: 0
}
#content article {
	padding: 0 20px !important; margin:0 !important
}
.overview-items {
}
.overview-items .listing-img {
	position: relative;
	border: 1px solid #eee;
	padding: 5px
}
.overview-items .listing-img img {
	width: 100%;
	height: auto;
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}
.overview-items .listing-img img:hover {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.overview-items .listing-img h4.status {
	display: block;
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-family: 'MerriweatherBold';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-size: 11px;
	line-height: 24px
}
.overview-items .listing-img h4.status span {
	padding: 10px
}
.overview-items .listing-img h4.status.sold {
	background: rgba(212,38,38,0.8);
}
.overview-items .listing-img h4.status.custom {
	background: rgba(30,180,235,0.8);
}
.overview-items {
	padding: 0 10px 20px 0 !important;
	margin: 0
}
.overview-items ul, .overview-items ul li {
	padding: 0;
	margin: 0;
	list-style: none
}
.overview-items ul li {
	font-size: 12px
}
.overview-items h3 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 15px
}
.overview-single h1.listing-title {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.overview-single h4.status {
	clear: both;
	display: inline-block;
	padding: 8px 15px 5px 15px;
	font-family: 'MerriweatherBold';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-size: 18px;
	line-height: 20px;
	position: relative;
	color: #FFFFFF;
	margin: 0 0 20px 0
}
.overview-single h4.status.sold {
	background: rgba(212,38,38,1);
}
.overview-single h4.status.custom {
	background: rgba(30,180,235,1);
}

@media only screen and (min-width: 768px) {
.overview-single h1.listing-title {
	display: inline-block
}
.overview-single h4.status {
	float: right;
	margin: -5px 0 0 0;
	clear: none
}
}
ul.listing-gallery, ul.listing-gallery li {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.listing-gallery li {
	margin: 0 5px 0px 0;
	float: left
}
ul.listing-gallery li img {
	width: 75px
}
.gallery-item img:hover, ul.listing-gallery li img:hover {
	-moz-opacity:0.8; -webkit-opacity:0.8;opacity:0.8;filter:alpha(opacity=80);

}
ul.features-list {
	padding-bottom: 50px
}
ul.features-list li {
	float: left;
	margin-right: 40px;
	min-width: 250px
}
ul#property_stats {margin-bottom:30px; display:block}
ul#property_stats li {border:1px solid #fff}


.wpp_sorter_options .wpp_sortable_link.wpp_sorted_element {
	background: #ccc !important;
	color: #888;
}
.wpp_sorter_options .wpp_sortable_link {
	background: #eee !important;
	border-radius: 12px 12px 12px 12px;
	color: #999;
	cursor: pointer;
	margin-left: 6px;
	padding: 8px !important;
	font-size: 10px;
	text-transform: uppercase
}
#content .wpp_shortcode_search,  #content .wpp_shortcode_feps_menu {
	background: #6c8d12 !important;
	padding: 10px;
	position: relative;
	color: #fff
}
.wpp_shortcode_search select {max-width:100% !important}	
h2.search-widget-title {margin:0 0 0 10px; padding:0; color:#fff !important; font-size:20px; text-transform:uppercase}
.wpp_shortcode_feps_menu h5 {
	font-size: 1em;
	margin-bottom: 10px;
}
#content .wpp_shortcode_search ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content .wpp_shortcode_search ul li {
	margin-bottom: 4px;
}
#content .wpp_shortcode_search ul label {
	width: 100% !important;
	clear: both;
	display: block;
	float: left;
}
span.model {
	display: inline-block;
	float: right;
	color: #fff;
	padding: 0 5px;
	margin-right: 5px;
	background: #ccc;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h1.page-title {
	font-size: 40px;
	letter-spacing: 0;
	margin: 0;
	padding: 0
}
footer {
	background: #f5f1e6;
	border-top: 1px solid #e2dccc
}
footer .copyright {
	border-top: 1px solid #e2dccc;
	margin: 0 30px;
	padding: 30px 0 40px 0;
	text-align: center;
	font-size: 12px;
	color: #747668
}
footer .copyright a {
	color: #747668
}
.wpb_button {
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: white !important;
	letter-spacing: 1px !important;
	margin: 0 !important;
	padding: 10px 20px 10px 20px !important;
	background-color: #6b8e1a !important;
	text-shadow: none !important;
}
#footer-widgets .vc_col-sm-4 a.read-test {float:right}
#footer-widgets  .random-testimonial {font-size:80%}
#footer-widgets  .random-testimonial strong {font-size:100%}
#footer-widgets .developers img {padding:0 !important; border:0 !important; float:left !important; margin:0 5% 15px 0 !important;text-align:center !important; width:45%; height:auto}
@media only screen and (max-width: 680px) {
	
	#access ul {display:none}

#footer-widgets .vc_col-sm-4 {margin-bottom:20px !important; text-align:center !important}
#footer-widgets .vc_col-sm-4 a.read-test {float:none; clear:both}
}

@media only screen and (min-width: 679px) {
a.shiftnav-toggle {display:none !important}
}
/* SHIFTNAV */

.shiftnav {
  font-size: 13px;
  line-height: 1.3em;
  background: #1d1d20;
  color: #eeeeee;
}
.shiftnav .shiftnav-site-title {
  font-size: 30px;
  text-align: left;
  padding: 40px 25px;
  font-weight: normal;
  color: #eeeeee;
}
.shiftnav .shiftnav-activated-style {
  color: #eeeeee;
  background: #2aa3c9 !important;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target {
  color: #eeeeee;
  font-size: 13px;
  font-weight: normal;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #111111;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.shiftnav ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #cccccc;
}
.shiftnav ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #eeeeee;
}
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #eeeeee;
}
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > .shiftnav-target,
.shiftnav ul.shiftnav-menu li.menu-item ul.sub-menu .shiftnav-highlight > .shiftnav-target {
  color: #2aa3c9 !important;
  background: transparent;
}
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
  color: #eeeeee;
  background: #2aa3c9 !important;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.shiftnav ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  color: #eeeeee;
  background: #2aa3c9 !important;
}
.shiftnav ul.shiftnav-menu > li.menu-item > .shiftnav-target {
  text-transform: uppercase;
}
.shiftnav ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
  color: #eeeeee;
  background: #2aa3c9 !important;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.shiftnav ul.shiftnav-menu li.shiftnav-retract .shiftnav-target {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-transform: normal;
  font-size: 12px;
  text-align: right;
}
.shiftnav ul.shiftnav-menu ul.sub-menu {
  color: #cccccc;
  background: #25252a;
}
.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
  color: #999999;
  border-width: inherit;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: inherit;
}
.shiftnav ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 50px;
}
.shiftnav ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 75px;
}
.shiftnav ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 100px;
}
.shiftnav.shiftnav-left-edge {
  border-right: none;
}
.shiftnav.shiftnav-right-edge {
  border-left: none;
}
.shiftnav.shiftnav-nojs ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover,
.shiftnav ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active {
  color: #eeeeee;
  background: #2aa3c9 !important;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 500px) {
	header a#logo {
	width: 60px;
	height: 100px;
	background: #ffffff url(images/logo-stack2.png) center center no-repeat;
	background-size:100% auto;
	border: 6px #f5f1e6 solid;
	
	position: absolute;
	top: -6px;
	left: 20px;
	
}
header #banner {
	width: 100%;
	height: 200px
}
#page {
	margin: 10px auto;
	margin-top: 0px;
	padding-top:0;
}
#main #content {
		margin: 0 1em;
		width: auto;
	padding:0 !important}
#content article {
	padding: 0 10px !important
}

}

/* -- HOTSPOTS DRAW ATTENTION --*/

.hotspots-container {}

.hotspots-interaction {
  margin: 0 !important; 
}

/* line 9, ../sass/public.scss */
.hotspots-placeholder {
  padding: 0 15px 0 15px !important;
  position: relative;
}
h2.hotspot-title { letter-spacing:0.1em; text-transform:uppercase !important; color:#543019 !important; margin:0; padding:0}

.hotspot-content {margin:0; padding:0}

/* line 12, ../sass/public.scss */
.hotspots-placeholder.loading:before {
  border: 10px solid rgba(255, 255, 255, 0.3) !important;
  border-left-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  content: '';
  height: 40px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: 20%;
  width: 40px;
}

/* FLEX */
#banner.wpb_gallery {max-height:360px !important; overflow:hidden; position:relative; z-index:10 }
#banner .flexslider {max-height:360px !important; margin:0 !important; border: 0 !important; position: relative; -webkit-border-radius:  0 !important; -moz-border-radius:  0 !important; -o-border-radius:  0 !important; border-radius:  0 !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -o-box-shadow: none !important; box-shadow: none !important; zoom: 1; overflow:hidden }
#banner .flexslider li {height:360px; background-size:cover}
.flex-control-nav {display:none !important}
.flex-direction-nav a  { top: 92% !important;color: rgba(255,255,255,0.9) !important; width:32px !important; height:32px !important; text-shadow: 0px 0px 5px rgba(0,0,0,0.5) !important;}
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 32px !important; display: inline-block; content: '\f001'; }

@media only screen and (max-width: 468px) {.flex-direction-nav a  { display:none !important;}}