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

*/

/* Icon List */
.vc-icon-title {
    display: block;
    font-weight: 500;
    color: #BC2025;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;;
    text-transform: uppercase;
}
/* END Icon List */



/* Mapplic */
.mapplic-tooltip {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-weight: 600;
}

.mapplic-map .mapplic-pin {
	display: none;
}

#mapplic1 .mapplic-container {
	background-color: white;
}

.mapplic-map .mapplic-clickable:not(g), .mapplic-map g.mapplic-clickable > * {
	opacity: 1;
}
/* END Mapplic */



/* Icon Box */
.vc-icon-box .elementor-icon {
    margin-top: 10px;
}
/* END Icon Box */



/* Hero */
.vc-hero .elementor-slide-heading {
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.vc-hero .swiper-slide-inner:hover {
	cursor: initial;
}
/* END Hero */




/* Buttons */
input[type="button"] {
	border: none;
	color: white;
	background-color: #BC2025;
	box-shadow: 0px 5px 20px -5px rgb(188 32 37 / 49%)
}

input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #333333;
}
/* END Buttons */




/* Gravity Forms */ 
/* email opt-in */
@media (max-width: 767px) {
    #vc-form-email-footer .gfield {
        display: block;
        max-width: 240px
    }
    
    #vc-form-email-footer .gf_simple_horizontal .gform_footer.top_label {
        display: block;
    }
    
    #vc-form-email-footer .gform_wrapper .gform_footer input[type=submit] {
        width: 225px;
        margin-top: 10px;
    }
}
/* END Gravity Forms */



/* Hero Slider */
.vc-hero-slider a:hover {
    cursor: pointer;
}
/* END Hero Slider */




/* Main Navigation */
/* mobile only item */
@media (min-width: 767px) {
	.vc-mobile-only.menu-item .elementor-item {
		display: none;
	}
}
/* END Main Navigation */