/* Responsiveness for Custom website */


@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) {
	.copyright .elementor-widget-text-editor {font-size:12px!important;}
}