/* ===================
  CUSTOM THEME STYLES 
===================*/
/* Small header at the top */
.ast-above-header-wrap {
	background: #0c0c0c !important;
}

/* Google review widget */
.ti-widget-container {
	width: 400px !important;
}

/* Contact Form 7 submit message */
.wpcf7 form .wpcf7-response-output {
color: #fff;
}

/* Custom contact icon box */
.interactive-icon-box .elementor-icon {
	border-width: 6px !important;
	border-color: #ff7a75 !important;
}

.interactive-icon-box.icon-pulse .elementor-icon {
	animation: pulse 2s infinite;
}

.interactive-icon-box.hover-pulse .elementor-icon:hover {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}

/* Slider Images */
.slider-images img {
	height: 450px;
	margin-bottom: 20px;
}

/*===================
 HOMEPAGE
===================*/
.floating-section {
    min-width: 87% !important;
    max-width: 87% !important;
}

/* Custom Tab Swticher */
.custom-tab-switcher .wpr-switcher-container {
    justify-content: flex-end;
}

/* Services section */
.services-section-card img {
	width: 100%;
	height: 275px;
}

.services-slider-card img {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

/*===================
 * REVIEWS SLIDER
===================*/
.wpr-testimonial-meta-position-top .wpr-testimonial-content-inner {
    margin-top: 0px !important;
}

.review-slider .slick-slide > div,
.review-slider .wpr-testimonial-item{
    height: 335px !important;
}

.review-read-more-link {
    color: #7a7a7a;
    display: block;
    margin-top: 10px;
}

.review-read-more-link:hover {
    color: #3a3a3a !important;
    text-decoration: underline !important;
    transition: none !important;
}

.before-after-block img {
    height: 400px;
}

/*===================
 RESPONSIVE
===================*/
@media (max-width: 1024px) {
	/* Custom Tab Swticher */
.custom-tab-switcher .wpr-switcher-container {
    justify-content: center;
}

}

@media screen and (max-width: 767px) {
		.custom-tab-switcher .wpr-switcher-outer {
		width: 100%;
			overflow: hidden;
	}
	
	.before-after-block img {
    height: 275px;
}

	.floating-section {
    min-width: 90% !important;
}
	/* Google review widget */
.ti-widget-container {
	width: auto !important;
}
	
	.review-slider .slick-slide > div,
.review-slider .wpr-testimonial-item{
    height: 385px !important;
}

}
