/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* =========================================
   Custom Full Page Template
========================================= */

.custom-full-page {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.custom-full-page .elementor {
	width: 100%;
	max-width: 100%;
}

.custom-full-page img {
	max-width: 100%;
	height: auto;
}

/* Remove unwanted page spacing */
.page-template-custom-full-page .site-main,
.page-template-custom-full-page .content-area,
.page-template-custom-full-page .entry-content {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Elementor sections full width */
.page-template-custom-full-page .elementor-section {
	width: 100%;
}

/* Mobile */
@media (max-width: 767px) {
	.custom-full-page {
		width: 100%;
		overflow-x: hidden;
	}
}