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

*/


.page-content a {
	text-decoration: none;
}

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

.vc-formLight .vc-GFGooglePolicy {
	color: var( --e-global-color-06631f8 );
}
/* END Google Policy */




/* Gravity Forms */
.gform_required_legend {
	display: none;
}
/* 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 */




/* 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%);
}
/* 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-menu-toggle:after {
	content: "Jump to Service";
	font-size: 16px;
    padding-left: 10px;
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
    text-transform: var( --e-global-typography-secondary-text-transform );
    letter-spacing: var( --e-global-typography-secondary-letter-spacing );
}

#vc-secondaryMenu ul.elementor-nav-menu {
    display: flex;
    flex-wrap: wrap;
}

#vc-secondaryMenu .elementor-nav-menu__container {
    	padding: 25px 35px;
    	border-top: 1px solid #203361;
}

@media (min-width: 1025px) {
	#vc-secondaryMenu ul.elementor-nav-menu li.menu-item {
		width: 25%;
	}
}

@media (max-width: 1024px) {
    #vc-secondaryMenu ul.elementor-nav-menu li.menu-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #vc-secondaryMenu ul.elementor-nav-menu li.menu-item {
        width: 100%;
    }
	
	#vc-secondaryMenu .elementor-nav-menu__container {
		padding: 15px 10px;
	}
}
/* 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 */



/* Icon Styles */
/** dropshadow **/
.vc-icon .elementor-icon {
    box-shadow: 0px 5px 25px -6px rgba(27, 77, 130, 0.1);
}

/** rotate on hover **/
.vc-icon2 .elementor-cta:hover .elementor-icon, .vc-icon2 .elementor-icon-box-icon:hover .elementor-icon {
    transform: rotate(5deg);
}
/* END Icon Styles */

/* Icon Hover */
#vc-contact-iconBox .elementor-icon-box-description:hover {
    color: #E86227;
}


/* Hero Section */
@media (min-width: 1025px) {
	.elementor-element-b86ec80 > .elementor-container {
        height: 700px;
        max-height: 86vh;
	}
}

@media (min-width: 1600px) {
	.elementor-element-b86ec80 > .elementor-container {
		min-height: 65vh;
	}
}

@media (max-width: 768px) {
    #vc-hero .elementor-background-overlay {
    opacity: 0.7; }
}
/* END Hero Section */



/* Header */
@media (min-width: 1024px) {
	#vc-header .elementor-widget-nav-menu .elementor-nav-menu li.vc-hideOnDesktop {
		display: none;
	}
}
/* END Header */