/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1665626435
Updated: 2022-10-13 10:00:35

*/

/* Location Redirect */
a.sime-loc {
    color: #FFF;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: 'verdana';
}

span.read-more-content{
	font-family: 'verdana';
}
span.wpcf7-list-item-label {
    font-family: 'verdana';
}
h2.elementor-heading-title.elementor-size-default {
    font-family: 'verdana' !important;
}
.contact-form {
    font-family: 'verdana';
}

.read-more-content{
	height: 50px;
	display: block;
	overflow: hidden;
	transition: .3s ease;
}


.read-more-content.active{
	height: auto;
}

.elementor-testimonial-content{
	min-height: unset !important;
}

.contact-form .acceptance-col span.wpcf7-list-item input {
    min-height: auto;
    height: 13px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffffff !important;
	border: 0 !important;
}

.our-brands-slider .elementor-swiper-button-prev{
	font-size: 0 !important;
	left: 0 !important;
}

.our-brands-slider .elementor-swiper-button-next{
	font-size: 0 !important;
	right: 0 !important;
}

.cstm-slider .slick-arrow.slick-prev{
	font-size: 30px !important;
}

.cstm-slider .slick-arrow.slick-next{
	font-size: 30px !important;
}
.contact-form .acceptance-col span.wpcf7-list-item input{
	padding: 10px !important;
}

.wpcf7-spinner{
	display: none !important;
}

@media (max-width: 767px){
	.car-slider.cstm-slider .slick-arrow.slick-prev {
		left: 00px !important;
		color: #230410;
	}
	
	.car-slider.cstm-slider .slick-arrow.slick-next {
		right: 00px !important;
		color: #230410;
	}
	
	
	.our-brands-slider .elementor-swiper-button-prev{
		font-size: 30px !important;
		left: 0 !important;
	}

	.our-brands-slider .elementor-swiper-button-next{
		font-size: 30px !important;
		right: 0 !important;
	}
	
	.our-brands-slider .swiper-pagination{
		display: none !important;
	}
	
	.our-brands-slider .swiper-container{
		padding-bottom: 0 !important;
	}

}