/*
Theme Name: villa-borghese-caterers 
Description: villa-borghese-caterers Wordpress theme.
Version: 05-29-2023 
*/

.post-password-form{
	max-width: 500px;
	margin: 80px auto;
	padding: 50px;
	background-color: #fff;
}
.post-password-form input[type="password"]{
	background-color: #d1d1d1;
	margin: 10px 0;
	color: #564036;
}
.post-password-form input[type="submit"]{
	padding: 15px 30px;
	font-size: 16px;
	background-color: #564036;
	color: #fff;
	border: 0;
	border-radius: 6px;
	transition: all 0.5s;
	cursor: pointer;
}
.post-password-form input[type="submit"]:hover{
	background-color: #6a4939;
}
body > #wrap{
	transition: all 0.3s ease-in-out;
}
body.announcement-popup-active > #wrap{
	margin-top: 86px;
}
@media screen and (max-width: 480px){
	body.announcement-popup-active > #wrap{
		margin-top: 160px;
	}
}