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

*/


/* History Timeline */
@media (max-width: 1023px){
    .vc-timeline .jet-timeline-item.is--active .timeline-item__meta-content {
        color: white !important;
    }
}
/* END History Timeline */


/* Cookie Banner Buttons */
.cn-button.bootstrap.vc-cookie-btn {
	background-color: #15A0DD;
}
/* END Cookie Banner Buttons */



/* Posts */
.vc-posts .eael-grid-post .eael-entry-footer, .eael-grid-post .eael-entry-wrapper {
	min-height: 260px;
	padding: 0px 30px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.vc-posts .eael-grid-post .eael-entry-footer, .eael-grid-post .eael-entry-wrapper:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
/* END Posts */


/* Gravity Forms */
.gform_wrapper hr {
    margin: 50px 0px !important;
    border: 1px solid #EFF0F0;
}
/* END Gravity Forms */


/* Testimonial Section */
.vc-testimonials {
    min-height: 520px;
    max-height: 520px;
}
/* END Testimonial Section */


/* Buttons */
input[type="button"] {
	border-color: #888888;
	color: #888888;
}

input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #888888;
}