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

#Content a {
    font-weight: bold;
}
.menu-link-color #Top_bar .menu > li > a {
    text-transform: uppercase;
}
.menu-link-color #Top_bar .menu > li > a {
}
.menu-link-color #Top_bar .menu > li > a > span {
    padding: 0 14px;
}
.upper h4 {
    text-transform: uppercase;
}
#Footer .widgets_wrapper {
    display: none;
}
.custom-tabs {
    margin-top: 10px;
}
.custom-tabs h3 {
    color: #9a8464;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
.custom-tabs a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 836px) {
.rev_slider .tp-revslider-slidesli .tp-parallax-wrap, .rev_slider .tp-revslider-slidesli .tp-loop-wrap,
.rev_slider .tp-revslider-slidesli .tp-mask-wrap {
    right: 0 !important;	
}
#table1 {
    margin-bottom: 20px;
    overflow-x: auto;
}
}

#Top_bar .logo {
    float: left;
    margin:0px !important;
}
@media only screen and (min-width: 768px) {
    body #Top_bar.is-sticky .logo{
       width: 115px !important;
    }
    body .logo-overflow #Top_bar.is-sticky #logo img:not(.svg) {
    	max-height: 58px!important;
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    body #Top_bar.is-sticky{
	position: fixed;
    }
    body .logo-overflow #Top_bar.is-sticky #logo img:not(.svg) {
        border: none;
    }
}

body #Top_bar #logo img {
    border: none;
}
#Top_bar.is-sticky {
    background: transparent !important;
}



