/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* Google Policy */
.vc-GFGooglePolicy {font-size: 12px;line-height: 1.3;}
/* END Google Policy */


/* Password Protected Page */
form.post-password-form {
	display: block;
	align-items: center;
	text-align: center;
	margin: 40px 25px;
}

form.post-password-form p:nth-of-type(1) {
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
	line-height: 1.3;
}

form.post-password-form input {margin-bottom: 12px;}

form.post-password-form [type=submit] {
	border-color: #4CAF50;
	background-color: #4CAF50;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

form.post-password-form [type=submit]:hover {background-color: #46a049; border-color: #46a049;}
form.post-password-form label {padding-bottom: 5px;}
/* END Password Protected Page */


/* Fix Elementor Icon List Alignment */
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {align-items: start !important;}

.elementor-widget .elementor-icon-list-icon {margin-top: 3px;}
/* END Fix Elementor Icon List Alignment */


/* Single Blog Post */
#vc-post-content h1, #vc-post-content h2, #vc-post-content h3, #vc-post-content h4, #vc-post-content h5, #vc-post-content h6 {
    margin-top: 1em;
    color:  var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

#vc-post-content ul, #vc-post-content ol {margin-bottom: 1em;}
/* END Single Blog Post*/



/* Hero Section */
@media (min-width: 1025px) {
	.elementor-element-33d584e > .elementor-container, #vc-hero.elementor-element.elementor-element-7509ee9 {
        height: 750px;
        min-height: 70vh;
        max-height: 83vh;
	}
}
/* END Hero Section*/

/* Hero Section FULL */
@media (min-width: 1025px) {
	#vc-hero-full {
        height: 750px;
        min-height: 70vh;
        max-height: 83vh;
	}
}
/* END Hero Section FULL*/


/* Team Bios */
.vc-team-bios ul.eael-team-member-social-profiles {
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}

.vc-team-bios .eael-team-member-social-profiles li {margin-right: 15px;}
.vc-team-bios .eael-team-text {text-align: left; margin-top: 25px;}
.vc-team-bios .eael-team-content {border-radius: 20px;}
.vc-team-bios .eael-team-image img {border-radius: 100%;}
/* END Team Bios */


/* Blockquotes */
blockquote {
	font-style: italic;
	border-left: 2px solid var( --e-global-color-03bfa7a );
	padding-left: 20px;
	font-size: 22px;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	blockquote {
		margin-inline-start: 15px;
		margin-inline-end: 15px;
		font-size: 18px;
		line-height: 1.3;
	}
}
/* END Blockquotes */


/* Site Header */
@media (min-width: 1025px) {#vc-header .vc-hide-on-desktop {display: none;}}
/* END Site Header */



/* CTA Container */
@media (max-width: 768px) {
    .vc-cta-container::before {
        background-image: linear-gradient(90deg, var( --e-global-color-358129fe ) 0%, var( --e-global-color-358129fe ) 100%) !important;
        opacity: .7;
    }
}
/* END CTA Container */


/* Breadcrumbs */
.elementor-widget-breadcrumbs p {text-transform: none; letter-spacing: 0px;}
/* END Breadcrumbs */


/* Inline Link Stlye */
.elementor-widget-theme-post-content p a {text-decoration: underline; font-weight: bold;}
/* END Inline Link Stlye */


/* Donation Form */
#vc-form-donate .gform_wrapper.gravity-theme .gfield_required {font-size: 17px;}
#vc-form-donate .gform_required_legend {display: none;}

/** form steps **/
#vc-form-donate .gform_wrapper.gravity-theme .gf_step_number {
	font-size: 15px;
	font-family: var(--e-global-typography-0cca079-font-family ), Sans-serif;	
}

#vc-form-donate .gform_wrapper.gravity-theme .gf_step_label  {font-size: 18px;}

#vc-form-donate .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background-color: var( --e-global-color-03bfa7a );
	border-color: var( --e-global-color-03bfa7a );
	color: white;
}

#vc-form-donate .gform_wrapper.gravity-theme .gf_step_active .gf_step_label {color: var( --e-global-color-03bfa7a );}

/** donation amount **/
#vc-form-donate .vc-donate-amount input[type="radio"]+label {
	color: white;
	font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
	font-size: 25px;
	background-color: var( --e-global-color-03bfa7a );
	border: 2px solid var( --e-global-color-03bfa7a );
	padding: 12px 20px;
	width: 100%;
	text-align: center;
	transition: all 150ms ease-in-out;
}

#vc-form-donate .vc-donate-amount input[type="radio"]:not(:checked)+label:hover {box-shadow: 0px 0px 0px 4px #f9cbe6; cursor: pointer;}
#vc-form-donate .vc-donate-amount input[type="radio"]:checked+label {border-color: #3B2C06; background-color: #34BBEC;}
#vc-form-donate .vc-donate-amount input[type="radio"] {display: none;}

#vc-form-donate .vc-donate-amount  .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#vc-form-donate .vc-donate-amount  .gfield_radio .gchoice  {width: 31%;}

@media (max-width: 768px) {
	#vc-form-donate .vc-donate-amount  .gfield_radio {
		gap: 6px;}
	
	#vc-form-donate .vc-donate-amount .gfield_radio .gchoice {
        width: 48%;}
	
	#vc-form-donate .vc-donate-amount input[type="radio"]+label {
		font-size: 18px;}
}

/** donation totals section **/
#vc-form-donate .vc-donate-total .ginput_product_price_label, #vc-form-donate .vc-donate-trans-fee-total .ginput_product_price_label {
	display: none;}

#vc-form-donate .vc-donate-total .gfield_label {
	display: inline-block;
	float: left;
	padding-left: 15px;
	margin-top: 4px;
}

#vc-form-donate .vc-donate-total .gfield_label::before {content:"$"; padding-right: 15px;}
#vc-form-donate .vc-donate-total .ginput_container_product_calculation {position: absolute; right: 15px;}
#vc-form-donate .vc-donate-trans-fee-total .ginput_container_product_calculation {text-align: right;}
.vc-donate-trans-fee-checkbox label {padding-left: 4px;}
#vc-form-donate .gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0px;}

#vc-form-donate .vc-donate-trans-fee-checkbox, #vc-form-donate .vc-donate-trans-fee-total {
	background-color: #EEEEEE;
	padding: 10px 15px 8px 15px;;
	border: 1px solid #ccc;
}

#vc-form-donate .vc-donate-trans-fee-checkbox {border-radius: 5px 0px 0px 5px; border-right: none;}
#vc-form-donate .vc-donate-trans-fee-total {border-radius: 0px 5px 5px 0px; border-left: none;}

.vc-donate-subtotal {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.vc-donate-subtotal .gfield_label {margin-right: 20px;}

#vc-form-donate .vc-donate-subtotal input[type="text"] {
	background-color: white;
	border: none;
	text-align: right;
	width: 90px;
	padding: 0px 0px 14px 0px;
	height: auto;
	color: #060;
}
/* END Donation Form */



/* Resources */
/** table of contents buttons **/
@media (max-width: 1024px) {
    .vc-btns-toc .elementor-button {
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {.vc-btns-toc .elementor-button {min-height: 75px;}}
/* END Resources */


/* Elementor Anchor Link Offset */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {position: relative; z-index: -1;}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
  visibility: hidden;
  pointer-events: none;
}
/* END Elementor Anchor Link Offset */

/* EA Tabs */
.elementor-page .elementor-widget-eael-adv-tabs .eael-tabs-nav ul {flex-wrap: wrap; justify-content: center;}
.elementor-page .elementor-widget-eael-adv-tabs .eael-tabs-nav ul:has(> li:nth-child(4)) li {flex-grow: 0 !important;}