/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


#popup_contact > a.button{
    color: rgb(0, 0, 0)!important;
    background: rgba(164, 90, 27, 0.5)!important;
}
a#back_to_top.button.button_js {
    color: #000000!important;
    background: rgba(164, 90, 27, 0.5)!important;
}
#popup_contact .popup_contact_wrapper {
    background: rgba(164, 90, 27, 0.5)!important;
    width: 600px;
}
select.kurs{
    -webkit-appearance: menulist!important;
    margin: 30px auto;
}
a.responsive-menu-toggle:before {
    content: "Меню";
    left: -96px;
    position: absolute;
    top: 6px;
    font-size: 28px;
}

@media (min-width:768px){
    a.responsive-menu-toggle:before {
        top: 4px;
    }
}

@media (min-width:960px){
    a.responsive-menu-toggle:before {
        top: 2px;
    }
}