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

/* Theme customization starts here
-------------------------------------------------------------- */

/*=====General-Styles=====*/

.popupaoc-button{
    background:#00a136!important;
}

.underline-text:after{
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin: 10px auto 10px auto;
    background-color: #00a136;
}
.underline-text-left:after{
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin: 10px 0;
    background-color: #fff;
}
.button-width button, button.btn-modal-md{
    min-width: 130px;
}
button.btn-modal-md{
    border-radius: 0px !important;
    padding: 12px 12px !important;
}


/*Main-Menu*/
.header-transparent #Top_bar .menu > li > a span {
    text-transform: uppercase;
}
#Top_bar.is-sticky {
    background-color: #00a136 !important;
}
.header-transparent #Top_bar .menu > li > a:after{
    background: #00a136;
}
#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span {
    color: #fff;
}
.header-transparent #Top_bar.is-sticky .menu > li > a:after{
   background: #ffffff; 
}
.wpb_map_wraper {
    margin-bottom: 0 !important;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #E3C296;
}
.color-text h2, .color-text p{
    color: #FFF;
}

/*=====Responsive=====*/
@media (max-width: 1239px) {
    #Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a{
        color: #ffffff !important;
    }
    ul > li.current-menu-item > a, #Header #menu > ul > li.current_page_item > a{
        background: rgba(0,0,0,.08) !important;
    }
}


