/*
Theme Name: Ranč u Tuffa
Author: Pavel Kovář
Author URI: pavel.kovar@surface.cz
Version: 1.0.0
Text Domain: theme
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /assets/css/style.min.css
The SASS sources for it can be found in /assets/scss/

...and now go out and play!
*/
.contact-form select {
	font-weight: 500 !important;
	font-size: 13px;
	border: 1px solid #f6f7f8;
	background: #f6f7f8;
	color: #777 !important;
	outline: none;
	width: 100%;
	padding: 14px;
	margin: 10px 0px;
	transition-duration: 0.4s;
}

.contact-form select:focus {
	background: #fff;
	border-color: #ececec;
}

.contact-form .form-label {
	display: block;
	margin-bottom: -.5rem;
}

.contact-form .form-label + br {
	display: none;
}