@font-face {
    font-family: 'helveticacondensed_bold';
    src: url('../fonts/helvetica-condensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticacondensed_light';
    src: url('../fonts/helvetica-condensed-light-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*loading*/

.donut {
  width: 2rem;
  height: 2rem;
  margin: 3rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  animation: 1.5s spin infinite linear;
  margin: 0 auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*end loading*/

body { 
  font-family: 'helveticacondensed_light', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
} 
h2, p { 
	font-family: 'helveticacondensed_light', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal; 
}
strong {
	font-family: 'helveticacondensed_bold', sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
p a:hover, p a:focus { opacity: 1; }
p a.no-underline { border:none; }

h2 { font-size: 60px; margin-bottom: 40px; }

.tt-background { 
	background-image: url(../img/background2.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
body:not(.ph-image-on) #page-header .page-header-inner { padding-top: 80px; padding-bottom: 20px; }

.bg-video {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: -4;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-video video {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ph-categories { margin-bottom: 0; }
.ph-caption-title { }
.logo { position: absolute; left: 30px; top: 20px; width: 250px; height: auto; }
.logo1 { width: 450px; margin: 40px 0 40px; }
.logo2 { width: 900px; }
.logo3 { width: 900px; }
.button img{ width: 250px; height: auto; pointer-events: initial; cursor: pointer; }
/*.button{ width: 100%; background-color: #84925f; color: #fff; padding: 20px 60px; border-radius: 20px; border: none; }*/
.button-age { border-radius: 20px; border: 2px solid #fff; background-color: transparent; padding: 5px 20px; }

/*.age-video {
	height: 100vh;
	overflow: hidden;
}
.age-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}*/
p.prizes {
    font-size: 35px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    /*font-family: 'gothammedium', 'Montserrat', sans-serif;*/
}
p.age {
    font-size: 28px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    font-weight: 700;
    /*font-family: 'gothammedium', 'Montserrat', sans-serif;*/
}

/*.curtain-left { position: fixed; left: -80px; top: 0; }
.curtain-right { position: fixed; right: -80px; top: 0; }
.curtain-entry-left { position: fixed; left: -400px; top: 0; }
.curtain-entry-right { position: fixed; right: -400px; top: 0; }*/
.bottles-right { position: fixed; right: 0; bottom: 0; width: 700px; height: auto; }


.timer-display {
    display: flex;
    justify-content: center;
    margin: 0 0 60px;
}

.time-section {
    margin: 0 15px;
}

.time-value {
    font-size: 70px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 140px;
    display: inline-block;
}

.time-label {
    font-size: 19px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    font-family: 'helveticacondensed_bold', sans-serif;
}


.age-footer {
	position: absolute;
	bottom: 2%;
	left: 0%;
	z-index: 9;
	width: 100%;
}
.age-footer-inner {
	/*display: flex;
	align-items: center;*/
	/*height: 50px;*/
	text-decoration: none;
	/*transform: rotate(-90deg);
	transform-origin: center left;*/
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.age-footer p, #tt-footer p { margin-bottom: 10px; }
.age-footer p, #tt-footer, #tt-footer a { font-size: 14px; }

.message p { font-size: 17px; }

.home-left {
	position: relative;
	display: flex;
	align-items: center;
	height: 100vh;
	left: 0;
	width: 50%;
	padding: 0px 3% 100px 3%;
}
@media (max-width: 1400px) {
	.home-left {
		width: 55%;
	}
}
@media (max-width: 1024px) {
	.home-left {
		left: 0;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		/* text-align: center; */
	}
}

.home-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	z-index: -1;
	overflow: hidden;
	height: 100vh;
}
@media (max-width: 1400px) {
	.home-right {
		width: 45%;
	}
}
@media (max-width: 1024px) {
	.home-right {
		width: 100%;
	}
	.home-right::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/*background-color: #000;*/
		opacity: .6;
		z-index: 1;
	}
}
.home-right-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: #121212;*/
}

.video-half {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	/*visibility: hidden;*/
	/*transition: all .3s ease-in-out;*/
}
.video-half video.videoblock {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

body:not(.tt-boxed) .tt-footer-inner, .tt-footer-inner:not(.tt-wrap) {
    padding-left: 0%;
    padding-right: 0%;
}

#wine-left { width: 300px; height: auto; position: absolute; left: -410px; top: 0px; }
#wine-right { width: 300px; height: auto; position: absolute; right: -410px; top: 0px; }

.tt-form-text { color: #fff; }
label { text-transform: uppercase; font-size: 16px; font-family: 'helveticacondensed_bold', sans-serif; }
select option {
    background-color: #fff;
    color: #000;
}
::-webkit-input-placeholder {
	color: #000 !important;
}
:-moz-placeholder {
	color: #000 !important;
}
::-moz-placeholder {
	color: #000 !important;
}
:-ms-input-placeholder {
	color: #000 !important;
}
.tt-form-filled .tt-form-control { background-color: #fff; color: #000; }
.invalid-tooltip { display: none; }
label.error { color: red; position: absolute; bottom: -32px; font-size: 13px; background-color: #fff; padding: 1px 3px; border-radius: 20px; }
input.submitt { width: 250px; height: auto;  }
input.submit {  pointer-events: initial; cursor: pointer;  }
input.submit { width: 100%; background-color: #84925f; color: #fff; padding: 20px 0; border-radius: 20px; border: none; font-family: 'helveticacondensed_bold', sans-serif; }
#agree-error { bottom: -35px; left: 40px; background-color: #fff; padding: 0 3px; border-radius: 20px; }
input.hidden { display: none; }
 input[type="checkbox"] {
    /* Add if not using autoprefixer */
     -webkit-appearance: none;
    /* Remove most all native input styles */
     appearance: none;
    /* For iOS < 15 */
     background-color: #fff;
    /* Not removed via appearance */
     margin: 0;
     font: inherit;
     color: #fff;
     width: 1.15em;
     height: 1.15em;
     border: 0.15em solid #fff;
     border-radius: 0.15em;
     transform: translateY(-0.075em);
     display: grid;
     place-content: center;
}
 input[type="checkbox"]::before {
     content: "";
     width: 0.65em;
     height: 0.65em;
     clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
     transform: scale(0);
     transform-origin: bottom left;
     transition: 120ms transform ease-in-out;
     box-shadow: inset 1em 1em #000;
    /* Windows High Contrast Mode */
     background-color: CanvasText;
}
 input[type="checkbox"]:checked::before {
     transform: scale(1);
}
 input[type="checkbox"]:disabled {
     --form-control-color: var(--form-control-disabled);
     color: var(--form-control-disabled);
     cursor: not-allowed;
}
.page-header-inner.entry { padding-top: 100px; padding-bottom: 100px; }
#page-header.ph-center .ph-caption { max-width: 1000px; }

.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.captcha-image {
    border: 1px solid #fff;
    border-radius: 4px;
}

.captcha-input {
    width: 140px !important;
    height: 40px;
    text-transform: uppercase;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 4px;
}
.captcha-input:focus {outline: 0; }

.refresh-captcha {
    background: #d71f2c;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
}

@media (max-width: 2000px) {
	.logo { width: 200px; }
	.logo1 { width: 300px; margin-top: 30px; }
	/*.logo3 { width: 800px; }*/
	#page-header.ph-center .ph-caption { max-width: 900px; }

	/*.curtain-left { left: -120px; }
	.curtain-right { right: -120px; }
	#wine-left { width: 200px; left: -280px; }*/

	#wine-left { width: 250px; left: -330px; }
	#wine-right { width: 250px; right: -330px; }

	h2 { font-size: 50px; }
	.bottles-right { width: 500px; }
	.hollywood { width: 90%; }

	.time-value { font-size: 40px; min-width: 120px; }

	p.age { font-size: 25px; }
	.button img{ width: 200px; }
	.age-footer p, #tt-footer, #tt-footer a { font-size: 14px; }

}

@media (max-width: 1680px) {
	.tt-background { background-position: center 10%; }
	.logo1 { width: 280px; margin-top: 10px; }
	/*.logo3 { width: 700px; }*/
	.button img { width: 180px; }
	/*.curtain-left { left: -160px; }
	.curtain-right { right: -160px; }
	#wine-left { width: 180px; left: -260px; }*/

	h2 { font-size: 45px; }

	.hollywood { width: 80%; }
	.bottles-right { width: 450px; }
	.comingsoon, .timer-display { top: -50px !important; }

	.time-value { font-size: 35px; min-width: 110px; }
}

@media (max-width: 1500px) {
	body:not(.ph-image-on) #page-header .page-header-inner { padding-top: 20px; }
	.logo1 { width: 250px; margin: 0px; }
	.logo2 { width: 650px; }
	.logo3 { width: 650px; }
	.button img { width: 160px; }
	/*.curtain-left { left: -260px; }
	.curtain-right { right: -260px; }
	#wine-left { width: 180px; left: -260px; }*/
	p.age { font-size: 22px; }
	.age-footer p, #tt-footer, #tt-footer a { font-size: 12px; }

	h2 { font-size: 40px; }
	.hollywood { width: 70%; }
	.bottles-right { width: 370px; }
	.time-value { font-size: 30px; min-width: 90px; }
}



@media (max-width: 1400px) {
    body.tt-boxed .page-header-inner.tt-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    #enter.tt-section { padding-top: 30px; }
    .logo1 { width: 210px;  }
    .logo3 { width: 550px; }
    p.age { font-size: 19px; }
    p { margin-bottom: 20px; }
    .age-footer p, #tt-footer, #tt-footer a { font-size: 11px; }
    #wine-left { width: 230px; left: -290px; }
    #wine-right { width: 230px; right: -290px; }
}

@media (min-width: 1025px) {
	#page-header.ph-full { align-items: initial; }
    #page-header.ph-full.ph-center .page-header-inner {
        padding-top: 20px !important;
        padding-bottom: 0% !important;
    }
    
    /*footer { display: none !important; }*/
}

@media (max-width: 1100px) {
	.logo { width: 150px; }
	.logo1 { width: 200px; }
	.logo2 { width: 500px; }
	.logo3 { width: 500px; }
	h2 { font-size: 50px; }
	#wine-left, #wine-right { display: none; }
	.tt-col-md-10 { max-width: 100% !important; }
	/*.curtain-left { left: -300px; }
	.curtain-right { right: -300px; }*/
	p.age, .message p { font-size: 19px; }
	.age-footer p, #tt-footer, #tt-footer a { font-size: 10px; }
	.button img { width: 200px; }
	.bottles-right { display: none; }

	h2 { font-size: 27px; }
	.hollywood { width: 55%; }
	.comingsoon { top: -30px !important; }
	.timer-display { top: -30px !important; }
	/*.time-value { font-size: 55px; }*/
}

@media (max-width: 800px) { 
	.mobile-show { display: inline-block !important; }
	.mobile-hide { display: none; }
	.rules h3 { font-size: 19px; }
	.rules li, .rules p { font-size: 14px; }

	.hollywood { width: 100%; }
	.comingsoon { top: 0px !important; }
	.timer-display { top: 0px !important; }
	.time-section { margin: 0 10px; }
	.time-value { font-size: 40px; }
}

@media (max-width: 768px) {
	.tt-background { 
		background-image: url(../img/mobile-background.jpg);
		background-position: center -100px;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.logo { width: 250px;  }
	.home-left h2 { font-size: 23px; }
	.home-left .button { padding: 10px 30px; font-size: 16px; }
	.mobile-show { display: inline-block !important; }
	.mobile-hide { display: none; }
	/*.tt-background { 
		background-image: url(../img/background.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: auto;
	}*/
	h2 { font-size: 45px; }
	.time-value { min-width:80px; }
	.time-value { font-size: 40px; }
	
}