
* {
	margin: 0px;
	padding: 0px;
}

#Subheader {
	display: none;
}

.wp_left {
	float: left;
	width: 100%;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

#overlay {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .6);
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime .8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}

.owl-carousel.owl-carousel_related_slider .owl-item img {
	display: block;
	width: auto;
	margin: 0px auto;
}

.related_slider .owl-prev {
	width: 40px;
	height: 65px;
	font-size: 70px !important;
	line-height: 41px !important;
	background: url("https://ecdautodesign.com/wp-content/uploads/2020/08/left-arrow-slider.png") no-repeat !important;
	outline: none;
	position: absolute;
	z-index: 9999;
	top: 18px;
	transform: translate(0, -50%);
	left: -70px;
	background-size: auto 100% !important;
}

.related_slider .owl-prev.nitro-lazy {
	background-image: none !important;
}

.related_slider .owl-theme .owl-dots {
	display: none !important;
	text-align: center;
}

.related_slider .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 !important;
	background: transparent !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1px solid #c60011;
}

.related_slider .owl-theme .owl-dots .owl-dot.active span {
	background: #acacac !important;
	border: 1px solid #acacac;
}

.related_slider .owl-prev span {
	display: none;
}

.related_slider .owl-next {
	width: 40px;
	height: 65px;
	font-size: 70px !important;
	line-height: 41px !important;
	background: url("https://ecdautodesign.com/wp-content/uploads/2020/08/right-arrow-slider.png") no-repeat !important;
	outline: none;
	position: absolute;
	z-index: 9999;
	top: 18px;
	transform: translate(0, -50%);
	background-size: auto 100% !important;
	right: -80px;
}

.related_slider .owl-next.nitro-lazy {
	background-image: none !important;
}

.related_slider .owl-next span {
	display: none;
}

.logoslider {
	padding: 60px 0px 50px;
}

.publisher_wrapper {
	position: relative;
	padding: 75px 0px;
}

.smalllogo {
	max-height: 60px;
}

.publisher_box h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	margin: 15px 0px 25px;
}

.publisher_wrapper .container .row .col-sm-6:first-child {
	padding-right: 30px;
}

.publisher_wrapper .container .row .col-sm-6:last-child {
	padding-left: 30px;
	text-align: right;
}

.publisher_box a.custom_btn {
	background-color: #ce0404;
	color: #fff;
	padding: 0px 20px;
	line-height: 45px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	text-decoration: none;
}

.publisher_box a.custom_btn:hover {
	text-decoration: none;
	color: #fff;
	background: #f00;
}

.blogposts_wrapper {
	padding: 75px 0px;
	color: #fff;
}

.blogposts_wrapper .top_content {
	text-align: center;
	margin-bottom: 20px;
}

.blogposts_wrapper .top_content h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 62px;
	text-transform: uppercase;
}

.blogposts_wrapper .top_content p {
	font-size: 18px;
	line-height: 24px;
}

.article_box {
	margin-top: 30px;
	display: block !important;
}

.post_image {
	min-height: 210px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}

.article_box h4 {
	font-size: 16px;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}

.article_box h2 {
	font-size: 24px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
	line-height: 31px;
}

.article_box p {
	font-size: 15px;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}

.article_box a.custom_btn {
	background-color: #ce0404;
	color: #fff;
	padding: 0px 35px;
	line-height: 45px;
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 20px;
	text-decoration: none;
	width: auto !important;
}

.article_box a.custom_btn:hover {
	text-decoration: none;
	color: #fff;
	background: #f00;
}

a.loadmore_articles {
	display: table;
	text-align: center;
	margin: 0px auto;
	min-width: 450px;
	background: #fff;
	color: #000;
	font-size: 26px;
	line-height: 65px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-top: 75px;
	text-decoration: none;
}

a.loadmore_articles:hover {
	text-decoration: none;
	background: #ce0404;
	color: #fff;
}

@media (max-width:767px) {
	.publisher_wrapper .container .row .col-sm-6:first-child, .publisher_wrapper .container .row .col-sm-6:last-child {
		padding-right: 15px;
		text-align: center;
	}
	
	.publisher_box h2 {
		font-size: 22px;
		line-height: 24px;
	}
	
	.publisher_box a.custom_btn {
		padding: 0px;
		line-height: 40px;
		font-size: 12px;
		width: 100%;
		text-align: center;
	}
	
	.blogposts_wrapper .top_content h2 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.blogposts_wrapper .top_content p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.article_box h2 {
		font-size: 20px;
		line-height: 26px;
	}
	
	a.loadmore_articles {
		min-width: 100%;
		font-size: 20px;
		line-height: 60px;
		margin-top: 50px;
	}
	
	.related_slider .owl-prev, .related_slider .owl-next {
		display: none !important;
	}
	
	.related_slider .owl-theme .owl-dots {
		display: block !important;
		text-align: center;
	}
}
