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

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

/* Gutenberg migration: homepage parity styles (scoped) */
.oe-hero-cover h1,
.oe-section-dark h2,
.oe-section-dark h3,
.oe-section-dark h4,
.oe-cta-section h2 {
	font-family: "futura-pt", sans-serif;
}

.oe-hero-cover h1 {
	font-weight: 300;
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: 0;
}

.oe-section-dark h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
}

.oe-section-dark h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.25;
}

.oe-section-dark h4 {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
}

.oe-section-dark p,
.oe-section-dark li,
.oe-cta-section p {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.oe-section-dark .wp-block-button__link,
.oe-cta-section .wp-block-button__link {
	background-color: rgb(111, 169, 46);
	color: #fff;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.65em 1.6em;
}

.oe-section-dark .wp-block-button__link:hover,
.oe-cta-section .wp-block-button__link:hover {
	filter: brightness(0.95);
}

@media only screen and (max-width: 48em) {
	.oe-hero-cover h1 {
		font-size: 28px;
		line-height: 1.2;
	}

	.oe-section-dark h2,
	.oe-cta-section h2 {
		font-size: 28px;
	}

	.oe-section-dark h3 {
		font-size: 23px;
	}

	.oe-section-dark h4 {
		font-size: 20px;
	}
}

/* Gutenberg migration: footer parity styles (scoped) */
.oe-site-footer {
	font-family: "proxima-nova", sans-serif;
	background-color: #262b38;
	color: rgba(255, 255, 255, 0.84);
}

.oe-footer-brand {
	margin-bottom: 1.25rem;
	width: 100%;
	text-align: center;
}

.oe-footer-brand__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oe-footer-brand__logo {
	display: block;
	width: 120px;
	max-width: 100%;
	height: auto;
}

.oe-site-footer h4,
.oe-site-footer h5 {
	font-family: "futura-pt", sans-serif;
	letter-spacing: 0.02em;
	margin-bottom: 0.75rem;
	color: #ffffff;
}

.oe-site-footer .oe-footer-list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.oe-site-footer .oe-footer-list li {
	margin: 0 0 0.45rem;
}

.oe-site-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.oe-site-footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.oe-site-footer .wp-block-button__link {
	border-radius: 999px;
	text-transform: uppercase;
	font-weight: 700;
}

@media only screen and (max-width: 48em) {
	.oe-footer-brand {
		margin-bottom: 1rem;
	}

	.oe-footer-brand__logo {
		width: 96px;
	}

	.oe-site-footer .wp-block-columns {
		gap: 1.5rem;
	}
}