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

h4 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0px;
}

h1, h2, h3, h4, .text-logo #logo {
    font-family: roboto;
}

h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 {
    color: #80a6cd;
}

#Footer .footer_copy .social {
    float: right;
    margin-right: 20px;
    display: none;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
}

ul {
	font-size: 16px;
}


hr {
    margin: 30px auto 30px !important;
}

.sub-footer-cta::before {
	background: linear-gradient(90deg,rgba(0,0,0,.2),transparent 70%);
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

body:not(.template-slider) #Header {
    min-height: 300px;
}

body:not(.template-slider) #Header_wrapper { 
	    background-position: center !important;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.big {
	    font-size: 16px;
	}
}

#Footer {
    background-color: #040404;
}

#Footer a {
    color: #fff;
    transition: all ease-out 0.2s;
}

#Footer a:hover {
    transition: all ease-out 0.2s;
    text-decoration: none;
}

.mhb-menu .menu > li > a > span {
    display: block;
    padding: 0 10px;
}

.mhb-button {
	display: none;
}

@media only screen and (min-width: 1145px) {
	.mhb-button {
		display: block;
	}
}

@media only screen and (min-width: 1300px) {
	.mhb-menu .menu > li > a > span {
	    display: block;
	    padding: 0 20px;
	}
}

.image_frame.no_border .wp-caption-text, .if-zoom .image_frame:not(.has_border) .wp-caption-text {
    padding: 20px;
    color: #0a94eb;
    font-size: 18px;
    font-weight: 500;
}

body #Subheader {
    border-top: 0;
}

iframe {
    margin-bottom: -6px;
}

body .image_frame, 
body .wp-caption {
	border: none;
}

.hr_dots {
	display: none;
}

.testimonials_slider .testimonials_slider_ul li .author h5 {
    color: #0095eb;
    font-size: 17px;
    margin-bottom: 3px;
}

.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    background: rgb(0, 149, 235);
    padding: 50px 60px 40px;
    border-radius: 6px;
}

.testimonials_slider blockquote {
    color: #fff;
    font-size: 28px;
    line-height: 1.6em;
    background: none;
}