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


#reserve-mobile {
    display: none;
}
@media ( max-width: 1239px ){
    #reserve-mobile {
        display: inline-block;
        background-color: #FFF;
        padding: 5px 16px;
        color: #90b430;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0px;
        border-radius: 2px;
        position: absolute;
        right: 72px;
        top: 23px;
    }
}
@media ( max-width: 767px ){
    #reserve-mobile {
        line-height: 27px;
        top: 13px;
    }
}