/*
 Theme Name:   CarDealer Child
 Theme URI:    https://cardealer.potenzaglobalsolutions.com/
 Description:  Car Dealer - Child Theme.
 Author:       TeamWP @Potenza Global Solutions
 Author URI:   http://www.potenzaglobalsolutions.com
 Template:     cardealer
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, threaded-comments, translation-ready, e-commerce, blog, grid-layout
 Text Domain:  cardealer-child
*/


/* Set contact form div display values */
.cf7-message {
	display: flex;
    flex-direction: column;
	padding: 1%;
	width: 100%;
}

/* Align contact form Submit button to center */
.cf7-submit {
	align-self: center;
}

/* Hide fields on contact forms */
.cf7-hidden {
	display: none;
}

/* Set contact form button color black */
.wpcf7-submit {
	background-color: #a4896c !important;
}

/* Set contact form button hover color */
.wpcf7-submit:hover {
	background-color: #525252 !important;
}


/*Contact form styling */

.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1%
}

@media (min-width: 768px) { 
	.form-field {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 1%
	}
}

.form-field-third {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1%
}

@media (min-width: 768px) { 
	.form-field-third {
		flex: 0 0 33%;
		max-width: 33%;
		padding: 1%
	}
}


.form {
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
	padding: 1%;
}

.wpcf7-form input[type=file] {
	color: #000000 !important;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-select {
	border-bottom: 1px solid black;
    background: none;
}

.wpcf7-form .wpcf7-form-control-wrap input {
	border-bottom: 1px solid black;
    background: none;
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
	border-bottom: 1px solid black;
    background: none;
	max-height: 100px;
}
/*End of contact form styling*/

/* Set contact form button hover text color */
.htmega-form-style-3 form input[type="submit"]:hover {
	color: #ffffff !important;
}

.htmega-form-style-3 form input:not([type="checkbox"],[type="radio"],[type="file"]), .htmega-form-style-3 form select {
	color: black !important;
}

.htmega-form-style-3 form textarea {
	color: black !important;
}

.footer .layout_2 .social ul li a i {
	color: #000000 !important;
	font-size: 22px !important;
}