/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* ===== Footer redesign ===== */
#footer .footer_desktop {
	flex-wrap: wrap;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .08);
	margin-top: 0;
	padding: 80px 40px 60px !important;
	background: radial-gradient(120% 80% at 50% 0%, #1a1a1a 0%, #050505 60%);
}
#footer .footer_desktop .section-content {
	width: 100%;
}
#footer .footer_desktop .row {
	max-width: 1240px;
}
#footer .footer_desktop .col {
	padding-bottom: 0;
}

/* brand column */
#footer .footer_desktop .ft_col1 {
	padding: 0 15px !important;
	text-align: left;
}
/* the logo svg has ~25% empty space on each side */
#footer .ft_col1 .img {
	width: 240px !important;
	margin: 0 0 30px -60px;
}
#footer .ft_col1 .img a,
#footer .ft_col1 .img .img-inner {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer .ft_col1 .img img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0;
}
#footer .ft_col1 .text {
	text-align: left !important;
	max-width: 380px;
}
#footer .ft_col1 .text h3 {
	position: relative;
	min-height: 36px;
	margin: 0 0 14px;
	padding: 7px 0 0 50px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .01em;
	text-transform: none;
	color: rgba(255, 255, 255, .72) !important;
}
#footer .ft_col1 .text h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .07);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
}
#footer .ft_col1 .text h3:nth-of-type(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
#footer .ft_col1 .text h3:nth-of-type(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}
#footer .ft_col1 .text h3:nth-of-type(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8 9.8a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}
#footer .ft_col1 .text h3:nth-of-type(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12,6 12,12 16,14'/%3E%3C/svg%3E");
}

/* headings */
#footer .footer_desktop .links_row h2 {
	margin: 0 0 26px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff;
}

/* links */
#footer .footer_desktop .links_row ul {
	margin: 0;
	padding: 0;
}
#footer .footer_desktop .links_row li {
	margin: 0 0 14px !important;
}
#footer .footer_desktop .links_row li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .01em;
	text-transform: none;
	color: rgba(255, 255, 255, .85);
	background: linear-gradient(#fff, #fff) no-repeat 0 100% / 0 1px;
	transition: color .25s, background-size .3s;
}
#footer .footer_desktop .links_row li a:hover {
	color: #fff;
	background-size: 100% 1px;
}

/* payment */
#footer .ft_col3 .links_row > img {
	display: block;
	width: 100%;
	max-width: 320px;
	margin-bottom: 40px;
	padding: 8px 12px;
	background: #fff;
	border-radius: 12px;
}

/* social */
#footer .footer_social_icons::before {
	content: 'Follow Us';
	display: block;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff;
}
#footer .footer_social_icons ul {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
}
#footer .footer_social_icons li {
	margin: 0 !important;
}
/* extra .links_row so these beat the generic footer link rules */
#footer .footer_desktop .links_row .footer_social_icons a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 14px;
	transition: background .25s, border-color .25s, transform .25s;
}
#footer .footer_social_icons ul img {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	max-width: none;
	margin: 0 !important;
	filter: invert(1);
	transition: filter .25s;
}
#footer .footer_desktop .links_row .footer_social_icons a:hover {
	background: #fff;
	border-color: #fff;
	transform: translateY(-3px);
}
#footer .footer_desktop .links_row .footer_social_icons a:hover img {
	filter: none;
}

/* copyright */
#footer .copyright_sec {
	border-top: 1px solid rgba(255, 255, 255, .08);
	background-color: #050505 !important;
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}
#footer .copyright_html {
	font-size: 13px;
	letter-spacing: .02em;
	color: rgba(255, 255, 255, .5);
}

@media (min-width: 850px) {
	#footer .footer_desktop .ft_col1 {
		flex-basis: 42%;
		max-width: 42%;
	}
	#footer .footer_desktop .ft_col2 {
		flex-basis: 26%;
		max-width: 26%;
	}
	#footer .footer_desktop .ft_col3 {
		flex-basis: 32%;
		max-width: 32%;
	}
}

@media (min-width: 550px) and (max-width: 849px) {
	#footer .footer_desktop {
		padding-top: 60px !important;
	}
	#footer .footer_desktop .ft_col1 {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	#footer .footer_desktop .ft_col2,
	#footer .footer_desktop .ft_col3 {
		flex-basis: 50%;
		max-width: 50%;
	}
}

/* mobile: the old show-for-small footer is outdated, reuse the main one */
@media (max-width: 549px) {
	#footer .footer_desktop.hide-for-small {
		display: flex !important;
		padding: 48px 0 40px !important;
	}
	#footer .footer_desktop.show-for-small {
		display: none !important;
	}
	#footer .footer_desktop .col,
	#footer .footer_desktop .ft_col1 {
		flex-basis: 100%;
		max-width: 100%;
		padding: 0 22px !important;
		text-align: left;
	}
	#footer .footer_desktop .ft_col2,
	#footer .footer_desktop .ft_col3 {
		margin-top: 32px;
		padding-top: 32px !important;
		border-top: 1px solid rgba(255, 255, 255, .08);
	}
	#footer .ft_col1 .img {
		width: 200px !important;
		margin: 0 0 26px -50px;
	}
	#footer .ft_col1 .text h3 {
		font-size: 14px;
	}
	#footer .footer_desktop .links_row h2 {
		margin-bottom: 18px;
	}
	#footer .footer_desktop .links_row ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 16px;
	}
	#footer .footer_desktop .links_row li {
		margin: 0 !important;
	}
	#footer .footer_desktop .links_row .footer_social_icons ul {
		display: flex;
	}
	#footer .footer_desktop .links_row li a {
		padding: 9px 0;
		font-size: 14px;
		background: none;
	}
	#footer .ft_col3 .links_row > img {
		max-width: 100%;
		margin-bottom: 32px;
	}
	#footer .copyright_html {
		font-size: 12px;
		padding: 0 10px;
	}
}


/* ===== About & Contact pages ===== */
.gw-page {
	max-width: 1140px;
	margin: 0 auto !important;
	padding: 60px 0 50px;
}
.gw-page .gw-hero {
	max-width: 780px;
	margin: 0 auto 56px;
	text-align: center;
}
.gw-page .gw-eyebrow,
.gw-page .gw-label {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #8a8a8a;
}
.gw-page .gw-hero h1 {
	margin: 0;
	font-size: clamp(30px, 4.2vw, 46px);
	line-height: 1.2;
	color: #111;
}
.gw-page .gw-lead {
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.75;
	color: #555;
}
.gw-page h2 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.3;
	color: #111;
}
.gw-page p,
.gw-page li {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}
.gw-page a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* about */
.gw-about .gw-section {
	padding: 38px 0 20px;
	border-top: 1px solid #e8e8e8;
}
.gw-about .gw-section h2 {
	margin-bottom: 16px;
}
.gw-about .gw-section p:last-child {
	margin-bottom: 0;
}
.gw-page .gw-quote {
	margin: 40px 0 34px;
	padding: 48px 40px;
	border: 0;
	border-radius: 18px;
	background: #0b0b0b;
	font-size: clamp(20px, 2.6vw, 28px);
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.gw-page .gw-signoff {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	color: #777;
}
.gw-page .gw-signoff strong {
	font-size: 18px;
	color: #111;
}

/* contact */
.gw-contact .gw-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 48px;
}
.gw-contact .gw-card {
	padding: 26px 24px;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background: #fafafa;
}
.gw-contact .gw-label {
	margin-bottom: 8px;
}
.gw-contact .gw-big {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	overflow-wrap: anywhere;
}
.gw-contact .gw-note {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #666;
}
.gw-contact .gw-block {
	margin-bottom: 44px;
}
.gw-contact .gw-address {
	display: block;
	padding: 22px 24px;
	border: 1px solid #e8e8e8;
	border-left: 3px solid #111;
	border-radius: 12px;
	background: #fafafa;
	font-style: normal;
	line-height: 1.85;
	color: #444;
}
.gw-contact .gw-address strong {
	display: block;
	color: #111;
}
.gw-contact .gw-hours {
	width: 100%;
	margin: 0;
	border: 1px solid #e8e8e8;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	overflow: hidden;
}
.gw-contact .gw-hours th,
.gw-contact .gw-hours td {
	padding: 14px 20px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	text-align: left;
}
.gw-contact .gw-hours th {
	background: #111;
	font-weight: 600;
	letter-spacing: .04em;
	color: #fff;
}
.gw-contact .gw-hours tr:last-child td {
	border-bottom: 0;
}
.gw-contact .gw-list {
	margin: 0 0 16px 18px;
}
.gw-contact .gw-list li {
	margin-bottom: 10px;
}
.gw-contact .form_row {
	position: sticky;
	top: 110px;
	padding: 32px 28px;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .09);
}
.gw-contact .gw-form-title {
	margin: 0 0 18px;
	font-size: 22px;
	color: #111;
}

@media (max-width: 849px) {
	.gw-page {
		padding: 36px 0 20px;
	}
	.gw-page .gw-hero {
		margin-bottom: 36px;
	}
	.gw-about .gw-section {
		grid-template-columns: 1fr;
		gap: 4px;
		padding-top: 28px;
	}
	.gw-contact .form_row {
		position: static;
		margin-top: 10px;
	}
}
@media (max-width: 549px) {
	.gw-contact .gw-cards {
		grid-template-columns: 1fr;
	}
	.gw-page .gw-quote {
		padding: 32px 22px;
	}
	.gw-contact .gw-hours th,
	.gw-contact .gw-hours td {
		padding: 12px 14px;
	}
}
