/*
 Theme Name:   Leffeh
 Theme URI:    https://leffehuae.com
 Description:  GeneratePress child theme
 Author:       Licinio
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
*/

/* Header */
.one-container .site-content {
    padding-top: 0px;
}

/* Global styling */
h1 {
	font-size: clamp(1.8rem, calc(6vw + 1rem), 4rem);
	font-weight: 700;
}

h2 {
	font-size: clamp(1.5rem, calc(4vw + 1rem), 3rem);
	font-weight: 700;
}

h3 {
	font-size: clamp(1rem, calc(4vw + 0.9rem), 1.5rem);
	font-weight: 700;
	margin-bottom: 10px;
}

/* Contact Form 7 styling */
.wpcf7-form {
	padding: 0 !important;
	margin: 0 !important;
}

.wpcf7 input {
	width: 100%;
}

.wpcf7-textarea {
	width: 100%;
}

/* Philosophy card image styling */
.philosophy-card-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

/* Footer */

.one-container .site-content {
	padding-bottom: 0px;
}

/* Leffeh */
@media (max-width: 768px) {
    .gb-grid-wrapper-products-grid,
    .gb-grid-wrapper-latest-grid,
    .gb-grid-wrapper-testimonials-grid,
    .gb-grid-wrapper-location-contact-grid {
        grid-template-columns: 1fr !important;
    }
}