/*
Theme Name: East Chase
Template: generatepress
*/
.everest-forms .everest-forms-notice--success {
  background-color: #BEBEBE;
}
.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 #BEBEBE solid;
	padding: 10px 10px 10px 0;
}
.everest-forms button[type="submit"], .everest-forms button.button:not(.button-large) {
	background: transparent;
	color: #BEBEBE;
	border-radius: 0px;
	border: 1px #BEBEBE solid;
	padding: 10px 30px;
}
/************* NAVIGATION (MOBILE) *************/
.header-mobile {
	display: none;
}
.headertext {
	display: none;
}
@media only screen and (max-width: 1160px) {	
	#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: 180px;
		padding-left: 30px;
		padding-top: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
	}
	.top-nav-mobile {
		position: fixed;
		z-index: 10;
		width: 100%;
		background-color: rgb(0,0,0,1);
	}
	.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: #FDD964;
		width: 100%;
		float: left;
		height: 45px;
		padding: 10px 5px 0 5px;
		text-align: center;
		position: relative;
		z-index: 99999999999999999;
	}
	.mobile-header-padding {
		height: 120px;
	}
	.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 *************/
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
h1 {
    font-family: 'Lora', serif;
}
h2, h3 {
	color: #BEBEBE;
	letter-spacing: .08em;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
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 #BEBEBE;
	padding: 14px 38px;
	color: #BEBEBE;
	text-transform: uppercase;
}
button.blk, button.blk:visited {
	border: 1px solid #000000;
	color: #000000;
}
button:hover, button.blk:hover {
	background: #000000;
	color: #ffffff;
}
.wpcf7-submit {
  	font-size: 16px;
	letter-spacing: .08em;
	font-weight: 500;
  	background: transparent !important;
	border: 1px solid #BEBEBE !important;
	padding: 14px 38px !important;
	color: #BEBEBE !important;
	text-transform: uppercase;
}
.page-wrap {
	padding: 0 40px;
}
.page-wrap-hp {
	padding: 40px 40px 0 40px;
}
.desktop {
	display: block;
}
@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;
	}
}

/************ 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;
}
.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;
	}
}

/************** HOMEPAGE STYLES *************/
.main-mobile, .main-mobils-copy, .main-mobile-copy-inside {
	display: none;
}
.mobile-tour {
	display: none;
}
.property {
	display: block;
	background: url('https://eastchasebaltimore.com/wp-content/uploads/2025/10/compass-bckgrnd-gray-scaled.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://eastchasebaltimore.com/wp-content/uploads/2025/10/location-bckgrnd-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;
}
.map-link {
	height: 500px;
}
.location-mobile {
	display: none;
}
.avail-wrap {
	height: auto;
	position: relative;
	width: 100%;
}
.avail-bar {
	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background-color: rgba(0,0,0,.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 {
		display: none;
	}
	.location-mobile {
		display: block;
	}
	.avail-bar {
		position: relative;
  		background-color: rgba(0,0,0,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: #000000;
	padding: 15px 0 10px 0;
}
.inside-header {
	padding: 0px;
	background-color: #000000;
}
.phone {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .08em;
	display: flex;
  	flex-wrap: nowrap;
}
.phone img {
	width: 25px;
	height: 25px;
	margin-top: 0px;
	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 {
	padding-left: 10px;
	padding-right: 10px;
}
.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: 24px;
	font-weight: 400;
	letter-spacing: .08em;
}

/************** 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: center;
	color: #000000;
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.copyright-m {
	display: none;
}
@media all and (max-width: 480px) {
	.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;
	}
}