/*
Theme Name: Primus
Theme URI: https://primus.com
Author: Primus Team
Author URI: https://primus.com
Description: A custom WordPress theme for Primus - Senior Living and Multigenerational Living communities. Converted from static HTML design.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: primus
Tags: senior-living, lifestyle, community, custom-design
*/

/* Theme styles are loaded from assets/css/ directory */

#navbarsec .main-navigation ul.sub-menu {
    min-width: 290px;
}

.footer-social-media a {
    color: #821a52;
    font-size: 25px;
}

.primus-404 {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f5f5f5;
}

.primus-404 h1 {
    font-size: 120px;
    margin-bottom: 10px;
    color: #821a52;
    font-family: var(--primary-heading-font) !important;
}

.primus-404 h2 {
    margin-bottom: 15px;
    color: #821a52;
    font-family: var(--primary-para-font) !important;
}

.back-home-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #821a52;
    color: #fff;
    text-decoration: none;
    font-family: var(--primary-para-font) !important;
}

a.linked_in_icon {
    color: #333;
    margin-left: 5px;
}

@media(max-width:1024px) {
    #navbarsec.only-desktop {
        display: none !important;
    }

    #primusMobileNav.only-mobile {
        display: block !important;
    }
}



@media(max-width:992px) {

    #morethanhome .owl-nav,
    #kitchenwork_slider .owl-nav {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }

    #morethanhome .owl-prev img,
    #morethanhome .owl-next img,
    #kitchenwork_slider .owl-prev img,
    #kitchenwork_slider .owl-next img {
        width: 35px;
    }

    #thelivinghub .left-image.visible {
        width: 30% !important;
    }

    #thelivinghub .right-image.visible {
        width: 30% !important;
    }

    #heroreimaginesec {
        margin-top: 100px;
    }

    #hero-section-scroll.only-desktop {
        display: none !important;
    }

    #primusHero.only-mobile {
        display: block !important;
    }

    .wp_input_field {
        width: 90%;
    }

    section#careers {
        margin-top: 4rem;
    }
}