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


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




/* Subhero Featured Areas */
#vc-services .vc-services-col .elementor-column-wrap {
    backdrop-filter: blur(6px) grayscale(20%);
    -webkit-backdrop-filter: blur(6px) grayscale(20%);
}


/** add background color to Services section on mobile **/
@media (max-width: 1024px) {
    #vc-services {
        background-color: var( --e-global-color-358129fe );
    }
}
/* END Subhero Featured Areas */




/* Gravity Forms */
.gfield_error input[type="text"], .gfield_error input[type="email"], .gfield_error input[type="tel"], .gfield_error input[type="number"], .gfield_error input[type="text"], .gfield_error input[type="text"], .gfield_error input[type="text"], .gfield_error input[type="text"], .gfield_error textarea {
	border-color: red !important;
}
/* END Gravity Forms */




/* Services Secondary Menu */
#vc-secondaryMenu.elementor-sticky--effects {
    background-color: #000;
}

#vc-secondaryMenu.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
    color: white;
}

#vc-secondaryMenu.elementor-sticky--effects .elementor-nav-menu--main .elementor-item:hover, #vc-secondaryMenu.elementor-sticky--effects .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: var( --e-global-color-adf62c6 );
}

#vc-secondaryMenu.elementor-sticky--effects .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    border-color: #FFFFFF45;
}

@media screen and (max-width: 768px) {
  #vc-secondaryMenu.elementor-sticky .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    border: none;
	}
}

@media (max-width: 767px) {
    #vc-secondaryMenu .elementor-nav-menu>li:after {
        display: none;
    }
}

@media (max-width: 767px) {
    #vc-secondaryMenu .elementor-menu-toggle:after {
        content: "Jump to Service";
        font-size: 16px;
        padding-left: 10px;
        font-weight: bold;
    }
}
/* END Services Secondary Menu */







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

/** add styling to links **/
#vc-post-content a {
    text-decoration: underline;
}

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




/* Our Process Steps */
#vc-process .elementor-icon-box-content {
    margin-top: 15px;
    margin-left: -40px;
}
/* END Our Process Steps */



/* 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: 200px; /* fixed header height*/
  margin: -200px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}
/* END Elementor Anchor Link Offset */




/* Site Header */
#vc-header #vc-logo img {
	transition: all 100ms ease-in-out;
}

#vc-header.elementor-sticky--effects #vc-logo img {
    transition: all .3s ease-in-out;
    width: 110px;
}
/* END Site Header */