/*//////// CONTACT PAGE ////////*/
#contact-page {}


/*////// CONTACT SECTION //////*/
section.contact-section { }
section.contact-section div.contact-container {
	padding: 20rem 12.2rem 24rem 12.2rem;
	height: auto;
	background-color: #787878;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*//// FLEX ////*/
div.contact-container div.contact-flex-container {
	justify-content: space-between;
}
div.contact-flex-container div.contact-flex-item {}

/*// SPECIFICS //*/
#contact-flex-item-2 {
	padding-left: 5rem;
}

/*// ELEMENTS //*/
div.contact-flex-item h1 {
	margin: 0 0;
	margin-bottom: 1rem;
	color: #FFF;
	font-family: "avenir-lt-pro";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33; /* 133.333% */
}
div.contact-flex-item h2 {
	margin: 0 0;
	margin-bottom: 3rem;
	color: var(--Gold, #C3A86B);
	font-family: "Gotham";
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.16; /* 116.667% */
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}
div.contact-flex-item h3 {
	margin: 0 0;
	color: #ffffff;
	font-family: "avenir-lt-pro";
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.6; /* 160% */
}
div.contact-flex-item h3.info {
	margin: 2rem 0 3rem 0;
}
div.contact-flex-item h3.do {
	margin: 2rem 0 3rem 0;
    color: var(--Gold, #C3A86B);
    font-family: "avenir-lt-pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}

div.contact-flex-item p,
div.contact-flex-item address,
div.contact-flex-item phone,
div.contact-flex-item p.email {
	display: inline-block;
	margin: 0 0;
	margin-bottom: 2rem;
	color: #ffffff;
	font-family: "avenir-lt-pro";
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.6; /* 160% */
}






/*/////// CONTACT FORM 7 ///////*/
#contact-form,
#subscribe-form {
    position: relative;
}
div.wpcf7 {
	background: #ffffff;
    margin: 0 0 0 auto;
    padding: 1.5rem 2.5rem 3.5rem 2.5rem;
}
div.wpcf7 label {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
div.wpcf7 p {
	width: 100%;
    padding: 0 0; 
    margin: 0 0; 
    font-size: 1.6rem;
    line-height: 2.4rem;
}
div.wpcf7 br { 
    display: none; 
}
div.wpcf7 span.hide-label-text {
    display: inline-block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
div.wpcf7 div.input-container {
    display: inline-block;
    width: 99.9%;
    padding: 0 0;
    margin: 0 0;
}
div.wpcf7 div.input-container.half-width { 
    width: 49.55%; 
}
div.wpcf7 div.input-container input, 
div.wpcf7 div.input-container textarea {
    width: 100%;
    min-width: 100%;
    min-height: 3.6rem;
    margin: 0 0;
    padding: 0.8rem;
    text-indent: 0.6rem !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Gotham";
    font-size: 2rem !important;
    border-radius: 0;
    background: transparent;
    border: 0.2rem solid #999999;
    transition: background-color 0.4s ease-out;
}
/*/ SEND BUTTON /*/
div.wpcf7 div.button-container {
    width: 100%;
    margin: 1.6rem 0 0 0;
}
div.wpcf7 div.button-container input[type=submit] {
    width: 100%;
	height: 6rem;
	padding: 1.4rem 2.5rem;
	font-size: 1.8rem;
	color: #ffffff;
	border-radius: 10rem;
	background: var(--Gold, #C3A86B);
	border: 0.2rem solid var(--Gold, #C3A86B);
    transition: background-color 0.4s ease;
    cursor: pointer;
}
div.wpcf7 div.button-container input[type=submit]:hover { 
	color: var(--Gold, #C3A86B);
	background: #ffffff;
}

/*//// SENDING ICON ////*/
div.sending-scrim {
    display: none;
    position: absolute;
    top: 0;
    righT: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .66);
}
div.sending-scrim.visible {
    display: block;
}
div.sending-scrim h2 {
    opacity: .8;
}
div.sending-scrim img.sending-icon {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18rem;
    height: auto;
    opacity: .6;
}
.wpcf7-spinner { 
	display: none !important; 
}

/*//// INPUT PLACEHOLDERS ////*/
div.wpcf7 input::-webkit-input-placeholder  { color:#666; font-size: 2rem; text-align: left; }
div.wpcf7 input:-moz-placeholder { opacity: 1; color:#666; font-size: 2rem; text-align: left; } /* Firefox 18- */
div.wpcf7 input:-moz-placeholder { opacity: 1; color:#666; font-size: 2rem; text-align: left; } /* firefox 19+ */
div.wpcf7 input:-ms-input-placeholder { color:#666; font-size: 2rem; text-align: left; } /* ie */
div.wpcf7 input:-moz-placeholder { color:#666; font-size: 2rem; }
div.wpcf7 textarea:-webkit-input-placeholder  { color:#666; font-size: 2rem; text-align: left; }
div.wpcf7 textarea:-moz-placeholder  { color:#666; font-size: 2rem; text-align: left; }
div.wpcf7 textarea::-moz-placeholder  { color:#666; font-size: 2rem; text-align: left; }
div.wpcf7 textarea:-ms-input-placeholder  { color:#666; font-size: 2rem; text-align: left; }

/*//// VALIDATION ////*/
div.wpcf7 input:required { border-color: black; }
div.wpcf7 input:invalid { border-color: red; }
div.wpcf7 div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
div.wpcf7 span.wpcf7-not-valid-tip { display: none !important; }
div.wpcf7 input[aria-invalid="true"], 
div.wpcf7 select[aria-invalid="true"],
div.wpcf7 textarea[aria-invalid="true"] { border: 0.2rem solid red !important; }
div.form-validation-message { }
div.form-validation-message p { font-size: 1.8rem; line-height: 1.3; color: #000000; }
div.form-validation-message h3 { font-size: 2.6rem; line-height: 1.3; font-weight: 400; color: #8B0000; }
.fancybox-slide--html .fancybox-close-small { color: #000000; }





/*///////// FOOTER CTA SECTION ////////*/
section.cta-section {
    margin-top: 0 !important;
    z-index: 100;
}






/*//// GRANULAR RESPONSIVE CSS HERE ////*/
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1024px) { }
/*// SMALL MOBILE //*/
@media screen and (max-width: 851px) { 

		/*////// CONTACT SECTION //////*/
		section.contact-section div.contact-container { padding: 12rem 3rem 16rem 3rem; }
		div.contact-flex-container div.contact-flex-item { padding: 3rem 0; }

		/*//// CONTACT FORM ////*/
		div.wpcf7 { width: 100%; max-width: 100%; padding: 5rem 3rem; }
		div.wpcf7 div.input-container.half-width { width: 100%; }
		div.wpcf7 label { height: 2rem; }
		div.wpcf7 p { font-size: 0; line-height: 0; margin-bottom: 2rem; }
		div.wpcf7 div.input-container input, 
		div.wpcf7 div.input-container textarea,
		div.wpcf7 div.input-container input::placeholder, 
		div.wpcf7 div.input-container textarea::placeholder { padding: 0.5rem; font-size: 1.8rem;  line-height: 1; }
		div.wpcf7 div.button-container p { margin-bottom: 0; }
		div.wpcf7 div.button-container input[type=submit] { padding: 0.5rem 0.5rem; font-size: 2rem;  line-height: 1; }
		div.wpcf7 div.input-container textarea { height: 10rem; }
		.wpcf7-spinner { display: none; }

}
@media screen and (max-width: 480px) {

		/*////// CONTACT SECTION //////*/
		section.contact-section div.contact-container { padding: 12rem 3rem 16rem 3rem; }
		div.contact-flex-container div.contact-flex-item { padding: 3rem 0; }

}
/*// LANDSCAPE ORIENTATION - TABLET & SMALLER //*/
@media screen and (max-width: 1024px) and (orientation: landscape) { }
@media screen and (max-width: 813px) and (orientation: landscape) { }