/* SKIN */
@media all and (min-width: 1024px) {
	body, .wrapper, .content, .full_width, .overlapping_content .content > .container, .more_facts_holder, .comment_holder .comment #respond textarea, .comment_holder .comment #respond input[type='text'], .comment_holder .comment #respond input[type='email'], .content .container {
		background-color: transparent;
	} .wrapper {	 
		background-color: #fff;
	    max-width: 1024px;
	    margin: 25px auto 0 auto;
	} .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	} header + a + .content .content_inner > .container > .container_inner
	, .boxed .section .section_inner, .grid_section .section_inner {
		max-width: min(994px, calc(100% - 30px));
	} .container_inner
	, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner
	, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner
	, .qode_elementor_container_inner {
		width: 1024px;
		margin: 0 auto;
	} .header_bottom {
		padding: 0;
	}
}