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


/* Nav Menu */
@media (min-width: 768px) {
	.vc-header .vc-mobile-only {
		display: none;
	}
}
/* END Nav Menu */



/* Team Grid */
#vc-team .elementor-grid-item {
    transition: all 220ms ease-in-out;
}

#vc-team .elementor-grid-item:hover {
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
    cursor: pointer;
}
/* END Team Grid */



/* ACF */
.No-hide {
	display: none;
}
/* END ACF */



/* Blog */
#vc-socialShare .elementor-share-btn {
    border-radius: 5px;
}
/* END Blog */


/* Hide Prefooter */
.page-id-113 #vc-prefooter {
	display: none;
}
/* END Hide Prefooter */


/* Remove Focus Outline */
.eael-accordion-list .elementor-tab-title:focus {
    outline: none;
}
/* END Remove Focus Outline */


/* Buttons */
input[type="button"], .vc-button .elementor-button {
	background-color: #67B56B;
	border: none;
	border-radius: 5px;
	color: white;
}

input[type="button"]:hover,
input[type="button"]:focus, .vc-button .elementor-button:hover, .gform_footer input[type="submit"]:hover {
	box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.16);
}

/* Gravity Forms */
/* condensed (no visible field labels, placeholder instead) */
body .vc-gfCondensed .gform_wrapper ul li.gfield {
	margin-top:0;
}

.vc-gfCondensed .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom:0;
}

body .vc-gfCondensed .gform_wrapper .top_label div.ginput_container {
    margin-top: 16px;
}

.vc-gfCondensed .eael-gravity-form .gform_wrapper textarea {
    padding: 10px 10px 10px 5px;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0px;
}
/* simple horizontal */
.gf_simple_horizontal input[type=text] {
    min-width: 290px;
}

@media (max-width: 767px) {
	.gf_simple_horizontal input[type=text] {
    	min-width: 275px;
	}
}
/* END Gravity Forms */