/* CSS Document */

@font-face {
    font-family: 'Crimson';
    src: url('fonts/crimson_text/Crimson-Roman.eot');
    src: url('fonts/crimson_text/Crimson-Roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimson_text/Crimson-Roman.woff2') format('woff2'),
         url('fonts/crimson_text/Crimson-Roman.woff') format('woff'),
         url('fonts/crimson_text/Crimson-Roman.ttf') format('truetype'),
         url('fonts/crimson_text/Crimson-Roman.svg#Crimson-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*########################################
## Body
########################################*/
html {height: 100%;}
body {padding: 0; margin: 0; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 18px; letter-spacing: .02em; font-weight: 400; color: #FFF; min-width: 320px; line-height: 180%; position: relative; height: 100%; background: url(../images/content/bnImg.jpg) no-repeat top center / cover fixed; overflow-x: hidden;}

/*########################################
## Typography
########################################*/
h1,h2,h3,h4,h5,h6{font-weight: 400; font-family: 'Crimson', serif; line-height: 120%; color: #FFF;}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt { padding:0; margin:0;}
ul,ol {list-style: none; margin: 30px 0;}
a {text-decoration:none; transition: all .3s linear;}
a:hover {color: #FF8002 !important;}
a:focus {outline: none;}
a[href*="mailto:"] {word-break: break-all;}
h1, h2 {font-size: 55px; margin: 25px 0;}
.inner #content h2 {font-size: 45px;}
h3 {font-size: 25px;}
h4 {font-size: 20px;}
p:not(:last-of-type) {margin-bottom: 30px;}

/*########################################
## Layouts
########################################*/
.screen-reader-text {display: block; width: .1px; height: .1px; overflow: hidden; padding: 0 !important; margin: 0 !important;}
img {border:0; transition: all .3s linear; max-width: 100%;}
hr.hide-line {padding:0; margin:0; display:none;}
figure {margin: 0; padding: 0; box-sizing: border-box; overflow: hidden; display: inline-block;}
figure img {display: block;}
figure img:hover {transform: scale(1.03); filter: brightness(1.1);}
.container {width: 100%; max-width: 1386px; padding: 0 10px; box-sizing: border-box; margin: 0 auto;}
.mobile {display: none;}
/*.aligncenter {text-align: center;}*/

/*########################################
## Flexbox
########################################*/
.dflex {display: flex; display: -webkit-flex;}
.sb-flex {justify-content: space-between; -webkit-justify-content: space-between;}
.cn-flex {justify-content: center; -webkit-justify-content: center;}
.end-flex {justify-content: flex-end; -webkit-justify-content: flex-end;}
.start-flex {justify-content: flex-start; -webkit-justify-content: flex-start;}
.align-center {align-items: center; -webkit-align-items: center;}
.align-end {align-items: flex-end; -webkit-align-items: flex-end;}
.align-start {align-items: flex-start; -webkit-align-items: flex-start;}
.wrap-flex {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.col-flex {flex-direction: column; -webkit-flex-direction: column;}
.row-flex {flex-direction: row; -webkit-flex-direction: row;}
.col33 {flex-basis: 33.33%; -webkit-flex-basis: 33.33%;}
.col37 {flex-basis: 37%; -webkit-flex-basis: 37%;}
.col50 {flex-basis: 50%; -webkit-flex-basis: 50%;}
.col63 {flex-basis: 63%; -webkit-flex-basis: 63%;}
.col100 {flex-basis: 100%; -webkit-flex-basis: 63%;}

/*########################################
## Forms
########################################*/
/*contact form messages*/
form .messages p {display: none; font-family: "Open Sans", sans-serif!important; font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px !important;margin-bottom: 20px;border: 1px solid transparent !important;border-radius: 4px !important;}
form .alert-success {color: #3c763d !important;background-color: #dff0d8 !important;border-color: #d6e9c6 !important;}
form .alert-danger {color: #a94442 !important;background-color: #f2dede !important;border-color: #ebccd1 !important;}
form input:focus, form select:focus, form textarea:focus {outline: none;}
/*contact form*/
.ctc-form {text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {width: 100%; height: 45px; margin: 0 0 20px; border: 1px solid #D6D6D6; border-radius: 0; background: none; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600; line-height: 120%; padding: 0 20px; box-sizing: border-box; display: block; color: #111;}
.ctc-form textarea {height: 111px; padding-top:10px; width: 100%;}
.ctc-form button {margin-top: 10px;}
.ctc-form .recap {display: inline-block;}
.ctc-hide, .hdMob {display: none;}
.g-recaptcha > div {margin: 20px auto 0;} 
.contact-page .ctc-form .col {padding: 0 10px; box-sizing: border-box;}
#contact-section .ctc-form {width: 100%; max-width: 100%; margin: 0 auto; padding: 0; background: none; border: none; color: #FFF; text-align: left;}
#contact-section .ctc-form h3 {margin: 0 0 30px;}
#contact-section .ctc-form ::placeholder {color: #FFF;}
#contact-section .ctc-form .form-wrapper:first-of-type {margin-bottom: 30px;}
#contact-section .ctc-form .form-wrapper input, #contact-section .ctc-form .form-wrapper select, #contact-section .ctc-form textarea {width: 100%; max-width: 48%; height: 55px; margin: 0 18px 18px 0; border: 1px solid #D6D6D6; border-radius: 0; background: none; font-family: 'Crimson', serif; font-size: 16px; font-weight: 400; line-height: 120%; padding: 0 20px; box-sizing: border-box; display: block;}
#contact-section .ctc-form textarea {max-width: 98%; height: 165px; padding-top: 20px;}
#contact-section .g-recaptcha > div {margin: 20px 0 0;}

/*########################################
## Button
########################################*/
.btn, button {width: auto; min-width: 200px; padding: 18px 10px 14px; box-sizing: border-box; background: transparent; text-align: center; font-weight: 400; font-size: 22px; color: #FFF; line-height: 120%; font-family: 'Crimson', serif; position: relative; z-index: 1; transition: all .3s linear; display: inline-block; border: 1px solid #FFF; text-transform: uppercase; display: inline-block;}
.btn:hover {text-shadow: 0 2px 5px #000; box-shadow: 0 2px 7px #000; color: #FFF !important;}
.btn::after {content: ""; width: 100%; height: 100%; left: 0; top: 0; transform: scaleY(0); transform-origin: top; transition: all .25s linear; background: linear-gradient(to bottom, rgb(255, 255, 255, .3), transparent); position: absolute; z-index: -1;}
.btn:hover::after {transform: scaleY(1);}

/*########################################
## Page Structure
########################################*/
.hdSide {width: 27%;}
.pageContent {width: 65%; padding: 0 10px; box-sizing: border-box;}
.wrapper {height: 100%; max-width: 1795px; margin: 0 auto; position: relative;}
#content {padding: 3.5vh 0;}

/*########################################
## Header
########################################*/
header, header .container, header .hdCon {height: 100%;}
#header {padding: 40px 0 18px; box-sizing: border-box; height: 100%; width: 100%;}
#header .hdLogo{ margin-bottom: 20px; }

#header nav #pull { display: none; cursor: pointer;}
#header nav {width: 100%; margin: 0 auto; padding: 0;}
#header nav ul {padding: 0; margin: 0;}
#header nav ul li {padding: 0; margin: 0; position: relative;}
#header nav ul li:not(:last-of-type):after {content: ""; width: 1000%; right: 0; bottom: 0; height: 1px; background: linear-gradient(to right, rgba(255, 255, 255, .5), transparent); position: absolute;}
#header nav ul li a {display: inline-block; font-size: 22px; line-height: 100%; padding: 1.3vh 0; text-transform: uppercase; color: #FFF; transition: all .3s linear; position: relative; letter-spacing: 0; font-family: 'Crimson', serif;}
#header nav ul li a:hover {color: #FFF !important;}

/*########################################
## Banner
########################################*/
#banner {padding: 40px 0;}

/*########################################
## Home Page Content
########################################*/
.home #content p a {text-decoration: underline; color: #FFF; font-weight: 700;}

/*########################################
## Footer
########################################*/
footer {position: relative; text-align: center;}
#footer * {color: #FFF;}
#footer p {margin: 0;}

/*########################################
## Inner Pages
########################################*/
.inner #content {padding: 30px 0 50px; min-height: 600px;}
.inner #content h1 {margin-bottom: 30px;}

/*########################################
## Accordion Inner Pages
########################################*/
.accordion .title {padding: 10px 20px; box-sizing: border-box; background: #FFF; margin-top: 15px; position: relative; box-shadow: 1px 1px 3px #FFF; transition: all .3s linear;}
.accordion .title:hover {background: #8EC449;}
.accordion .title:hover h3 {color: #FFF;}
.accordion .title h3::after {content: "+"; position: absolute; right: 15px; transition: all .3s linear;}
.accordion .title h3.open::after {content: "-";}
.accordion .title h3 {cursor: pointer; font-size: 20px; color: #8EC449; text-shadow: 1px 1px 1px #FFF;}
.accordion .acc-content {background: #FFF; padding: 15px 20px; box-sizing: border-box; box-shadow: 0 0 1px #FFF;}

/*########################################
## Testimonials Page
########################################*/
.rvw-box {width: 100%; margin: 0 auto 30px; text-align: center; padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 10px rgba(0, 0, 0, .7); border: 5px solid #8EC449; border-bottom-color: #FFF; border-right-color: #FFF;}
.rvw-box p {font-style: italic; line-height: 150%;}
.rvw-box p.auth {font-weight: 600; text-shadow: 1px 1px 2px #8EC449;}

/*########################################
## Contact Us Page
########################################*/
.contact-page .ctcPL {width: 45%; padding-right: 30px; box-sizing: border-box;}
.contact-page .ctcPR {width: 55%;} 
.contact-page .ctcPInfoBox {box-shadow: 0 0 30px #333; background: #FFF; padding: 20px; box-sizing: border-box; margin-bottom: 30px;}
.contact-page .ctcPInfoBox * {color: #333;}
.contact-page .ctcPInfoBox p {margin-bottom: 25px; line-height: 140%;}
.contact-page .ctcPInfoBox p strong {display: block; margin-bottom: 5px;}
.contact-page .ctcPMapBox iframe {width: 100%; height: 305px;}
.contact-page form ::placeholder {color: #333;}
.contact-page #content form input, .contact-page #content form textarea {background: rgba(255, 255, 255, .8); color: #333;}
.contact-page #content form textarea {height: 220px;}

/*########################################
## Gallery Page
########################################*/
.galBox {margin-top: 20px; padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 8px #DDD;}
.galBox h3 {font-size: 20px; margin-bottom: 15px; text-align: center;}
.gallery {display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.gallery li {width: 19.3%; padding: 3px; box-sizing: border-box; border: 1px solid #AAA; margin: 3px; border-radius: 3px; transition: all .3s linear;}
.gallery li a {overflow: hidden; display: block;}
.gallery li img {transition: all .3s linear; display: block; width: 100%; height: 200px; object-fit: cover;}
.gallery li:hover {background: #FF9124;}
.gallery li:hover img {transform: scale(1.1);}
.page_navigation {display: flex; display: -webkit-flex; justify-content: center; align-items: center;}
.page_navigation a {font-size: 12px; font-weight: 600; color: #1f1f1f; background: #FF9124; padding: 3px 5px; margin: 0 2px;}
.page_navigation a:hover {color: #FFF !important; text-shadow: 1px 1px 1px #1f1f1f;}

/*########################################
## Thank You Page
########################################*/
.thank-you-page #content {text-align: center;}
.thank-you-page .inThankLogo {margin-bottom: 40px;}

/*########################################
## Responsive
########################################*/

@media screen and (max-width: 1550px) {
	h1, h2 {font-size: 51px;}
}

@media screen and (max-width: 1440px) {
	.pageContent {width: 70%;}
	h1, h2 {font-size: 50px;}
	.cnWlc h2 {margin: 0 0 20px;}
}

@media screen and (max-width: 1300px) {
	h1, h2 {font-size: 45px;}
}

@media screen and (max-width: 1200px) {
	h1, h2 {font-size: 40px;}
	.hdSide {width: 30%;}
	.pageContent {padding: 0 10px; box-sizing: border-box;}
}

@media screen and (max-width: 1100px) {
	h1, h2 {font-size: 38px;}
}

@media screen and (max-width: 1000px) {
	h1, h2 {font-size: 36px;}
}

@media screen and (max-width: 960px) {
	h1, h2 {font-size: 50px;}
	h3 {font-size: 35px;}
	.wrapper {flex-direction: column; justify-content: flex-start;}
	.hdSide, .pageContent {width: 100%;}
	#header {background: none; box-shadow: none; padding: 0; margin: 0;}
	#header .hdLogo {display: none;}

	#header nav {position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 0 5px rgba(0, 0, 0, .8);}
	#header nav ul {max-width: 100%; display: none; height: auto; background: rgba(255, 255, 255, .9);}
	#header nav ul li {max-width: 100%; position: relative; text-align: left; padding: 0; display: block; border-bottom: 1px solid #EEE; margin-left: 0 !important;}
	#header nav ul li:first-of-type {border-top: 1px solid #EEE;}
	#header nav ul li a {padding: 12px 0; line-height: 120%; margin: 0; color: #333; text-align: left; width: 100%; text-indent: 20px; font-size: 16px;}
	#header nav ul li a::after {display: none;}
	#header nav ul li a.active-menu, #header nav ul li a:hover {color: #FFF; background: #333;}
	#header nav #pull {display: block; background: rgba(0, 0, 0, .8); width: 100%; position: relative; height: 45px; color: #fff; z-index: 999;}
	#header nav #pull img {max-height: 35px; display: block; position: relative; top: 5px; padding-left: 10px;}
	#header nav #pull:after {content:"\f0c9"; font-family: 'Font Awesome 5 Free'; font-size: 30px; display: inline-block; position: absolute; right: 15px; top: 7px; font-weight: 700; color: #FFF;}
	#header nav #pull strong{line-height: 45px;}
	#banner {padding: 60px 0 40px;}
	#banner .bnWrap {justify-content: center;}
	.cnWlc {padding-top: 0; text-align: center;}
	.inner #content h1 {text-align: center;}

	.contact-page .ctcPWrap {flex-direction: column;}
	.contact-page .ctcPL, .contact-page .ctcPR {width: 100%; padding-right: 0;}
	.contact-page .ctcPL {margin-bottom: 30px;}
	.contact-page .ctcPInfoBox {margin-bottom: 10px;}
	.ctc-form input[type="text"], .ctc-form textarea {margin: 0 0 10px;}
	.inner #content {min-height: 500px;}
}

@media screen and (max-width: 800px) {
	h1, h2, .inner #content h2 {font-size: 45px;} 
	h3 {font-size: 30px;}
	p:not(:last-of-type) {margin-bottom: 20px;}
	.gallery li img {height: 150px;}
	.inner #content {min-height: 450px;}
}

@media screen and (max-width: 600px) {
	h1, h2 {font-size: 40px;}
	h3 {font-size: 25px;}
	img.fr, img.fl {float: none; margin: 0 auto 20px; display: block;}
	.inner #content {min-height: 400px;}
}

@media screen and (max-width: 480px) {
	h1, h2 {font-size: 35px;}
	.gallery li {width: 47%;}
	.gallery li img {height: 110px;}
	#footer .g-recaptcha > div {transform: scale(.93); transform-origin: 0 0;}
	.release-page #content .rowItem iframe {height: 215px;}
}

@media screen and (max-height: 830px) {
	#header nav ul li a {padding: 1.5vh 0;}
}

@media screen and (max-height: 770px) {
	.cnWlc h2 {margin: 0 0 15px;}
	#header nav ul li a {padding: 1.4vh 0;}
	p:not(:last-of-type) {margin-bottom: 10px;}
}

@media screen and (max-height: 690px) {
	#header nav ul li a {font-size: 20px;}
	.cnWlc h2 {margin-bottom: 10px;}
}