/*
Theme Name: onlineKarma
Description: A modified Child Theme by onlineKarma
Version: 1.1
Author: onlineKarma
Author URI: http://www.onlinekarma.ch
Template: enfold
*/



/*Add your own styles here:*/

.blog-sec {
	padding: 50px 0;
}
.av-special-heading-tag {
	font-weight: normal;
	margin-bottom: 5px!important;
}
.blog-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.blog-wrapper .blog-list {
	flex: 0 0 25%;
	max-width: 25%;
	z-index: 9;
	padding: 0 30px;
	margin-bottom: 40px;
}
.blog-img a {
	display: block;
	height: 100%;
	width: 100%;
}
.blog-img img {
	/* width: 100%; */
	aspect-ratio: 1.4 / 1;
}
.blog-img a .image-overlay-inside::before {
	background: #0074bc;
	border-color: #00529a;
}
.blog-info h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 2px;
}
.blog-info .date {
	color: #1b3d6d;
	padding-bottom: 10px;
	font-size: 0.9em;
}
.blog-info .desc-excerpt p {
	margin-top: 0;
	font-size: 15px;
}

/*Blog Filter*/
.filters-button-group {
	margin-bottom: 20px;
}
.filters-button-group ul {
	padding: 0;
	margin: 0;
}
.filters-button-group ul li {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	position: relative;
	padding-right: 13px;
	padding-left: 3px;
}
.filters-button-group ul li::after {
	position: absolute;
	content: '/';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.filters-button-group ul li a.is-checked {
	font-weight: bold;
}
.filters-button-group ul li:last-child::after {
	content: none;
}
.filters-button-group ul li:last-child {
	padding-right: 0;
}
.filters-button-group ul li a:hover {
	text-decoration: none;
}

#top .footer_color .text_input {
  border-color: #fff !important;
  background-color: #0074bc !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.blog-wrapper .blog-list {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}	
}
@media screen and (max-width: 767px) and (min-width: 576px) {
	.blog-wrapper .blog-list {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.blog-wrapper .blog-list {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* .blog-img img {
		max-height: 200px;
		object-fit: cover;
	} */
}


.home .avia-content-slider .slide-image{
	height: 164px;
	background-color: transparent;
	margin: 0 0 6px;
	aspect-ratio: 1.4 / 1;
}

.home .avia-content-slider .slide-image img{
	height: 100%;
}
@media screen and (max-width: 992px) {
	.home .avia-content-slider .slide-image{
    height: 114px;
	}
}

@media screen and (max-width: 575px) {
	.home .avia-content-slider .slide-image{
		height: 185px;
	}
}