.christmasIntroSectionBg{
	background: transparent url('/wp-content/themes/farrierdraper/images/christmas-hero.jpg') center center fixed;
	background-size: cover;
	z-index: -1;
	color:#FFFFFF;
}

.christmasSectionBg2{
	background-image:url(/wp-content/themes/farrierdraper/images/christmas-bookings-bg.jpg);
	z-index:-3;
}


.christmasCntr{
	background:rgba(224,17,94,0.6) !important;
}

.clubCopyChristmas{
	width:100% !important;
}

.clubCopyChristmas h6{
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
}

.clubCopyChristmas p{
	margin-top:15px;
}

.clubCopyChristmas .row{
	padding:30px !important;
}

a.christmas-bookings-btn{
	background:url(/wp-content/themes/farrierdraper/images/btn-light-bg.png) no-repeat;
	color:#C88B8B;
	display:block;
	font-size:16px;
	padding:18px 10px;
	text-align:center;
	width:203px;
	height:64px;
	margin:15px auto;
	text-decoration:none;
}

a.christmas-food-book-btn{
	background:url(/wp-content/themes/farrierdraper/images/btn-pink-bg.png) no-repeat;
	color:#DBCFBB;
	display:block;
	font-size:24px;
	padding:16px 10px;
	text-align:center;
	width:203px;
	height:64px;
	margin:15px auto;
	text-decoration:none;
}

a.christmas-food-menu-btn{
	background:url(/wp-content/themes/farrierdraper/images/btn-light-bg.png) no-repeat;
	color:#1A2D44;
	display:block;
	font-size:24px;
	padding:16px 10px;
	text-align:center;
	width:203px;
	height:64px;
	margin:15px auto;
	text-decoration:none;
}

@media (min-width: 992px) {
	a.christmas-bookings-btn,
	a.christmas-food-book-btn,
	a.christmas-food-menu-btn{
		margin:15px 0;
	}
}

.bgChristmasFood{
	background-image:url(/wp-content/themes/farrierdraper/images/christmas-food-bg.jpg);
	z-index:-4;
}

.ChristmasIntroLogo{
		display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}