
@media only screen and (min-width : 1640px) {
	
}
@media only screen and (min-width : 1025px) and (max-width : 4000px){
.solo-mobile {
	display: none;
}

}

@media only screen and (min-width : 1025px) and (max-width : 1499px)
{ 

}

@media only screen and (min-width : 768px) and (max-width : 1024px)
{ 

	
} 

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: landscape)
{ 


}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait)
{ 


}


@media only screen and (max-width: 767px) {
	.entry-content .elementor-slide-heading h1 {
		color: #fff;
		font-size: 30px;
	}
	footer .widget ul.menu {
		columns: 2;
	}
	body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
		padding: 15px;
	}
	.single.single-post #main article {
		padding: 0 15px;
	}
	.single.single-post #main article p {
		text-align: justify;
	}
	.ast-scroll-to-top-right {
		right: 10px;
		bottom: 55px;
	}

}	