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

*/


/* Job Board */
.vc-job-loop a {
    color: #727272;
}
/* END Job Board */


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



/* 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: #15A0DD;
	background-color: #15A0DD;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

form.post-password-form [type=submit]:hover {
	background-color: #544E46;
	border-color: #544E46;
}

form.post-password-form label {
	padding-bottom: 5px;
}
/* END Password Protected Page */





/* Breadcrumbs */
#breadcrumbs a {
    text-decoration: underline;
}
/* END Breadcrumbs */






/* Single Case Study */
.vc-case-study-content .elementor-widget-text-editor h2, .vc-case-study-content .elementor-widget-text-editor h3, .vc-case-study-content .elementor-widget-text-editor h4, .vc-case-study-content .elementor-widget-text-editor h5, .vc-case-study-content .elementor-widget-text-editor h6 {
    color: var( --e-global-color-primary );
    font-weight: var(--e-global-typography-primary-font-weight);
    margin-top: 1em;
}

.vc-case-study-content .elementor-widget-text-editor h2 {
    margin-top: 1em;
}

.vc-case-study-content .elementor-widget-text-editor p a {
    font-weight: bold;
    text-decoration: underline;
}

.vc-case-study-content .elementor-widget-text-editor blockquote {
    color: var( --e-global-color-primary );
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 1.2em 0;
    padding: 30px;
    background-color: #f5f5f5;
    border: 1px solid #E0E1E1;
    border-radius: 8px;
}

.vc-case-study-content .elementor-widget-text-editor li {
    margin-bottom: 1em;
}
/* END Single Case Study */