/* Defaults */
html{
  scroll-behavior: smooth;
}
body{
    font-family: 'gt_pressura_regularregular', sans-serif;
    color: #787878;
    position: relative;
	font-size: 1.2rem;
}
.main {
    max-width: 100vw;
    overflow-x: hidden;
}
p{
    line-height: 1.7;
}
h1,h2,h3{
    font-family: "gt_pressura_regularregular";
    font-weight: 400;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  cursor: pointer !important;
  transition: all 0.3s;
}
a:hover{
  text-decoration: none;
}
input{
    transition: all 0.3s;
}
.modal_form{}
.modal_form .contact-field{
    margin: 10px 0;
    position: relative;
}
.form_field_icon{
    position: absolute;
    top: 12px;
    right: 20px;
}
.modal_form .wpcf7-response-output{
    display: none !important;
}
.modal_form .contact-field span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.modal_form .contact-field .wpcf7-not-valid-tip{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 50px;
    line-height: 50px;
}
.modal_form input, .modal_form textarea, .modal_form select{
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #787878;
    outline: none;
    transition: all 0.3s;
    margin: 0;
    border-radius: 0;
}
.modal_form input:focus, .modal_form textarea:focus{
    border-color: #2a2d33;
}
.modal_form textarea{
    height: 150px;
}
.modal_form input.wpcf7-submit{
    background: #eeaa00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    padding: 15px 40px;
    display: inline-block;
    line-height: 21px;
    border-radius: 4px;
    transition: all ease 0.5s;
    border: none;
}
.modal_form input.wpcf7-submit:hover{
    background: #2a2d33;
    text-decoration: none;
}
.modal_form .contact-field .ajax-loader{
    position: absolute;
    top: 18px;
    left: 8px;
}

.header {
    padding: 30px 40px 10px;
    position: relative;
    z-index: 99999999;
    background: #fff;
}

.header_logo {}

.header_logo img {
    max-width: 120px;
}

.header_menu {}

.header_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.header_menu ul li {
    display: inline-block;
    margin: 0 36px;
}

.header_menu ul li a {
    color: #787878;
    font-size: 18px;
	text-transform: uppercase;
}

.header_menu ul li.header_menu_btn {
    border: 1px solid #be4664;
    padding: 8px 30px;
    transition: all 0.3s;
}

.header_menu ul li.header_menu_btn a {
    font-size: 13px;
    text-transform: uppercase;
    color: #be4664;
    transition: all 0.3s;
}

.header_menu ul li.header_menu_btn i {
    color: #be4664;
    transition: all 0.3s;
    vertical-align: middle;
}

.header_menu ul li.header_menu_btn.phone_button {
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
}

.header_menu ul li.header_menu_btn.phone_button a {
    margin-left: 6px;
    display: inline-block;
    display: none;
}

.header_menu ul li.header_menu_btn:hover {
    background: #be4664;
    color: #fff;
}

.header_menu ul li.header_menu_btn:hover i, .header_menu ul li.header_menu_btn:hover a {
    color: #fff;
}

.header_menu ul li a:hover {
    color: #be4664;
}
.header_menu ul li.header_menu_btn.phone_button.showing_phone a {
    display: inline-block;
}
.hero_content {
    padding-top: 200px;
    padding-bottom: 200px;
}

.hero_section_inner {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    position: relative;
    z-index: 100;
    background-size: 41% auto!important;
}

.hero_content h1 {
    font-size: 60px;
    margin-bottom: 10px;
	color: #5087BE;
}

.hero_content h4 {
	color: #5087BE;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.hero_content p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
	font-family: 'gt_pressura_regularregular';
}


.hero_section {
    background: #EBE8E8;
    position: relative;
}

.hero_section::before {
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.about_section {
    background: #EBE8E8;
    padding-top: 140px;
}

.content_block_content {
    padding: 0 60px;
}

.content_block_content h4 {
    color: #5087BE;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
	font-family: 'gt_pressura_regularregular';
}

.content_block_content h2 {
    font-size: 42px;
    margin-bottom: 30px;
	font-family: 'gt_pressura_regularregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #5087BE;
}
#amenities .content_block_content h2{
	color: #fff;
}
p:last-child {
    margin: 0;
}
.questions_form {
    background: #eae8e8;
}

.questions_form_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #5087be;
    color: #fff;
    padding: 55px 65px;
}

.question_form_title {
    margin-bottom: 30px;
}

.question_form_title h3 {
    font-size: 28px;
    margin: 0;
	font-family: 'gt_pressura_regularregular', sans-serif;
    text-transform: uppercase;
	letter-spacing: 2px;
}

.questions_form_box_form input, .questions_form_box_form select, .questions_form_box_form textarea {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    display: block;
    margin-top: 5px;
    padding: 10px 15px;
    color: #fff;
    appearance: none;
    border-radius: 0;
}

.questions_form_box_form label {
    width: 100%;
    font-size: 14px;
}

.questions_form_box_form .col-md-3, .questions_form_box_form .col-md-6 {
    margin: 11px 0;
}

.questions_form_box_form textarea {
    height: 90px;
}

.questions_form_box_form select option {
    color: #000;
}

.questions_form_box_form input.wpcf7-submit {
    border-color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    margin: 0;
    margin-bottom: .5rem;
}
.align-self-end .wpcf7-spinner {
    position: absolute;
}
.amenities_inner {
    background: #eae8e8;
    padding-bottom: 75px;
}

.ammenities_content_block {
    margin-bottom: 150px;
}
.amenities_features_inner {
    text-align: center;
}

.amenities_features_inner h3 {
    margin-bottom: 30px;
    color: #fff;
	font-family: 'gt_pressura_regularregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#community .amenities_features_inner h3{
	color: #787878;
}
#community .amenities_features_inner ul li::after{
	background: #787878;
}
.amenities_features_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.amenities_features_inner ul li {
/* 	font-size: 135%; */
	width: 33.333333%;padding: 15px 15px;font-weight: bold;letter-spacing: 0.5px;}

.amenities_features_inner ul li::after {
	content: "";
	background: #fff;
	width: 30px;
	height: 2px;
	display: block;
	margin: 12px auto 0;}

.amenities_features_inner ul li:nth-last-child(-n+3)::after {
    display: none;
}
.floorplans_section_inner {
    padding: 75px 0;
    text-align: center;
}

.floorplans_section_title {}

.floorplans_section_title h2 {
    font-size: 50px;
	font-family: 'gt_pressura_regularregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	color: #5287be;
}

.floorplans_filters {
    margin-bottom: 50px;
}

.floorplans_filters ul {}

.floorplans_filters ul li {
    display: inline-block;
    margin: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
}





.floorplan_plan_item_image {
    margin-bottom: 40px;
}

.floorplan_plan_item_image img {
    max-width: 600px;
    width: 100%;
}

.floorplan_plan_item_text {
    color: #be4664;
    font-weight: bold;
    letter-spacing: 1px;
}
.floorplan_panel{
    display: none;
}
.floorplan_panel.active{
    display: block;
}
.amenities_inner.community_inner {
    padding-top: 75px;
}
.gallery_wrap{
    display: none;
}
.gallery_wrap.active{
    display: block;
}
.gallery_item {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 200px;
}
.gallery_title {
    margin-bottom: 40px;
    text-align: center;
}

div#gallery {
    padding: 100px 0 90px 0;
    background-color: #5187be;
}

.gallery_title h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.gallery_title h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
	font-family: 'gt_pressura_regularregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #fff;
}

.galleries {
    padding-bottom: 100px;
}
.gallery_filters {}

.gallery_filters ul {}

.gallery_filters ul li {
    display: inline-block;
    margin: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
	color: #fff;
}
.gallery_filters.filter_elements ul li::after{
	background: #fff;
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    z-index: 9999999999;
    width: 100vw;
}

.owl-nav button span {
    font-size: 60px;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: 90px;
}
.owl-nav button.owl-next {
    position: absolute;
    right: 90px;
}

.owl-nav button {
    outline: none !important;
    background: none !important;
    color: #d4d4d4 !important;
    font-size: 29px !important;
}
.reviews_inner p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}
.review_carousel_text p{
    text-transform: none;
    color: #787878;
    max-width: 330px;
    font-size: 16px;
    letter-spacing: 0;
}

.reviews_inner h2 {
    margin: 0;
    font-size: 50px;
    margin-bottom: 30px;
}
.reviews_inner .hero_content{
    max-width: 700px;
}
.review_slider {
    width: auto;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 55px;
}

ol.carousel-indicators {
    margin: 0 0 0 0;
    bottom: -50px;
    z-index: 9999;
    justify-content: flex-start;
}

.carousel-indicators li {
    background: #be4664;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    display: inline-block;
    line-height: 0;
    border: 0;
    border-radius: 100%;
}

div#reviews {
    background: #eae8e8;
    padding: 100px 0;
}

div#book_tour {
    background: #eae8e8;
    padding-top: 150px;
    padding-bottom: 150px;
}

.book_tour_form.questions_form_box_form input.wpcf7-submit {
    max-width: 180px;
    margin: 40px auto 0;
    white-space: inherit;
    padding: 10px 30px;
    display: block;
}

.questions_form_box_form input.wpcf7-submit:hover {
    background: #be4664;
    color: #fff;
	border: 1px solid #be4664;
}
.book_tour_form{
    display: none;
}

.questions_form_box.book_tour_form_box {
    position: relative;
    padding: 80px 60px;
	display: flex;
	justify-content: center;
/* 	gap: 40px;  */
	row-gap: 40px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.questions_form_box.book_tour_form_box {
		flex-direction: column;
		padding: 70px 20px!important;
	}
	
	.book_tour_form_trigger {
		transform: translateX(0)!important;
	}
}

.question_form_title {
	flex: 0 1 60%;
}

.book_tour_form_trigger {
    
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 15px 40px;
    margin: 0;
    right: 60px;
    top: 68px;
    z-index: 999;
    cursor: pointer;
    border: 1px solid #fff;
    display: block;
    transition: all 0.3s;
	order: 2;
	align-self: center;
}
.book_tour_form_trigger a{
	color: #fff;
}
.questions_form_box.book_tour_form_box.show_form .book_tour_form_trigger {
    padding: 15px 22px;
}
.book_tour_form_trigger:hover{
    background: #be4664;
    color: #fff !important;
	border-color: #be4664;
}

.questions_form_box.book_tour_form_box.hidden_form .question_form_title {
    transition: all 0.3s;
    margin: 0;
}

.questions_form_box.book_tour_form_box.show_form .question_form_title {
    transition: all 0.3s;
    margin-bottom: 40px;
}


span.book_tour_form_trigger_text {
    display: none;
}
.questions_form_box.book_tour_form_box.hidden_form .trigger_text {
    display: block;
}

.questions_form_box.book_tour_form_box.show_form .close_text {
    display: block;
    font-weight: normal;
}

.questions_form_box.book_tour_form_box.hidden_form .book_tour_form {
    display: none;
}

.questions_form_box.book_tour_form_box.show_form .book_tour_form {
    display: block;
}

.footer {
    background: #5087BE;
    color: #fff;
}

.footer_info {
    text-align: center;
    padding-bottom: 30px;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    width: 200px;
    margin-top: 30px;
}

.footer a {
    color: #fff;
}

.footer_info p a {
    font-weight: bold;
}

.footer_info p {
    margin-bottom: 10px;
}

.footer_social {
    margin-top: 20px;
}

.footer_social li {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
}
.footer_copyright {
    padding-bottom: 30px;
}

.footer_copyright_text {}

.footer_copyright_text img {
    width: 130px;
}

.footer_copyright_text p {
    margin-bottom: 5px;
    font-size: 12px;
}

.footer_copyright_text p a {
    margin-right: 15px;
}
.footer_right {
    text-align: right;
    font-size: 14px;
}

.footer_right img {
    width: 50px;
    margin-left: 15px;
}

.page_header_inner {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 80px 0;
}

.single_page_content {
    padding: 60px 0;
}

.single_page_content p {
    margin-bottom: 20px;
    line-height: 25px;
}

.single_page_content h2 {
    margin-bottom: 10px;
}
.mobile_only_menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: #5087BE;
    z-index: 99999999999999;
    max-width: 350px;
    right: 0;
}
.mobile_only_menu.active{
    display:block;
}

.header_menu_trigger.header_menu_trigger_close {
    text-align: center;
    border-color: #fff;
    color: #fff;
    padding: 7px 0;
}

.mobile_menu_items {margin-bottom: 30px;}

.mobile_only_menu_inner {
    padding: 90px 30px 30px 30px;
    position: relative;
/*     background: url(../img/pattern3.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.mobile_menu_items li {
    margin: 7px 0;
}


.mobile_menu_items li a {
    font-family: 'gt_pressura_regularregular', sans-serif;
    color: #fff;
    font-size: 20px;
	text-transform: uppercase;
	
}

.mobile_menu_footer {
    text-align: left;
}

.mobile_menu_footer .footer_logo {
    margin: 0 0 20px 0;
}

.mobile_menu_footer .footer_info {
    text-align: left;
    color: #fff;
}

.mobile_menu_footer .footer_info a {
    color: #fff;
}

.mobile_menu_footer .footer_logo img {
    margin: 0;
}

.mobile_menu_social {
    margin-bottom: 50px;
}

.mobile_menu_social li {
    display: inline-block;
    margin-right: 12px;
    font-size: 24px;
}

.mobile_menu_social li a {
    color: #fff;
}

.mobile_menu_social li.mobile_menu_phone {
    font-size: 16px;
    border: 1px solid #fff;
    padding: 5px 10px;
    vertical-align: bottom;
}
.header_menu_trigger {
    position: absolute;
    top: 65px;
    right: 15px;
    display: block;
    width: 40px;
    border: 1px solid #707070;
    padding: 0 8px;
    z-index: 99999;
    cursor: pointer;
}
.header_menu_trigger{
    display: none;
}
.mobile_only_hero_image{
    display: none;
}
.mobile_only_menu{
    display: none;
}
.background_divider_1{
    position: relative;
}
.background_divider_1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/wp-content/uploads/2024/06/NextChapter-Logo_GSPNGfile.png);
    background-repeat: no-repeat !important;
    background-position: 20px 420px !IMPORTANT;
    background-size: 350px;
	opacity: 0.2;
}
.hero_section {
    background: rgba(80, 135, 190,0.1);
}

.about_section {
    background: rgb(234,232,232);
	background: linear-gradient(0deg, rgba(80, 135, 190,.1) 10%, rgba(80, 135, 190,0.1) 90%);
	padding-bottom: 150px;
}

.about_section #contact {
	padding-top: 120px;
}

div#amenities {
    background-color: #5187be;
    color: #fff;
	padding-top: 75px;
}
div#amenities h4{
    color: #fff;
}
.questions_form {
/*     background: url(../img/pattern2.png), linear-gradient(180deg, rgba(255, 255, 255,.1) 10%, rgba(80, 135, 190,0.4) 90%); */
    background-repeat: no-repeat !important;
    background-position: 74% 56px !IMPORTANT;

}
.background_divider_2, #amenities{
    background: url(/wp-content/uploads/2024/06/NextChapter-Logo_opacity40.png);
    background-repeat: no-repeat !important;
    background-position: 98% 620px !IMPORTANT;
    background-size: 350px;
	background-blend-mode: overlay;
}
div#floorplans {
    background-color: #fff;
}
.amenities_inner {
    background: rgba(80, 135, 190,.1);
}
.background_divider_3{
    background: url(../img/pattern1.png);
    background-repeat: no-repeat !important;
    background-position: left 270px !IMPORTANT;
    background-size: 240px;
}
div#reviews {
    background: rgba(80, 135, 190,0.4);
	display: none;
}

div#book_tour {
	position: relative;
/*     background: rgb(234,232,232); */
/*     background: linear-gradient(180deg, rgba(255, 255, 255,.1) 10%, rgba(80, 135, 190,0.4) 90%); */
/* 	background: #fff; */
    background: linear-gradient(180deg, rgba(255, 255, 255, .1) 10%, rgba(80, 135, 190, 0.4) 90%);
}

#book_tour:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-image: url(/wp-content/uploads/2024/06/NextChapter-Logo_GSPNGfile.png);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
    background-size: 500px;
    background-position: 0px 50%;
	opacity: 0.2;
}

@media all and (min-width: 768px){
    .reviews_inner .hero_content::before {content: "";width: 500px;height: 2px;background: #be4664;display: block;position: relative;top: -40px;}
    .reviews_inner .hero_content::after {content: "";width: 500px;height: 2px;background: #be4664;display: block;position: relative;bottom: -40px;}
}
.questions_form_box_form select {
    appearance: none;
    z-index: 9999;
    position: relative;
}

.interested_in::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 20px;
    height: 100%;
    width: 40px;
    background: url(../img/dark-arrow-right.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.interested_in {
    position: relative;
    display: block;
}


.carousel_arrow{
    background-size: contain !important;
    width: 30px;
    height: 40px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: translateY(-50%);
}
.carousel_arrow_left{
    background: url("/wp-content/uploads/2024/06/arrow-left.png");
}
.carousel_arrow_right{
    background: url("/wp-content/uploads/2024/06/arrow-right.png");
}
.filter_elements {}

.filter_elements ul {}

.filter_elements ul li {
    position: relative;
}

.filter_elements ul li::after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    background: #be4664;
    transition: width 0.3s;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
}

.filter_elements ul li:hover::after, .filter_elements ul li.active::after {
    width: 65px;
}
.amenities_features_inner ul li::after {
    margin-top: 20px;
}
.amenities_features_inner ul li:last-child::after {
    display: none;
}

.amenities_features_inner ul li {
    padding: 10px 15px;
}
.floorplan_carousel_control img {
    width: 20px;
}
.amenities_features_inner ul li {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenities_features_inner ul li::after {
    margin: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.floating_menu_trigger {
    width: 69px;
    padding: 16px;
    background: #5087BE;
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 99999999;
}

.floating_menu_trigger .header_menu_trigger {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    padding: 0px 8px;
    position: initial;
}

.floating_menu_trigger .header_menu_trigger span {
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    margin: 8px 0;
}

.mobile_only_menu.active .header_menu_trigger.header_menu_trigger_close {
    display: block;
}


#scheduletour{
    background: #5087be;
    z-index: 999999999;
}
#scheduletour .modal-dialog{
    min-height: 100vh;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background: url(../img/pattern5.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top right;
}
#scheduletour .modal-dialog .close{
    color: #be4664;
    opacity: 1;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #be4664;
    position: absolute;
    display: block;
    top: 50px;
    right: 50px;
    width: 40px;
    padding: 12px 0;
    cursor: pointer;
    z-index: 9999999999999;
    text-shadow: none;
}
#scheduletour .modal-content{
    min-height: 100vh;
    background: transparent;
    border: 0;
    border-radius: 0;
    position: relative;
}
#scheduletour .modal-body{
    align-items: center;
    justify-content: center;
    display: flex;
}

.scheduletour_content {
    color: #fff;
    max-width: 800px;
    padding: 60px 0;
}

.scheduletour_content p {
    margin: 0;
}

.scheduletour_content .questions_form_box_form input.wpcf7-submit {
    width: 170px;
    margin: 0 auto;
}
span.wpcf7-form-control-wrap.tourdate {
    display: none;
}

.calenderfield {
    border: 1px solid rgb(190 70 100 / 50%);
    margin-bottom: 20px;
    padding: 15px 20px;
    margin-top: 25px;
}

.ui-widget.ui-widget-content {
    border: 0;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    width: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: 1px solid rgb(190 70 100 / 50%);
    margin: 5px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 4px 3px;
}

.ui-datepicker td a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.ui-widget-header a {
    color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #be4664;
}

.ui-datepicker th {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.scheduletour_content .col-md-6,  .scheduletour_content .scheduletour_content_header .col-md-12{
    padding: 0 25px;
}

.scheduletour_content .ui-datepicker .ui-datepicker-header a{
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    top: 2px !important;
}
.scheduletour_content .ui-datepicker .ui-datepicker-header a span{
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.scheduletour_content .ui-datepicker .ui-datepicker-prev span{
    background: url(../img/dark-arrow-left.png);
}
.scheduletour_content .ui-datepicker .ui-datepicker-next span{
    background: url(../img/dark-arrow-right.png);
}
#thankyoumodal .modal-content {
    border: 0;
    overflow: hidden;
}

#thankyoumodal .modal-body {
    background: #5087be;
    color: #fff;
    text-align: center;
    padding: 40px 19px;
}

#thankyoumodal .modal-body h2 {
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#thankyoumodal .modal-footer {
    padding: 0;
    border: 0;
    background: #be4664;
}

#thankyoumodal .modal-footer button {
    border: 0;
    border-radius: 0;
    background: #be4664;
    padding: 15px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.page-id-94 .footer{
	display:none;
}
.page-id-94 .hero_content p {
    color: #5087BE;
    
}