/*!
Theme Name: Kadence
Theme URI: https://www.liquidweb.com/software/kadence/
Author: Kadence WP
Author URI: https://www.liquidweb.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.5.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/

/* Sherry Sayari portfolio refinements */
:root {
	--ss-ink: #172033;
	--ss-blue: #176fa3;
	--ss-blue-dark: #0f567f;
	--ss-soft: #f2f7fa;
	--ss-line: #dce7ed;
	--ss-radius: 18px;
	--ss-shadow: 0 18px 45px rgba(23, 47, 66, 0.10);
}

/* A cleaner, more intentional masthead */
.site-header-row-container-inner {
	border-bottom: 1px solid rgba(23, 47, 66, 0.10);
	box-shadow: 0 4px 18px rgba(23, 47, 66, 0.04);
}
.site-branding .site-title {
	letter-spacing: -0.02em;
}
.header-navigation .header-menu-container > ul > li > a {
	font-weight: 600;
	letter-spacing: 0.01em;
}

/* Hero hierarchy and portrait treatment */
.kb-row-layout-idss-home-hero > .kt-row-column-wrap {
	align-items: center;
}
.kadence-columnss-home-heroc1 > .kt-inside-inner-col {
	max-width: 760px;
}
.kadence-columnss-home-heroc2 figure {
	margin: 0;
}
.kadence-columnss-home-heroc2 img {
	width: 100%;
	max-height: 590px;
	object-fit: cover;
	object-position: center 18%;
	border-radius: var(--ss-radius) !important;
	box-shadow: var(--ss-shadow);
}
.kt-adv-headingss-home-h1 {
	margin-bottom: 12px;
	letter-spacing: -0.025em;
}
.kt-adv-headingss-home-sub {
	max-width: 820px;
	margin-bottom: 22px;
	line-height: 1.08;
	letter-spacing: -0.035em;
}
.kadence-columnss-home-heroc1 p {
	max-width: 720px;
	line-height: 1.7;
}

/* Give content cards a finished, editorial feel */
.kadence-columnss-home-card1 > .kt-inside-inner-col,
.kadence-columnss-home-card2 > .kt-inside-inner-col,
.kadence-columnss-home-card3 > .kt-inside-inner-col,
.kadence-columnss-home-educ2 > .kt-inside-inner-col {
	height: 100%;
	border: 1px solid var(--ss-line) !important;
	border-radius: var(--ss-radius) !important;
	box-shadow: 0 12px 30px rgba(23, 47, 66, 0.06);
}

/* Turn Selected Impact into scannable metric cards */
.kadence-columnss-home-impactc1 {
	grid-column: 1 / -1;
}
.kadence-columnss-home-impactc2 {
	grid-column: 1 / -1;
}
.kadence-columnss-home-impactc1 > .kt-inside-inner-col {
	width: 100%;
}
.kt-svg-icon-list-itemsss-home-impactlist ul.kt-svg-icon-list {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px !important;
	margin-top: 24px !important;
}
.kt-svg-icon-list-itemsss-home-impactlist .kt-svg-icon-list-item-wrap {
	display: flex !important;
	align-items: flex-start;
	min-height: 150px;
	padding: 24px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	font-size: 1.04rem;
	line-height: 1.45;
}
.kt-svg-icon-list-itemsss-home-impactlist .kt-svg-icon-list-single {
	flex: 0 0 auto;
	margin-top: 2px;
	color: #8ed2f2;
}
.kadence-columnss-home-impactc2 img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: var(--ss-radius) !important;
	box-shadow: var(--ss-shadow);
}

@media (max-width: 1024px) {
	.kt-svg-icon-list-itemsss-home-impactlist ul.kt-svg-icon-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	/* Bring the value proposition into the first phone screen */
	.kb-row-layout-idss-home-hero > .kt-row-column-wrap {
		padding: 34px 20px 46px !important;
		row-gap: 28px !important;
	}
	.kadence-columnss-home-heroc1 > .kt-inside-inner-col {
		padding: 0 !important;
	}
	.kt-adv-headingss-home-h1 {
		font-size: clamp(1.65rem, 7vw, 2rem) !important;
		line-height: 1.15 !important;
		margin-bottom: 10px !important;
	}
	.kt-adv-headingss-home-sub {
		font-size: clamp(2rem, 9vw, 2.65rem) !important;
		line-height: 1.06 !important;
		margin-bottom: 18px !important;
	}
	.kadence-columnss-home-heroc1 p {
		font-size: 1rem !important;
		line-height: 1.58 !important;
		margin-bottom: 20px !important;
	}
	.wp-block-kadence-advancedbtn.kb-btnsss-home-btns {
		justify-content: flex-start;
		gap: 10px;
	}
	.kadence-columnss-home-heroc2 img {
		max-height: 470px;
	}
	.kt-svg-icon-list-itemsss-home-impactlist ul.kt-svg-icon-list {
		grid-template-columns: 1fr;
		gap: 12px !important;
	}
	.kt-svg-icon-list-itemsss-home-impactlist .kt-svg-icon-list-item-wrap {
		min-height: 0;
		padding: 20px 18px;
	}
	.kb-row-layout-idss-home-focus > .kt-row-column-wrap,
	.kb-row-layout-idss-home-impact > .kt-row-column-wrap,
	.kb-row-layout-idss-home-education > .kt-row-column-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.kb-row-layout-idss-home-focus > .kt-row-column-wrap {
		padding-top: 48px !important;
	}
	.mobile-header-button-wrap,
	.site-header-item {
		min-height: 0;
	}
	.site-mobile-header-wrap .site-header-row-container-inner {
		min-height: 70px;
	}
	.site-mobile-header-wrap .site-branding {
		padding-block: 12px;
	}
}

@media (min-width: 768px) {
	.kb-row-layout-idss-home-impact > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
}
