/* ===================================================================================

* Theme Name: BildPress Child
* Theme URI: https://themeforest.net/user/basictheme/portfolio
* Author: BasicTheme
* Author URI: https://bdevs.net/wp/bildpress/
* Description: BildPress - Construction WordPress Theme
* Version: 1.0.3
* Template: bildpress
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.sindwi-seo-home {
	background: #f7f9fc;
	color: #243247;
	padding: 72px 20px;
}

.sindwi-seo-container {
	margin: 0 auto;
	max-width: 1170px;
}

.sindwi-seo-home h1,
.sindwi-seo-home h2,
.sindwi-seo-home h3 {
	color: #092f67;
	line-height: 1.25;
}

.sindwi-seo-home h1 {
	font-size: clamp(2rem, 5vw, 3.25rem);
	margin: 0 0 20px;
}

.sindwi-seo-home h2 {
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	margin: 48px 0 18px;
}

.sindwi-seo-home h3 {
	font-size: 1.2rem;
	margin: 0 0 10px;
}

.sindwi-seo-home p {
	font-size: 1.05rem;
	line-height: 1.75;
}

.sindwi-seo-eyebrow {
	color: #1473e6;
	font-size: .85rem !important;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.sindwi-seo-lead {
	font-size: 1.2rem !important;
	max-width: 900px;
}

.sindwi-seo-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sindwi-seo-grid article {
	background: #fff;
	border-left: 4px solid #1473e6;
	box-shadow: 0 8px 24px rgba(9, 47, 103, .08);
	padding: 24px;
}

.sindwi-seo-grid article p {
	font-size: .98rem;
	margin: 0;
}

.sindwi-seo-contact {
	background: #092f67;
	color: #fff;
	margin-top: 52px;
	padding: 34px;
}

.sindwi-seo-contact h2,
.sindwi-seo-contact a {
	color: #fff;
}

.sindwi-seo-button {
	background: #f36f21;
	display: inline-block;
	font-weight: 700;
	margin-right: 18px;
	padding: 12px 20px;
}

@media (max-width: 900px) {
	.sindwi-seo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.sindwi-seo-home {
		padding: 48px 16px;
	}

	.sindwi-seo-grid {
		grid-template-columns: 1fr;
	}

	.sindwi-seo-contact {
		padding: 26px 20px;
	}

	.sindwi-seo-button {
		display: block;
		margin: 0 0 16px;
		text-align: center;
	}
}
