/*
Theme Name: IQscape
Description: A modern custom WordPress theme designed specifically for the client's needs, with improved layout, performance, and flexibility using ACF.
Version: 1.0.0
Text Domain: iqscape
*/

.simple-page .header {
	background: linear-gradient(180deg, #2b4750 0, #62a2b6 44.71%, #2b4750 100%);
}

.simple_page_section {
	padding: 12rem 0 4rem 0;
	background: #fff;
	color: #333;
}

.simple_page_section .page__body {
	line-height: 1.4;
}

.simple_page_section .page__body *:not(:last-child) {
	margin-bottom: 1.5rem;
}

.simple_page_section h1,
.simple_page_section h2,
.simple_page_section h3,
.simple_page_section h4,
.simple_page_section h5,
.simple_page_section h6 {
	font-weight: 500;
}
.simple_page_section h1 { font-size: 3.2rem; }
.simple_page_section h2 { font-size: 3rem; }
.simple_page_section h3 { font-size: 2.8rem; }
.simple_page_section h4 { font-size: 2.4rem; }
.simple_page_section h5 { font-size: 2.0rem; }
.simple_page_section h6 { font-size: 1.8rem; }

.simple_page_section ul,
.simple_page_section ol {
	padding-left: 20px;
}
.simple_page_section ul li,
.simple_page_section ol li {
	margin-bottom: 0.5rem !important;
}
.simple_page_section ul li {
	list-style-type: inherit;
}

.simple_page_section .page__body h1.page_title {
	font-size: 3.2rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 4rem;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 5px 10px;
}
