/*
Theme Name: Greenspring Trace
Template: generatepress
*/

.everest-forms .everest-forms-notice--success {
  background-color: #E0C077;
}
.everest-forms .everest-forms-notice {
	color: #000;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid, .everest-forms .evf-submit-container  {
  	padding-left: 0px;
}
.everest-forms input[type="text"], .everest-forms input[type="email"], .everest-forms input[type="tel"], .everest-forms textarea {
	border: 0px;
	border-bottom: 1px #E0C077 solid;
	padding: 10px 10px 10px 0;
}
.everest-forms button[type="submit"], .everest-forms button.button:not(.button-large) {
	background: transparent !important;
	color: #E0C077 ;
	border-radius: 0px;
	border: 1px #E0C077 solid;
	padding: 10px 30px;
	font-size: 16px;
}
.everest-forms button[type="submit"]:hover, .everest-forms button.button:not(.button-large):hover {
	background: transparent !important;
	color: #fff !important;
}
/************* AVAILABILITY TABLE *************/
/* Key for mobile: wrapper with overflow-x: auto */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
table {
	width: 100%;
    min-width: 600px; /* forces scroll on narrow screens */
    border-collapse: collapse;
    background: #ffffff;
	margin-bottom: 0px;
}
thead tr {
    background: #192E5A;
    color: #ffffff;
}
thead th {
    padding: 14px 18px;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    tbody tr {
      border-bottom: 1px solid #eef0f4;
      transition: background 0.15s ease;
    }

    tbody tr:last-child {
      border-bottom: none;
    }

    tbody tr:hover {
      background: #eef1f7;
    }

    tbody tr:nth-child(even) {
      background: #fafbff;
    }

    tbody tr:nth-child(even):hover {
      background: #eef1f7;
    }

    tbody td {
      padding: 13px 18px;
      font-size: 0.9rem;
      white-space: nowrap;
      color: #374151;
    }

    tbody td:nth-child(4) {
      white-space: normal;
      min-width: 280px;
    }

    tbody td:first-child {
      font-weight: 600;
      color: #192E5A;
    }

    /* Scroll hint on small screens */
    .scroll-hint {
      display: none;
      font-size: 0.75rem;
      color: #6b7280;
      margin-bottom: 8px;
      text-align: right;
    }

    @media (max-width: 640px) {
      .scroll-hint {
        display: block;
      }
    }
/************* NAVIGATION (MOBILE) *************/
.header-mobile {
	display: none;
}
.headertext {
	display: none;
}
@media only screen and (max-width: 1100px) {	
	#navbar {
		display: none;
	}
	/* MOBILE HEADER */
	.sticky {
 		position: sticky;
    	top: 0;
    	width: 100%;
    	position: -webkit-sticky;
    	position: -moz-sticky;
    	position: -ms-sticky;
   	 	position: -o-sticky;
		z-index: 3;
	}
	.header-mobile {
		display: block;
	}
	.site-logo-mobile img {
		width: 75%;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: left;
	}
	.top-nav-mobile {
		position: fixed;
		z-index: 10;
		width: 100%;
		background-color: #192E5A;
	}
	.top-nav-mobile a, .top-nav-ctas a {
		font-size: 18px;
		color: #000000;
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
	}
	.top-nav-mobile-inside {
		background-color: #E0C077;
		width: 100%;
		float: left;
		height: 45px;
		padding: 10px 5px 0 5px;
		text-align: center;
		position: relative;
		z-index: 99999999999999999;
		color: #192E5A;
	}
	.mobile-header-padding {
		height: 130px;
	}
	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    	padding-left: 10px !important;
    	padding-right: 10px !important;
  	}
	.mobmenu-content {
  		margin-top: 115px !important;
	}
	.mobmenu-right-panel .mobmenu-right-bt {
  		right: 30px !important;
  		top: 80px !important;
	}
}


/************** GRNERAL STYLES *************/
.yellow {
	width: 100vw;
	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
  	box-sizing: border-box;
	background-color: #FAF5EC;
}
html {
  scroll-padding-top: 180px;
}
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
h1 {
    font-family: 'Lora', serif;
	color: #192E5A;
}

h2, h3 {
	color: #E0C077;
	letter-spacing: .08em;
}
h2.wp-block-heading {
	font-weight: 600;
	color: #192E5A;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}
h5 {
	font-family: 'Lora', serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #192E5A;
}
hr, .wp-block-separator {
  	background-color: #E0C077;
  	border: 0;
  	height: 2px;
  	margin-bottom: 40px;
  	margin-top: 40px;
}
hr.wt {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
	margin-top: 25px;
}
button, button:visited, button.blk, button.blk:visited {
  	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
  	background: transparent;
	border: 1px solid #E0C077;
	padding: 14px 38px;
	color: #E0C077;
	text-transform: uppercase;
}
.wp-block-button__link {
	border-radius: 0px;
	background: transparent;
	border: 1px solid #192E5A;
	color: #192E5A;
	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
	text-transform: uppercase;
}
button.blk, button.blk:visited {
	border: 1px solid #192E5A;
	color: #192E5A;
}
button:hover {
	background: #E0C077;
	color: #ffffff;
}
button.blk:hover {
	background: #192E5A;
	color: #ffffff;
}
.wp-block-button__link, .wp-block-button__link:visited, .wp-block-button__link:focus {
	border-radius: 0px;
	border: 1px solid #192E5A;
	color: #192E5A;
	font-size: 16px !important;
	letter-spacing: .08em;
	font-weight: 500;
	text-transform: uppercase;
}
.wp-block-button__link:hover {
	border: 1px solid #192E5A;
	
}
a.wp-block-button__link:not(.has-background), a.wp-block-button__link:not(.has-background):visited, a.wp-block-button__link:not(.has-background):focus {
	color: #192E5A;
	background: transparent;
}
a.wp-block-button__link:not(.has-background):hover {
	background-color: #192E5A;
	color: #fff;
}
.wpcf7-submit {
  	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
  	background: transparent !important;
	border: 1px solid #E0C077 !important;
	padding: 14px 38px !important;
	color: #E0C077 !important;
	text-transform: uppercase;
}
.page-wrap {
	padding: 0 40px;
}
.page-wrap-hp {
	padding: 40px 40px 0 40px;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
@media all and (max-width: 880px) {
	button.blk, button.blk:visited {
		padding: 14px 28px;
	}
	.page-wrap {
		padding: 0px;
	}
	.page-wrap-hp {
		padding: 0px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}
@media all and (max-width: 380px) {
	h2.wp-block-heading {
		font-size: 28px;
		line-height: 32px;
	}
}
/************ IMAGE HERO STYLES **********/
.hero-bckgrnd {
	background: url('https://greenspringtrace.com/wp-content/uploads/2026/05/GreenspringTrace-background-m.jpg') center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 150px 20px 450px 20px;
}
.hero-bckgrnd h1, .video-hero--content-inner h1 {
	font-size: 80px;
	line-height: 86px;
	color: #E0C077;
}
.hero-bckgrnd .subhead, .video-hero--content-inner .subhead {
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 40px;
}
@media all and (max-width: 880px) {
	.hero-bckgrnd {
		padding: 100px 20px 200px 20px;
	}
	.hero-bckgrnd h1, .video-hero--content-inner h1 {
		font-size: 40px;
		line-height: 46px;
	}
	.hero-bckgrnd .subhead, .video-hero--content-inner .subhead {
		font-size: 24px;
		line-height: 26px;
	}
}
@media all and (max-width: 480px) {
	.hero-bckgrnd {
		padding: 80px 20px 100px 20px;
	}
	.hero-bckgrnd h1, .video-hero--content-inner h1 {
		font-size: 32px;
		line-height: 36px;
	}
}
.blue-bckgrnd {
	background-color: #192E5A;
	padding: 80px 20px 60px 20px;
	color: #fff;
}
.blue-bckgrnd h2 {
	font-weight: 600;
	text-transform: uppercase;
}
/************ VIDEO HERO STYLES **********/
.video-hero {

}
.video-hero--content {
  	position: relative;
  	color: #FFF;
	padding: 280px 30px;
  	margin: 0 auto;
}
.video-hero--content-inner {
  	text-align:center;
  	margin: 0 auto;
}
.video-hero--content-inner img {
  	width: 400px;
}
.jquery-background-video-wrapper {
  	position: relative;
  	overflow: hidden;
  	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 880px) {
	.video-hero--content {
  		padding: 100px 20px;
	}
}
@media only screen and (max-width: 480px) {
	.video-hero--content-inner img {
  		width: 90%;
	}
}

/************** HOMEPAGE STYLES *************/
.main-mobile, .main-mobils-copy, .main-mobile-copy-inside {
	display: none;
}
.mobile-tour {
	display: none;
}
.property {
	display: block;
	background: url('http://castaneaestates.com/wp-content/uploads/2019/10/compass-bckgrnd2.jpg') center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.property-copy {
	margin: 0 auto;
	padding: 100px 30px;
	max-width: 950px;
}
.location {
	display: block;
	background: url('https://greenspringtrace.com/wp-content/uploads/2026/05/greenspring-trace-map-scaled.jpg') center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 0 100px;
	margin-top: 40px;
}
.location-text {
	background: rgba(255,255,255,.9);padding:100px 40px 70px 40px;
}
.map-link {
	height: 500px;
}

.avail-wrap {
	height: auto;
	position: relative;
	width: 100%;
}
.avail-bar {
	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background-color: rgba(25,46,90,.8);
  	z-index: 2;
}
.avail-bar-copy {
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 30px 30px 30px;
}
@media all and (max-width: 880px) {
	.mobile-tour {
		display: block;
		background-color: #000000;
		padding: 40px 0 5px 0;
		text-align: center;
	}
	.main-mobile {
		display: block;
		background: url('http://castaneaestates.com/wp-content/uploads/2021/01/castanea-estates-9_560x610_acf_cropped.jpg') center center;
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		width: 100%;
    	height: 620px;
		text-align: center;
	}
	.main-mobile-copy {
		display: block;
    	width: 100%;
		height: 620px;
		position: absolute;
		z-index: 1;
		background-color: rgba(0,0,0,.6);
		margin: 0 auto;
	}
	.main-mobile-copy-inside {
		display: block;
		padding: 100px 30px 0 30px;
	}
	.property-copy {
		padding: 60px 30px 30px 30px;
	}
	.location {
		background: none;
		padding: 0px;
		margin-top: 0px;
	}
	.location-text {
		padding: 30px;
	}
	.avail-bar {
		position: relative;
  		background-color: rgba(25,46,90,1);
	}
}
@media all and (max-width: 480px) {
	.main-mobile {
    	height: 420px;
	}
	.main-mobile-copy {
		height: 420px;
	}
	.main-mobile-copy-inside {
		padding: 30px 30px 0 30px;
	}
}
/************** HEADER STYLES *************/
.site-header {
    background-color: #192E5A;
	padding: 15px 0 10px 0;
}
.inside-header {
	padding: 0px;
	background-color: #192E5A;
}
.phone {
	color: #ffffff;
	font-size: 18px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: .08em;
	display: flex;
  	flex-wrap: nowrap;
}
.phone img {
	width: 25px;
	height: 25px;
	margin-top: 12px;
	margin-right: 10px;
}
@media only screen and (max-width: 468px) {
	.phone {
		margin-left: 18px;
	}
	.phone img {
		width: 22px;
		margin-top: -6px;
	}
	.phone-num {
		display: none;
	}
}
/************** NAVIGATION STYLES *************/
.nav-float-right .inside-header .main-navigation {
    float: right;
}
/* MENU ITEMS */
.main-navigation, .main-navigation ul ul {
	background-color: transparent;
}
.main-navigation .main-nav ul li a {

}
.main-navigation li {
    position: relative;
    display: inline-block;
	margin-bottom: 0px;
}
.main-navigation .main-nav ul li a, .menu-toggle {
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: 0em;
}

/************** SMALL MENU STYLES *************/
#responsive-menu-container {
	padding: 0 15px !important;
}
.responsive-menu-item-link {
	text-transform: uppercase;
}
/************** SMALL MENU STYLES *************/
#header-small {
	display: none;
	background: #000000;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

/************** FOOTER STYLES *************/
.footer {
    max-width: 950px;
    margin: 0 auto;
    padding: 40px 30px 30px 30px;
}
.page-wrap-foot {
	padding: 30px;
	max-width: 950px;
	margin: 0 auto;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #ffffff !important;
	font-size: 14px;
	background-color: transparent !important;
	border-color: #000000;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 2px solid #d4af37;
    padding: 20px 5px;
	width: 100%;
}
textarea {
    height: 100px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
	color: #ffffff !important;
}
.copyright {
	padding-top: 15px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.copyright-m {
	display: none;
}
@media all and (max-width: 880px) {
	.copyright {
		display: none;
	}
	.copyright-m {
		display: block;
		padding-top: 15px;
		text-align: center;
		color: #000000;
		font-size: 12px;
		letter-spacing: .05em;
		text-transform: uppercase;
	}
}
/************** COLUMN STYLES *************/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.col {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

@media only screen and (max-width: 880px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}
/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
@media only screen and (max-width: 880px) {
	.span_2_of_2, .span_1_of_2 {
		width: 100%; 
	}
}
/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
	width: 100%; 
}
.span_2_of_3 {
	width: 66.13%; 
}
.span_1_of_3 {
	width: 32.26%; 
}

@media only screen and (max-width: 880px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 {
		width: 100%;
	}
}
/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
	width: 100%; 
}
.span_3_of_4 {
	width: 74.6%; 
}
.span_2_of_4 {
	width: 49.2%; 
}
.span_1_of_4 {
	width: 23.8%; 
}

@media only screen and (max-width: 880px) {
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
		width: 100%; 
	}
}
/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
  	width: 79.68%; 
}
.span_3_of_5, .span_3_of_5-header {
  	width: 59.36%; 
}
.span_2_of_5 {
  	width: 39.04%;
}
.span_1_of_5, .span_1_of_5-header {
  	width: 18.72%;
}
@media only screen and (max-width: 1095px) {
	.span_3_of_5-header {
  		width: 0px; 
	}
	.span_1_of_5-header {
  		width: 180px;
	}
}

@media only screen and (max-width: 880px) {
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
		width: 100%; 
	}
}
@media only screen and (max-width: 468px) {
	.span_1_of_5-header {
  		width: auto;
	}
}