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




/* SCORM Embedded Video Sections */
#scorm iframe {
    height: 100vh;
    width: 100%;
}

#scorm p { 
    margin-block-end: 0;
}
/* END SCORM Embedded Video Sections */





/* Uncanny Owl */
/** forms **/
.uo-groups-registration table tbody>tr:nth-child(odd)>td, .uo-groups-registration table tbody>tr:nth-child(odd)>th, .uo-groups-registration table tbody tr:hover>td, .uo-groups-registration table tbody tr:hover>th, #ulgm_registration_form table tbody>tr:nth-child(odd)>td, #ulgm_registration_form table tbody>tr:nth-child(odd)>th, #ulgm_registration_form table tbody tr:hover>td, #ulgm_registration_form table tbody tr:hover>th {
	background-color: transparent;
}

.uo-groups-registration label, #ulgm_registration_form label {
	color: var( --e-global-color-primary );
    font-size: 15px;
    font-weight: 600;
}

#vc-formRegister #ulgm_registration_form.uo-groups-registration table tbody input[type="submit"], #ulgm_registration_form table tbody [type=submit] {
	color: var( --e-global-color-796fcb4 );
	border-color: var( --e-global-color-796fcb4 );
	background-color: white;
}

.uo-groups-registration input[type=email], .uo-groups-registration input[type=month], .uo-groups-registration input[type=number], .uo-groups-registration input[type=password], .uo-groups-registration input[type=search], .uo-groups-registration input[type=tel], .uo-groups-registration input[type=text], .uo-groups-registration input[type=time], .uo-groups-registration input[type=url], .uo-groups-registration input[type=week], .uo-groups-registration textarea, #ulgm_registration_form input[type=text] {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
	border: 2px solid #EDECEC;
	color: var( --e-global-color-text );
}

.ulgm_registration_form fieldset {
	border: none;
}
/* END Uncanny Owl */




/* Header */
/** log in & log out links **/
#vc-header .uo-login-logout-menu-item a {
	border-bottom: 1px solid var( --e-global-color-796fcb4 );
	color: var( --e-global-color-796fcb4 );
}

#vc-header .uo-login-logout-menu-item a:hover {
	color: var( --e-global-color-987086c );
	border-bottom-color: var( --e-global-color-987086c );
}
/* END Header */




/* Lightbox Fix */
.dialog-type-lightbox .dialog-widget-content {
    width: 100% !important;
}
/* END Lightbox Fix */




/* iFrame Responsiveness */
@media (max-width: 767px) {
    iframe {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}
/* END iFrame Responsiveness */