/*
Theme Name: Hamilton
Theme URI: -
Author: Resident360
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=Italiana&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--primary: #6b7b65;
	--secondary: #3d3d3d;
	--secondary-transparent: rgb(107 123 101 / 82%);
	--gold: #6b7b65;
	--gold-transparent: rgba(61, 61, 61, 0.82);
	--cyan: #3d3d3d;
	--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: 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(--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(--secondary);
}

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

.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: #3d3d3d;
	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(--cyan-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: #fff;	
}

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

/* 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 */

/* .two_column_box_content h2,
.cta_box{
    color: #000;
}
.two_column_box_content {
    color: #000;
} */
.home .section_2 .two_column_box_inner {
    min-height: unset;
}

button.back-to-floorplans i.fas.fa-chevron-left {
    margin-right: 10px;
}
.back-to-floorplans::before {
	content: none;
	background: none;
}
h1, h2, h3, h4, h5, h6,
.parallax_content_box_content h2, 
.home_header_content .property-title, 
h1, h2, h3,
.two_column_box_content h2,
.three_col_box_item_content_inner,
.cta_box_inner h2,
.footer_content_btns h2,
.map_section_title h2,
.neighborhood_features_title h2{
font-family: "Italiana", sans-serif !important;
}

body, a, p, div, li, button,
.home_header_menu ul li a,
.two_column_box_content p a, .parallax_content_box_content p a,
.footer_content_btns p a, .main-button,
.footer_links ul li a,
.inner_menu_nav ul,
.floorplan_modal_content_details_links a,
.gallery_filter ul li{
	font-family: "Open Sans", sans-serif !important;
}

.home_header_inner {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0.4) 90%, transparent 100%);
}
.footer_content {
    padding-bottom: 30px;
}
.floorplan_plan_item_image_cover {
    width: 100%;
}
.floorplan_plan_item_image {
    background-color: #fff !important;
}
#map{
	height: 500px;
}

.hs-form-0389396b-e845-4f31-8485-c715ac0b6ab6_c7324249-045d-4833-9ad8-344ba3a4894d .hs-form-field label:not(.hs-error-msg) {
    color: #fff!important;
}

p.pricing a {
    color: #fff !important;
}

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

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

.popup-button a {
	margin-top: 30px;
    display: inline-block !important;
    color: #f8f7ec;
    text-transform: uppercase;
    border: 1px solid #f8f7ec;
    padding: 10px 60px;
    font-size: 12px;
    margin-right: 15px;
}

.pum-theme-675 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 8px solid #000000;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
    background-color: rgba(35, 31, 32, 0.75);
}
.pum-theme-675 .pum-content, .pum-theme-lightbox .pum-content {
    color: #ffffff;
    font-family: inherit;
    font-weight: 100;
}

.pum-theme-675 .pum-content h2 {
	font-size: 44px !important;
}
.floorplan_modal_content_details_links .main-button{
	white-space: nowrap;
	padding: 10px;
}
.floorplan_plans_wrap > h2{
	font-size: 40px;
	margin-bottom: 40px;
}

p.pricing a {
    color: #FFF;
    margin: 14px auto 0;
    display: block;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 60px;
    font-size: 12px;
    max-width: 300px;
    transition: 0.3s all linear;
}
p.pricing a:hover {
    background: var(--primary) !important;
    color: #fff;
}
.top-bar h2{
	font-size:20px;
}
.top-bar h3{
	font-size: 18px;
}
.top-bar h3 span{
	font-size: 13px;
}

@media (max-width: 767px) {
    .three_col_box_item {
        background-position: center !important;
    }
}