/**
 * Theme Name: Boone-hall
 * Author: Target Market
 * Version: 99.0
**/

body.page-template-templates.home {
	background-position:0 30px;
}
.header-menu.menu{
	align-items:center;
}
.header-menu.menu .covid a {
    background-color: #AD7470;
    color: #edebe8;
    width: 100%;
    text-align: center;
    position: relative;
    transition: background-color .3s ease-in-out;
	font-size: 1.1rem;
    padding: 6px 15px;
}
.header-menu.menu .covid a:after {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    border: 1px solid #edebe8;
    content: '';
    transition: all .3s ease-in-out;
}
.header-menu.menu .covid a:hover {
    background-color: #999C87;
	color:#fff;
}
.header-menu.menu .covid a:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.covid-picture img {
  object-fit: cover;
  max-height: 600px;
	width:100%;
}

.blocks-gallery-grid {
    display: block;
}

.wp-block-gallery {
    display: block;
}
.xmas-tour-dates {
    font-size: 30px;
    color: #3c7c03;
    font-weight: 600;
}
.xmas-tour-merry {
    font-size: 56px;
    color: #c80101;
    font-family: "Allura",cursive;
}

@media only screen and (max-width: 640px) {
	.sngl-gallery-section .grid--gallery a {
		height:auto;
		background-image:none !important;
	}

}

.corn-video div:first-child{
    flex-basis: 27.5% !important;
}

.event-video {
    display: flex;
    margin-top: 20px;
}

.event-video img {
    flex-basis: 27.5%;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .event-video {
        flex-wrap: wrap;
        justify-content: center;
    }

}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sngl-gallery-info--text .sngl-gallery-info__item article {
    height: auto;
    padding: 0;
}

.sngl-gallery-info--text .sngl-gallery-info__item .button {
    margin-top: 20px;
}

.sngl-gallery-info--text .sngl-event-bottom {
    padding: 40px 50px;
}

.intro__video {
    margin-bottom: 1.5vw;
}

.intro__video .intro__title {
    margin-bottom: 0;
}

.sngl-event-bottom .button--tickets:first-child {
    margin-top: 20px;
}

.sngl-event-bottom .button--tickets {
    background-color: #edebe8;
    color: #AD7470;
    text-decoration: none;
}

.sngl-event-bottom .button--tickets:after {
    border-color: #AD7470;
}

.sngl-gallery-info__btn-wrap,
.sngl-event__btn-wrap {
    padding: 40px 0;
}

.sngl-event__btn-wrap .button--tickets {
    background: #ad7470;
}

.sngl-gallery-section--multiple {
    padding-top: 0;
}
.sngl-event--multiple {
    margin-bottom: 10vw;
}

.grid--main-tour,
.sngl-gallery-info--extra-tour {
    margin-bottom: 5.5vw;
}

.jarallax--top .jarallax-img {
    object-position: 50% 100% !important;
}