/* changes background color on header and footer */ .site-header,.has-fixed-header .site-header.shrink { background-color: #fff; } .nav-primary { background-color: rgba(255, 255, 255, .98); } .menu-item a span { color: #232c39; } .site-footer { background-color: #fafafa; } .site-footer, .site-footer a, .site-footer .widget-title { color: #231F20!important; } .site-footer a:hover { color: #EA2127!important; } /* changes color on menu items */ #genesis-nav-primary .menu-item a { color:#231F20; } /* changes color on sub-menu toggles */ #genesis-nav-primary .menu-item span::after, .sub-menu-toggle::before { border-top-color: #231F20; } /* changes color on hamburger button */ .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { background: #231F20; } /*changes background on default page header*/ #hero-section::before { background:none; } #hero-section { background-image: url("/wp-content/uploads/2023/10/Daigle-Cleaning-Systems_logo-patterened-bg-red.jpg"); } /* fixes visiblity issues with sub-menus */ .sub-menu li.menu-item:first-child, .sub-menu li.menu-item:last-child { overflow: visible!important; } /* spacing fixes on homepage */ .elementor-widget:not(:last-child), .elementor-element-12a8cfa p { margin-bottom: 0; } /* home page testimonial slider */ .strong-view-id-1 { background-color: #fff; padding: 24px; border-radius: 36px; } .strong-view-id-1 .testimonial-content { font-size: 16px; } .strong-view-id-1 .testimonial-name { font-weight: bold; } /*footer widgets*/ .footer-widgets .menu-item { width: 100%; } /* button styles */ button, .btn, .button, input[type="button"] { border-radius: 36px; background-color: #EA2127; } /*image styles*/ .entry-content img { border-radius: 12px; box-shadow: 0 0 6px rgba(0,0,0,0.3); } /* contact forms */ #emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom { margin-bottom:12px; } #SendEmail, #getDirections { width: 100%; } /* spacing adjustments on blog */ .blog .entry, .archive .entry, .search-results .entry, .page-template-page_blog .entry { margin: 6px!important } /* custom headers on franchise pages */ .hfe-nav-menu .menu-item-has-children .sub-menu { display: block!important; } .hfe-nav-menu .sub-menu .sub-menu { margin-left: 0!important; } .hfe-sub-menu-item { padding-left: 18px!important; } .hfe-menu-toggle, .hfe-menu-toggle .svg-inline--fa { width: 8px; height: 8px; } .hfe-menu-toggle { background-image: url("/wp-content/uploads/2023/10/menu-toggle.png"); background-position: center; background-size: cover; } @media screen and (max-width: 1024px) { .elementor-636, .hfe-flyout-left { min-width: 100%!important; } .hfe-flyout-content { background-color: rgba(255,255,255,.95)!important; } .hfe-flyout-content .hfe-nav-menu { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 60px; } .hfe-flyout-content .hfe-menu-item { font-size: 24px!important; margin: 6px 0; } .hfe-flyout-content .hfe-menu-toggle { margin-left: 12px; } } .menu-item a { color: #232c39 !important; }