/*
Theme Name: Selby Child
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: selby
Text Domain: selby
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h1, h2, h3, h4, h5, h6, div {
font-family: "Playfair Display", serif !important;
}

body, a, p, li, button {
	font-family: "Open Sans", sans-serif !important;
}

:root {
	--primary: #102c52;
	--secondary: #343a40;
	--secondary-transparent: rgba(52, 58, 64, 0.82);
	--gold: #b4a269;
	--gold-transparent: rgba(180, 162, 105, 0.8);
	--cyan: #8B9D9F;
	--cyan-transparent: rgba(139, 157, 159, 0.82);
}

body {
	font-family: "poppins", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
	color: var(--secondary);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	font-weight: 300;
}

/**
 * Header
 */

/* Top Bar */
.top-bar {
	display: none;
	padding: 15px 30px;
	background: var(--secondary);
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.top-bar {
		display: block;
	}
}

.top-bar a {
	color: #fff;
	padding: 0 15px;
}

.top-bar i.fa-phone {
	transform: scaleX(-1);
}

/* Header/Menu  */
.inner_menu {
	background: var(--primary);
}

.header_logo {
	background-image: none;
}

/* Menu */
.home_header_menu ul li a:hover {
	color: var(--gold);	
}

.home_header_menu ul li a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 2px;
}

.inner_menu_nav ul li a {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.inner_menu_nav ul li a:hover, .inner_menu_nav ul li.current-menu-item a {
	color: var(--cyan);
}

.drawer_menu_nav ul li.cta-link a {
	color: var(--cyan);
}

/* Sticky Menu */
.sticky_menu { 
	z-index: 9999;
}

/* Mobile Menu */
.drawer_menu {
	background: var(--primary);
	z-index: 99999;
}

.drwaer_menu_inner {
	background-image: none;
}

.drawer_menu .header_logo {
	display: block;
}

.drwaer_menu_inner .header_logo {
	margin-bottom: 50px;	
}

.drawer_menu_nav {
	justify-content: flex-start;	
}

.drawer_menu_nav ul li a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.drawer_menu_nav ul li a:hover {
	color: var(--cyan);
}

/**
 * Home
 */

/* Home Hero */
.home_header {
	aspect-ratio: 16 / 8.96;
}

.home_header_content {
	color: #fff;
	text-align: center;
}

.home_header_content .property-title {
	font-size: 84px;
	line-height: 98px;
	letter-spacing: -2px;
}

.home_header_content h1 {
	text-transform: uppercase;
	font-size: 25px;
}

/* Home Content Section 2 */
.home .section_2 .two_column_box_inner {
	background-color: var(--secondary);
	background-image: url('/wp-content/themes/selby-child/assets/img/plantbg.png');
	background-blend-mode: multiply;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
}

@media (max-width: 768px) {
	.home .section_2 .two_column_box_inner {
		background-size: 1200px;
	}
}

/**
 * Footer
 */
.footer {
	background: var(--primary);
}

.footer_menu {
	margin-bottom: 30px;
}

.footer_menu ul li a {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer_menu ul li.current-menu-item a, .footer_menu ul li a:hover {
	color: var(--cyan);
}

.footer_menu ul li a:hover {
	color: var(--cyan);
}

.footer_content_btns p a {
	margin-bottom: 10px;
}

.footer_content_btns p a, .main-button {
	text-transform: uppercase;
}

.footer_content_btns p a:hover {
	background: var(--gold);
}

.footer_links ul li a {
	font-size: 15px;
}

.footer_links .footer_copyright_menu ul li a {
	font-size: 12px;
}

.footer_content_btns h2 {
	font-size: 44px;
	line-height: 1.4;
}

.footer-copyright_details {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	font-family: "Open Sans", sans-serif !important;
}
}

.footer-copyright_details img {
	display: block;
	margin: 0 auto;
}

.footer-copyright_details p {
	opacity: 0.7;
}

.footer_content_contact a,
.footer_content_contact a:hover {
	color: #fff;
}

/**
 * Sections
 */

/* FAQs */
.faqs-section {
	padding: 40px 0 0;
}

.faqs-section h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 44px;
}

@media (max-width: 768px) {
	.faqs-section h1 {
		font-size: 28px;
        line-height: 34px;
	}
}

@media (min-width: 768px) {
	.faqs-section {
		padding: 80px 0 0;
	}
}

.faqs-section .faqs {
	margin-bottom: 75px;
}

.faqs-section .faq {
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.faqs-section .faq-question {
	font-size: 18px;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
	padding-right: 45px;
}

.faqs-section .faq-question .toggle-arrow {
	position: absolute;
	top: 3px;
	width: 24px;
	height: 24px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqs-section .faq-question i {
	transition: all 0.2s;
}

.faqs-section .faq-question.open .toggle-arrow i {
	transform: rotate(180deg);
}

.faqs-section .faq-answer {
	padding: 0 0 20px;
	display: none;
}

.faqs-cta {
	text-align: center;
}

.faqs-cta a {
	padding: 15px 24px 12px;
	line-height: 1.4;
	background: var(--primary);
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s;
}

.faqs-cta a:hover {
	background: var(--gold);
}

/* Floor Plans */
.floorplans_section {
	background: var(--secondary);
	padding-top: 100px;
}

.back-to-floorplans {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	border: 0;
	background: none;
	padding: 0;
	color: #fff;
	transition: all 0.2s;
}

.back-to-floorplans a {
	color: #fff;
}

.back-to-floorplans::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('/wp-content/themes/selby-child/assets/img/back-arrow.png');
	background-size: contain;
	background-position: 0 -2px;
}

.back-to-floorplans:hover {
	margin-left: -5px;
}

.filter_box ul li {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.floorplans_header {
	margin-bottom: 70px;
}

.floorplans_header .filter_box ul li {
	opacity: 1;
}

.filter_box ul li a:hover,
.filter_box ul li.active, 
.filter_box ul li:hover {
	color: var(--gold);
}

.filter_box ul li.active, .filter_box ul li:hover {
	font-weight: 300;
}

.filter_box ul li.active {
	border-color: var(--gold);
}

.floorplan_plan_item_image a {
	color: #fff;
}

.floorplan_plan_item_image_cover_inner {
	background: var(--gold-transparent);
}

.floorplan_modal {
	background: var(--secondary);
	background-image: none;
}

.floorplan_plan_item_inner p span {
	font-family: "poppins";
	font-size: 16px;
}

/* Filter */
.floorplans_plan_filter {
	color: initial;	
}

.filter-form {
	display: flex;
	gap: 15px;
	justify-content: center;
	text-align: left;
	flex-wrap: wrap;
}

.filter-form button,
.filter-form a.button {
	letter-spacing: 1px;
	color: #fff;
	background: var(--gold);
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: 0;
	cursor: pointer;
	text-align: center;
}

.filter-form a.button {
	background: none;
	border: 1px solid #fff;
}

.filter-form span {
	color: #fff;
}

.filter-form .filter-field {
	display: flex;
	flex-direction: column;
	gap: 3px;
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.filter-form .filter-field {
		flex: 1 1 calc(50% - 7.5px);
	}
}

.input-field {
	min-width: 150px;
	background: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.input-field select {
	background: transparent;
	border: 0;
	width: 100%;
	height: 40px;
}

.input-field input[type="text"] {
	border: 0;
	width: 100%;
	height: 40px;
	padding: 0 8px;
}

.input-field input {
	width: 100%;
}

.price-range-dropdown {
	position: relative;
	z-index: 99;
}

.price-range-dropdown .price-range {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 40px;
	padding: 0 10px;
}

.price-dropdown {
	min-width: 250px;
	padding: 25px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
}

.price-dropdown.open {
	display: block;
}

.price-dropdown > div:not(:last-child) {
	margin-bottom: 15px;
}

.price-dropdown .input-field {
	border: 1px solid #ddd;
	border-radius: 0;
	position: relative;
}

.price-dropdown .input-field input {
	height: 38px;
}

.price-dropdown .input-field::before {
	content: "$";
	width: 30px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
}

.price-dropdown input[type="number"] {
	padding-left: 25px;
}

.price-dropdown button {
	background: var(--primary);
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 15px;
	line-height: 40px;
	border: 0;
	color: #fff;
}

.price-dropdown .error-message {
	font-size: 14px;
}

label.error {
	line-height: 1.4;
	font-size: 14px;
	margin-top: 5px;
}

/* Single Floor Plan */
.single-floorplan-wrapper {
	padding: 80px 0;
	background: var(--secondary);
	color: #fff;
}

/* Two Column Box */
.two_column_box_content {
	max-width: 700px;
}

.two_column_box_inner {
	background: var(--secondary);	
}

.two_column_box_content h2 {
	font-size: 44px;
	line-height: 1.3;
}

.two_column_box_content p a, .parallax_content_box_content p a {
	text-transform: uppercase;
}

.two_column_box_content p a:hover, .floorplan_modal .main-button:hover {
	background: var(--gold);
}

.two_column_box_content p a, .parallax_content_box_content p a {
	font-size: 16px;
	padding: 12px 15px 10px;
	margin-top: 20px;
	font-weight: 300;
	min-width: 224px;
	text-align: center;
}

/* Contact */
.contact_section {
    background-color: var(--secondary);
    background-image: url(/wp-content/themes/selby-child/assets/img/plantbg.png);
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.contact_section_contact_info a {
	color: #fff;
}

/* CTA Box */
.cta_box {
	background-color: var(--secondary);
	background-image: url('/wp-content/themes/selby-child/assets/img/bgtexture.png');
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.home .cta_box_inner {
	background: none;
	display: block;
}

.home .cta_box {
	display: block;
}

.page-id-160 .cta_box,
.page-id-260 .cta_box {
	display: block;
	background-color: var(--secondary);
/*     background-image: url(/wp-content/themes/selby-child/assets/img/plantbg.png); */
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.home .cta_box_inner .container {
	max-width: 745px!important;
}

.cta_box_inner h2 {
	font-size: 44px;
	margin-bottom: 20px;
}

/* Three Col Box */
.three_col_box_item_content_inner {
	font-size: 30px;
}

/* Parallax Box */
.parallax_content_box_inner {
	padding: 240px 90px;
}

.parallax_content_box_content {
	background: var(--secondary-transparent);
	padding: 60px 40px;
}

.parallax_content_box_content h1,
.parallax_content_box_content h2 {
	font-size: 44px;
	letter-spacing: 1px;
    line-height: 1.3;
}

.parallax_content_box_content h1 {
	margin-bottom: 20px;
}

.parallax_content_box.content_background_rose .parallax_content_box_content,
.parallax_content_box.content_background_gold .parallax_content_box_content {
	background: var(--gold-transparent);
}

.parallax_content_box.content_background_blue .parallax_content_box_content {
	background: var(--secondary-transparent);
}

.parallax_content_box.content_background_cyan .parallax_content_box_content {
	background: var(--cyan-transparent);
}

.parallax_content_box.align-left .parallax_content_box_content {
	margin-left: 0;
	margin-right: auto;
}

.parallax_content_box_content p a:hover {
    background: #fff;
    color: var(--secondary);
}

/* Gallery */
.gallery_section {
	background: var(--secondary);
}

.gallery_filter ul li {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 0 0 3px;
	opacity: 1;
}

.gallery_filter ul li:hover {
	color: var(--gold);	
}

.gallery_filter ul li.active {
	color: var(--gold);
	border-color: var(--gold);
}

.lb-data .lb-close {
	background: url('/wp-content/themes/selby-child/assets/img/close.png')!important;
	background-size: contain!important;
}

.lb-nav a.lb-next {
    background: url(/wp-content/themes/selby-child/assets/img/arrow-right.png) right 50% no-repeat !important;
    background-size: 30px !important;
}

.lb-nav a.lb-prev {
    background: url(/wp-content/themes/selby-child/assets/img/arrow-left.png) left 50% no-repeat !important;
    background-size: 30px !important;
}


/* Map */
.map_section_title,
.neighborhood_features {
	background: var(--secondary);
}

@media (max-width: 768px) {
	.map_section_title h2 {
        font-size: 28px;
        line-height: 34px;
	}
}

/* 404/Thank You */
.logo-404 {
	margin-bottom: 50px!important;
}

body.page-id-160 .cta_box_inner img, body.page-id-260 .cta_box_inner img {
	width: 300px;
}

body.page-id-160 h2, 
body.page-id-260 h2 {
	font-size: 32px!important;
}

.thank-you-btns a:hover {
	background: var(--gold);
}

/* Reviews */
.reviews-section {
	padding: 50px 0;
}

@media (min-width: 768px) {
	.reviews-section {
		padding: 80px 0;
	}
}

.reviews-section h3 {
	font-size: 44px;
	color: var(--primary);
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.reviews-section h3 {
		font-size: 28px;
        line-height: 34px;
		margin-bottom: 30px;
	}
}

/* Gallery */
.lightbox .lb-image {
    margin-top: 0;
}

/* Page Specific */
@media (max-width: 768px) {
	.page-id-12 #section_1 .parallax_content_box {
		background-size: 1200px !important;
		background-position: bottom 0 right -150px !important;
	}
}

/**
 * Responsive
 */
@media (max-width: 768px) {
	.parallax_content_box_content h1,
	.parallax_content_box_content h2,
	.cta_box_inner h2,
	.two_column_box_content h2,
	.footer_content_btns h2 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.parallax_content_box_inner {
		padding: 80px 25px;
    }
	
	.parallax_content_box_content {
		padding: 30px;
	}

    .footer {
        padding: 50px 25px;
    }
	.footer_copyright_menu ul {
		text-align: center;
	}
   	.header_video,
	.home_header {
        position: relative;
        margin-top: 100px;
    }
	.logged-in.admin-bar .header_video,
	.logged-in.admin-bar .home_header {
		margin-top: 60px;
	}
	
	.parallax_content_box {
		background-attachment: scroll!important;
	}
	.gallery_box_gallery ul {
		display: flex;
		flex-wrap: wrap;
	}
	
}

.drawer_menu {
	overflow-y: scroll;
}

.drwaer_menu_inner .container-inner {
	height: auto;
	padding-bottom: 50px;
}
/* Fee section start */
.fees-table-section h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.fees-table-section table {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}

.fees-table-section td {
    padding: 0.75rem 1rem;
}

.fees-table-section tr:nth-child(even) {
    background-color: #f9f9f9;
}
.fees-table-section .intro{
	margin-bottom: 50px;
}
@media(min-width:1024px){
	section.fees-table-section.container.my-5{
	    padding: 80px 50px;
	}
}
/* Fee section ends */

.page-id-10 .parallax_content_box,
.page-id-12 .parallax_content_box{
    background-position: bottom !important;
}
.parallax_content_box_content {
    color: #231f20;
}
.neighborhood_features {
    background: var(--primary);
    color: var(--gold);
}
.parallax_content_box.content_background_blue .parallax_content_box_content{
	background: var(--gold-transparent);
	color: #231f20;
}
#map {
    height: 500px;
}
.footer {
    background: var(--secondary);
}
.back-to-floorplans::before{
	content: none;
}
.modal i.fas.fa-chevron-left {
    margin-right: 10px;
}
.floorplan_plans_wrap .row {
    justify-content: center;
}
.floorplan_plans_wrap > h2 {
    font-size: 45px;
    margin-bottom: 60px;
}
.floorplan_plan_item_image {
    background-color: #fff !important;
}
.floorplan_plan_item_image_cover{
	width: 100%;
}

.floorplans_section {
    background: var(--primary);
}
.home .section_2 .two_column_box_inner{
	background-image: none;
}
.home .section_2 .two_column_box_inner {
    min-height: unset;
}
.home_header_inner {
    background-color: rgba(0, 0, 0, 0.3);
}
.contact_section{
	background-image: none;
}
.two_column_box_content h2,
.two_column_box_content li{
    color: var(--gold);
}
.two_column_box_content li span{
    color: #fff;
}
.footer_content {
    padding-bottom: 30px;
}

.page-id-12 .two_column_box.two_column_box_image_position_right.two_column_box_image_margin_1 .two_column_box_inner {
    padding-bottom: 0;
}
@media(min-width:1200px){
	.floorplan_plan_item_image {
    	height: 350px;
	}
}
.header_logo img {
    width: 180px;
}
.home_header_content h1 {
    font-size: 30px;
}
.gallery_sitemap .gallery_box_video {
    text-align: center;
}
.home_header_inner{
	height:100%;
}
	.page-id-3993 .inner_menu, 
	.page-id-3993 .menu-main-menu-container,
	.page-id-3993 .footer {
    	display: none;
	}
@media (max-width: 767px) {
	.page-id-3993 .home_header_inner {
        display: block;
    }
	.page-id-3993 .home_header_content {
        display: flex;
    }
	.page-id-3993 .home_header {
        height: 100vh;
        max-width: 100vw;
		        margin-top: 0;
    }
	.page-id-3993 .home_header br{
		display: none;
	}
	.page-id-3993 .home_header_content_logo img {
        width: 300px;
    }
}

	body.page-id-3993{
		overflow: hidden;
	}

.floorplan_modal_content_details_links a.main-button {
    max-width: 100%;
}
.home_header_content_cta a{
    font-size: 16px;
    padding: 12px 15px 10px;
    margin-top: 20px;
    font-weight: 300;
    min-width: 224px;
    text-align: center;
	color:#fff;
	display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 2px;
	text-transform: uppercase;
}
.home_header_content_cta a:hover {
    background: var(--gold);
}

.page-id-16 .cta_box{
	display: block;
	img{
		max-width:650px;
	}
}
@media(max-width:767px){
	.page-id-16 .cta_box img{
		max-width: 100%;
	}
	.three_col_box_item_content {
    height: 90vh;
}
	.three_col_box_item{
		background-position: center!important;
		background-size: cover !important;
	}


}
p.pricing a {
	display: inline-block !important;
    color: #fff !important;
    margin: 14px auto 0;
    display: block;
    text-transform: uppercase;
    border: 1px solid #f8f7ec;
    padding: 10px 60px;
    font-size: 12px;
    max-width: 300px;
    transition: 0.3s all linear;
}
p.pricing a:hover {
    background: var(--gold) !important;
}
.floorplan_modal_content_details_links .main-button{
	padding: 10px 30px;
}
.page-id-16 .parallax_content_box_content p a{
	border-color: #000;
	color: #000;
}
.page-id-16 .parallax_content_box_content p a:hover{
	border-color: #fff;
}

.main{
	overflow: hidden;
}
.submitted-message.hs-main-font-element.hs-form-3af1dc39-8d6d-4c7b-ac94-fca1bc3430df.hs-form-3af1dc39-8d6d-4c7b-ac94-fca1bc3430df_a0888609-de4f-46f8-9969-9388d53b7a68,
.hs-form-3af1dc39-8d6d-4c7b-ac94-fca1bc3430df_386067f9-1364-4f45-8eb2-5b0a90f6caa2.submitted-message {
    color: #fff;
    font-size: 22px;
}
.availability-button a {
  background-color: white !important;
  color: black !important;
  border: 2px solid black;
  padding: 8px 15px !important;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.availability-button a:hover {
  background-color: black !important;
  color: white !important;
  border-color: white;
}

.footer .availability-button a {
	margin-top:20px;
}
.footer_menu ul li {
	line-height: 2.6rem;
}