/* Responsiveness for Custom website */

@media only screen and (min-width : 1280px) and (max-width : 1920px) {
	.extra_pages_content h2 {font-size:32px!important;}
}
@media only screen and (min-width : 1280px) and (max-width : 1680px) {
	[data-elementor-type="wp-page"],header[data-elementor-type="header"],footer {zoom:0.9;}
	#wpadminbar{zoom:1;}
}

@media (min-width: 1200px) {
}


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

}
@media screen and  (max-width: 600px) {
	.elementor-posts .elementor-post {flex-direction:column!important;}
	.blog_posts .elementor-post__text {margin-top:20px;}
}