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

*/
/* Header Menu */
.vc-mainMenu a.elementor-item.elementor-item-active, .vc-mainMenu a.elementor-item.elementor-item:hover{
      transform: skewX(-20deg);
}

li.vc-mobileOnly.menu-item {
	display:none;
}

@media screen and (max-width:767px) {
	li.vc-mobileOnly.menu-item {
		display:block;
	}
	
	.vc-mainMenu a.elementor-item.elementor-item-active, .vc-mainMenu a.elementor-item.elementor-item:hover{
      transform: skewX(0deg);
	}
}

/* Home front page */
@media screen and (max-width:1024px) {
	.vc-centerCTA .eael-call-to-action.cta-left {
		text-align:center !important;
	}
	.vc-orangeCTA .elementor-background-overlay {
		background-image: linear-gradient(108deg, #F68A21 55%, #F68A21 55%) !important;
	}
}

/*Post Badge Styling */
.vc-badge .elementor-post__badge {
    background: #f48b21 !important;
}

/* Password-protected page form */
form.post-password-form {
    display: inline-block;
	margin: 10% !important;
}

/* END Password-protected page form */
