/*
Theme Name: Rosemount Theme
Theme URI: 
Author: Greg
Author URI: 
Description: Test theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rosemount-theme
Tags: 
*/

/* custom nav style */
.RMNAV_custom {position:sticky !important;z-index:5;width:100%;background-image:linear-gradient(#FFA600 0,#F18D01 15%,#FFA600 85%,#F18D01 100%);column-gap:0}
    .RMNAV_custom > li:hover {background-image:linear-gradient(#F99C00 0,#EB8200 15%,#F99C00 85%,#EB8200 100%)}
        .RMNAV_custom a {padding:12px min(24px,3vw);color:#ffffff !important}
            .RMNAV_custom .wp-block-navigation__submenu-icon {position:absolute;right:8px}
            .RMNAV_custom svg {color:#ffffff}
    .RMNAV_custom .wp-block-navigation__responsive-container-open {padding:8px}
    .RMNAV_custom .wp-block-navigation__responsive-container {background-color:#FFA600 !important}

@media only screen and (min-width:783px) {
    .RMNAV_custom {box-shadow:0 3px 5px rgba(40,40,40,0.1)}
}
@media only screen and (max-width:782px) {
    .RMNAV_custom a {padding:8px max(24px,3vw) !important;font-size:1rem}
}

/* custom ul */
.RMCTM_ul {list-style-type:none;margin:0;padding:min(24px,3vw) !important}
    .RMCTM_ul li {margin:0;padding:8px 0}
        .RMCTM_ul li:first-of-type {padding:0 0 8px}
        .RMCTM_ul li:not(:last-of-type) {border-bottom:solid 1px #ffffff}
        .RMCTM_ul li:last-of-type {padding:8px 0 0}

/* custom accordian */
.RMCTM_accordian h3.ea-header a {font-weight:300 !important}
.RMCTM_accordian h3.ea-header i.ea-expand-icon {opacity:0.2}

/* custom button */
.RMCTM_form .forminator-button {background-color:#FFA600;color:#ffffff;border-radius:5px !important}
.RMCTM_form .forminator-button:hover {background-color:#F99C00;box-shadow:none !important}



