/*
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: 1.6.2
*/

#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
    background-color: transparent;
}
#Top_bar .top_bar_left {
    position: relative;
    float: left;
    width: 1200px;
}

@media only screen and (max-width: 767px) {
div#Top_bar {
    background-image: none;
    background-color: black!important;
}
}

@media screen and (min-width: 993) {
.cta-mobile {
   display: none!important;
}
}
@media screen and (max-width: 992) {
.cta-desktop {
   display:none!important;
}
}