/*!
Theme Name: Helpful Digital
Theme URI: http://underscores.me/
Author: Helpful Digital
Author URI: https://helpfuldigital.com
Description: Custom theme: Helpful Digital, developed by Helpful Digital
Version: 1.4.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: helpful
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


:root {
    --primaryBG: 0,123,194;
    --primaryBG-text: 255,255,255;
    --secondaryBG: 66,65,67;
    --secondaryBG-text: 255,255,255;
    --tertiaryBG: 255,153,2;
    --tertiaryBG-text: 255,255,255;
    --primaryLinkColor: var(--primaryBG);
    --secondaryLinkColor: var(--primaryBG);
}

.bg-primary { background-color: rgb(var(--primaryBG)) !important;}
.c-site-header img {width: 100%; max-width: 30em; max-height: 8em; margin-bottom: 0;}
.c-site-footer {background-color: rgb(var(--secondaryBG)) !important;}
.offerIcon1, .offerIcon2, .offerIcon3 {-webkit-filter: brightness(50%) sepia(1) hue-rotate(-3.4deg) saturate(350%) brightness(215%);filter: brightness(50%) sepia(1) hue-rotate(-3.4deg) saturate(350%) brightness(215%)}


.c-grid-quarters {
	grid-template-columns: repeat(4,1fr);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
	padding: 0.5rem 0.75rem;
	background-color: #3b78b6;
	font-family: "Futura W01", sans-serif !important;
	text-transform: uppercase;
	color: white;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 2rem 0 !important;
}

.c-button--translucent {
	background-color: rgba(255,255,255,0.25);
	border: 2px solid white;
}

.theme-blue .c-button--translucent {
	background-color: rgba(255,255,255,0.75);
	border: 2px solid #155593;
}

.bg-secondary-blue {
	background-color: #0474CE;
}

.bg-secondary-black {
	background-color: #111111;
}

.bg-secondary-green {
	background-color: #0E8577;
}
