/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
	MASON FRYE, CTC CEO

	== VARIABLES ==
	== GLOBAL ==
	== HIDE WP HEADER & FOOTER ==
	== NAVBAR ==
	== CARDS ==
	== HEADINGS ==
	== FORMS ==
	== ICONS ==
	== SECTIONS ==
*/

/* == VARIABLES == */
:root {
	/* COLORS */
	--green: #435452;
	--light-green: #949C9C;
	--tan: #FFF5E3;
	--green-box-shadow: rgba(67, 84, 82, .3);
	
	/* FONT STACKS */
	--b-font-stack: brandon-grotesque, sans-serif;
	--m-font-stack: mendl-sans-dusk, sans-serif;
}

/* == GLOBALS == */
a {
	font-family: var(--b-font-stack) !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}

p {
	margin-bottom: 0 !important;
	font-family: var(--m-font-stack);
	font-weight: 400;
}
p.medium,
.medium p {
	font-weight: 500;
}

.service p {
	font-size: 18px;
}

/* == HIDE WP HEADER & FOOTER == */
#site-header,
#site-footer,
.page-header {
	display: none !important;
}

/* == NAVBAR == */
#ctc-navbar .e-con-inner {
	
}
#ctc-navbar .elementor-item::after {
	transition: .4s;
}
#ctc-navbar .elementor-nav-menu--main li:last-child a {
	background: var(--green);
	color: var(--tan);
	padding: 14px 21px;
}
#ctc-navbar .elementor-nav-menu--main li:last-child a:after,
#ctc-navbar .elementor-nav-menu--main li:last-child a:hover:after {
	display: none;
}
#ctc-navbar .elementor-nav-menu--main li:last-child a:hover {
	transform: scale(.9);
}
#ctc-navbar .elementor-nav-menu--dropdown {
	top: 70px !important;
}
#ctc-navbar .elementor-nav-menu--dropdown li,
#ctc-navbar .elementor-nav-menu--dropdown a {
	transition: all .15s linear;
}
.page-id-1096 #ctc-navbar,
.page-id-1134 #ctc-navbar {
	box-shadow: 2px 4px 16px 2px var(--green-box-shadow);
}

#footer {
	box-shadow: 2px -4px 16px 2px var(--green-box-shadow);
}

/* == CARDS == */
.card,
.card .elementor-flip-box {
	border-radius: 2px;
	box-shadow:
		0 1px 1px rgba(148, 156, 156, .125),
		0 2px 2px rgba(148, 156, 156, .125),
		0 4px 4px rgba(148, 156, 156, .125),
		0 8px 8px rgba(148, 156, 156, .125),
	    0 16px 16px rgba(148, 156, 156, .125)
	;
}
.green-card,
.green-card .elementor-flip-box {
	border-radius: 2px;
	box-shadow:
		0 1px 1px rgba(67, 84, 82, .125),
		0 2px 2px rgba(67, 84, 82, .125),
		0 4px 4px rgba(67, 84, 82, .125),
		0 8px 8px rgba(67, 84, 82, .125),
		0 16px 16px rgba(67, 84, 82, .125)
	;
}
.light-green-card,
.light-green-card .elementor-flip-box {
	border-radius: 2px;
	box-shadow:
		0 1px 1px rgba(148, 156, 156, .125),
		0 2px 2px rgba(148, 156, 156, .125),
		0 4px 4px rgba(148, 156, 156, .125),
		0 8px 8px rgba(148, 156, 156, .125),
		0 16px 16px rgba(148, 156, 156, .125)
	;
}
.card h2 {
	font-size: 1.15rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}
.card .elementor-icon-box-title {
	margin-block-end: 0 !important;
}

/* == HEADINGS == */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--b-font-stack) !important;
	letter-spacing: .25px;
	text-transform: uppercase;
}


.hero-section h1 {
	font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
	.hero-section h1 {
		font-size: 3rem;
	}
}
.hero-section p {
	font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
	.hero-section p {
		font-size: 1.25rem;
	}
}
.hero-section h5 {
	font-size: 1.2rem !important;
}
@media screen and (min-width: 1024px) {
	.hero-section h5 {
		font-size: 1.4rem !important;
	}
}

/* == FORMS == */
input,
textarea,
button {
	font-family: var(--b-font-stack) !important;
	font-size: 1rem !important;
	text-transform: uppercase !important;
}

/* == ICONS == */
.icon .elementor-icon {
	border-radius: 50%;
	padding: 15px;
}
.icon-sm .elementor-icon {
	font-size: 48px;
}
.icon-tan .elementor-icon {
	background: var(--tan);
}
.icon-green .elementor-icon {
	background: var(--green);
}
.icon-light-green .elementor-icon {
	background: var(--light-green);
}

/* == SECTIONS == */
.section-light-green h2 {
	color: var(--tan) !important;
}
.section-light-green p {
	color: var(--tan);
}
.section-light-green .section-heading h2:after {
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	background: var(--green); 
	margin: 10px auto 0;
}
.section-white .section-heading h2:after, 
.section-green .section-heading h2:after {
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	background: var(--light-green); 
	margin: 10px auto 0;
}

.green-box-shadow-img img {
	box-shadow:
	  0 2px 2px rgba(67, 84, 82, .0875),
	  0 4px 4px rgba(67, 84, 82, .0875),
	  0 8px 8px rgba(67, 84, 82, .0875),
	  0 16px 16px rgba(67, 84, 82, .0875),
	  0 24px 24px rgba(67, 84, 82, .0875)
	;
}


#F0F0F0
