/*!
Theme Name: Lamppost Capital Child
Author: Resident360
Template: lamppost
*/
@font-face {
    font-family: 'argesta_displayregular';
    src: url('/wp-content/themes/lamppost-child/fonts/argestadisplay-regular-webfont.eot');
    src: url('/wp-content/themes/lamppost-child/fonts/argestadisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/lamppost-child/fonts/argestadisplay-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/lamppost-child/fonts/argestadisplay-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/lamppost-child/fonts/argestadisplay-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
:root{
	--font-script: 'argesta_displayregular'!important;
	--font-serif: 'Montserrat'!important;
	--primary-color: #1C2E5E;
	--primary-color-parts: 28, 46, 94;
	--gold: #AC9468;
/*     --primary-contrast-color: #e0dcda; */
    --secondary-color: #AC9468;
/*     --secondary-color-parts: 47, 87, 120; */
/*     --dark-color: #0F0F0F; */
/*     --dark-color-parts: 15, 15, 15; */
/*     --light-color: #AC9468; */
/*     --light-color-parts: 172, 148, 104; */
}

#section_1 h2.font-script {
	letter-spacing: 2px;
	letter-spacing: 4px;
    font-size: 40px !important;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

body {
    font-weight: 300;
    overflow-x: hidden;
	font-family: var(--font-serif);
}
.footer{
	font-family: var(--font-serif);
}
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
}
.font-serif{
	font-family: var(--font-serif);
}
.font-script{
	font-family: var(--font-script)!important;
}
.features_section h1,
.features_section h2,
.features_section h3,
.features_section h4,
.features_section h5,
.features_section h5 {
    color: #fff;
}

.two_column_box_col_image_img {
    z-index: 40;
}

/**
 * Testimonials
 */
 #testimonialslider .carousel-item {
    min-height: auto !important; /* Override any Bootstrap min-height */
}

#testimonialslider .carousel-indicators li {
    border: 0;
}

#testimonialslider .carousel-indicators .active {
    background: var(--primary-color);
    border-color: transparent;
}

.testimonialslider_item_content {
    width: 100%;
    color: var(--primary-color);
}

.testimonialslider_item_content h2 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 32px;
    font-family: 'Unna';
    text-transform: uppercase;
}

/**
 * Image Slider
 */
div#imageslider {
    width: 100%;
    font-family: "Montserrat";
}

div#imageslider {
    box-sizing: border-box;
}

.testimonials_section .container {
    max-width: 1500px;
}

.imageslider_item {
    display: flex;
    gap: 40px;
    padding: 0 20px;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
}

.imageslider_item_image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.imageslider_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageslider_item_content {
    width: 100%;
    color: var(--primary-color);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imageslider_item_content h2 {
    font-size: 46px;
    line-height: 48px;
    font-weight: 400;
}

#imageslider .carousel-indicators li {
    border: 0;
}

#imageslider .carousel-control-next,
#imageslider .carousel-control-prev {
    /* top: 54px; */
    width: 20px;
}

#imageslider .carousel-indicators .active {
    background: var(--primary-color);
    border-color: transparent;
}

.imageslider_item_line span {
    background: var(--primary-color);
}

.imageslider_item_content h2 {
    font-family: 'Unna';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.imageslider_item_content p {
    line-height: 1.6;
}

.testimonials_section_inner {
    background-color: var(--light-color);
}

* {
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .imageslider_item {
        flex-wrap: nowrap;
        padding: 0 40px;
        gap: 0;
    }

    .imageslider_item_image {
        height: 300px;
        padding-right: 20px;
    }

    .imageslider_item_content {
        padding-left: 20px;
    }

    .imageslider_item_image,
    .imageslider_item_content {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .imageslider_item_image {
        width: 70%;
    }

    .imageslider_item_content {
        width: 30%;
        padding-left: 35px;
    }

    .imageslider_item {
        padding: 0 60px;
    }

    .imageslider_item_image {
        height: 550px;
        padding-right: 20px;
    }
}

@media (min-width: 1400px) {
    .imageslider_item_image {
        width: 70%;
    }

    .imageslider_item_content {
        width: 30%;
        padding-left: 50px;
    }
}

/**
 * Hero Section 
 */
.hero_section {
    min-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-blend-mode: multiply;
	align-items: center;
}

@media (max-width: 768px) {
    .hero_section {
        min-height: 450px;
    }
}

/* .hero_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(22, 59, 74, 0.8), rgba(22, 59, 74, 0.8)); 
    background-blend-mode: multiply;
} */

.hero_section_inner {
    padding: 60px 20px 20px;
    text-align: left;
    background: none;
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .hero_section_inner {
        padding: 40px;
/* 		background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 100%); */
		text-align: center;
    }
}

.hero_section_inner .container,
.blog .hero_section_inner .container {
    margin: 0;
}

.hero_section_inner h1 {
    letter-spacing: 4px;
    margin-bottom: 1rem;
    max-width: 800px;
    text-transform: uppercase;
}

.hero_section_inner h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
}


.section_title p {
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.numbered_list_item_content p {
    font-family: 'Montserrat';
}

.features_list .row {
    justify-content: center;
}

.feature_item_content p {
    font-size: 14px;
    font-family: 'Montserrat';
}

.section_title h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**
 * Header Menu
 */
.header_menu ul li {
    position: relative;
}

.header_menu ul.sub-menu li.current-menu-item a,
.header_menu ul.sub-menu li a {
    color: var(--primary-color) !important;
}

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

.header_menu ul.sub-menu li a:hover {
    color: var(--secondary-color) !important;
}

.header {
    z-index: 50;
    position: sticky;
    top: 0;
    background: #fff;
}

@media (max-width: 767px) {
    body.show_menu .header_menu {
        display: block;
        background: var(--primary-color);
        overflow: hidden;
    }

    .header_menu ul > li > a {
        padding-bottom: 10px;
    }

    .header_menu > ul > li {
        margin: 15px 0 6px!important;
    }

    .header_menu li > ul.sub-menu {
        position: static;
        width: 100%;
        padding: 10px 0;
        background: #102b36!important;
    }
    .header_menu li ul.sub-menu li {
        margin: 0;
        padding: 5px 0;
        color: #fff;
    }
    .header_menu li ul.sub-menu li a {
        color: #fff!important;
    }
    .header_menu ul.sub-menu li.current-menu-item a, .header_menu ul.sub-menu li a {
        color: var(--secondary-color)!important;
    }
}

@media (max-width: 768px) {
    #menu-item-548 a::before {
        filter: invert(1);
    }
}

.header_menu ul.sub-menu {
    width: 200px;
    position: absolute;
    display: none;
    /* padding-top: 10px; */
    padding: 25px 18px 10px;
    left: -24px;
}

.header_menu li:hover>ul.sub-menu {
    display: block;
}

.header_menu li>ul.sub-menu {
    z-index: 1;
    background: #fff;
    text-align: left;
}

.header_menu li>ul.sub-menu li {
    margin-left: 5px;
    padding-bottom: 10px;
    display: block;
}

/**
 * Vendor Registration
 */
.vendor-registration {
    padding-top: 40px;
}

.page-id-414 #section_1 .text_box_section {
    padding-bottom: 0;
}

.vendor-registration .content-block {
    text-align: center;
    margin-bottom: 44px;
}

.vendor-registration .content-block h2 { 
    font-size: 44px;
    margin-bottom: 10px!important;
}

.vendor-registration .content-block p {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.vendor-registration .section { 
    background: #fff;
    padding: 20px 30px;
    margin: 0 auto;
    max-width: 1000px;
}

.vendor-registration > div:nth-child(2) {
    padding-top: 40px;
}

.vendor-registration > .section:last-child {
    padding-bottom: 40px;
}

@media (min-width: 769px) {
    .vendor-registration .section { 
        padding: 20px 60px;
    }

    .vendor-registration > div:nth-child(2) {
        padding-top: 60px;
    }
    
    .vendor-registration > .section:last-child {
        padding-bottom: 60px;
    }
}

.vendor-registration,
.resident-portal {
    text-align: left;
}

.vendor-registration p,
.resident-portal p {
    margin: unset;
}

.resident-portal .section {
    margin: 50px;
}

.vendor-registration li,
.resident-portal li {
    font-family: 'Montserrat';
    font-size: inherit;
    color: var(--primary-color);
}

.vendor-registration ul,
.resident-portal ul {
    list-style: initial;
    list-style-position: inside;
    padding-left: 30px;
}

body.page-id-26 .two_column_box_col_content_inner p {
    font-family: 'Montserrat';
}


.two_column_box_col.two_column_box_col_image {
    background: var(--light-color);
}

.two_column_box_col.two_column_box_col_content {
    background: var(--light-color);
}

.two_column_box_col_content_inner h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 40px;
}


.numbered_list_item_number {
    background: var(--secondary-color);
}

.numbered_list_item_number img {
    max-width: 28px;
    /* max-height: 32px; */
}

.numbered_list_item_content h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#about-us,
#our-mission,
#core-values {
    scroll-margin-top: 200px;
}



.social_bar {
    display: none;
}

.page-id-3 .section_title p {
    max-width: unset;
}

.community_details h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

a.community_item_link {
    background: rgb(22 59 74 / 80%);
    font-family: 'Montserrat';
}

a.community_item_link:hover {
    background: var(--primary-color);
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: var(--secondary-color);
}

/**
 *  Blog
 */
.page-content.blog {
    padding: 120px 0 20px;
}

.blog .container {
    max-width: 740px;
    margin: 0 auto;
}

.blog .post-title {
    font-size: 2.3rem;
}

.blog a {
    color: var(--primary-color);
}

.blog .blog-post {
    margin-bottom: 70px;
}

.nav-links a,
.nav-links .page-numbers.current {
    margin: 0 4px;
}

.blog .pagination {
    padding-bottom: 40px;
}



/**
 * Comments
 */
#comments {
    padding: 3em 0 1em;
}

.single-product #comments {
    max-width: 100%;
}

h2.comments-title,
h3#reply-title {
    padding-top: 0;
    font-size: 24px;
}

h3#reply-title {
    margin-bottom: 0;
}

h3#reply-title small a {
    font-weight: normal;
    font-size: 14px;
    color: #777;
}

/**
 * A - Comment Styling 
 */
.comment {
    width: 100%;
    display: block;
    clear: both;
    overflow: auto;
    margin-top: 2em;
    border-bottom: 1px solid #eaeaea;
}

.comment .gravatar {
    float: left;
    width: 100px;
}

.comment .gravatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comment .comment-body {
    margin-left: 100px;
}

.comment-heading {
    display: block;
    overflow: auto;
    margin-bottom: .8em;
}

.comment-heading .comment-author {
    font-weight: 600;
}

.comment .comment-date {
    color: inherit;
    font-size: 90%;
}

.comment-list,
.comment-list .children {
    margin: 0;
}

.comment-list li {
    margin-bottom: 2.5em;
}

.comment-content {
    padding-bottom: 1em;
}

ul.children .comment.depth-2 .comment-content {
    margin-left: 60px;
}

.comment.depth-3 .comment-content {
    margin-left: 90px;
}

.comment.depth-4 .comment-content,
.comment.depth-5 .comment-content,
.comment.depth-6 .comment-content,
.comment.depth-7 .comment-content,
.comment.depth-8 .comment-content {
    margin-left: 90px;
}

/**
 * B - Comment Form 
 */
.comment-form-comment {
    padding-right: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.comment-form-url {
    margin: 0;
}

.comment-form-author .inner,
.comment-form-email .inner,
.comment-form-url .inner {
    padding-right: 30px;
}

form.comment-form input[type="text"],
form.comment-form textarea {
    border: 0;
    width: 100%;
    height: 180px;
    padding: 15px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: #f6f6f6;
}

form.comment-form input[type="text"] {
    height: auto;
    float: left;
    margin: 0 20px 20px 0;
}

.comment-form-url input[type="text"] {
    margin-right: 0;
}

.comment-form-comment {
    margin-bottom: 10px;
}

form.comment-form input#url {
    margin-right: 0;
}

form.comment-form input[type="submit"] {
    font-family: inherit;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    padding: 1em 2.2em;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

form.comment-form input[type="submit"]:hover {
    cursor: poMontserrat;
    background: var(--accent-color);
}

/* Comment Pagination */
.comment-pagination {
    margin-bottom: 2.5em;
}

.hero_section_inner h1 {
    color: #fff;
}

.hero_section_inner h2,
.hero_section_inner h3,
.hero_section_inner h4,
.hero_section_inner h5,
.hero_section_inner h6 {
    color: var(--secondary-color);
}

.hero_section_inner h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
/*     font-family: 'Montserrat', sans-serif; */
    font-size: 1.2rem;
}

/**
 * Footer
 */
.footer {
    padding-top: 110px;
    font-size: 14px;
}

.footer,
.footer a {
    color: #fff;
}

.footer a:hover {
    color: var(--secondary-color);
}

.footer-logo img {
    max-width: 300px;
}

.middle-footer {
    padding: 0 0 40px;
}

.middle-footer > div {
    margin-bottom: 45px;    
}

@media (min-width: 769px) {
    .middle-footer {
        padding-bottom: 100px;
    }

    .middle-footer > div {
        margin-bottom: 0px;
    }

    .footer {
        text-align: left;
    }
}

.bottom-footer {
    margin: 30px 0 60px;
}

.footer_logo img {
    width: 260px;
    margin-bottom: 40px;
}

.footer_links {
    font-size: 12px;
    color: #fff;
}

.footer_links ul {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 769px) {
    .footer_links ul {
        margin-bottom: 0;
        text-align: left;
    }

    .footer_credit ul {
        justify-content: flex-end;
    }
}

.footer_credit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.footer_credit ul li {
    margin: 0;
}

.footer_copyright {
    padding: 10px 0;
}

.footer .container.row {
    margin: auto;
}

.footer_cta_content {
    width: 100%;
    background: unset;
}

.footer_cta_content h3 {
    font-size: 32px;
    letter-spacing: 1px;
    font-family: var(--font-serif);
}
.footer_menu ul.sub-menu {
    display: none;
}

.footer_social ul li a {
    color: #fff;
}

.footer_social ul li a:hover {
    color: var(--secondary-color);
}

.footer .text-tag {
    margin-bottom: 15px;
    font-size: 15px;
    color: #7fa0b4;
	font-family: var(--font-script);
}

/**
 * Hero Section 
 */
body.home .hero_section {
    border-bottom-color: 10px solid var(--primary-color);
}

.hero_section_inner p a {
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 50px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    margin-top: 10px;
    font-family: 'Montserrat';
}
.two_column_box_col_content_inner p a:not(.nobtn){
	background: var(--secondary-color);
    border-color: var(--secondary-color);
	color: #fff;
}
.hero_section_inner p a:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.readmore_link {
    z-index: 40;
}


.two_column_box_col_content_inner h2 {
    margin-bottom: 20px;
}

.two_column_box_col_content_inner h3 {
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.two_column_box_col_content_inner ul {
    font-family: 'Montserrat';
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
    margin-bottom: 30px;
}

.feature_item_content {
    min-height: 220px;
    padding: 40px 20px;

}

a.careers_button {
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 50px;
    background: #fff;
    border: 1px solid #707070;
    margin-top: 40px;
    color: var(--primary-color) !important;
    display: inline-block;
}

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

.two_column_box_col_content_inner p a {
    margin-top: 30px;
}

.numbered_list_section {
    padding: 130px 0 100px;
}

.carousel-control-next,
.carousel-control-prev {
    color: var(--primary-color);
}

.footer_cta {
    background-attachment: fixed !important;
}

.dark_background .two_column_box_col.two_column_box_col_content,
.dark_background .two_column_box_col.two_column_box_col_image {
    background-color: var(--primary-color);
}

.dark_background .two_column_box_col_content_inner h2 {
    color: #fff;
}

.dark_background .two_column_box_col_content_inner p {
    color: #fff;
}

.page-id-22 #section_3 .numbered_list_section {
    padding-top: 60px;
}

@media(min-width: 769px) {
    .page-id-20 section#section_1 {
/*         background-image: url(/wp-content/uploads/2025/10/RWSelby_Mark_blue.png);
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: 10% 100%; */
    }

    .page-id-26 .text_box_section_bg_blue .text_box_section_inner {
        background-image: url(/wp-content/uploads/2025/10/RWSelby_Mark_white.png);
        background-repeat: no-repeat !important;
        background-size: 250px !important;
        background-blend-mode: unset;
        border-top: 15px solid var(--light-color);
        background-position: 95% -4px;
    }

    .page-id-26 .text_box_section_inner {
        padding: 140px 0 100px;
    }
}

/* Media Query Ends: min-width:768*/

.page-id-20 #section_1 .two_column_box_col.two_column_box_col_content {
    background-color: #fff;
}

.page-id-20 .two_column_box_col_content_inner {
    padding-top: 100px;
}

.two_column_box_col_content_inner ul {
    font-weight: 500;
}

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



.home .readmore_link {
    bottom: -10px;
}

.footer_cta_content_inner p a {
    font-family: 'Montserrat';
}

.footer li.menu-item-548 {
    display: none;
}

.parallax_section {
    /* Parallax effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

    /* Sizing and positioning */
    min-height: 90vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.parallax_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(28, 46, 94, 0.6);
    z-index: 1;
}

.parallax_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    object-fit: cover;
    transform: translateY(0);
    /* Initial transform */
    z-index: -1;
    /* Behind content */
    poMontserrat-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax_video video {
    width: auto;
    height: 100%;
}



.parallax_content {
    text-align: center;
    padding: 2rem;
    width: 100%;
    position: static;
    z-index: 2;
}

@media (min-width: 1024px) {
    .parallax_content {
        width: 980px;
    }
}

.parallax_heading {
    font-size: 6rem;
    color: var(--light-color);
    margin-bottom: 2rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
}

@media (min-width: 600px) {
    .parallax_heading {
        display: block;
    }
}

.parallax_heading_1 {
    margin-bottom: 0.5rem;
    /* transform: translateX(-40%); */
    text-align: left;
}

.parallax_heading_2 {
    /* transform: translateX(25%); */
    margin-bottom: 3rem;
    text-align: right;
}

.parallax_button {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 14px;
    padding: 10px 30px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    margin-top: 10px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.parallax_button:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    transform: translateY(-3px);
}

.ryse_section {
    background-color: var(--light-color);
    padding: 6rem 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ryse_content {
    text-align: left;
    max-width: 1200px;
    width: 100%;
}

.ryse_company {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 2rem;
}

.ryse_heading {
    font-family: 'unna', serif;
    font-weight: 500;
    line-height: 1.3;
    color: var(--primary-color);
    margin: 0 5rem 5rem 0;
    letter-spacing: 1px;
}

.ryse_stats {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.stat_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%;
}

.stat_number {
    font-family: 'unna', serif;
    font-weight: 500;
    font-size: 6rem;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.stat_label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.page-id-26 .features_section .section_title h3 {
    font-family: 'Montserrat';
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--light-color);
}

.page-id-432 .numbered_list_section {
    padding-top: 160px;
}

.text_box_section.text_box_section_bg_gray {
    background: var(--light-color);
}

.text_box_section.text_box_section_bg_gray .text_box_section_inner .section_title h2 {
    color: var(--primary-color);
}

.text_box_section.text_box_section_bg_gray .text_box_section_inner .section_title h3 {
    color: var(--primary-color);
}

.section_title p {
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.text_box_section.text_box_section_bg_gray .section_title p {
    color: var(--primary-color);
}

.page-careers .two_column_box_col_content_inner p a.nobtn,
.page-careers .two_column_box_col_content_inner h2 {
    color: var(--primary-color);
}

.header-inner {
    padding: 20px 5px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .parallax_heading {
        font-size: 3rem;
    }

    .parallax_button {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    .parallax_heading.parallax_heading_1,
    .parallax_heading.parallax_heading_2 {
        transform: translateX(0);
    }

    .ryse_heading {
        font-size: 1.8rem;
    }

    .ryse_stats {
        flex-direction: column;
        gap: 3rem;
    }

    .stat_item {
        width: 100%;
    }

    .stat_number {
        font-size: 4.5rem;
    }

    .mobile_menu_trigger {
        background: var(--primary-color);
    }

}

/* Phone size media query ends*/

/* Phone icon styling */
#menu-item-548 a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
    /* color: inherit; */
    /* Inherit color from your theme */
}

#menu-item-548 a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 768px) {
    #menu-item-548 a span {
        max-width: 0;
        opacity: 0;
        white-space: nowrap;
        transition: all 0.3s ease;
        overflow: hidden;
    }
}

#menu-item-548:hover a span {
    max-width: 150px;
    opacity: 1;
}

/* For responsive behavior */
@media (max-width: 768px) {
    #menu-item-548 a span {
        max-width: 150px;
        opacity: 1;
    }
}


/**
 *  Meet the team
 */
.page-id-452 #section_3 .two_column_box_col_image_img {
    background-position: top !important;
}

/**
 * Vendor registration
 */
.page-id-414 #section_2 .text_box_section_inner_text {
    text-align: center;
}

.text_box_section_inner_text a {
    color: #fff;
}

.page-id-414 #section_2 .section_title h2 {
    max-width: 740px;
    margin: auto;
    margin-bottom: 2rem;
}

.page-id-414 .text_box_section.text_box_section_bg_gray {
    background: none;
}

.page-id-414 .text_box_section.text_box_section_bg_blue a.careers_button {
    background: #fff;
    color: var(--primary-color)!important;
}

.page-id-414 .text_box_section.text_box_section_bg_blue a.careers_button:hover {
    background: var(--secondary-color);
    color: #fff!important;
}

.page-id-414 section#section_1 {
    background-color: var(--light-color);
    background-image: url(/wp-content/uploads/2025/03/RYSE_TempLogo_darker.png);
    background-repeat: no-repeat !important;
    background-size: 500px !important;
    background-blend-mode: unset;
    border-top: 15px solid #c6c1be;
    background-position: 10% -4px;
}

.page-id-414 .text_box_section.text_box_section_bg_gray .text_box_section_inner {
    background: none;
}

/** 
 * Image Grid Section
 */
.image-grid {
    display: flex;
    flex-wrap: wrap;
}

.image-grid_column {
    width: 100%;
    height: 30vh;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.image-grid_column:hover .image-grid_column-bg_image {
    transform: scale(1.1);
}

.image-grid_column-bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    transition: all 0.2s ease-in-out;
}

.image-grid_column span.text {
    font-size: 42px;
    position: static;
    z-index: 1;
}


@media (min-width: 769px) {
    .image-grid_column {
        width: 33.333333%;
        height: 60vh;
        min-height: 700px;
    }
}

@media (min-width: 1260px) {
    .image-grid_column {
        height: 70vh;
        min-height: 800px;
    }
}

/**
 * Text Box w/ Image
 */
.text-box-image-section .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 26px;
    max-width: 1400px !important;
    align-items: center;
}

.text-box-image-section .text_box_section_inner_text {
    text-align: left;
}

.text-box-image-right {
    order: 2;
}

.text_box_section_bg_blue h1,
.text_box_section_bg_blue h2,
.text_box_section_bg_blue h3,
.text_box_section_bg_blue h4,
.text_box_section_bg_blue h5,
.text_box_section_bg_blue h6 {
    color: #fff;
}

@media (min-width: 768px) {
    .text-box-image-section .container {
        flex-direction: row;
        padding: 0 40px;
    }
}

a.careers_button {
    font-size: 14px;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff !important;
    font-weight: 400;
}

a.careers_button:hover {
    background: var(--secondary-color);
}

.section_title p {
    letter-spacing: 0px;
}

/**
 * Grid
 */
.grid {
    display: grid;
    gap: 40px;
}

.grid-item {
    /* Optional item-specific styles */
}

/* 1 column on mobile by default */
.grid {
    grid-template-columns: 1fr;
}

/* 2 columns between 768px and 992px */
@media (min-width: 768px) and (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 3 columns above 992px, but only if there are 3 or more items */
@media (min-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* If there are 3 or more items, use 3 columns */
    .grid.three-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

/**
 * Team Members
 */
.team-members {
    padding: 90px 0 40px;
}

.team-members .container > h2 {
    font-size: 44px;
    text-align: center;
}

.team-member-grid {
    padding: 40px 0;
}

.team-member-grid .team-member-photo {
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: poMontserrat;
    position: relative;
}

.team-member-grid .team-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.2s ease-in-out;
    position: relative;
}

.team-member-grid .team-member-photo:hover img {
    transform: scale(1.05);
}

.team-member-grid .team-member-photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb( 0 0 0 / 20% );
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.team-member-grid .team-member-photo:hover::before {
    opacity: 1;
}

.team-member-grid .team-member-name span {
    font-size: 34px;
    color: var(--primary-color);
}

/** Tabs */
.team-members.team-members-tabs {
    background: var(--light-color);
    padding: 100px 0 80px;
}

.team-members.team-members-tabs .tabs {
    margin: 30px 0 0;
}

.team-members.team-members-tabs .team-member-name span {
    font-size: 28px;
}

.team-members .team-member-position {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: var(--secondary-color);
}

/** 
 * Team Members Modal
 */
.team-member-modal .modal-content {
    border-radius: 0;
    padding: 25px;
}

@media (min-width: 768px) {
    .team-member-modal .modal-contenet {
        padding: 40px;
    }
}

.team-member-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
}

.team-member-modal .team-member-name {
    font-size: 34px;
    color: var(--primary-color);
}

.team-member-modal .team-member-position {
    margin-bottom: 28px;
}

.team-member-modal .team-member-bio {
    font-family: "Montserrat";
}

.page-id-452 #section_4,
.page-id-452 #section_5 {
    display: none;
}

/**
 * Tabs
 */
.tabs {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.tabs button {
    border: 0;
    background: transparent;
    font-family: "Montserrat";
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 1px solid transparent;
    color: var(--secondary-color);
}

.tabs button.active,
.tabs button:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    padding: 0;
}

.tabs button:focus {
    outline: none;
}

/**
 * Numbered List
 */
.numbered_list_carousel,
.numbered_list_carousel .carousel-inner, 
.numbered_list_carousel .carousel-item {
    height: 100%;
}

.numbered_list_carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numbered_list_item_number {
    left: -60px;
}

.numbered_list_item {
    padding-left: 30px;
}

@media (max-width: 768px) {
    .numbered_list_item_number {
        left: 0;
    }

    .numbered_list_item_content h3 {
        padding-left: 0;
    }

    .numbered_list_item_content {
        padding-top: 12px;
        padding-left: 48px;
    }
}


/**
 * Miscellaneous
 */
.text-tag {
    font-family: Montserrat;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}



/**
 * Residents
 */
.page-id-462 .features_section {
    padding: 80px 0 140px;
    background: var(--light-color);
    color: var(--primary-color);
}

.page-id-462 #section_2 {
    display: none;
}

.page-id-462 .features_section h3 {
    font-size: 30px;
    color: var(--primary-color)
}

.page-id-462 .feature_item_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 50px 35px 35px;
}

.page-id-462 .feature_item_content p {
    font-size: 16px;
}

.page-id-462 .feature_item_content a.careers_button {
    margin-top: 0;
}

.page-id-462 .feature_item_content ul {
    font-family: Montserrat;
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.page-id-462 .feature_item {
    border: 1px solid #c8c3c1;
}
section.team-members.team-members-tabs .tabs {
    display: none;
}
/* Fonts change to new serif and script font */
.imageslider_item_content h2 {
    font-family: var(--font-script);
    font-size: 42px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

h2.font-script {
/*     letter-spacing: 1px;
    font-size: 50px!important;
	text-transform: capitalize; */
}
h2.font-serif{
	font-family: var(--font-serif);
}
.two_column_box_col_content_inner h2.font-serif{
	font-size: 34px;
}
.image-grid_column span.text {
    font-family: var(--font-serif);
}
.footer_cta_content h3 {
    font-size: 50px;
    letter-spacing: 1px;
    font-family: var(--font-serif);
    text-transform: capitalize;
}
.post-featured-image {
    margin-bottom: 50px;
}

.single-post .post-featured-image {
    display: none;
}
.team-member-position a.linkedin{
	font-size: 20px;
	color: inherit;
}
.contact_field.contact_field_submit input {
    font-weight: 400;
}
.text_box_section_inner_text.section_title h2 {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .two_column_box_section.image_position_left .two_column_box_col_image_img {
        bottom: 0;
    }
	.image-grid_column span.text {
    text-align: center;
}
	.two_column_box_section.image_position_right .col-md-5.two_column_box_col.two_column_box_col_image, .two_column_box_section.image_position_right .col-lg-5.two_column_box_col.two_column_box_col_image {
    order: 1;
}
		.two_column_box_section.image_position_right .two_column_box_col.two_column_box_col_content {
    order: 2;
}
	#section_1 .two_column_box_section.image_position_right .col-md-5.two_column_box_col.two_column_box_col_image, #section_1 .two_column_box_section.image_position_right .col-lg-5.two_column_box_col.two_column_box_col_image, #section_1 .two_column_box_section.image_position_left .col-lg-5.two_column_box_col.two_column_box_col_image {
        padding-top: 40px;
    }
	.text_box_section.text_box_section_bg_gray{
		padding: 0;
	}
	.footer_cta {
		padding: 150px 0 400px;
	}
}

.grecaptcha-badge{
	display: none!important;
}


@media (max-width: 769px) {
    .two_column_box_col_image_img {
        display: block;
        height: 300px;
        bottom: -20px;
        right: 20px;
        left: auto;
    }
}
.header_logo img {
    width: 100%;
}
.contact_section .section_title h2 {
    color: var(--primary-color);
}
div#privacyPolicy {
    text-align: left;
    color: var(--primary-color);
}
div#privacyPolicy a {
    color: var(--primary-color);
}
body.privacy-policy .text_box_section.text_box_section_bg_gray, body.page-id-135 .text_box_section.text_box_section_bg_gray {
    background: #fff;
}
body.page-id-135 .text_box_section_inner_text.section_title{
	text-align: left;
}
body.privacy-policy .text_box_section.text_box_section_bg_gray .text_box_section_inner .section_title h2 {
    margin: 40px 0 20px;
}
.two_column_box_col.two_column_box_col_content {
    background: #fff;
}
.page-id-401 .hero_section {
    background-position: top !important;
}
.contact_field.contact_field_submit input {
	background: var(--gold);
}
.readmore_link a img {
    width: 50px;
    filter: grayscale(1);
}
.page-id-1677 section#section_2 {
    margin-top: 50px;
}
.page-id-1677 .hero_section{
	background-position: bottom!important;
}
.page-id-1677 .imageslider_item_image img{
	object-fit: contain;
}
.page-id-1677 #imageslider .carousel-control-next, 
.page-id-1677 #imageslider .carousel-control-prev {
    display: none;
}
.page-id-1677 .carousel-indicators {
    bottom: -70px;
    display: none;
}
#map {
    background: #ededed;
    height: 600px;
}
.header_menu li>ul.sub-menu {
    min-width: fit-content;
}
.header_menu li>ul.sub-menu li {
    white-space: nowrap;
}
.hero_section {
    min-height: 90vh;
}
/* body.home .hero_section {
    background: #fff !important;
}
    .hero_section_inner {
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 100%);
    } */
@media(max-width:767px){
/* 	.hero_section_inner h4, .hero_section_inner h1, .hero_section_inner p {
    	display: none;
	}
	.hero_section_inner {
		padding: 0;
	}
	.hp-cinemagraph {
	    min-height: 200px;
	}
	.hero_section {
    	min-height: unset;
	} */
}

body.home .hero_section {
    background-position: top !important;
}
.two_column_box_col.two_column_box_col_image {
    background: unset;
}

.page-id-20 #section_1 .two_column_box_col.two_column_box_col_content {
    background-color: unset;
}

.page-id-20 #section_1 .two_column_box_section.image_position_right {
    background: linear-gradient(90deg, var(--light-color) 80%, #FFF 50%);
}
@media (min-width: 769px) {
    .page-id-20 section#section_1 {
        padding-top: 50px;
		padding-bottom:200px;
    }
}
.hero_section_inner h1 {
    letter-spacing: 2px;
    font-weight: 100;
}
.page-id-20 #section_1 .two_column_box_col_image_img img{
	position: relative;
	top: 40%;
}
.two_column_box_col_content_inner p{
	font-family: "Montserrat";
}
img.watermark {
    position: absolute;
    left: 30px;
    width: 55%;
    transform: translateY(-40px);
    opacity: 40%;
}
#imageslider .carousel-control-next, #imageslider .carousel-control-prev {
    top: 50%;
    width: 50px;
    border: 1px solid var(--secondary-color);
    height: 50px;
    border-radius: 50%;
}
#imageslider .carousel-control-next i, #imageslider .carousel-control-prev i {
	color: var(--secondary-color);
}
.footer_cta_content_inner p a {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.footer_cta_content h3 {
    font-size: 40px;
    font-weight: 100;
}
.footer_cta_content h3 span{
    color: #7fa0b4;
}
.footer_cta_content_inner .col-md-4::after {
    content: "";
    height: 300px;
    width: 0.7px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    transform: translate(20px, -160px) rotate(45deg);
}
.footer_social ul li {
    display: block;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media(max-width:767px){
	.page-id-20 #section_1 .two_column_box_section.image_position_right{
		background: var(--light-color);
	}
	.page-id-20 #section_1 .two_column_box_col_image_img img {
    top: 0;
}
	.footer_cta_content_inner .col-md-4::after {
		content: none;
	}
	.footer_cta_content_inner p a {
    	margin-bottom: 50px;
	}
	.footer_cta{
		padding-bottom: 150px;
	}
	    .mobile_menu_trigger {
        width: 20%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	    .mobile_menu_trigger {
        background: transparent;
        color: var(--primary-color);
    }
		.footer_social ul li {
    	text-align: center;
	}
}

body.home .hero_section {
    border: none;
}
@media (min-width: 768px) {
	.page-id-20:not(.sticky) .header {
    	position: absolute;
    	background: transparent;
		padding: 20px;
	}
	.page-id-20:not(.sticky) .header .header_menu ul li a{
		color: #fff;
	}
	.page-id-20:not(.sticky) #menu-item-548 a::before {
    	filter: invert(1);
	}

}
.header_menu.top_header_menu {
    margin-bottom: 10px;
}

.header_menu ul li.menu-item-1734 a {
    font-size: 18px;
}

.carousel-indicators {
    display: none;
}

.hero_section_inner h1,
.image-grid_column span.text,
.numbered_list_item_content h3,
.two_column_box_col_content_inner h3,
.two_column_box_col_content_inner h2.font-serif,
.communities_section .section_title h2,
.community_details h3,
.text_box_section_inner_text.section_title h2{
    font-family: var(--font-script)!important;
}
.header_menu ul li a,
.contact_field.contact_field_submit input{
    font-family: var(--font-serif)!important;
}
body:not(.home) img.watermark{
	display: none
}
.hero_section_inner p a:hover,
.two_column_box_col_content_inner p a:not(.nobtn):hover,
.footer_cta_content_inner p a:hover,
.parallax_button:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
	transform: unset;
}
