/*
Theme Name: Rolls Landing
Theme URI: https://rollslanding.com/whatsnew/wp-content/themes/rollslanding
Author: Synergy Web Design and Marketing - Jisele Tiburcio
Author URI: https://snwebdm.com/
Description: This theme works best with Elementor, although you can also use blocks with it (remove bottom section from functions.php to enable block editor). Recommended plugins: Elementor, Yoast, Contact7, woocommerce, ultimate member
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, block-styles, wide-blocks
Version: 1:012422
Requires at least: 5.0
Tested up to: 5.8.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whatsnew-raw
This theme, like WordPress, is licensed under the GPL.
Tested up to: 5.8
Requires PHP: 7.0
*/


h1, h2, h3, {

    font-family: "Poppins", sans-serif;

}


p {

    font-family: "Poppins", sans-serif;


}


/*HEADER CSS*/






/*Header - Row 1*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    position: relative !important;
    top: auto !important;
    vertical-align: middle !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

	font-family: "Poppins", sans-serif;

}







.utility-bar {

  background-color: #fff;


}



.nav1-Text {

    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-decoration: underline;



}




#menumembers_id.menu {
  padding-left: 6px;
}

#menumembers_id.menu li a {
  font-size: 21px;
}

#menumembers_id {
  list-style: none;
  margin-bottom: 0;
  padding-top:12px;
  padding-bottom: 12px;
}





/*Header - Row 1*/

#mega-menu-wrap-primary {
    background: #00234B;
    padding: 0;
}

/* NAV ROW */
#mega-menu-primary {
    /* display: flex !important; */
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
}


#desktopNav {
	justify-content: center;
}


@media screen and (min-width: 992px) {
    #mega-menu-primary {
        display: flex !important;
    }
} 






@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* Tighten up the push-apart margins on the nav items */
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(-n+3) {
        margin-right: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-last-child(-n+3) {
        margin-left: 0 !important;
    }

    /* Tighten link padding so items fit the narrower viewport */
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0 8px !important;
    }

    /* Shrink the logo li width slightly */
    #mega-menu-wrap-primary #mega-menu-primary > li.menu-logo > a.mega-menu-link {
        width: 120px !important;
        margin: 0 10px !important;
    }

}









/* RESET ALL ITEMS */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    flex: 0 0 auto !important;
}

/* LEFT SIDE ITEMS (first half) */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(-n+3) {
    margin-right: auto;
}


/* RIGHT SIDE ITEMS (last half) */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-last-child(-n+3) {
    margin-left: auto;
}

/* MENU LINKS */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    /*used to be 110px - early 2026*/
    height: 50px;
}

/*dropdown icon*/

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline-block;
    height: 100%;
    font-size: 16px;
    line-height: inherit;
    margin: 0px 0px 0 -2px;
    color: inherit;
}






/* LOGO ITEM */
#mega-menu-wrap-primary #mega-menu-primary > li.menu-logo {
    flex: 0 0 auto !important;
}

/* LOGO LINK (MOST STABLE METHOD) */
#mega-menu-wrap-primary #mega-menu-primary > li.menu-logo > a.mega-menu-link {

    width: 135px !important;
    height: 100px !important;
    display: block !important;
    background: url('https://rollslanding.com//wp-content/uploads/2026/05/Logo_SemiColor.png') no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 20px;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out !important;

}

/* PREVENT WHITE HOVER BACKGROUND ON LOGO */
#mega-menu-wrap-primary #mega-menu-primary > li.menu-logo:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.menu-logo > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.menu-logo > a.mega-menu-link:focus {
    background: url('https://rollslanding.com/wp-content/uploads/2026/05/Logo_SemiColor.png') no-repeat center center !important;
    background-size: contain !important;
    background-color: transparent !important;
    
}






/* Nav header — sticky; utility bar sits above and scrolls away */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #00234B;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* ── NAV BAR WRAP ── */
#nav-id {
    background: #00234B;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center !important;
}

/* Mobile logo inside the navbar — matches BSY's navbar-brand sizing */
.mobile-nav-logo {
    max-height: 125px;
    width: auto;
}

/* Hamburger icon: white bars on dark bg */
#nav-id .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none !important;
}

#nav-id .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Offcanvas panel styling */
#offcanvasNav {
    background: #00234B;
    color: #fff;
}

#offcanvasNav .offcanvas-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

#offcanvasNav .btn-close {
    filter: invert(1);
}

/* Mobile menu links inside offcanvas */
#menu_ul_id_mobile {
    padding: 0;
    list-style: none;
}

#menu_ul_id_mobile li a {
    display: block;
    padding: 14px 20px;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
}

#menu_ul_id_mobile li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}











   
/*SERVICES CSS*/






/*FOOTER CSS*/


.site-footer {

    background-color: #00234B;
    color: #ffffff;
    font-size: 18px;
    

}
.footer-text {

    font-size: 15.3px;

}



#footer-links {
    color: #ffffff;
    text-decoration: underline;
}




#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
    font-family: "Poppins", sans-serif;

}
  



/* ── MOBILE BREAKPOINT ≤ 991px ── */
@media screen and (max-width: 991px) {

    /* Hide the logo li that lives inside the mega menu on desktop */
    li.menu-logo {
        display: none !important;
    }

    /* Remove the old separate mobile-logo-bar div if it's still in markup —
       the navbar-brand inside #nav-id now handles the mobile logo */
    .mobile-logo-bar {
        display: none !important;
    }

    /* Mega menu nav row itself: hide on mobile,
       offcanvas handles the mobile menu instead */
    #mega-menu-wrap-primary {
        display: none !important;
    }

}



@media screen and (max-width: 991px) {

    /* Hide the logo li that lives inside the mega menu on desktop */
    li.menu-logo {
        display: none !important;
    }

    /* Remove the old separate mobile-logo-bar div */
    .mobile-logo-bar {
        display: none !important;
    }

    /* Mega menu nav row: hide on mobile */
    #mega-menu-wrap-primary {
        display: none !important;
    }

    /* ── NEW: kill all the white space ── */

    /* Navbar's own default Bootstrap padding */
    #nav-id {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* The container inside the navbar */
    #nav-id .container,
    #nav-id .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Utility bar: stack the two columns vertically on mobile */
    .utility-bar .row {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        gap: 4px;
    }

    .utility-bar .row > [class*="col-"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* If utility bar is too tall on mobile, constrain it */
    .utility-bar .row.buttons-background {
        min-height: unset !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

}

/* Contact Form 7 */
.wpcf7,
.wpcf7-form {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.wpcf7-form *,
.wpcf7-form *::before,
.wpcf7-form *::after {
    box-sizing: border-box;
}

/* Form rows */
.wpcf7-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 20px;
}

.wpcf7-form .row > div,
.wpcf7-form .form-group {
    flex: 1 1 280px;
    min-width: 0;
}

/* Labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 7px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
}

/* Fields */
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form select,
.wpcf7-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 13px 15px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: #fff;
    color: #111827;
    font: inherit;
    line-height: 1.4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wpcf7-form textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #1f5c42;
    outline: none;
    box-shadow: 0 0 0 3px rgba(31, 92, 66, 0.12);
}

/* Submit button */
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
    padding: 13px 26px;
    border: 1px solid #111;
    border-radius: 4px;
    background: #111;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
    border-color: #1f5c42;
    background: #1f5c42;
}

/* Validation */
.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 15px;
    border-radius: 4px;
}

/* Mobile */
@media (max-width: 767px) {
    .wpcf7-form .row {
        display: block;
    }

    .wpcf7-form .row > div,
    .wpcf7-form .form-group {
        width: 100%;
        margin-bottom: 16px;
    }

    .wpcf7-form input[type="submit"],
    .wpcf7-form button[type="submit"] {
        width: 100%;
    }
}