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

*/

/* Buttons */
input[type="button"], .vc-employment-form .gform_page_footer input[type="submit"] {
	border: 1px solid #555c62;
	background-color: transparent;
	color: #555c62;
	border-radius: 0px;
	padding: 12px 30px 12px 30px;
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 700;
}

input[type="button"]:hover,
input[type="button"]:focus, .vc-employment-form .gform_page_footer input[type="submit"]:hover {
	background-color: var( --e-global-color-c500306 );
    color: #FFFFFF;
    border-color: var( --e-global-color-c500306 );
}

.vc-topbar-links a:hover {
    text-decoration: underline;
}
/* END Buttons */



/* Gravity Forms */ 
/* employment application */
.vc-employment-form .gform_wrapper.gravity-theme .gfield_label {
    color: var( --e-global-color-primary );
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
}
/* END Gravity Forms */ 



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

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

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




/* Clip Path */
.vc-clip-rt, .vc-team-members img {
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}

.vc-clip-lt {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
}

.vc-clip-s {
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
/* END Clip Path */