/**
Theme Name: Clear Energy Theme - LT
Author: Lance Tech
Author URI: https://lancetech.com.au
Description: Clear Energy Theme Built on Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clear-energy-theme-lt
Template: astra
*/

.entry-content p {
    margin-bottom: 1em;
}

.contact_form {
	width: 100%;
}

.contact_form .col_inner {
	padding: 5px;
}
.contact_form .col_half {
	width: 50%;
	float: left;
}

.contact_form .col_full {
    width: 100%;
	float: left;
}

.contact_form .sub_row {
	text-align: center;
}

.contact_form {
    overflow: auto;
}

.wpcf7-response-output {
    border: 2px solid #012033;
    background: #012033;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #000;
}

.contact_form input.wpcf7-form-control.wpcf7-submit {
	transition: 0.3s ease;
	color: #fff;
	background: #012033;
	padding: 15px 50px;
	border: 2px solid #012033;
	border-radius: 50px;
}

.contact_form input.wpcf7-form-control.wpcf7-submit:hover {
	background: #fff;
	color: #012033;
}

.input_white input[type="text"], .input_white input[type="tel"], .input_white input[type="email"], .input_white select, .input_white textarea {
    background: #fff;
}

.wpcf7 .wpcf7-form-control-wrap {
	width: auto;
	display: inline;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
	width: auto;
}

.contact_form .label {
	width: 130px;
    display: inline-block;
}

.contact_form .field {
    display: inline;
}

.contact_form hr {
    background-color: #000;
    margin: 40px 0;
}

.wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-not-valid-tip {
	display: none;
}

@media screen and (max-width: 767px) {
	.contact_form .col_half {
		width: 100%;
	}
}