/*
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

*/

/* Buttons */
input[type="button"] {
	border-color: #888888;
	color: #888888;
}

input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #888888;
}

.vc-btn-call .elementor-button {
    text-align: left;
}

.vc-btn-call .elementor-button-icon i {
    font-size: 25px;
}

@media (max-width: 767px) {
    .vc-btn-call .elementor-button {
        text-align: center;
    }
}
/* END Buttons */



/* Gravity Forms */ 
.vc-form .eael-gravity-form .gform_body .gfield label {
    font-weight: 500 !important;
}

.vc-form .ginput_container_checkbox {
    margin-bottom: 15px;
}
/* END Gravity Forms */ 



/* 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 */



/* Callout Text */
.vc-callout-txt {
    color: var( --e-global-color-41e2242 );
}
/* END Callout Text */



/* Primary Navigation Bar */
@media (min-width: 1025px) {
	#vc-navbar .vc-mobile-only {
		display: none;
	}
}
/* END Primary Navigation Bar */




/* Hero Image Carousel */
.vc-img-carousel .elementor-swiper-button {
    background-color: #000;
    padding: 5px;
}

.vc-img-carousel .elementor-swiper-button:hover {
    background-color: #FEBE0B;
}

/* END Hero Image Carousel */



/* Google CAPTCHA */
.vc-GFGooglePolicy {
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
}
/* END Google CAPTCHA */