/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* 
 * Last Updated | 11.23.24 
 * Office Requests 
*/
.success { color: #586f47; }

/* 
 * Theme Overrides 
*/
#page .overlay { background: #e2e2e2; }
#page .btn-light,
#page .btn-primary { 
    font-family: 'Montserrat'; font-weight: 500; 
}
.text-color-accent { color: #586f47!important; }

/* Hero */
#hero .btn.btn-dark,
#hero .btn.btn-light,
#hero .btn.btn-accent,
#contactPage .btn.btn-dark { cursor: pointer;
    font-size: 12px; font-family: 'Montserrat', arial; line-height: 22px; font-weight: 600;
    text-transform: uppercase; text-align: center;
    padding: 13px 32px; border-radius: 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#hero .btn.btn-dark { background-color: #111; }
#hero .btn.btn-dark:hover { background-color: #424649; }
#hero .btn.btn-light:last-of-type { margin-left: 10px; }
#hero .btn.btn-accent { border: none;
    background-color: #111; color: #fff;
}
#page #hero .btn.btn-accent { margin-left: 10px; }

#bottom-hero .btn-primary:hover { background-color: #fff; color: #111; }

#full-screen-carousel #fullscreen-modal .swiper-wrapper { margin-bottom: 40px; }

/* Contact Page */
#contactPage #pageHeader { margin-top: 25px; }
#contactPage #pageHeader a img { margin: 0; }
#contactPage #pageHeader .row .col-6:last-of-type { display: flex; justify-content: flex-end; }

/* Bottom Hero */
#page #bottom-hero-content .btn-light,
#page #bottom-hero-content .btn-primary { 
    padding: 13px 32px!important; 
}

/* Before & After Carousel */
#page #before-after-carousel #hotspot-20 { top: 43%; left: 65%; }
#page #before-after-carousel #hotspot-19 { top: 35.75%; left: 40%; }
#page #before-after-carousel #hotspot-17 { top: 49%; left: 18.75%; }
#page #before-after-carousel #hotspot-9  { top: 27%; left: 64%; }
#page #before-after-carousel #hotspot-8  { left: 76%; }
#page #before-after-carousel #hotspot-7  { top: 37%; left: 26.31%; }
#page #before-after-carousel #hotspot-6  { top: 50%; left: 33%; }
#page #before-after-carousel #hotspot-5  { top: 38%; left: 15%; }

/* Full Screen Carousel 
#page #full-screen-carousel #fullscreen-modal .pagination-info { 
    display: grid; grid-template-columns: 1fr max-content; grid-gap: 20px;
    flex-direction: unset; margin-left: 61px; 
}
#page #full-screen-carousel #fullscreen-modal .description { position: unset; text-align: left; padding: 0; }
#page #full-screen-carousel #fullscreen-modal .description p { width: 100%; padding: 0; }
*/

/* Statistics */
#statistics .property-info { display: grid; grid-template-columns: max-content max-content 1fr; }
#statistics .property-info .property { width: 100%; }
#statistics .property-info .property:first-of-type { display: grid;  }
#statistics .property-info .property:first-of-type .property-size,
#statistics .property-info .property:first-of-type .property-address {
    display: grid; grid-template-columns: 1fr 1fr; grid-gap: 32px;
}
#statistics .property-info:first-of-type .property .property-size,
#statistics .property-info:first-of-type .property .property-address { 
    display: grid; grid-template-columns: 1fr 1fr; grid-gap: 16px; 
}

#statistics .property-info .property-type { margin-bottom: 0; font-size: 12px; }
#statistics .property-info .property-address { min-height: 12px; }

@media (min-width: 1440px) {
    #page #hero .title { width: 100%; }
}

@media (min-width: 992px) {
    #page #before-after-carousel .slider-labels span {
        font-size: 20px; line-height: 1.2;
    }
    #page #bottom-hero .description .btn { width: max-content; margin-top: 1.33rem; }
    #page #bottom-hero .text-md-end { display: flex; align-items: flex-end; }
}

@media (max-width: 992px) {
    #page #bottom-hero .hero-content { display: none!important; }
    #page #bottom-hero-content .text-lg-end { display: flex; grid-gap: 16px; flex-wrap: wrap; }
}

@media (max-width: 768px) {
    #page #hero a.btn { /* padding: 7px 20px; */ padding: 6px 17px; }
    #page #hero a.btn-primary { /* padding: 19px 40px; */ padding: 16px 34px; }
    #page #hero .row { display: grid; grid-template-columns: max-content 1fr; }
    #page #hero .row .col-6:last-of-type { width: 100%; padding-left: 0; }
}

@media (max-width: 600px) {
    #statistics .property-info { grid-template-columns: 1fr 1fr; grid-gap: 40px 20px; }
    #statistics .property-info .property { width: unset; }
    #statistics .property-info .property:first-of-type { grid-column: span 2; }
    #statistics .property-info .property-address { margin-bottom: 10px; }

    #full-screen-carousel #fullscreen-modal .swiper-wrapper { margin-bottom: 0; }

    #statistics .property-info .property:first-of-type .property-size, 
    #statistics .property-info .property:first-of-type .property-address {
        grid-gap: 0;
    }
    #statistics .property-info .property:nth-child(2) { padding-right: 0; }
    #statistics .property-info .property:nth-child(3) { padding-left: 0; }
}

@media (max-width: 430px) {
    #statistics .row .property-info { max-width: 300px; margin: 20px auto 0; }
}