/*
 Theme Name: Personal Theme
 Description: Základní šablona pro prezentační stránky
 Author: Jan Theodor
 Version: 1.1
*/

*[id] {
	scroll-margin-top: 75px;
}

#kontakt {
	scroll-margin-top: 90px;
}

#sluzby {
	scroll-margin-top: 100px;
}

.wpcf7 form input[type="submit"] {
	color: #00213a !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #ffb900;
	color: #00213a !important;
	padding: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
	color: white;
	padding: 1rem;
}

@media screen and (max-width: 1535px) {
	.service-item br {
		display: none;
	}
}