/*
Theme Name: Zuno
Text Domain: zuno
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Zuno Theme
Author: Zuno Team
Author URI: https://zuno.vc/
Theme URI: https://zuno.vc/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@media (max-width: 767px) {
	#footer nav a {
		display: inline-block;
	}
}

#form-contact #form label {
	align-self: flex-start;
	align-items: center;
}
#form-contact #form .mw_wp_form_confirm label {
	align-self: center;
}
#form-contact #form .mw_wp_form_confirm .item {
	align-self: start;
}
#form-contact #form label strong {
	margin-left: 1.375rem;
}
#form-contact #form .tag {
	padding: .125rem .625rem;
	border-radius: .25rem;
}
#form-contact #form .inquiry label {
	margin-top: unset;
}
#form-contact #form .sub-policy {
	margin-top: unset;
	color: #475467;
	font-size: 1rem;
}
#form-contact .wpcf7-not-valid-tip {
	font-size: 85%;
	text-align: left;
}
#form-contact #form .item > p {
	width: 100%;
}
#form-contact #form input[type='submit'] {
	width: 70%;
	height: 3.75rem;
	background: #FFCF40;
	font-size: 1.125rem;
	color: #101828;
	border: none;
	font-weight: 700;
	text-align: center;
	justify-content: center;
}
#form-contact #form .btn-back {
	background: none;
	font-weight: 400;
	width: 25%;
}
#form-contact #form .item > p input {
	width: 100%;
}
#form-contact #submitBt {
	display: flex;
	align-items: center;
	justify-content: center;
}
#form-contact form:not(.submitting) .wpcf7-spinner {
	margin: 0;
	width: 0;
}

@media (min-width: 1024px) {
	#form-contact #form {
		padding: 0 .5rem;
	}
	#form-contact #form label {
		padding: .325rem 0;
		width: 30%;
	}
	#form-contact .wpcf7-form-control-wrap {
		display: block;
		width: 70%;
	}
	#form-contact .wpcf7-form-control-wrap input,
	#form-contact .wpcf7-form-control-wrap textarea {
		width: 100%;
	}
	#form-contact #form .sub-policy {
		margin-left: 30%;
	}
	#form-contact #form .sub-policy label {
		width: unset;
		left: unset;
	}
	#form-contact #form .item > p {
		width: 70%;
	}
}
