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

a {
	color:#F26419;
}

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

.vc-optIn .gfield {
    padding-right:0 !important;
}

.vc-optIn .vc-GFGooglePolicy
{
    margin-top: 10px;
    color: #f2f2f2;
    padding-left: 8px;
    font-size:11px;
}

.vc-optIn .vc-GFGooglePolicy a:hover {
	color: var( --e-global-color-9defee6 );
}

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




/* Gallery */
.vc-gallery-l .e-gallery-image, .vc-gallery-l .elementor-cta__bg-wrapper {
    border-radius: 0px 0px 20% 0px;
}

.vc-gallery-r .e-gallery-image, .vc-gallery-r .elementor-cta__bg-wrapper {
    border-radius: 0px 0px 0px 20%;
}
/* END Gallery */



/* Focus Areas */
.vc-service-box .elementor-cta__button {
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid transparent !important;
}

.vc-service-box .elementor-cta__button:hover {
    border-bottom: 1px solid #F26419 !important;
}
/* END Focus Areas */



/* Newsletter Form */
#vc-form-inline .gform_wrapper .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
    padding-right: 0px;
}

#vc-form-inline .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .large {
    width: 220px;
}

@media (max-width: 1023px) {
    #vc-form-inline .gform_footer {
        display: block;
    }
    
    #vc-form-inline .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .large {
        width: 235px;
        border-radius: 5px;
    }
    
    #vc-form-inline .gform_footer input[type="submit"] {
        width: 235px;
        border-radius: 5px;
        margin-top: 8px;
    }
}
/* END Newsletter Form */




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




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




/* Slider */
#vc-slider .swiper-slide-contents, #vc-slider .swiper-slide {
    border-radius: 1% 1% 20% 1%;
}

#vc-slider .swiper-slide-contents {
    background-color: var( --e-global-color-be28aab );
    padding: 25px;
    width: 100vw;
}

#vc-slider .elementor-swiper-button {
    background-color: #1A2D571A;
    padding: 5px;
    position: static;
    margin-top: 20px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#vc-slider .elementor-swiper-button:hover {
    background-color: var( --e-global-color-be28aab );
    color: white !important;
}
/* END Slider */