/*
Theme Name: Dzen Child
Description: Child Theme of Dzen
Author: ab-themes
Author URI: http://www.ab-themes.com
Version: 1
Template: dzen
*/

.ashton-icon-gokart:before {
	background-image: url(../png/noun-race-car.png);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.ashton-icon-paint:before {
	background-image: url(../png/noun-painting.png);
	display: block;
	content: "";	
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.ashton-icon-shooting-star:before {
	background-image: url(../png/noun-shooting-star-232441.png);
	display: block;
	content: "";	
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

.ashton-icon-trophy-star:before {
	background-image: url(../png/noun-trophy-1149740.png);
	display: block;
	content: "";	
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

.ashton-icon-inclusive:before {
	background-image: url(../png/noun-inclusion-5300435.png);
	display: block;
	content: "";	
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	
}

.expect-block .expect-slider--item .item-content span.ashton-icon-shooting-star:before,
.expect-block .expect-slider--item .item-content span.ashton-icon-trophy-star:before,
.expect-block .expect-slider--item .item-content span.ashton-icon-inclusive:before{
	background-size: contain;
    background-position: center;
	filter: invert(1);
}

.expect-block .expect-slider--item .item-content span.ashton-icon-trophy-star:before {
	background-size: auto 90%;
}

.ap-aligned-center-row {
	justify-content: center;
}

@media (min-width: 768px) {
	.ap-aligned-center-row > div {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
}




















