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


/* Theme Update Repair */
/* body{
    --mfn-button-padding: 10px 20px;
} */
p{
    line-height: 2;
}
#Header_wrapper{
    background: unset;
}
[class^="icon-"]:before, [class*=" icon-"]:before{
    margin-left: .2em;
    margin-right: .2em;
}
button, input[type=button], input[type=reset], input[type=submit], .button, .woocommerce a.added_to_cart, .wc-block-components-button:not(.is-link), .wp-block-button__link{
    display: inline-block;
}
.content_wrapper .button, .content_wrapper button, .content_wrapper input[type="button"], .content_wrapper input[type="reset"], .content_wrapper input[type="submit"]{
    margin: 0 10px 15px 0;
}
/* .button.has-icon .button_label{
    margin-left: 20px;
} */
.button .button_icon{
    padding-right: var(--mfn-button-gap);
    margin-left: -8px;
}
/* .image_item.image_frame.svg,  */

.image_item.image_frame.svg img{
    width: auto;
}
.content_slider .button{
    margin: -22px 0 0;
}


/* Theme Update Repair  Responsiveness */
@media  only screen and (max-width: 1239px){
    a[href^=tel]{
        color: #ffffff;
    }
}
@media only screen and (min-width: 960px){
    .hide-desktop{
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){

}
@media only screen and (min-width: 768px) and (max-width: 959px){
    body{
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    h1{
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    h2{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    h3{
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    h4{
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0px;
    }
    h5{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    h6{
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0px;
    }
}
@media only screen and (max-width: 767px){
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area{
        max-width: 700px!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    body{
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    h1{
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    h2{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    h3{
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    h4{
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0px;
    }
    h5{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    h6{
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 479px){
    body{
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    h1{
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    h2{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    h3{
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    h4{
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0px;
    }
    h5{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    h6{
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0px;
    }
}

/* Common Page Template */
.page-template-template-common-page #Header_wrapper{
    background-color: #1e2975;
}

/* Lander Pages Template */
.page-template-template-lp .button.phone_btn .button_label:hover{
    color:#DE1B1B;
}
.page-template-template-lp .phone_btn .button_icon i{
    color:#DE1B1B;
}
.page-template-template-lp .phone_btn.button_size_4, .page-template-template-lp .appoint_btn.button_size_4{
    transform: scale(1);
}
.page-template-template-lp .button.appoint_btn .button_icon{
    float: left;
    padding-right: 25px;
    position: relative;
}
@media only screen and (max-width: 767px){
    .page-template-template-lp .button.appoint_btn .button_icon{
        padding-right: 10px;
    }
}
