#header-top p { margin: 0 !important; font-family: 'Barlow' !important; font-size: 16px !important; } #top-btn a.fusion-button { font-size: 14px !important; padding: 10px 20px !important; } #top-btn a .fusion-button-text { font-weight: 600 !important; font-family: 'Barlow' !important; padding-left: 41px !important; } #ccb-logo img { max-width: 400px; height: auto; width: 100%; } #breakers-logo img { max-width: 400px; height: auto; width: 100%; } .fusion-content-layout-row:not(.fusion-content-nowrap)>.fusion-menu-element-wrapper { width: 100% !important; } #main-menu ul#menu-main-menu { min-height: 0px !important; } #main_menu_wrapper_div { box-shadow: 0px 1px 6px #000000 !important; } @media screen and (max-width: 767px) { #top-btn #menu-top-menu { justify-content: center !important; } #top-btn #menu-top-menu li { margin-bottom: 10px; } }
div#mobile_floating_menu { margin: 0px 0 2px 0 !important; } div#mobile_floating_menu * { position: relative !important; font-size: 18px; } #mobile_floating_menu ul.fm-bar { display: flex !important; width: 100% !important; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-around; align-items: stretch; top: unset !important; right: unset !important; margin: 0 !important; padding: 0 !important; list-style: none !important; } #mobile_floating_menu .fm-bar.fm-right li { height: 40px !important; background-color: rgb(238,103,40) !important; width: 100%; margin: 0 1px; } #mobile_floating_menu .fm-bar.fm-right li a { position: relative !important; display: flex !important; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; height: 100%; } jQuery(document).ready(function($){ $('#mobile_floating_menu').html($('.floating-menu').html()); });
Go to Top