/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


.home-page-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out;
}

.mhb-view.desktop .first-row .mhb-row-wrapper img {
    height: revert-layer !important;
}

.mhb-menu .menu > li > a {
    display: block !important;
    padding: 10px 0 1px !important;
}

.footer_copy .column.one {
    width: 98% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

#Footer .footer_copy .column.one .mcb-column-inner {
    margin: 0 !important;
}

.sub-menu a.menu-toggle {
    display: none !important;
}

#Footer .widgets_wrapper .widget {
    padding: 15px 0;
    margin: 0;
}

#Footer .widgets_wrapper .mcb-column-inner i:before {
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
}

#Header_wrapper #Subheader:after {
    display: none !important;
}




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

.footer_copy .column.one {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
}
