/*
Theme Name: Teal Theme Base (Teal Framework)
Theme URI: https://katydwyerdesign.com/
Description: Custom Wordpress Theme by Katy Dwyer Design. Requires the Teal Framework (JSCSA v1.41).
Author: Garrett Gardner
Author URI: http://garrett-gardner.com/
Modifications: John Scilipote / https://www.cultureshiftagency.com/
Version: 1.41 (2025-03-06)
*/

/* --------------------------------------------------------- GSD Wage Theft --------------------------------------------------------- */
/* ------------------------------------------ Variables - Colors & Fonts */
:root {
	--primary-color: #000; /* Black */
	--secondary-color: #002644; /* Dark Navy */
	--tertiary-color: #104471; /* Light Navy */
	--quaternary-color: #D1D1D1; /* Gray */
	--body-copy-color: #000000; /* Black */
	--primary-font: noto-sans, sans-serif;
	--secondary-font: 'Nanum Myeongjo', sans-serif;
}
/* --------------------------------------------------------- Permanent Teal Overrides */
body {
	color: var(--body-copy-color);
}
a.anchor {
	position: relative;
}
.contrastToggle {
	display: none;
}
.button,
a.button,
#header .navigation.main>ul>li>a,
#menu nav>ul>li>a {
	text-transform: none;
}
/* --------------------------------------------------------- Custom Classes */
.row-center .row { 
	justify-content: center;
}
@media only screen and (max-width: 991px) {
	.hide-on-mobile {
		display: none !important;
	}
}
@media only screen and (min-width: 992px) {
	.mobile-only {
		display: none !important;
	}
}
.width-100 {
	width: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
}
.width-90 {
	width: 90%;
	margin-right: auto !important;
	margin-left: auto !important;
}
.width-80 {
	width: 80%;
	margin-right: auto !important;
	margin-left: auto !important;
}
.width-70 {
	width: 70%;
	margin-right: auto !important;
	margin-left: auto !important;
}
.width-60 {
	width: 60%;
	margin-right: auto !important;
	margin-left: auto !important;
}
/* --------------------------------------------------------- Custom Teal Additions */
/* ------------------------------------------ Password Form Styling */
#pw-form {
    max-width: 450px;
    margin: auto;
}
#pw-form p {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
#pw-form input[type="submit"] {
    cursor: pointer;
    padding: 10px 20px;
    border: solid 1px #fff;
    border-radius: 5px;
    margin-top: 15px;
    background-color: var(--primary-color);
}
 #pw-form input[type="submit"]:hover {
    border-radius: 5px;
    background-color: var(--secondary-color);
}
#pw-form input[type="password"] {
		color: var(--body-copy-color);
}
/* --------------------------------------------------------- Sitewide */
.styles a {
	text-decoration: underline;
}
.text-color-light .styles a {
	color: #fff;
}
.button,
a.button,
.navbutton a {
	background-color: var(--tertiary-color);
	border: 1px solid var(--tertiary-color);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}
.button:hover,
a.button:hover,
.navbutton:hover a {
	background-color: #fff;
	border-color: #fff;
	color: var(--secondary-color) !important;
}
.button02,
a.button02,
.headerButtons .button {
	background-color: transparent;
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color) !important;
}
.button02:hover,
a.button02:hover,
.headerButtons .button:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff !important;
} 
.home #header,
#header .socialButtons,
#menuToggle {
	display: none;
}
#header {
	position: relative;
}
#header.centered .mainbar {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.short-hr .styles hr {
	width: 180px;
	margin: 2rem auto;
}
.dark-navy-hr .styles hr {
	color: var(--secondary-color);
}
@media only screen and (max-width: 991px) {
	.mobilebg .imagebg {
		aspect-ratio: 3 / 2;
		position: relative;
	}
}
.socialButtons a {
	text-decoration: none;
}
.socialButtons a:hover, 
.socialButtons a:focus {
	color: #000;
}
.fa-tiktok {
	position: relative;
	width: 21px;
    height: 24px
}
.fa-tiktok:before {
	content: "\e07b";
	background-image: url("assets/images/tiktok-brands-solid.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 21px;
    height: 24px;
}
#footer .block:first-child .column:first-child {
	border-top: 1px solid var(--secondary-color);
}
/* --------------------------------------------------------- Home Page */
.home .banner {
	aspect-ratio: 9 / 3;
}
.home .banner.grid {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
/* --------------------------------------------------------- Gravity Forms */
.gform_wrapper {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.gform-theme--framework .gfield--type-choice .gchoice {
	margin-bottom: 0;
}
.gfield.small-print,
.small-print .styles {
	font-size: 0.85rem;
}
body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
	border-color: var(--tertiary-color) !important;
	outline-color: var(--tertiary-color) !important;
}
body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: var(--tertiary-color);
}
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--tertiary-color);
	    display: inline-block;
    height: 90%;
    width: 90%;
    top: 2.5%;
    position: relative;
    left: 2.5%;
}
body .gform_wrapper .gform_footer input[type=submit] {
	background-color: var(--secondary-color) !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #fff !important;
}
