/* Defaults */
:root{
	--background-fern: url('/wp-content/uploads/2023/03/Logo-Mark-Black-lowOpacity.png');
}

html{
  scroll-behavior: smooth;
}
body{
    font-family: "poppins";
	overflow-x: hidden;
    font-size: 15px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'poppins', sans-serif;
}
p{
    font-family: "poppins", sans-serif;
    font-size: 15px;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  cursor: pointer !important;
  transition: all 0.3s;
}
a:hover{
  text-decoration: none;
}
.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 #e5e5e5;
    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: none;;
    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;
}

p:last-child{
    margin-bottom: 0;
}

.cover{
    background-size: cover !important;
    background-position: center !important;
}

.home_header {
	aspect-ratio: 16 / 9;
	position: relative;
}

.header_video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home_header_menu {
    text-align: center;
	height: 150px;
	display: flex;
	align-items: center;
}

.home_header_menu ul {}

.home_header_menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.home_header_menu ul li a {
    text-transform: none;;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
	font-family: 'poppins'
}

.home_header_menu ul li a:hover {
    color: #E8AE92;
}

.home_header_content {
    height: calc(100% - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_header_content_logo {}

.home_header_content_logo img {
    max-width: 400px;
}

.home_header_inner {
	height: 99%;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.4) 8%, transparent 80%);
    z-index: 999;
    position: relative;
}
.two_column_box_inner {
    background: #AB826F;
    padding: 100px 60px;
}
.home .section_2 .two_column_box_inner{
	min-height:900px;
}
.two_column_box_image {
    padding-left: 50px;
}

.two_column_box_content {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    max-width: 520px;
    margin: 0 auto;
}

.two_column_box_content h2 {
    font-family: "poppins", sans-serif;
    text-transform: none;;
    font-size: 36px;
	line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fff;
}

.two_column_box_content p {
    line-height: 28px;
    font-size: 15px;
}

.two_column_box_content p a,
.parallax_content_box_content p a {
    display: inline-block;
    color: #fff;
    text-transform: none;;
    border: 1px solid #fff;
    padding: 7px 60px;
    font-size: 12px;
    margin-top: 40px;
	font-family: 'poppins';
	letter-spacing: 2px;
}

.two_column_box_content p a:hover, .floorplan_modal .main-button:hover {
    background: #9D7865;
    color: #fff;
}
.three_col_box_item_content {
    height: calc(100vw / 3 + 150px);
    display: flex;
    background: rgb(0 0 0 / 10%);
}

.three_col_box_item:hover {
    background-size: 120% !important;
    transition: all 0.5s;
}

.three_col_box_item {
    transition: all 0.2s;
    background-size: 110% !important;
    padding: 0;
}

.three_col_box_item_content_inner {
    width: 100%;
    margin-top: auto;
    padding: 40px 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 40px;
    transition: all 0.3s;
	font-family: 'poppins';
}
.three_col_box_item_content_inner {
    background: linear-gradient(0, rgba(0,0,0,0.7) 5%, rgba(0,0,0,0.4) 30%, transparent 80%);
}
.three_col_box_inner .row {
    margin: 0;
}

.three_col_box_item:hover .three_col_box_item_content_inner {
    padding-bottom: 60px;
}
.home .cta_box_inner{
    background: url(../img/cta-logo.png);
}
.cta_box {
    background: #ab826f;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.cta_box_inner,.home .cta_box_inner {
    background-size: contain !important;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}
.page-id-10 .cta_box_inner{
    background: initial;
}
.cta_box_inner h2 {
    font-family: "poppins", sans-serif;
    text-transform: none;;
    letter-spacing: 2px;
    margin: 0;
    font-size: 36px;
	line-height: 1.6;
}
.parallax_content_box {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
	min-height: 850px;
}
.home .parallax_content_box{
	min-height:initial;
}
.parallax_content_box_inner {
    padding: 160px 90px;
    display: flex;
}

.parallax_content_box_content {
    width: 620px;
    max-width: 100%;
    background: rgba(52, 47, 35, 0.9);
    color: #fff;
    padding: 120px 60px;
    margin-left: auto;
}
.parallax_content_box_content h2 {
    font-family: "poppins", sans-serif;
    text-transform: none;;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 20px;
	line-height: 1.6;
}

.parallax_content_box_content p {
    line-height: 26px;
    font-weight: 400;
    font-size: 15px;
}
.parallax_content_box_content p em strong, .two_column_box_content p em strong {
    font-family: 'segoe_uibold_italic';
}

video#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.page-id-10 video#background-video{
/* 	transform: rotateY(180deg); */
}
.footer {
    background: #322E21;
    color: #fff;
    padding: 80px 80px;
	background-image: var(--background-fern);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer_content {
    padding: 60px 0 150px;
}

.footer_content_btns {}

.footer_content_btns h2 {
    font-family: "poppins", sans-serif;
    text-transform: none;;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 40px;
	line-height:1.6;
}

.footer_content_btns p a, .main-button {
    display: inline-block!important;
    color: #fff;
    text-transform: none;;
    border: 1px solid #fff;
    padding: 10px 60px;
    font-size: 12px;
    margin-right: 15px;
    letter-spacing: 2px;
	font-family: 'poppins';
}

.footer_content_btns p a:hover {
    background: #AB826E;
}
.footer_content_contact {
    text-align: center;
    display: inline-block;
}

.footer_content_contact p {
    margin-bottom: 15px;
}

.footer_content_contact p img {
    width: 250px;
    margin-bottom: 20px;
}

.footer_social {}

.footer_social a {
    color: #fff;
    margin: 0 4px;
}
.footer_social a:hover {
    color: #aa8066;
}
.drawer_menu .footer_social.menu-social a:hover {
    color: #fff;
}
.footer_menu ul {}

.footer_menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer_menu ul li a {
    text-transform: none;;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
	font-family: 'poppins';
}

.footer_menu ul li a:hover {
    color: #E8AE92;
}
.footer_links {
    margin-top: 30px;
}

.footer_links ul li a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

.footer_links ul {}

.footer_links ul li {
    display: inline-block;
}

.footer_copyright_menu li {
    margin-right: 10px;
}

.footer_menu ul li a {
    opacity: 0.7;
}

.footer_links ul li.current-menu-item a, .footer_links ul li a:hover {
    opacity: 1;
    color: #fff;
}

.footer_links ul li a {
    opacity: 0.7;
	font-family: "poppins";
	font-weight: normal;
}

.footer_menu ul li.current-menu-item a, .footer_menu ul li a:hover {
    opacity: 1;
    color: #aa8066;
}

.footer-copyright_details {
    text-align: right;
}

.footer-copyright_details li {
    margin-left: 20px;
}

.footer-copyright_details li img {
    width: 50px;
    opacity: 0.8;
}
.inner_menu {
    background: #332f22;
    padding: 0 50px;
}
.header_logo {}

.header_logo {
    color: #fff;
    padding: 35px 0;
	background-image: var(--background-fern);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 130px;
}
.header_logo img {
    width: 150px;
}

.inner_menu_nav {
    text-align: right;
}

.inner_menu_nav ul {
	font-family: 'poppins';
}

.inner_menu_nav ul li {
    display: inline-block;
    margin-left: 25px;
}

.inner_menu_nav ul li a {
    font-weight: 400;
    text-transform: none;;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.inner_menu_nav ul li a:hover, .inner_menu_nav ul li.current-menu-item a {
    color: #E8AE92;
    opacity: 1;
}
.content_background_rose .parallax_content_box_content {
    background: rgb(171 130 110 / 80%);
}
.two_column_box.two_column_box_image_position_right.two_column_box_image_margin_1 .two_column_box_inner {
    padding-right: 0;
}

.two_column_box_content {color: #fff;font-size: 14px;}

.two_column_box_content p strong {color: #fff;}

.two_column_box_content h3 {
    margin-top: 40px;
    text-transform: none;;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.two_column_box_content ul {
    list-style: disc;
    margin-left: 15px;
}

.two_column_box_content ul li {
    margin-bottom: 15px;
	line-height: 22px;
}
.two_column_box_content ul.amenities-list li {
    margin-bottom: 10px;
}
.main {
    width: 100vw;
    overflow-x: hidden;
}
.two_column_box.two_column_box_image_position_left.two_column_box_image_margin_1 .two_column_box_inner {
    padding-left: 0;
}

.two_column_box.two_column_box_image_position_left .two_column_box_content_col {
    order: 2;
}

.two_column_box.two_column_box_image_position_left .two_column_box_image_col {
    order: 1;
}

.two_column_box.two_column_box_image_position_left .two_column_box_image {
    padding-left: 0;
    padding-right: 50px;
}
.two_column_box_image img {
    max-width: 100%;
	width: 100%;
}
.gallery_section {
    background: #332f22;
    color: #fff;
    padding: 70px 0;
	min-height:950px;
}
@media(min-width:1200px){
	.gallery_section .container{
		max-width:85%;
	}
}
.gallery_filter {
    margin-bottom: 70px;
}

.gallery_filter ul {
    text-align: center;
}

.gallery_filter ul li {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    font-weight: 400;
    text-transform: none;;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
    padding: 1px 8px;
	font-family: 'poppins';
	font-weight: 800;
	
}

.gallery_filter ul li.active {
    border-color: #fff;
}

.gallery_box {
    display: none;
}

.gallery_box.active {
    display: block;
}

.gallery_box_video {
    position: relative;
}

.gallery_box_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery_filter ul li:hover {
    color: #AB826E;
}

.gallery_box_gallery {}

.gallery_box_gallery ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 15px;
}

.gallery_box_gallery ul li {}

.gallery_box_gallery ul li a {
    height: 230px;
    width: 100%;
    display: block;
}
#map{
    height: 750px;
}
.map_section_title {
    background: #AB826E;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.map_section_title h2 {
    margin: 0;
    font-family: "poppins", sans-serif;
    text-transform: none;;
    font-size: 40px;
    letter-spacing: 2px;
}
.neighborhood_features {
    background: #ab826e;
    color: #fff;
    padding: 110px 90px;
}

.neighborhood_features_title {
    margin-bottom: 50px;
}

.neighborhood_features_title h2 {
    margin: 0;
    font-family: "poppins", sans-serif;
    text-transform: none;;
    font-size: 40px;
    letter-spacing: 2px;
}

.neighborhood_features_list_item {
    padding-right: 15px;
    color: rgb();
    font-weight: 400;
}

.neighborhood_features_list_item h3 {
    text-transform: none;;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.neighborhood_features_list_item ul {
    list-style: auto;
    margin-left: 15px;
}

.neighborhood_features_list_item ul li {
    font-size: 15px;
    margin-bottom: 14px;
}
.neighborhood_features_list_item ul li a{
	color: #fff;
}
.neighborhood_features_list_item ul li a:hover {
    text-decoration: underline;
    font-size: 17px;
}
.sticky_menu_trigger {
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    color: #fff;
    border: 0;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}

.sticky_menu_trigger i {
    font-size: 18px;
}

.sticky_menu_trigger span {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding: 3px 10px 3px 0;
	letter-spacing: 2px;
}

.sticky_menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: -150%;
    z-index: 9999999;
    transition: all 0.5s;
}
body.stickyheader .sticky_menu {
    top: 0;
}

.drawer_menu {
    background: #ab826f;
    position: fixed;
    left: 0;
    top: -150%;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    transition: all 0.5s;
}
.drawer_menu .header_logo {
    display: none;
}
.drwaer_menu_inner {
    padding: 30px 50px;
    height: 100%;
    background: url(../img/cta-logo.png);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: center 20px;
}
@media(max-width: 1280px){
	.drwaer_menu_inner {
    background-size: 80px;
    }
}
.drwaer_menu_inner .container-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.drawer_menu_nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	flex-direction: column;
}

.drawer_menu_nav ul { 
font-family: 'poppins'
}

.drawer_menu_nav ul li {
    text-transform: none;;
    margin: 25px 0;
}

.drawer_menu_nav ul li a {
    color: #fff;
	font-size: 22px;
    line-height: 2;
    letter-spacing: 4px;
}
.drawer_menu_nav ul li a:hover{
    color: #322E21;
}
body.showdrawermenu .drawer_menu {
    top: 0;
}

body.showdrawermenu {
    overflow: hidden;
}

span.drawer_menu_header_close_trigger {
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    font-family: 'poppins';
}
.lightboxOverlay {
    z-index: 9999999 !important;
}

.lightbox {
    z-index: 10000000 !important;
}
.gallery_box_video_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    cursor: pointer;
    backdrop-filter: blur(25px);
}

.gallery_box_video_cover i {
    color: rgb(255 255 255 / 75%);
}
@media (min-width: 1200px){
.page-id-14 .container{
	max-width: calc(100vw - 100px);
	}
}
.floorplans_section {
    background: #332f22;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

.floorplans_section_filter {
    margin-bottom: 30px;
}

.floorplans_section_filter::after {
    content: "";
    width: 200px;
    height: 1px;
    background: #707070;
    display: block;
    margin: 10px auto 0;
}

.filter_box {}

.filter_box ul {}

.filter_box ul li {
    display: inline-block;
    text-transform: none;;
    margin: 0 50px;
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    padding-bottom: 3px;
	font-family: 'poppins';
	font-weight:800;
}
.filter_box ul li a{
	color: #fff;
}
.floorplans_header .filter_box ul li {
    opacity: 0.7;
}
.filter_box ul li.active {
	border-color: #B2B2B2;
}
.filter_box ul li.active, .filter_box ul li:hover {
    color: #AB826E;
    font-weight: 800;
}
.page-id-14 .filter_box ul li span.doubleOh, .page-id-14 .filter_box ul li span.doubleOh
.page-id-10 .gallery_filter ul li span.doubleOh, .page-id-10 .gallery_filter ul li span.doubleOh{
	position: relative;
    left: 7px;
    margin-right: 6px;
}
.floorplans_section_filter .filter_box {
    margin-bottom: 30px;
}

.floorplans_header {
    margin-bottom: 50px;
}

.floorplan_plan_item_inner {
    margin-bottom: 90px;
}

.floorplan_plan_item_image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 30px;
    height: 250px;
    position: relative;
}

.floorplan_plan_item_inner h2 {
    text-transform: none;;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.floorplan_plan_item_inner p {
    text-transform: none;;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.floorplan_plan_item_inner p span {
    border-right: 1px solid #ffffff80;
    margin-right: 10px;
    padding-right: 10px;
	padding-top: 10px;
	font-family: 'segoe_uibold';
}

.floorplan_plan_item_inner p span:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.floorplan_plan_item_image_cover {
    position: absolute;
    top: 0;
    left: 50%;
    width: 334px;
    height: 100%;
    transform: translateX(-50%);
    max-width: 100%;
}

.floorplan_plan_item_image_cover_inner {
    height: 100%;
    width: 100%;
    background: rgb(171 130 110 / 80%);
    background-clip: padding-box;
    opacity: 0;
    transition: all 0.3s;
    border: 100px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.floorplan_plan_item_image_cover_inner:hover {
    border: 0;
    opacity: 1;
}

.floorplan_plan_item_image_cover_inner a {
    color: #fff;
}

.floorplan_plan_item_image_cover_inner p {
    margin: 0;
}

.floorplan_plan_item_image_cover_inner p span {
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.floorplan_plan_item_image_cover_inner p:nth-child(2) {
    margin: 20px 0;
}

.floorplan_modal {
    background: #AB826E;
    z-index: 99999999;
	background-image: url(../img/cta-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 90%;
}
.floorplan_modal_content .floorplanImage{
	width: 600px;
}
.modal-dialog {
    max-width: 880px;
    background: transparent;
}

.modal-content {
    background: transparent;
    border: 0;
    color: #fff;
}

button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    text-shadow: none;
    color: #fff;
    font-weight: 300;
    font-family: 'poppins';
    opacity: 1;
    transition: all 0.3s;
}

.floorplan_modal_content_details {}

.floorplan_modal_content_details h2 {
    text-transform: none;;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.floorplan_modal_content_details p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
	letter-spacing: 1px;
}

.floorplan_modal_content_divider {
    margin: 35px 0;
    height: 1px;
    background: #fff;
    max-width: 200px;
}

.floorplan_modal_content_details h3 {
    text-transform: none;;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.floorplan_modal_content_details ul {
    list-style: disc;
    padding-left: 17px;
}

.floorplan_modal_content_details ul li {
    font-weight: 300 !important;
    font-size: 14px;
    margin-bottom: 7px;
	line-height: 25px;
}

.floorplan_modal_content_details_links {}

.floorplan_modal_content_details_links a {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
	font-family: 'poppins';
}
.floorplan_modal_content_details_links a.main-button {
    display: block!important;
    text-align: center;
    max-width: 70%;
}

.contact_section {
    background: #AB826E;
    color: #fff;
    padding: 80px 0;
}

.contact_section_header {
    margin-bottom: 50px;
}

.contact_section_header h2 {
    font-weight: normal;
    text-align: center;
    text-transform: none;;
    font-size: 36px;
    letter-spacing: 2px;
	line-height:1.6;
    margin: 0;
}

.contact_field {
    padding: 15px;
    display: block;
}

.contact_field br {
    display: none;
}

.contact_field input, .contact_field textarea, .contact_field select {
    width: 100%;
    border: 0;
    padding: 10px 15px;
}

.contact_field label {
    display: block;
    text-transform: none;;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.contact_field textarea {
    height: 250px;
}

.submit_field {
    text-align: center;
    margin-top: 20px;
}

.submit_field input {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: none;;
    padding: 10px 70px;
    display: inline-block;
    transition: all 0.3s;
	font-family: 'poppins';
}

.submit_field input:hover {
    background: rgb(0 0 0 / 10%);
}

.contact_section_contact_info {
	padding-top:15px;
}

.contact_section_contact_info p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.contact_section_contact_info_basic {
    margin-bottom: 20px;
}

.contact_section_contact_info_social p {
    margin-bottom: 5px;
}

.contact_section_contact_info_social a {
    color: #fff;
    margin-right: 5px;
}

.contact_section_contact_form {
    padding-right: 50px;
}
.wpcf7-not-valid-tip {
    text-transform: none; !important;
    font-size: 10px !important;
    margin-top: 8px !important;
    color: #ffff00 !important;
}

body.page-id-160 .cta_box_inner h2,
body.page-id-260 .cta_box_inner h2 {
    margin-bottom: 20px;
}

body.page-id-160 .cta_box_inner p,
body.page-id-260 .cta_box_inner p{
    max-width: 520px;
    font-weight: 300;
    margin: 0 auto 20px;
}


body.page-id-160 .cta_box_inner
body.page-id-260 .cta_box_inner{
    background: transparent;
    padding-bottom: 150px;
}

body.page-id-160 .cta_box_inner img,
body.page-id-260 .cta_box_inner img{
    width: 180px;
    margin-bottom: 20px;
}
.thank-you-btns {
    align-items: center;
    justify-content: center;
	margin: 50px auto;
}
.thank-you-btns a{
	color: #fff;
    text-transform: none;;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 12px;
    margin: 0 25px;
    letter-spacing: 1px;
    font-family: 'poppins';
}
.thank-you-btns a:hover {
    background-color: #9D7865;
}
.page-id-160 .thank-you-btns + .footer_social.flex.row.justify-content-center a,
.page-id-260 .thank-you-btns + .footer_social.flex.row.justify-content-center a{
    font-size: 25px;
    margin: 0 15px;
}
.page-id-160 .thank-you-btns + .footer_social.flex.row.justify-content-center a:hover,
.page-id-260 .thank-you-btns + .footer_social.flex.row.justify-content-center a:hover{
	color:#fff;
}
.page-id-160 .cta_box_inner
.page-id-260 .cta_box_inner{
	padding-top:60px;
}

.modal-body button.close img {
    width: 25px;
}
.lb-data .lb-details {
    opacity: 0 !important;
}

.lb-dataContainer {
    top: 0 !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
	z-index: 999999 !important;
}

.lb-data .lb-close {
    margin: 10px 10px !important;
    background: url(/wp-content/uploads/2023/03/brown-close.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
	width: 45px !important;
    height: 45px !important;
	opacity: 1 !important;
}

.lightbox .lb-image {
    border: 0 !important;
}

.lb-nav a.lb-next {
    background: url(/wp-content/uploads/2023/03/brown-right.png)  right 50% no-repeat !important;
    background-size: 30px !important;
}

.lb-nav a.lb-prev {
    background: url(/wp-content/uploads/2023/03/brown-left.png) left 50% no-repeat !important;
    background-size: 30px !important;
}
.share_a_friend_modal_content h2 {
    font-weight: normal;
    text-align: center;
    text-transform: none;;
    font-size: 36px;
    letter-spacing: 2px;
	line-height: 1.6;
    margin-bottom: 30px;
}
.page-id-20 .wpcf7-spinner{
	display:none;
}
.lb-nav {
    width: 100vw !important;
    position: fixed !important;
}

.lb-dataContainer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
}
.lb-nav a {
    opacity: 1 !important;
}
.lightbox .lb-image{
	margin-top:80px;
}
.two_column_box_content ul li strong {
    font-weight: bold;
    font-family: 'segoe_uibold';
	text-transform: none;
}
.page-id-3 .page_header_inner, .page-id-343 .page_header_inner{
	margin-top:50px
}
.page-id-3 .container h2,.page-id-343 .container h2{
	margin-bottom:50px
}
.page-id-3 .single_page_content,.page-id-343 .single_page_content {
    padding: 0 0 100px;
}
h1, h2, h3 {
    font-family: "poppins", sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 2px;
}

body {
    font-family: "poppins";
    font-size: 15px;
    line-height: 28px;
}
.gallery_box_video video {
    width: 100%;
    height: auto;
}
.two_column_box_content h4 {
    text-transform: none;;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
span.removedoubleo {
    width: 0;
    overflow: hidden;
    position: absolute;
    height: 0;
}
span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    color: #fff !important;
    right: 10px;
    font-size: 10px !important;
    line-height: 10px !important;
    margin: 0 !important;
    bottom: -17px;
    background: #332f21 !important;
    padding: 4px 8px;
    height: 18px;
    border-radius: 0 0 5px 5px;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.contact_field input.wpcf7-not-valid, .contact_field textarea.wpcf7-not-valid, .contact_field select.wpcf7-not-valid {
    border: 2px solid #332f21;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #332f21 !important;
    color: #332f21 !important;
    text-align: center;
    text-transform: none;;
    padding: 10px 0;
    border: 1px solid;
}
.contact_field select{
	height: 48px;
}
.mobile_only{
	display: none;
}
.parallax_content_box_image img {
    width: 100%;
    height: auto;
}
.parallax_content_box_image{
	display: none;
}
.page-id-3 h1 {
	line-height: 1.2;	
}