/*
Theme Name: gotlmagazine 2024
Template: hello-elementor
Author: GOTL
Author URI: https://www.getoutthelists.com/
Description: This theme is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable web
Version: 1.0.0.1723654801
Updated: 2024-08-14 10:00:01

*/

/* Printed Sheet Style */

.site-content {
	background: #f2f3f4;
	padding: 3rem 1rem;
}

.printed-sheet {
	max-width: 1080px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
	padding: 3rem;
}

/* Typography refinement */
.printed-sheet h1 {
	margin-bottom: 1rem;
}

.printed-sheet h2 {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

.printed-sheet p,
.printed-sheet li {
	line-height: 1.65;
	color: #333;
}

/* Contact layout */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
}

@media (max-width: 768px) {
	.printed-sheet {
		padding: 2rem 1.5rem;
	}
	.contact-grid {
		grid-template-columns: 1fr;
	}
}


/* Contact Page Layout */
.contact-hero {
	background: #f5f6f7;
	border-bottom: 1px solid #e1e1e1;
	padding: 3rem 1.5rem;
}

.contact-hero h1 {
	margin-bottom: 0.75rem;
}

.contact-hero p {
	max-width: 720px;
	font-size: 1.1rem;
	color: #444;
}

.contact-content {
	padding: 3rem 1.5rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
}

.contact-info h2,
.contact-form h2 {
	margin-bottom: 1rem;
}

.contact-info ul {
	margin-left: 1.25rem;
}

.contact-note {
	margin-top: 1.5rem;
	font-size: 0.95rem;
	color: #666;
}

/* Gravity Forms cleanup */
.contact-form .gform_wrapper {
	margin-top: 1rem;
}

.contact-form input,
.contact-form textarea {
	font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
	.contact-grid {
		grid-template-columns: 1fr;
	}
}

.gform_not_found {
	display: none;
}