
/*======= CL FORMS ===========*/
.wpcl-form-contact-form {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(1deg,rgb(0, 0, 0) 0%,#0b2533 40%);
    padding: 5%;
}
.wpcl-form-dim-content {
    opacity: 0;
}
/*.main_title {
	display: none;
}*/
.wpcl-form-contact-form .wpcf7-response-output {
    display: none !important;
}
.wpcl-form-html {
	height: 420px;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.wpcl-form-html h1 {
	font-family: sans-serif !important;
}
.wpcl-form-html h4 {
	color: #0581d5;
}
.wpcl-form-section {
	overflow: hidden;
    background: #ededef;
    min-height: 420px;
}
.wpcl-form-section + p {
	display: none;
}
.wpcl-form-section.multi-page {
    display: none;
}
.wpcl-form-section.sec0, .wpcl-form-nav p {
	text-align: center;
	padding-top: 1em;
}
.wpcl-form-contact-form .wpcf7-text, .wpcl-form-contact-form .wpcf7-select {
	width: 100%;
	border: none !important;
	border-bottom: 3px solid #1a472b !important;
	height: 40px;
	font-size: 1.1em;
	transition: 0.5s;
}

.wpcl-form-contact-form .wpcf7-text:focus, .wpcl-form-onchange {
	background: #1a472b!important;
	border-color: #fa5114 !important;
	color: white !important;
	transition: 0.5s ease;
    padding-left: 20px !important;
}
.wpcl-form-contact-form .wpcf7-textarea:focus {
    border-color: #fa5114 !important;
    color: #1a472b !important;
    transition: 0.5s ease;
    padding-left: 20px !important;
}
.wpcl-form-html input[type=text] {
	padding-left: 10px;
}
.wpcl-form-label {
	font-size: 1.2m;
}
.wpcl-form-html ::placeholder {
	font-size: 15px;
}
.wpcl-form-half, .wpcl-form-full, .wpcl-form-quarter {
    padding: 2% 5%;
    font-size: 20px;
    text-align: center;
    line-height: 2;
}
.wpcl-form-title {
	text-align: center;
	padding: 20px 0;
	background: #1a472b;
}
.wpcl-form-title h1 {
	color: white;
	font-weight: 700;
}
.wpcl-form-title p {
	color: white;
}
.wpcl-form-nav  {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.wpcl-form-required {
	color: #e21e12;
}
.wpcl-form-section.withbtn .et_pb_button:hover {
	padding: 5%;
}
.wpcl-form-contact-form .wpcf7-list-item {
	padding: 1% 2%;
    margin: 0!important;
	width: 100%;
}
 .wpcl-form-contact-form .wpcf7-textarea   {
	width: 100%;
    border: none;
    height: 175px;
    padding: 1% 0 4% 0; 
    font-size: 1.1em; 
    border-bottom: 3px solid #1a472b;
	overflow: auto;
	cursor: pointer;
}
.wpcl-form-contact-form .wpcf7-select option:active, .wpcl-form-contact-form .wpcf7-select option:hover {
    background: white;
}
.wpcl-form-upload {
    position: relative;
    background: rgba(0,0,0,0.7);
    border-bottom: 3px solid #0581d5 !important;
}
.wpcl-form-upload-drag {
	background: rgba(0,0,0,0.5) !important;
}
.wpcl-form-upload .wpcl-form-upload-text {
	width: 100%;
    text-align: center;
    position: absolute;
    padding: 20px;
    color: white;
}
.wpcl-form-upload input[type=file] {
    padding: 5%;
    position: relative;
    width: 100%;
    z-index: 100;
    opacity: 0;
}
.wpcl-form-upload:hover {
    opacity: 0.8;
    transition: 0.5s ease;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.8)inset;
}
..wpcl-form-textarea-scroll {
	max-height: 225px;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 5%;
    color: white;
    box-shadow: 0px -5px 20px rgba(0,0,0, 0.6)inset;
}
.wpcl-form-heading {
	text-align: center;
    padding: 2%;
    margin: 0 5%;
    color: white;
}
.wpcl-form-check {
    padding: 2%;
    margin: 2%;
    background: black;
    display: block;
    border-bottom: 3px solid #0581d5;
}
.wpcl-form-check input[type=checkbox] {
    width: 40px;
    height: 25px;
    position: absolute;
}
 .g-recaptcha.wpcl-form-half div {
    height: 50px !important;
    width: 100% !important;
    text-align: center;
}
.g-recaptcha.wpcl-form-half	{
	width: 100%;
    margin-bottom: 40px;
}
.wpcl-form-contact-form span.ajax-loader {
    position: absolute;
    left: 20px;
    top: -25px;
}
div.wpcl-form-contact-form .wpcf7-validation-errors, div.wpcl-form-contact-form .wpcf7-acceptance-missing {
    opacity: 1;
}
.wpcl-form-next, .wpcl-form-prev, .wpcl-form-submit {
    width: 50%;
    font-size: 1.3em;
    margin: 0 !important;
    display: inline-block;
    padding: 2%;
    font-size: 20px;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.wpcl-form-submit{
    background: #fa5114;
    color:white;
    border: 1px solid !important;
}
.wpcl-form-cancel {
    position: absolute;
    right: 0;
    font-size: 33px;
    color: white;
    padding: 0;
    cursor: pointer;
}
.wpcl-form-cancel:hover, .wpclform-prevnext:hover {
	opacity: 0.7;
	transition: 0.5s ease;
}
.wpcl-form-error {
    color: #fa5114 !important;
}
.wpcl-form-success {
    color: #94e48d !important;
}
.wpcl-form-checkcheck {
    opacity: 0;
    max-width: 125px;
    padding: 45px;
    margin: 5% auto;
    border-radius: 50%;
    background: rgba(148, 228, 141, 0.6);
    border: 5px solid transparent;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: green;
    text-shadow: -1px -1px 2px black;
    animation: success 1s linear 0.5s forwards;
}
@keyframes success {
    0%   {border-top-color: green; opacity: 0.3;}
    40%  {border-right-color: green; opacity: 0.3;}
    80%  {border-bottom-color: green; opacity: 0.3;}
    100% {border-color: green; transform: rotate(360deg); opacity: 1;}
}
/*====Only Desktop==*/
@media all and (min-width: 1000px) {
	.wpcl-form-html {
		padding: 0;
		margin-top: 10%;
	}
	.wpcl-form-half {
 		width: 50%;
    	display: block;
    	float: left;
		padding: 2% 5%;
	}
	.wpcl-form-quarter {
 		width: 25%;
    	display: block;
    	float: left;
		padding: 2% 3% 2% 0;
	}
	.wpcl-form-check {
		padding-left: 20%;
	}
	.wpcl-form-check input[type=checkbox] {
    	top: 15px;
	}
}
/*======== Only Mobile=======*/
@media all and (max-width: 1010px) {
	.wpcl-form-contact-form {
        position: absolute;
		top: 9em;
	}
	.wpcl-form-contact-form .wpcf7 {
		margin: 0% auto !important;
	}
	.wpcl-form-quarter {
		width: 49%;
		display: inline-block;
	}
	/*.wpcl-form-section.multi-page  {
		padding: 10px 0;
	}*/
}
@media all and (max-width: 600px) {
    .wpcl-form-half, .wpcl-form-full, .wpcl-form-quarter, .wpcl-form-title p {
        font-size: 16px;
    }
    .wpcl-form-heading {
        font-size: 18px;
    }
}
/*=========DISPLAY DATA==========*/
.clform_results {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding: 2%;
}
.clform_results td {
    padding: 10px 4px !important;
}
.wpclforms-db-nav{
    padding: 2%;
    background: black;
    color: white;
}
.wpclforms-db-title {
    color: white;
}
#wpclforms-db-last-query {
    text-align: center;
    padding: 10px;
    color: #fa5114;
}
