/*
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
*/
#Top_bar #logo {
    height: 90px;
    line-height: 90px;
    padding: 5px 0;
}
#Top_bar #logo img {
    max-height: 90px !important;
}
#Top_bar .menu > li > a {
    line-height: 70px;
}
#Top_bar .menu > li > a span:not(.description) {
    line-height: 70px;
}
body.button-custom .action_button {
    background-color: #003133;
    color: #ffffff;
}
.button-custom a.action_button:hover {
    background-color: #C8CE8B;
    color: #003133;
}
.portfolio-item a {
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky #logo img.svg {
        width: 160px;
    }
    #Top_bar.is-sticky #logo img.logo-sticky {        
        max-height: 50px !important;
    }
    #Top_bar.is-sticky .menu > li > a span {
        line-height: 30px !important;
    }
}