/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
#download-report {
	display: none;
}
.mb-none {
	margin-bottom: 0;
}

.flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.gap-16{
	gap: 16px;
}
.gap-20{
	gap: 20px;
}
.flex-start {
	align-items: start;
}
/**Annoucements**/
.annoucement-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
}

.annoucement-container h4.announcement-title {
    font-family: var(--gp-font--roboto);
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.annoucement-container {
		grid-template-columns: 1fr;
	}
}
/**Events**/
.event p {
    margin-bottom: 0;
}
.events-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
/**Form**/
#gform_1 .gform_fields{
    column-gap: 48px;
    row-gap: 20px;
}
#gform_1 .gform_button {
    align-items: center;
    background-color: var(--hot-pink);
    color: #ffffff;
    display: inline-flex;
    font-family: var(--gp-font--lato);
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    text-decoration: none;
    padding: 13.5px 20px;
    text-transform: capitalize;
	border-radius: 0;
	margin-left: auto;
    margin-right: 30%;
}
#gform_1 .gform_button:is(:hover,:focus) {
    background-color: #1a4a9b;
    color: #ffffff;
}
#gform_1 input, #gform_1 select, #gform_1 textarea {
	border: 2px solid #000;
    min-height: 47.5px;
    font-size: 18px;
    padding: 8px 10px;
}

#gform_1 input.gfield-choice-input {
	min-height: 0px;
}

#gform_1 select {
	color: var(--primary-dark-navy);
	line-height: 1.6em;
}
#gform_1 .gform_button {
	border: unset;
}
@media screen and (max-width: 1024px) {
	#gform_1 .gform_button {
		margin-left: auto;
		margin-right: 32%;
	}
}
@media screen and (max-width: 639px) {
	#gform_1 .gform_button {
		margin-left: 0px;
		margin-right: auto;
	}
	#gform_1 .first-name {
		order: 1;
	}
	#gform_1 .last-name {
		order: 2;
	}
	#gform_1 .student-email {
		order: 3;
	}
	#gform_1 .username {
		order: 4;
	}
	#gform_1  .gfield--type-password {
		order: 5;
	}
	#gform_1 .student-school {
		order: 6;
	}
	
	#gform_1 .student-grade {
		order: 7;
	}
	#gform_1 .county {
		order: 8;
	}
	#gform_1 .zipcode {
		order: 9;
	}
	#gform_1 .gender {
		order: 10;
	}
	#gform_1 .birthdate {
		order: 11;
	}
	#gform_1 .ambassador {
		order: 12;
	}
	#gform_1 .girl-scout {
		order: 13;
	}
	#gform_1 .annual-5k {
		order: 14;
	}
	#gform_1 .hear-about-mm {
		order: 15;
	}
	#gform_1 .photo-consent {
		order: 16;
	}
	#gform_1 .gform_fields{
		column-gap: 0;
	}
}

/**Google Translate**/
.lang-dropdown {
  position: absolute;
  z-index: 990;
  bottom: -125px;
	right: 0;
	transition: ease-in-out 0.2s;
}
.lang-hidden {
	display: none;
}
.goog-te-gadget {
    display: flex;
    flex-direction: column;
}
.goog-te-combo {
	font-size: 16px ! important;
	background-color: #fff;
	color: var(--primary-brand-blue);
}
#mobile-lang {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#lang-button {
	cursor: pointer;
}

#gform_submit_button_5 {
	align-items: center;
    background-color: var(--white);
    color: var(--dark-blue);
    display: inline-flex;
    font-family: var(--gp-font--lato);
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    text-decoration: none;
    border-bottom: 2px solid var(--dark-blue);
    padding: 8px 2px;
    box-shadow: none;
}

#gform_submit_button_5:is(:hover,:focus) {
    background-color: var(--white);
    color: var(--hot-pink);
    border-bottom-color: var(--hot-pink);
}

#gform_wrapper_5 .gform-footer {
	margin-block-start: 0;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.volunteer-title {
	font-size: 20px;
}

.volunteer-address {
	margin-bottom: 10px !important;
	font-style: italic;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position:fixed;
    }
}
/**Upload pro image preview**/
.gpfup-big-images .gpfup__files {
	display: flex;
	flex-wrap: wrap;
	border: 0;
	padding: 0;
	box-shadow: none;
	margin: 0 -0.5rem;
}

.gpfup-big-images .gpfup__file {
	width: calc( 50% - 1rem );
	border: 0 !important;
	padding: 0;
	margin: 0 0.5rem 1rem !important;
	background: rgba( 0, 0, 0, 0.9 );
	border-radius: 4px;
    overflow: hidden;
    min-height: 100px;
	position: relative;
    overflow: visible;
}

.gpfup-big-images .gpfup__preview {
	margin-right: 0;
	display: grid;
}

.gpfup-big-images .gpfup__preview img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: auto;
        border-radius: 0;
}

.gpfup-big-images .gpfup__file-info {
	position: absolute;
	bottom: 0;
	transition: opacity .3s ease-in-out;
	width: 100%;
	border-radius: 0 0 4px 4px;
	padding: 0.5rem;
	color: #fff;
	background: #000;
	background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	margin: 0;
}
.gpfup-big-images .gpfup__filesize {
	font-size: 0.8em;
}

.gpfup-big-images .gpfup__file-actions {
	top: 0.5rem;
	right: 0.5rem;
}

.gpfup-big-images .gpfup__delete {
	opacity: 0.7;
	transition: opacity 0.25s ease-out;
}

.gpfup-big-images .gpfup__delete svg {
	fill: white;
	width: 1rem;
	transition: filter 0.25s ease-out;
}

.gpfup-big-images .gpfup__delete:hover {
	opacity: 1;
}

.gpfup-big-images .gpfup__delete:hover svg {
	filter: drop-shadow( 0 0 4px black );
}

.gpfup-big-images .gpfup__droparea {
	border-radius: 4px;
}

.gpfup-big-images .gpfup__edit {
	width: 2.6rem;
	height: 2.6rem;
        line-height: 1;
}
.gpfup-big-images .gpfup__file-actions {
	position: absolute;
    top: -10px;
    right: -10px;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px;
    height: 30px;
    width: 29px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hot-pink);
    z-index: 11;
}
.gpfup-big-images .gpfup__file-actions svg path {
	fill: var(--hot-pink);
}