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

*/

/* Password protected page form */
.post-password-form {
	padding: 40px;
	margin-left: 20%;
}

.post-password-form [type=submit] {
	display: block;
	background-color: #EE3A43;
	color: white;
	border: none;
	margin-top: 10px;
}
/* END Password protected page form */



/* Testimonial Slider */
.vc-testimonial-slider .eael-testimonial-slider {
    min-height: 250px;
    max-height: 250px;
}
/* END Testimonial Slider */


/* Tabs on Nuclear Packaging page */
.vc-tabs .elementor-tab-title {
    border-bottom: 2px solid #F6F7F8 !important;
}

.vc-tabs .elementor-tab-title.elementor-active {
    border-color: #EE3A43 !important;
} 
/* END Tabs on Nuclear Packaging page */



/* Image Clip */
.vc-img-clip {
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
	overflow: visible;
}
/* END Image Clip */



/* Single Job Post */
.single-jobs h2 {
	padding-top: 20px;
}

.single-jobs h3 {
	padding-top: 15px;
}

.gform_wrapper .gf_step.gf_step_active {
	color: #54595F;
	font-weight: bold;
}

.gform_wrapper .gf_step {
	color: #939598;
	opacity: 0.6;
	font-size: 15px;
	margin-bottom: 5px;
}

.gf_step_number {
	font-size: 18px !important;
	font-weight: bold;
}

.gform_wrapper .gf_page_steps {
	padding: 20px 50px;
	background-color: #F6F7F8;
	border-bottom: 0;
}

.gform_wrapper .top_label .gsection_description {
	color: #EE3A43;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.vc-gf-section .gsection_title {
	border-bottom-style: solid;
    border-bottom-width: 12px;
    border-bottom-color: #EE3A43;
    padding: 25px 0px 5px 0px;
}

.gform_wrapper .top_label .vc-gf-agreement .gsection_description {
	color: #939598;
	font-weight: normal;
	line-height: 1.5;
}
/* END Single Job Post */


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

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