/*
Theme Name: Betheme - Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Template: betheme
Requires PHP: 7.0
Version: 27.4.3

All css files are placed in /css/ folder
*/

/*header*/
	#Header {
	    position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	    z-index: 1;
	}
	.header-classic #Action_bar{
		position: relative;
	}
	#Action_bar .contact_details{
		float: right;
	}
	#Top_bar .menu li > ul{
		border-radius: 0 0 10px 10px;
		box-shadow:0 2px 10px 0  rgba(0,0,0,0.13);
	}
/*header end*/

/*roofing-slider*/
	.roofing-slider{
		padding: 20px;
	    background: #ffffff;
	    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.25);
	    border-radius: 0 16px 0 16px;
	    margin-top: -120px;
	}
	.roofing-slider p.title{
		display: none;
	}
	.roofing-slider .content_slider.carousel a.button{
		background-color: #D9531F !important;
	}
	.work-slider-wrap .content_slider.carousel a.button:hover{
		opacity: 0.6;
	}
	.roofing-slider .content_slider.carousel a.button .button_icon{
		opacity: 1;
	}
	.roofing-slider .content_slider.carousel a.slider_prev{
		left: -120px;
	}
	.roofing-slider .content_slider.carousel a.slider_next{
		right: -120px;
	}

	.roofing-slider .content_slider .slider_prev,
	.roofing-slider .content_slider .slider_next{
		overflow:visible;
	}
	.roofing-slider .content_slider .slider_prev:before {
	    content: '';
	    border-top: 10px solid #0B1B28;
	    border-bottom: 10px solid transparent;
	    border-left: 9px solid transparent;
	    border-right: 9px solid #0B1B28;
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	}
	.roofing-slider .content_slider .slider_next:before {
	    content: '';
	    border-top: 10px solid #0B1B28;
	    border-bottom: 10px solid transparent;
	    border-right: 9px solid transparent;
	    border-left: 9px solid #0B1B28;
	    position: absolute;
	    bottom: -20px;
	    right: 0;
	}

	@media only screen and (max-width: 767px){
		.roofing-slider .content_slider .slider_prev:before,
		.roofing-slider .content_slider .slider_next:before {
			display: none;
		}
	}
/*roofing-slider end*/
/*Work-slider*/
	.work-slider-wrap .content_slider_ul.slick-slider a.button{
		background-color: #D9531F !important;
	}
	.work-slider-wrap .content_slider_ul.slick-slider a.button:hover{
		opacity: 0.6;
	}
	.work-slider-wrap .content_slider_ul.slick-slider a.button .button_icon{
		opacity: 1;
	}
	.work-slider-wrap .content_slider_ul.slick-slider a.slider_prev{
		left: -20px;
	}
	.work-slider-wrap .content_slider_ul.slick-slider a.slider_next{
		right: -20px;
	}
	.work-slider-wrap .content_slider .slider_prev,
	.work-slider-wrap .content_slider .slider_next{
		overflow:visible;
	}
	.work-slider-wrap .content_slider .slider_prev:before {
	    content: '';
	    border-top: 10px solid #0B1B28;
	    border-bottom: 10px solid transparent;
	    border-left: 10px solid transparent;
	    border-right: 10px solid #0B1B28;
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	}
	.work-slider-wrap .content_slider .slider_next:before {
	    content: '';
	    border-top: 10px solid #0B1B28;
	    border-bottom: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-left: 10px solid #0B1B28;
	    position: absolute;
	    bottom: -20px;
	    right: 0;
	}

	@media only screen and (max-width: 767px){
		.work-slider-wrap  .content_slider .slider_prev:before,
		.work-slider-wrap .content_slider .slider_next:before {
			display: none;
		}
	}
/*Work-slider end*/
/*testimonial-wrap*/
	.testimonial-wrap .testimonials_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -5px;
	}
	.testimonial-wrap .testimonials_list .item{
		max-width: 33.33%;
		max-width: 33.33%;
		padding: 0 5px 15px 5px;
	}
	.testimonial-wrap .testimonials_list .item .desc{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		background-color: #ffffff;
		box-shadow: 0 6px 10.4px -1px rgba(0,0,0,0.25);
		border-radius: 10px 0 10px 0;
		padding: 25px;
		height: 100%;
		position: relative;
	}
	.testimonial-wrap .testimonials_list .item .desc:after{
		content:'';
		border: 1px solid #D9531F;
		position: absolute;
		height: calc(100% - 20px);
		width: calc(100% - 20px);;
		left: 10px;
		top: 10px;
		border-radius: 10px 0 10px 0;
	}
	.testimonial-wrap .testimonials_list .item .desc .title{
		order: 5;
		width: 100%;
	}
	.testimonial-wrap .testimonials_list .item .desc blockquote{
		margin: 0;
	}
	.testimonial-wrap .icon-quote:before{
		content:'';
		background-image: url("https://www.charlotteroofing.com/wp-content/uploads/2024/05/quote-up.png");
		background-repeat: no-repeat;
		background-size: 73px;
		height: 73px;
		width: 73px;
	}
	.testimonial-wrap blockquote:after{
		content:'';
		background-image: url("https://www.charlotteroofing.com/wp-content/uploads/2024/05/quote-down.png");
		background-repeat: no-repeat;
		background-size: 73px;
		height: 73px;
		width: 73px;
		position: absolute;
		top: 100%;
		right: 0;
	}
	@media only screen and (max-width: 767px){
		.testimonial-wrap .testimonials_list .item{
			max-width: 50%;
			flex: 0 0 50%;
		}
		.testimonial-wrap .icon-quote:before,
		.testimonial-wrap blockquote:after{
			height: 50px;
			width: 50px;
			background-size: 50px;
		}
	}
	@media only screen and (max-width: 479px){
		.testimonial-wrap .testimonials_list .item{
			max-width: 100%;
			flex: 0 0 100%;
		}
		.testimonial-wrap .icon-quote:before,
		.testimonial-wrap blockquote:after{
			height: 30px;
			width: 30px;
			background-size: 30px;
		}
	}
/*testimonial-wrap end*/
/*single-testimonial*/
	.single-testimonial-wrap .testimonials_slider .testimonials_slider_ul li .bq_wrapper{
		background-color: transparent;
		margin: 0;
		padding: 0 15px;
	}
	.single-testimonial-wrap .hr_dots{
		display: none;
	}
	.single-testimonial-wrap .icon-quote:before{
		content: '';
	    background-image: url(https://www.charlotteroofing.com/wp-content/uploads/2024/05/quote-up.png);
	    background-repeat: no-repeat;
	    background-size: 73px;
	    height: 73px;
	    width: 73px;
	}
	.single-testimonial-wrap blockquote:after{
	    content: '';
	    background-image: url(https://www.charlotteroofing.com/wp-content/uploads/2024/05/quote-down.png);
	    background-repeat: no-repeat;
	    background-size: 73px;
	    height: 73px;
	    width: 73px;
	    position: absolute;
	    top: 80%;
	    right: 0;
	}
	.single-testimonial-wrap .testimonials_slider .testimonials_slider_ul li .author{
		text-align: left;
		padding-left: 40px;
		padding-top: 20px;
	}
	.single-testimonial-wrap .slider_pagination{
		display: none;
	}
/*single-testimonial END*/
/* half-bg-wrapper */
@media only screen and (max-width: 767px){
	.half-bg-wrapper:after{
		content: '';
		background-color: rgba(0,0,0,0.6);
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		left: 0;
	}
}
/* half-bg-wrapper END */
/*Hover-box-wrapper*/
	section.hover-box-wrapper .mfn-module-wrapper .photo_box {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
		border-radius: 5px;
	}
	section.hover-box-wrapper .mfn-module-wrapper .photo_box .image_frame{
		order: 1;
		margin-bottom: 0;
	}
	section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box .title{
		order: 2;
		position: absolute;
		top: calc(100% - 54px);
		z-index: 1;
		background-color: rgba(0,0,0,0.81);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		border-top: 4px solid #D9531F;
		margin-bottom: 0;
		transition: all 0.3s;
		pointer-events: none;
	}
	section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box .desc{
		order: 3;
		position: absolute;
		opacity: 1;
		z-index: 1;
		background-color: rgba(0,0,0,0.81);
		height: calc(100% - 54px);
		padding: 0 10px;
		top: 100%;
		transition: all 0.3s;
		pointer-events: none;
	}
	section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box:hover .title{
		top: 0;
	}
	section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box:hover .desc{
		opacity: 1;
		top: 54px;
	}
	@media only screen and (max-width: 991px){
			section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box .title {
				top: calc(100% - 49px);
		}
		section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box .desc{
			height: calc(100% - 49px)
		}
		section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box:hover .desc{
			top: 49px;
		}
	}
	@media only screen and (max-width: 767px){
			section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box .title {
				top: calc(100% - 42px);
		}
		section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box .desc{
			height: calc(100% - 42px)
		}
		section.hover-box-wrapper .mcb-wrap .mfn-module-wrapper .photo_box:hover .desc{
			top: 42px;
		}
	}
/*Hover-box-wrapper END*/
/*single-slider-wrapper*/
	.single-slider-wrapper .content_slider{
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
	.single-slider-wrapper .content_slider .slick-arrow {
		font-size: 20px;
	}
	.single-slider-wrapper .content_slider .slider_prev {
	    left: -15px;
	    overflow: visible;
	}
	.single-slider-wrapper .content_slider .slider_prev:before {
	    content: '';
	    border-top: 10px solid #0B1B28;
	    border-bottom: 10px solid transparent;
	    border-left: 8px solid transparent;
	    border-right: 8px solid #0B1B28;
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	}
	.single-slider-wrapper .content_slider .slider_next {
	    right: -15px;
	    overflow: visible;
	}
	.single-slider-wrapper .content_slider .slider_next:before {
	    content: '';
	    border-top: 10px solid #0B1B28;
	    border-bottom: 10px solid transparent;
	    border-right: 8px solid transparent;
	    border-left: 8px solid #0B1B28;
	    position: absolute;
	    bottom: -20px;
	    right: 0;
	}
	.single-slider-wrapper .slick-slide li{
		position: relative;
	}
	.single-slider-wrapper .slick-slide li:before{
		content: '';
	    border: 1px solid #D9531F;
	    height: calc(100% - 40px);
	    width: calc(100% - 40px);
	    position: absolute;
	    z-index: 1;
	    top: 20px;
	    left: 20px;
	}
	.single-slider-wrapper .slick-slide li img{
		width: 100%;
	}
	@media only screen and (max-width: 1440px){
		.single-slider-wrapper .content_slider{
			width: 95%;
		}
	}
	@media only screen and (max-width: 767px){
		.single-slider-wrapper .content_slider{
			width: 100%;
		}
		.single-slider-wrapper .slick-slide li:before {
		    height: calc(100% - 20px);
		    width: calc(100% - 20px);
		    top: 10px;
		    left: 10px;
		}
		.single-slider-wrapper .content_slider .slick-arrow{
			font-size: 15px;
		}
		.single-slider-wrapper .content_slider .slider_prev:before,
		.single-slider-wrapper .content_slider .slider_next:before {
			display: none;
		}

	}
/*single-slider-wrapper END*/
/*form-wrapper*/
	.form-wrapper .form-row{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.form-wrapper .form-row .half{
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px;
	}
	.form-wrapper .form-row .full{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	.form-wrapper .mcb-wrap .mcb-item-cf7-inner form .form-row input[type="file"]{
		color: #ffffff;
	}
	@media only screen and (max-width: 767px){
		.form-wrapper .form-row .half{
			flex: 0 0 100%;
			max-width: 100%;
		}
	}
/*form-wrapper END*/
/*blog*/
	#Filters .filters_buttons{
		background-image: url('images/graphic-2.png');
		background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-color: #152b3b;
	    background-blend-mode: multiply;
	}

	#Filters .filters_buttons li.label{
		color: #D9531F;
		font-weight: bold;
	}
	#Filters .filters_buttons li a{
		color: #ffffff;
	}
	#Filters .filters_wrapper ul li a:hover{
		background-color: #20384B;
	}
	#Filters .filters_wrapper ul li.close a{
		background-color: #D9531F;
		opacity: 0.8;
	}
	#Filters .filters_wrapper ul li.close a:hover{
		background-color: #D9531F;
		opacity: 1;
	}
	.post-desc-wrapper .post-title h4 a{
		color: #20384B;
	}
	.post-desc-wrapper .post-excerpt{
		color: #191919;
	}
	.post-desc-wrapper .post-footer .post-links a{
		color: #20384B;
	}
	.post-desc-wrapper .post-footer .post-links a:hover{
		color: #D9531F;
	}
	.pager .pages{
		background-image: url('images/graphic-2.png');
		background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-color: #152b3b;
	    background-blend-mode: multiply;
	}
	.pager .pages a{
		color: #ffffff;
	}
	.pager .pages a:hover,
	.pager .pages a.active{
		background-color: #fff;
		color: #152b3b;
	}
	.pager a.next_page, 
	.pager a.prev_page{
		background-color: #9EC2C9;
		color: #ffffff;
		padding: 0 20px;
		transition: all 0.6s;
	}
	.pager a.next_page{
		border-radius: 0 30px 30px 0;
	} 
	.pager a.prev_page{
		border-radius: 30px 0 0 30px;
	}
	.pager a.next_page:hover, 
	.pager a.prev_page:hover{
		background-color: #152b3b;
		color: #ffffff;
		text-decoration: none;
	}
/*blog END*/

.roofing-slider {
	margin-top: -90px;
}

.content_slider_ul .slick-track {
	display: flex;
	align-items: center;
}

/*author*/
.author_wrapper .author-name h2.author-title {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}

.author_wrapper .learn-more-btn {
	text-align: center;
	padding: 20px 0;
}

.author-headshot {
	height: 200px;
	width: 200px;
	margin: 0 auto;
}

.author_wrapper .author-headshot img {
	border-radius: 50%;
	padding: 0;
	object-fit: cover;
	display: inline-block;
	width: 100%;
	height: 100%;
	object-position: top;
}

.author_wrapper .learn-more-btn .button {
	background: #d9541e;
	border: 2px solid #d9541e;
	color: #fff;
}

.author_wrapper .learn-more-btn .button:hover {
	background: #ffffff;
	color: #d9541e;
	border: 2px solid #d9541e;
}

.author_wrapper .author-footer {
	padding: 10px 0;
}

.author_wrapper .author-footer h4 {
	font-weight: 700;
	font-style: italic;
}

.author_wrapper .author-bio p {
	word-break: break-all;
}

/*single-blog*/
.single .vcard a {
	display: inline-block;
	border: none;
}

.single .vcard a img {
	width: 25px;
	border-radius: 50%;
	vertical-align: text-bottom;
}

/*Single Blog */
	#Intro{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#Intro:before {
	    content: '';
	    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	}
/*Single Blog END*/
/*footer*/
	#Footer{
		background-blend-mode: multiply;
	}
	#Footer .footer_copy{
		background-color: #152b3b;
	}
	
	#Footer .widget h4{
		font-family: Playfair Display;
		font-size: 24px;
		font-weight: bold;
	}
	#Footer .widget_mfn_menu ul li{
		list-style-type: disc;
			margin-left: 25px;
	}
	#Footer .widget_mfn_menu ul li a{
		background-color: transparent;
		border: 0;
		color: #f3f3f3;
		font-size: 20px;
		font-family: Poppins;
		font-weight: 300;
	}
	#Footer .widget_mfn_menu ul li a:hover{
		color: #D9531F !important;
	}
	#Footer .widget_text p{
		color: #f3f3f3;
		font-size: 20px;
		font-family: Poppins;
		font-weight: 300;
		position: relative;
	}
	#Footer .widget_text ul li{
		color: #f3f3f3;
		font-size: 20px;
		font-family: Poppins;
		font-weight: normal;
		padding-left: 50px;
		position: relative;
		margin-bottom: 20px;
	}
	#Footer .widget_text ul li img{
		position: absolute;
		left: 3px;
		top: 4px;
	}
	#Footer .widget_text ul li a{
		color: #ffffff;
	}
	#Footer .widget_text ul li a:hover{
		color: #D9531F;
		text-decoration: none;
	}
	#Footer .form-row{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  align-items: center;
	}
	#Footer .form-row .first{
		flex: 0 0 70%;
		max-width: 70%;
	}
	#Footer .form-row .last{
		flex: 0 0 30%;
		max-width: 30%;
	}
	#Footer .form-row input[type="email"]{
		font-size: 14px;
		color: #000000;
		width: 100%;
		line-height: 1.4;
		padding: 10px 20px;
		border: 1px solid #ffffff;
	}
	#Footer .form-row input[type="text"]::-ms-input-placeholder { /* Edge 12-18 */
	  color: #e1e1e1;
	}

	#Footer .form-row input[type="text"]::placeholder {
	  color: #e1e1e1;
	}
	#Footer .form-row .wpcf7-submit{
		background-color: #152B3B;
		border: 1px solid #152b3b;
		border-radius: 0 30px 30px 0;
		font-size: 14px;
		line-height: 1.5;
		font-family: Poppins;
		font-weight: 500;
		padding: 10px 30px;
		max-width: 114px;
		margin-top: -3px;
	}
	#Footer .form-row .wpcf7-submit:hover{
		background-color: #ffffff;
		color: #152b3b;
	}
	.wpcf7-spinner{
		position: absolute;
	}
	@media only screen and (max-width: 767px){
		#Footer .widget h4{
			font-size: 22px;
		}
		#Footer .widget_text p,
		#Footer .widget_text ul li,
		#Footer .widget_mfn_menu ul li a{
			font-size: 18px;
			line-height: 1.5;
		}
	}
	@media only screen and (max-width: 479px){
		#Footer .form-row{
			justify-content: center;
			align-items: center;
		}
		#Footer .form-row .first,
		#Footer .form-row .last{
			flex: 0 0 100%;
			max-width: 100%;
		}
		#Footer .form-row .wpcf7-submit{
			width: 100%;
			border-radius: 30px;
			text-align: center;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
		}
		#Footer .widget_text ul li a{
			word-wrap: break-word;
		}
	}
/*footer* end/