/* MOBILE */
@media (max-width: 767px) {
	.mi:before {
		content: "";
		height: 16px;
		width: 16px;
		background-image: url(/wp-content/uploads/2021/05/Arrow_white.png);
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: -2px;
	}
	.mi {
		
	}
}
.ast-separate-container .ast-article-post {
    border-bottom: 0px;
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

}
/* TABLET & DESKTOP */
@media (min-width: 768px) {
	#menu-item-1700 {
		display:none;
	}
}
/* DESKTOP */
@media (min-width: 1025px) {

}
.align_center {
	text-align:center;
}
.rotate_90 {
	transform: rotate(-90deg);
}

#button1 {
	background-image: url(/wp-content/uploads/2021/05/button1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dot1:after{
	content:'';
	height:10px;
	width:10px;
	background-image: url(/wp-content/uploads/2021/05/dot_only.png);
    background-size: contain;
	position:absolute;
	right:-4px;
	bottom:-4px;
}

.dot2:after{
	content:'';
	height:10px;
	width:10px;
	background-image: url(/wp-content/uploads/2021/05/dot_only.png);
    background-size: contain;
	position:absolute;
	left:-4px;
	bottom:-4px;
	
}

.fill_blue svg {
	fill:#639EC7 !important;
}

#slider_24.sa_owl_theme .owl-dots .owl-dot span {
    background-color: rgba(255,255,255,0.2) !important;
}
#slider_24.sa_owl_theme .owl-dots .owl-dot.active span {
    background-color: #639EC7 !important;
}

.shift_image .uael-post__thumbnail {
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
	
}

.shift_image .uael-post__footer {
	margin:0px !important;
}

.navigation.post-navigation {
	display:none;
}

.uael-post__read-more.elementor-button {
	display: block;
    text-align: right;
}

h3.uael-post__title {
	height:68px;
}
.uael-post__excerpt {
	height: 81px;
	overflow:hidden;
}