/*
 Theme Name:   Garrison Brothers Whiskey
 Theme URI:    https://www.garrisonbros.com
 Description:  UnderStrap Child Theme
 Author:       Josh Cooper
 Author URI:   http://sitesbycoop.com
 Template:     understrap
 Version:      0.4.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/
#no-fouc { opacity: 0; }

@media (min-width: 1651px){
	.home #hero video {
		position: static;
		max-height: none;
	}
	.home #hero:after {
		content: none;
	}
}


.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 75px;
    width: 75px;
    left: 50%;
    top: 50%;
    margin-left: -37.5px;
    margin-top: -37.5px;
    position: absolute;
    background: url("images/play.png") no-repeat;
    cursor: pointer;
    background-size: 100% auto;
    pointer-events: none;
}
@media (min-width: 768px) {
	.youtube-player .play {
	    height: 150px;
	    width: 150px;
	    margin-left: -75px;
	    margin-top: -75px;
	}
}

.page-template-default .content #main .gform_wrapper ul li.date-group .ginput_container_date .clear-multi select {
	height: 4rem;
	background: #fff;
}


/* Temp */
.home #hero-mobile .hero-img {
    /*min-height: 300px;*/
    object-fit: cover;
    height: 100%;
}

.home #hero-mobile #award,
.home #hero #award {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	max-width: 500px;
}
.home #hero-mobile #award {
	max-width: 150px;
}
.home #hero-mobile #award .btn,
.home #hero #award .btn {
    transition: all .3s ease;
    color: #fff;
    border: solid 2px #fff;
    line-height: 4rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0 3rem;
    border-radius: 0;
    font-size: 2.5rem;
    font-family: GloucesterMT;
    letter-spacing: 1px;
    margin-top: 3.5rem;
}
.home #hero-mobile #award .btn:hover,
.home #hero #award .btn:hover {
    background-color: #fff;
    color: #000;
}

#wrapper-header .menu ul li .sub-menu {
	white-space: pre;
}
