/*
Theme Name: Popz
Author: Gabor Kriston
Author URI: https://dxlabz.com/
Description: Mobile friendly theme for the Popz company
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: orange, blue, red, fun
Text Domain: popz
*/

#contact-form-submit {
	margin-top: 15px;
    padding: 12px 20px;
    background: none;
    border: 2px solid #092e55;
    color: #092e55;
}

#contact-form-submit:hover {
	color: #fff;
    background-color: #092e55;
}

.wpcf7-form-control .wpcf7-quiz {
	width: 35%;
}

.contact-page-contact-form label {
	width: 100%;

}

.contact-page-contact-form input {
	border: 1px solid #c8c5ce;
    padding: 10px 15px;
}

.contact-page-contact-form .your-name input {
	width: 100%;
}

.contact-page-contact-form .your-email input {
	width: 100%;
}

.contact-page-contact-form .your-message textarea {
	width: 100%;
}