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




/* Gravity Forms */
#vc-form-footer .gform_wrapper.gravity-theme .gform_footer, #vc-form-popup .gform_wrapper.gravity-theme .gform_footer {
	padding: 0px;
}

#vc-form-footer .gform_wrapper.gravity-theme #field_submit input, #vc-form-popup .gform_wrapper.gravity-theme #field_submit input {
	height: 48px;
}
/* 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 */




/* 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 p a {
    text-decoration: underline;
}

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



/* Callout Text

.vc-callout {
    background: linear-gradient(180deg, transparent 65%, #DBF1FA 0);
    background-repeat: repeat-x;
    background-size: 50% 100%;
}

END Callout Text */



/* CTAs with Secondary Button Style */
#vc-featuredAreas .elementor-cta__content .elementor-cta__button, .vc-ctaSecondaryBtn .elementor-cta__content .elementor-cta__button {
    padding: 0px 0px 5px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
/* END CTAs with Secondary Button Style */




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