/*
Theme Name: I Will Vote Bailey - Theme
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 3.0.1770948856
Updated: 2026-02-13 02:14:16

*/

#site-header, .entry-header {
	display: none;
}

.header-text {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-shadow: 0px 0px 10px #12284c;
}

@media (max-width: 402px){
	.header-text {
		font-size: 2em !important;
	}
	.timer-text {
		font-size: 2em !important;
	}
}

/* Form Edits */

/* HTML note for the required fields */
#gform_wrapper_1 .form-note{
  font-family: barlow-condensed;
  font-size: 0.9em;
  color: #12284c;
  margin-bottom: 10px;
	font-style: italic;
}

/* Gravity Forms: tighten vertical spacing between fields */
#gform_wrapper_1{
  --gf-form-gap-y: 12px;
}



#gform_wrapper_1 .gform_heading {
	display: none;
}

.pledge-text .gform-field-label {
	font-family: barlow-condensed !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	color: #12284c !important;
}
.pledge-text .gfield_checkbox .gchoice{
	display: flex;
	align-items: center;
	gap: 18px;
}

.question-text legend.gform-field-label{
	font-family: barlow-condensed !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	color: #12284c !important;
}

.question-text label.gform-field-label{
  	font-family: barlow-condensed !important;
	font-size: 2em !important;
	font-weight: 500 !important;
	color: #12284c !important;
}

.question-text .gfield_radio .gchoice{
	display: flex;
	align-items: center;
	gap: 18px;
}

/* Make the circle a bit bigger to match the typography */
.question-text .gfield_radio .gfield-choice-input{
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
}

/* Hard-override GF radios + checkboxes to campaign red */
#gform_wrapper_1 input.gfield-choice-input[type="checkbox"],
#gform_wrapper_1 input.gfield-choice-input[type="radio"]{
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 22px;
  height: 22px;
  border: 2px solid #12284c;
  background: #fff;
  display: inline-grid;
  place-content: center;
}

/* radio shape + dot */
#gform_wrapper_1 input.gfield-choice-input[type="radio"]{
  border-radius: 50%;
}
#gform_wrapper_1 input.gfield-choice-input[type="radio"]:checked::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c10230;
}

/* checkbox shape + check */
#gform_wrapper_1 input.gfield-choice-input[type="checkbox"]{
  border-radius: 5px;
}
#gform_wrapper_1 input.gfield-choice-input[type="checkbox"]:checked{
  background: #c10230;
}
#gform_wrapper_1 input.gfield-choice-input[type="checkbox"]:checked::before{
  content: "✓";
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

/* Remove Gravity Forms drop shadow on custom controls */
#gform_wrapper_1 input.gfield-choice-input[type="checkbox"],
#gform_wrapper_1 input.gfield-choice-input[type="radio"]{
	box-shadow: none !important;
	outline: none !important;
}
/* Remove drop shadow from text inputs + textarea */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 textarea{
	box-shadow: none !important;
	outline: none !important;
	border: 2px solid #12284c; 
}

/* Consent checkbox: match the custom checkbox styling */
#gform_wrapper_1 #field_1_11 input[type="checkbox"]{
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 22px;
  height: 22px;
  border: 2px solid #12284c !important; /* navy outline */
	border-radius: 5px !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-grid;
  place-content: center;
}

#gform_wrapper_1 #field_1_11 input[type="checkbox"]:checked{
  background: #c10230 !important;       /* red fill */
  border-color: #12284c !important;
}

#gform_wrapper_1 #field_1_11 input[type="checkbox"]:checked::before{
  content: "✓";
  color: #fff;
  font-size: 16px;
  line-height: 1;
}


/* Make GF submit button campaign red */
#gform_wrapper_1 input[type="submit"],
#gform_wrapper_1 .gform_button{
  background: #c10230 !important;
  border: 2px solid #c10230 !important;
  color: #ffffff !important;
  box-shadow: none !important;
	font-family: erbaum !important;
	font-weight: 900 !important;
	font-size: 1em !important;
	text-transform: uppercase !important;
}

/* Optional hover */
#gform_wrapper_1 input[type="submit"]:hover,
#gform_wrapper_1 .gform_button:hover{
  background: #12284c !important;
  border-color: #12284c !important;
}

/* Gravity Forms spinner color */
#gform_ajax_spinner_1.gform-loader{
  border-color: rgba(193, 2, 48, 0.25) !important;
  border-top-color: #c10230 !important;
}



.question-text .gfield_radio {
	font-weight: 400 !important;
}

/* ===== GF INPUT TYPOGRAPHY (typed text) ===== */
#gform_wrapper_1 input,
#gform_wrapper_1 textarea,
#gform_wrapper_1 select{
  font-family: barlow-condensed !important;
  font-size: 1em !important;
  font-weight: 200 !important;
  color: #12284c !important;
}

/* ===== PLACEHOLDERS (only fields you tagged with .form-ph) ===== */
#gform_wrapper_1 .form-ph input::placeholder,
#gform_wrapper_1 .form-ph textarea::placeholder,
#gform_wrapper_1 .form-ph input::-webkit-input-placeholder,
#gform_wrapper_1 .form-ph textarea::-webkit-input-placeholder{
  font-family: barlow-condensed !important;
  font-size: 1em !important;
  font-weight: 200 !important;
  color: #9ba1b3 !important;   /* NEW COLOR */
  opacity: 1 !important;
}


/* ===== Illinois field (value text alignment tweak) ===== */
#input_1_9_4{
  padding: 0 12px !important;
  line-height: 1.1 !important;
}

/* ===== Country dropdown (nudge + border + no shadow) ===== */
#gform_wrapper_1 .form-ph select{
  border: 2px solid #12284c;
  padding: 4px 12px 0 12px !important;
  line-height: 1.1 !important;
  box-shadow: none !important;
}


.gfield_consent_label {
  font-family: barlow-condensed !important;
}
.gfield_consent_label a {
	color: #c10230 !important;
}



.gform-theme--framework .gform_validation_errors {
    background-color: #f9d4d0 !important;
    border: #c10230 !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #c10230 !important;
	font-family: barlow-condensed !important;
    font-size: 1.5em !important;
	margin: 0 !important;
}
.validation_message {
	font-family: barlow-condensed !important;
    font-size: 1em !important;
	color: #c10230 !important
}

/* Always hide GF honeypot + validation container */
#gform_wrapper_1 .gform_validation_container{
  display: none !important;
}



/* Countdown Timer Edits */
.rotor-group-heading {
	font-family: erbaum;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #000;
    background-color: #fff;
}

.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #000;
    background-color: #fff;
}

.flipdown.flipdown__theme-dark .rotor-bottom {
    color: #202020;
    background-color: #fcfcfc;
}

.flipdown.flipdown__theme-dark .rotor-top {
    color: #000;
    background-color: #fff;
}

/* Safe, responsive scaling */

.gpls-wpsctr-flipdown {
	transform: scale(1.37);	
	transform-origin: center;
}

@media (max-width: 600px){
	.gpls-wpsctr-flipdown {
		transform: scale(1.2);
	}
	.flipdown-size-xs .rotor-group-heading {
	    font-size: 1.2rem !important;
	}
}

.paid-for {
	display: inline-block;
	border: 2px solid #12284C;
	padding: 5px 10px;
	border-color: #fff;
	width: auto !important;
}
.paid-for-group {
	text-align: center;
}
.no-padding {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

#site-footer {
	display: none;
}

