/*
Theme Name: Child Theme
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
*/

:root {
	--primary: #105d5c;
	--secondary: #157e7c;
	--secondary-transparent: rgba(21, 126, 124, 0.82);
	--gold: #b89574;
	--gold-transparent: rgba(184, 149, 116, 0.82);
	--cyan: #0cd5d1;
	--cyan-transparent: rgba(12, 213, 209, 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: 767.9px) {
	.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: 15px;
	letter-spacing: 2px;
}

.inner_menu_nav ul li a {
	font-size: 16px;
	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(--gold);
}

.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(--gold);
}
.drawer_menu_nav ul li.cta-link a {
    color: var(--gold);
}

/**
 * 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/uploads/2025/08/iStock-1505391132.jpg');
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media (max-width: 767.9px) {
	.home .section_2 .two_column_box_inner {
		background-size: 1200px;
	}
	.three_col_box_item_content {
    height: calc(100vw / 3 + 240px)!important;
}
}

/**
 * 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(--gold);
}

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

.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;
}

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

.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;
}

.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;
	}
}

.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/uploads/2025/08/iStock-1505391132.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.contact_section_contact_info a {
	color: #fff;
}

/* CTA Box */
.cta_box {
	background-color: var(--secondary);
	background-image: url(/wp-content/uploads/2025/08/pattern-02.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(--gold-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: 140px;
    }
	.logged-in.admin-bar .header_video,
	.logged-in.admin-bar .home_header {
		margin-top: 90px;
	}
	
	.parallax_content_box {
		background-attachment: scroll!important;
	}
	.gallery_box_gallery ul {
		display: flex;
		flex-wrap: wrap;
	}
	
}

@media(min-width: 1024px){
	.parallax_content_box_content h1, .parallax_content_box_content h2 {
    	font-size: 40px;
	}
}
body.page-id-160 .cta_box_inner img, body.page-id-260 .cta_box_inner img {
    width: 180px;
}

@media (max-width: 768px) {
    .inner_menu_nav {
        top: 60px;
    }
}
.back-to-floorplans::before{
	content: none;
}
button.back-to-floorplans i.fas.fa-chevron-left {
    margin-right: 15px;
    position: relative;
    top: -1px;
}


.gallery_filter ul li.active {
    color: var(--gold);
    border-color: var(--gold);
}
.gallery_filter ul li:hover{
    color: var(--gold);
}
.three_col_box_item_content {
	height: calc(100vw / 3 + 130px);}
body.showdrawermenu .drawer_menu {
    padding-bottom: 30px;
}
.drwaer_menu_inner {
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .home_header_inner {
        display: none;
    }
	.home .section_2 .two_column_box_inner {
    min-height: 760px;
}
}
@media (min-width: 600px) and (max-width: 768px) {
    .sticky_menu {
        top: 0;
    }
    .header_video, .home_header {
        margin-top: 50px!important;
    }
	
}