/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
	.slicknav_menu {display: block;}
    .mobile-slide-img {
		display: block;
		margin-bottom: 25px;
	}
	.single-slide-item .row {
		height: auto;
	}
	
	.slide-text h2 {
		font-size: 25px;
	}
	
	.slide-text {
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 50px;
	}
	
	.single-slide-item {
		background-image: none !important;
		background-color: #5ba9dd;
	}
	
	.slides ul.slick-dots {
		display: none !important;
	}
	.promo-text p, .promo-text .boxed-btn{
		visibility: visible;
		opacity: 1;
	}
	.single-post-item h2 {
		font-size: 20px;
	}
	
	.blog .content-block {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-size: 18px;
	}
	
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .elementor-widget-promo-boxes .col {
		min-width: 100%;
	}
	.single-promo-item .col.my-auto {
		min-width: 100%;
	}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}