/*
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: 2.0.1
*/
#Content {
	padding: 0;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
	padding: 15px 0 !important;
}

.highlight-left:after, .highlight-right:after {
    background: #13162f;
}
.custom--list .feature_list ul li .icon {
    width: 50px;
    height: 50px;
background: #fff; 
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	border: 1px solid #13162f1c;
}

.custom--list .feature_list ul li .icon i{
	line-height: 50px !important;
	font-size: 25px !important;
	color: #13162f !important;
}

.custom--list .feature_list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom--list .feature_list ul li {
	width: 80%;
}
.custom--list .feature_list li {
	display: flex;
	align-items: center;
}
.custom--right-list .feature_list ul li {
	flex-direction: row-reverse;
}
.custom--right-list .feature_list ul li p {
	padding-right: 10px;
	    text-align: right;
}
.feature_list hr {
    display: none;
}
#Top_bar .menu > li ul li a {
    color: #f6f6f6;
}
#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a {
    color: #fff219;
}

.footer-cta span {
	background: #13162f;
	width: 35px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}

.margin--auto {
	margin: 0 auto;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    box-shadow: none;
    height: 50px;
    padding: 15px;
}
.wpcf7-form .submit-button {
	text-align: center;
}
textarea {
	height: 120px;
}
.cta--phone a {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
	vertical-align: middle;
}
.cta--phone .cta--icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #13162f;
}
.feature--box .feature_box .feature_box_wrapper .photo_wrapper, 
.feature--box .feature_box .feature_box_wrapper .desc_wrapper {
    width: 100%;
}
.feature--box .feature_box .feature_box_wrapper .desc_wrapper {
    padding-left: 0;
}
.feature--sec, .about--image {
	position:relative;
}
.feature--sec:after {
	content: "";
	height: 210px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f1f1;
}
.about--image:before {
	content:"";
	width: 160px;
	height:200px;
	border-radius: 5px;
	background: #43277c;
	position: absolute;
	top: -20px;
	left: -20px;
		
}
.accordion .question .answer a {
	color: #5C5C5C;
}
.accordion .question > .title {
    box-shadow: none;
}
.accordion .question .title {
    background: #f9f9f9;
}
#Action_bar .contact_details li > i {
    margin-right: 10px;
}

.right-btbox .mfn-inline-editor {
	width: 50% !important;
}

.custom--faq .accordion .question.active > .title > .acc-icon-plus, 
.custom--faq .accordion .question.active > .title > .acc-icon-minus, 
.custom--faq .accordion .question.active > .title {
    color: #43277c;
}
.custom--faq .accordion .question > .title,
.custom--faq .accordion .question > .answer {
	box-shadow: none;
}
.custom--faq .accordion .question {
    margin-bottom: 15px;
}
.custom--faq .accordion .question > .title {
    font-size: 14px;
    font-weight: 500;
}

.landing-editor h2 {
   font-size: 32px;
}
.landing-editor h3 {
   font-size: 28px;
}
.landing-editor h4 {
   font-size: 24px;
}

.whatsapp_support {
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.section_wrapper .mfn-visualeditor-content.mfn-inline-editor h2 {
    font-size: 30px !important;
}
.section_wrapper .mfn-visualeditor-content.mfn-inline-editor h3 {
    font-size: 24px !important;
}
.schema-faq-section {
    border: 1px solid rgba(0,0,0,.08);
    margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	color: #444444;
	background: #f9f9f9;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
      color: #fff;
    background: #1a1d36;
}

.wp-block-yoast-faq-block .schema-faq-question {
    display:block;
    padding: 14px 14px 14px 60px;
    position:relative;
	font-weight: 500;
    font-size: 14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
    cursor:pointer;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin:0;
    padding:15px 20px 20px;
	background-color: #fff;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
    margin-top: 4px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
    content:'';
    display:block;
    border:2px solid rgba(0,0,0,.08);
    border-width:0px 2px 2px 0px;
    width:9px;
    height:9px;
    box-sizing:border-box;
    position:absolute;
    left:21px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
    top:20px;
    transform:rotate(-45deg);
    transition:all 0.3s 0.3s ease;
	border-color: #444;
}
.wp-block-yoast-faq-block .schema-faq-question:hover:before {
	border-color: #fff;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
    top:18px;
    transform:rotate(45deg);
	border-color: #fff;
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
    max-height:0;
    overflow:hidden;
    border-bottom-width:0;
    padding-top:0;
    padding-bottom:0;
    transition:padding-bottom 0.3s ease-in, max-height 0.4s ease-in, padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    max-height:9999px;
    border-bottom-width:1px;
    padding-top:12px;
    padding-bottom:20px;
    transition:padding-top 0.2s ease-in, max-height 0.3s 0.2s linear, padding-bottom 0.4s 0.2s ease;
}
@media only screen and (min-width: 1240px) {
    #Top_bar.is-sticky #logo, #Top_bar.is-sticky .custom-logo-link {
        padding: 5px 10px !important;
    }
    .menuo-right #Top_bar:not(.is-sticky) .menu_wrapper {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 1810px) { 
	.highlight-left.landing-hero-sec {
		background-size: cover !important;
	}
}
@media only screen and (max-width: 1200px) {
	.services-header {
		background-size: cover !important;
	}
	.highlight-left.landing-hero-sec {
		background-size: cover !important;
	}
	.highlight-left.landing-hero-sec .title {
		font-size: 32px;
	}
	 .highlight-left.landing-hero-sec .laptop-one-third.column {
        width: 45.333%;
    }
}

@media only screen and (max-width: 767px) {
	#Action_bar .contact_details {
		display: flex;
		justify-content: space-between;
	}
	 #Top_bar .logo {
        width: 300px;
    }
	#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
        padding: 15px 25px !important;
    }
	#Action_bar .contact_details {
        justify-content: flex-start;
        float: left;
    }
	#Action_bar .social {
        float: right;
    }
	#Action_bar .column {
		padding: 0;
	}
	#Header .container {
		max-width: 100% !important;
	}
	#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
        margin: 10px;
    }
	.services-header {
		background: #151831 !important;
	}
	.services-header .mcb-background-overlay {
		display: none !important;
	}
	
	.section_wrapper .call_to_action .call_left .title {
		font-size: 34px !important;
	}
	.landing-editor h2 {
	   font-size: 28px;
	}
	.landing-editor h3 {
	   font-size: 24px;
	}
	.landing-editor h4 {
	   font-size: 20px;
	}
	 .highlight-left .section_wrapper .wrap, .highlight-right .section_wrapper .wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    #Top_bar .logo {
        width: auto;
		margin-left: 0;
    }
	#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
        margin: 10px 0;
    }
	#Footer .widgets_wrapper {
		padding: 40px 0;
	}
	#Footer .widget {
		margin: 10px 0;
	}
	.footer-cta {
		margin: 0;
	}
	.footer-cta span {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 479px) {
	.feature--box .feature_box .feature_box_wrapper .photo_wrapper {
		text-align: left;
	}
	.whatsapp_support {
    left: 10px;
    bottom: 10px;
    max-width: 50px;
	}
	#Top_bar .logo #logo {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 420px) {
	#Action_bar .social {
        display: none;
    }
}

.clients_slider ul.slick-slider li img {
    max-height: 40px;
}
