/************************************************************************************/
/*
/* backup wordpress database
/*
/************************************************************************************/

#low-season-message {
	position: fixed;
	bottom: -100px; /* hidden by default */
	left: 0;
	width: 100%;
	background: #333;
	color: #fff;
	padding: 15px 20px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: bottom 0.5s ease-in-out;
	box-sizing: border-box;
}

#low-season-message.show {
	bottom: 0;
}

.low-season-message-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
//	font-family: sans-serif;
//	font-size: 14px;
	padding-right: 40px;
}
