/*
	Theme Name: Hannibal Buress 2018 V3
	Theme URI: hannibalburess.com
	Description: WP Theme for Hannibal Buress
	Version: 3
	Author: Squatch Creative
	Author URI: http://squatch.us

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500');

@font-face{
	font-family:"Futura LT W01 Extra Bold";
	src:url("fonts/19530450-4023-4f4b-a843-f691aaa9a120.eot?#iefix");
	src:url("fonts/19530450-4023-4f4b-a843-f691aaa9a120.eot?#iefix") format("eot"),url("fonts/23effe05-f9b3-417b-8186-358fa1a487ba.woff2") format("woff2"),url("fonts/4889f3e2-62f3-4272-9187-ec5c7e08b16b.woff") format("woff"),url("fonts/3268e049-ecc8-4b01-b169-43faa731c62c.ttf") format("truetype"),url("fonts/a92efc5a-59ec-45fd-acbe-1b18c3a0e27b.svg#a92efc5a-59ec-45fd-acbe-1b18c3a0e27b") format("svg");
}

@font-face{
	font-family:"Futura LT W01 Light Condensed";
	src:url("fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix");
	src:url("fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix") format("eot"),url("fonts/73956fa0-5cd8-4815-bacd-229aaac08ea2.woff2") format("woff2"),url("fonts/8eb4bbf6-6c6e-46a0-a9cc-dab8c61069c6.woff") format("woff"),url("fonts/87433a1d-86ba-46a1-b229-679d9ddbe1d8.ttf") format("truetype"),url("fonts/22dbb88c-5e89-4b8b-9ea7-b60cc70d7ab3.svg#22dbb88c-5e89-4b8b-9ea7-b60cc70d7ab3") format("svg");
}




:root {
	--Futura: "Futura LT W01 Extra Bold";
	--FuturaCondensed: "Futura LT W01 Light Condensed";
	--SourcePro: 'Source Sans Pro', Arial;
	--SourceCode: 'Source Code Pro', monospace;
	
	--babyblue: #abdcd8;
	--yellow: #feda6d;	
}



/*WP CORE
=========================*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* SPAN SIMPLE by Squatch
==========================*/
body {
	margin:0px; padding:0px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	background:var(--babyblue);
	font-size:18px; line-height:26px; 
	color:#000;
} 
div { 
	display:block; 
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
	position:relative;
}
.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
}
.padded-container {
	padding:64px 0px;
}

.row {
	float:none; clear:both; margin:0px auto; padding:0px; 
	width:100%; height:auto; 
	max-width:1280px; 
}

div[class*='span'] {
	float:left; margin:0px auto; padding:28px 28px; height:auto;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }


.flex-container {
	display:-webkit-flex;
	display:flex;
}

h1 {
    font-family: var(--Futura);
    margin: 24px 0px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 96px;
    line-height: 108px;
    text-shadow: -2px -2px #000, -1px -1px #000, 0px -1px #000, 1px 0px #000, -1px 0px #000, 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000, 11px 11px #000, 12px 12px #000, 13px 13px #000, 14px 14px #000, 15px 15px #000;
}

h2 {
	font-family: var(--Futura);
    margin: 24px 0px;
    text-transform: uppercase;
    color: var(--yellow);
    font-size: 72px;
    line-height: 78px;
    text-shadow: -2px -2px #000, -1px -1px #000, 0px -1px #000, 1px 0px #000, -1px 0px #000, 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000, 11px 11px #000, 12px 12px #000, 13px 13px #000, 14px 14px #000, 15px 15px #000;
}

h3 {
	font-family: var(--Futura);
    margin: 24px 0px;
    text-transform: uppercase;
    color: var(--yellow);
    font-size: 48px;
    line-height: 52px;
}

p {
	font-size:18px;
	line-height:26px;
	margin:18px auto;
	padding:0;
}
a {
	transition: 120ms; 
	text-decoration:none;
	color:#454545;
}
a:hover {
	color:#383838;
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
small {font-size:70%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 
hr {
	display:block; 
	clear:both; 
	position:relative;
	max-width:640px;
	border:0px;
	border-bottom:2px #efefef solid;
	height:1px;
	margin:48px auto;
}
























/* HERO
===================================== */

.hero-container {
	/*
    background: var(--yellow) url(images/tictacs.jpg) center center no-repeat;
    background-size: cover;
	#ffdc64
	*/
	background:#ffc600;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 640px;
	overflow:hidden;
}

.hero-container h1 {
	z-index:5;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 168px;
    line-height: 148px;
    letter-spacing: -8px;
    text-shadow: -2px -2px #000, -1px -1px #000, 0px -1px #000, 1px 0px #000, 3px -2px #000, 2px 2px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000, 11px 11px #000, 12px 12px #000, 13px 13px #000, 14px 14px #000, 15px 15px #000, 16px 16px #000, 17px 17px #000, 18px 18px #000, 19px 19px #000, 20px 20px #000;
}

img.hannibal {
	z-index:5;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height:60vh;
    min-height: 360px;
}

.hero-container nav.nav {
	z-index:5;
    display: block;
    position: absolute;
    bottom: 20vh;
    width: 100%;
    text-align: center;
    left: 0;
}


/*
.hero-container ul.menu {
    width: 100%;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.hero-container ul.menu li {
    display: block;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}

*/

.hero-container ul.menu {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.hero-container ul.menu li {
    display: block;
    flex: 0 0 50%;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.hero-container ul.menu li a {
	display:block;
	width:100%;
    font-size: 48px;
    line-height: 54px;
    padding: 12px 0px;
    margin: 0 auto;
    color: var(--babyblue);
	text-shadow: -2px -2px #000, -1px -1px #000, 0px -1px #000, 1px 0px #000, -1px 0px #000, 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000, 11px 11px #000, 12px 12px #000, 13px 13px #000, 14px 14px #000, 15px 15px #000;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition:all .5 ease;
}

.hero-container ul.menu li a:hover {
	
}

.tictacgummies-container {
	z-index:1;
	overflow:hidden;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100vh;
	background:#ffc603;
	overflow:hidden;
}

.tictac {
	display:block;
	position:relative;
	margin:72px;
	border-radius:6px;
	height:64px;
	width:6px;
	background:#ffdb64; 
	/*animation: tictacshake 4s linear infinite normal;*/
}

.gummies {
	display:block;
	position:relative;
	margin:72px;
	border-radius:50%;
	height:16px;
	width:16px;
	border:2px #ffdb64 solid;
	background:#ffc603;
	/*animation: tictacshake 4s linear infinite normal; */
}

@-webkit-keyframes tictacshake {
    0%    {top:0;}
    50%   {top:20px;}
    100%  {top:0;}
}

@keyframes tictacshake {
    0%    {top:0;}
    50%   {top:20px;}
    100%  {top:0;}
}

















/* HEADER
================================*/

.sticky-wrapper {
	z-index:1000;
}

.header.container {
    padding: 8px 12px;
	background:transparent;
	transition:300ms;
	position:absolute;
	top:0;
	left:0;
}

body.page-id-1745 .header.container {
	background:#222;
}

.is-sticky .header.container {
	background:#222;
}

.logo-container h1 {
	margin:0px 0px 6px 0px;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
	text-shadow: -1px -1px #000, 0px -1px #000, 1px 0px #000, -1px 0px #000, 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000;
}

.logo-container h1 a {
	color:#fff;
}

.logo-container h1 a:hover {
	color:var(--yellow);
}

.header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

ul.menu {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}

ul.menu li {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}

ul.menu li a {
    display: block;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 18px;
    text-transform: uppercase;
    font-family: var(--Futura);
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
}

ul.menu li.yellow a {
    color: var(--yellow);
}

ul.menu li a:hover {
	color:var(--yellow);
}

.mobile-menu {
	display:none;
}

ul.social-links {
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 0 0 0 24px;
    position: fixed;
    top: 25vh;
    left: 0;
    transform: translateY(-50%);
}

ul.social-links:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: calc(50% - 1px);
    left: 0;
}

ul.social-links li a {
    display: flex;
    box-sizing: border-box;
    margin: 8px;
    color: #454545;
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	transition:240ms;
}

ul.social-links li a:hover {
	transform:translateX(4px);
}





















/* INTERIORS
========================== */

.container.featured-image-container {
    width: 100%;
    height: 80vh;
}

.interior-container {
	padding:64px 0px;
	background:url('images/gummies.jpg') center center no-repeat fixed;
	background-size:cover; 
}

h2.post-title {
    font-size: 56px;
    line-height: 62px;
}

.gallery img {
    border: 0px !important;
}

dl.gallery-item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
}

.twitch-container {
    background: #6441A4;
}

div#twitch-embed iframe {
    max-width: 100%;
}













/* AUDIUS
======================= */

.container.audius-container {
    background: #f3f0f7;
}

.audius-artist-info {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 6px -2px rgb(13 16 18 / 50%);
}

.audius-artist-info .photos {
    overflow: visible;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.audius-artist-info .photos #audius-cover {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.audius-artist-info .photos #audius-profile {
    display: block;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 4px solid white;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%,50%);
    box-shadow: 0 2px 6px -2px rgb(13 16 18 / 50%);
}

.audius-meta {
    box-sizing: border-box;
    padding: 48px 24px 24px 24px;
}

.audius-meta > span {
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
    line-height: 100%;
    background: #cc0fe0;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
}

.audius-meta h3 {
    color: #858199;
    margin: 14px 0;
}

p.followers {
    font-family: var(--Futura);
    color: #b6b8bd;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.audius-meta h3 i {
    color: #cc0fe0;
    font-size: 50%;
    display: inline-block;
    vertical-align: middle;
    transform: translate(-12px,0);
}

.audius-artist-info > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

















/* SHOWS
============================== */

.calendar-container {
	padding:96px 0px;
	overflow:hidden;
	background:#5e615e;
}

.calendar-container video.background-video {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height:100%;
    transform: translate(-50%,-50%);
}

.calendar-container .row {
	z-index:4;
}

body.page-template.page-template-template-calendar .calendar-container {
    min-height: 85vh;
}
/*
.calendar-container:after {
    display: block;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121212 url(images/hannibal.gif) center center no-repeat;
	background-size:cover;
    z-index: -1;
}
*/
.shows {
	padding-top:6px;
}

.show {
    margin: 48px 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.show a {
    color: #fff;
}

.show .date {
    margin-right: 24px;
}

.show .date p {
    display: block;
    font-family: var(--Futura);
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.show .date p span {
    display: block;
    text-align: center;
    font-size: 56px;
}

.location {
    flex: 0 0 60%;
}

.show .location h3 {
	margin:0px;
    font-size: 54px;
    line-height: 58px;
	color:black;
}

.show .location h3 a {
	display:block;
	color:var(--yellow);
}

.black-box {
    display: inline-block;
    background: #000;
    padding: 1px 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--SourceCode);
}

a.black-box  {
	color: var(--babyblue);
}

.black-box.yellow-text {
    color: var(--yellow);
}

a.black-box.yellow-text {
	color: var(--yellow);
}

.black-box.big-text {
	font-size:28px;
	line-height:28px;
	padding:2px 24px;
}

.more-link .black-box {
	font-size:28px;
	line-height:28px;
	padding:2px 24px;
}

a.black-box:hover, a.black-box.yellow-text:hover {
	color:#fff;
}

a.black-box.yellow-text.tiny-text {
    font-size: 16px;
    line-height: 16px;
}

a.black-box.get-tickets {
    font-family: var(--Futura);
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

a.black-box.get-tickets span {
    font-family: var(--FuturaCondensed);
    margin-left: 6px;
}

a.black-box.get-tickets:hover {
    background: var(--babyblue);
}

a.map-link {
	text-align: center;
    background: #000;
    display: flex;
    flex-flow: column wrap;
    box-sizing: border-box;
    align-self: stretch;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    font-family: var(--FuturaCondensed);
    font-size: 42px;
    line-height: 36px;
    margin: 0 12px;
    padding: 4px 18px;
}

a.map-link:hover {
	background:var(--babyblue); 
}

.pagination a {
	display: inline-block;
    background: #000;
    padding: 1px 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--SourceCode);
	color:var(--yellow);
}























/* HANDSOME RAMBLER
============================== */
.hero-container.handsome-hero {
    background: var(--babyblue) url(images/handsomerambler.jpg) center center no-repeat fixed;
    background-size: cover;
}

.hero-container.handsome-hero h1 {
    top:calc(56% - 24px);
    font-size: 96px;
    line-height: 100px;
}

.hero-container.handsome-hero .subscribe-button {
    z-index: 5;
    position: absolute;
    top: unset;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.container.podcast-container {
    padding: 48px 0px;
    background: var(--babyblue) url(images/gummies.jpg) center center no-repeat fixed;
    background-size: cover;
}

.podcast-info p {
    margin-bottom: 6px !important;
}

p.black-box.blue-text.date {
    font-size: 16px;
    line-height: 20px;
}

.podcast-thumbnail {
    position: relative;
    padding-top: 8px;
}

h2.title {
    font-size: 42px;
    line-height: 42px;
    text-shadow: none;
    margin: 0;
    padding: 0px 0px 8px 0px;
	color:#000;
}

h2.title:after {
    content: '';
    display: block;
    position: relative;
    width: 90%;
    height: 4px;
    background: #000;
    margin-top: 18px;
}

h2.title a {
    color: #000;
}

p.black-box {
    margin: 0;
    display: inline-block;
}

.black-box.blue-text {
	color:var(--babyblue); 
}

.podcast-thumbnail img {
    box-shadow: 10px 10px var(--yellow);
    position: relative;
}

a.youtube-player {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

a.youtube-player i {
    color: var(--yellow);
    font-size: 48px;
    line-height: 48px;
}

h3.links {
    margin: 24px 0 12px 0px;
    font-size: 24px;
    line-height: 30px;
}

p.guests {
    font-family: var(--FuturaCondensed);
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
}

div.more-info p {
	font-family: var(--FuturaCondensed);
    font-size: 18px;
    line-height: 22px;
}

.subscribe-links-container {
	display:none;
}

.subscribe-links-container.opened {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #222;
	z-index: 1100;
	flex-flow: column wrap;
}

#close-subscribe {
	display:block;
	position:absolute;
	top:0;
	right:0;
	margin:24px 24px 0 0;
	color:#fff;
	font-size:48px;
}

.subscribe-links-container ul.links {
	display:block;
	position:relative;
	margin:0; padding:0;
	max-width:240px;
}

.subscribe-links-container ul.links li {
	display: block;
	float: none;
	border:0px;
	width:100%;
	font-family: var(--Futura);
	text-transform:uppercase;
	font-size:18px;
	line-height:24px;
}

.subscribe-links-container ul.links li.header {
	font-size:20px;
	color:var(--yellow); 
}

.subscribe-links-container ul.links li a {
	text-align: center;
	color:#fff;
	max-width:240px;
}

.subscribe-links-container ul.links li a:hover {
	color:var(--babyblue);
}

































/* NEWS
========================== */

.container.news-container {
    padding: 72px 0px;
    background: var(--babyblue) url(images/gummies.jpg) center center no-repeat;
    background-size: cover;
}

.span70.news-items {
    padding-top: 0;
}

.news-thumb img {
    display: block;
    box-shadow: 15px 15px var(--yellow);
    width: 100%;
    height: auto;
}

.span65.news-content {
    padding-right: 0;
}

.news-item h2 {
    font-size: 42px;
    line-height: 42px;
    text-shadow: none;
    margin: 0;
    padding: 8px 0px;
}

.news-item h2:after {
    content: '';
    display: block;
    position: relative;
    width: 90%;
    height: 4px;
    background: #000;
    margin-top: 18px;
}

.news-item h2 a {
    color: #000;
}























/* CONTEST
============================= */

.hero-container.contest-hero {
    justify-content: flex-end;
    padding-bottom: 48px;
}

.contest-interior .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.promontory .contest-interior .row div[class*="span"]:nth-child(2) {
    order: 3;
}

.contest-hero h2 {
	cursor:pointer;
}

.container.countdown {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 72px;
	transform: translateY(-32px);
}

p.countdown-text {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
}


p.countdown {
    display: inline-flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 28px;
    width: auto;
    font-size: 28px;
    line-height: 32px;
    color: var(--sage);
    width: 24%;
    font-family: var(--Futura);
}

span.number {
    font-family: var(--FuturaCondensed);
    display: block;
    font-size: 120px;
    line-height: 120px;
    color: #000;
}

.contest-interior h3 {
	font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 12px 0px;
	color:#000;
}

label {
	font-family:var(--Futura);
	text-transform:uppercase;
	font-size: 16px;
    line-height: 24px;
    margin: 12px 0px;
	color:#000;
}














/* ISOLAFEST 
========================= */

.container.flex-container.hero-container.contest-hero.isolafest-hero {
    height: 56vw;
    min-height: 56vw;
	background-color:#fff;
	background-size:100% auto;
	background-position:center center;
	background-repeat: no-repeat;
}

/*
@media ALL and (max-aspect-ratio: 13/16) {
	*/

@media all and (max-width:1080px) { 
	.container.flex-container.hero-container.contest-hero.isolafest-hero {
		background-position: center center !important;
		height: 175vw;
		min-height: 175vw;
	}
}

.schedule h2 {
    font-size: 38px;
    text-align: CENTER;
}

.schedule p {
    margin: 12px 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}


/* MIAMI NIGHTS
========================= */

.container.flex-container.hero-container.contest-hero.miami-screening-hero {
    height: 56vw;
    min-height: 56vw;
}

@media all and (max-width:1080px) { 
	.container.flex-container.hero-container.contest-hero.miami-screening-hero {
		background-image: url(images/miami-screening-mobile.jpg) !important;
		height: 125vw;
		min-height: 125vw;
	}
}













/*ISOLAMAN MEDIA
=========================== */

.container.flex-container.isolaman-body-container {
    background: linear-gradient(0deg, rgb(118 206 222) 60%, rgba(250,248,210,1) 100%);
    min-height: 100vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6vw;
    overflow: visible;
    z-index: 2;
}

svg.isolaman-media-logo {
    display: block;
    width: 244px;
    height: auto;
    max-width: 100%;
}

.isolaman-body-container .responsive-container {
    width: 920px;
    max-width: 100%;
    padding: 0 12px;
    margin: 72px auto 48px auto;
    height: auto;
}

.isolaman-body-container .responsive-container iframe {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.isolaman-body-container p {
    font-family: 'Montserrat';
    font-weight: 800;
    color: #293079;
    font-size: clamp(16px,5vw,36px);
    line-height: 120%;
    text-align: center;
    padding: 24px;
    width: 626px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto 0 0 0;
    transform: translateY(6vw);
}

.isola-footer {
    background: #338840;
}

img.isola-footer-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.isola-footer form {
    display: block;
    padding: 16vw 12px 24px 12px;
    box-sizing: border-box;
    width: clamp(265px,40vw,480px);
    margin: 0 auto;
}

@media all and (max-width:540px) {
	.isola-footer form {
		padding-top:94px;
	}
	.isolaman-body-container .responsive-container iframe {
		aspect-ratio: 4/3;
		min-height:240px;
	}
}

.isola-footer form p {
    margin: 0;
    position: relative;
}

.isola-footer label {
    color: #1f572b;
    font-family: 'Raleway';
    font-weight: 800;
}

.isola-footer input, .isola-footer textarea {
    border: 8px #2e803e solid;
    box-sizing: border-box;
    font-family: 'Raleway';
}

.isola-footer input[type="submit"] {
    display: block;
    width: 100%;
    margin: 18px 0;
    padding: 14px;
    background: #bf9042;
    border: 8px solid #2e803e;
    color: black;
}

.isola-footer input[type="submit"]:hover {
    background: #292f78;
    color: White;
}

.isola-footer span.ajax-loader {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}










/* VIDEOS
============================= */

.videos-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.video-item {
    flex: 0 0 48%;
	min-width: 320px;
}

.youtube-container, .youtube-video {
    max-width: 100%;
    overflow: hidden;
}

.youtube-container iframe, .youtube-video iframe {
    max-width: 100%;
    height: 26vw;
    min-height: 240px;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

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

h3.video-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin: 24px 0;
}


























/* SPECIALS
========================== */

.container.interior-container.specials-interior {
    background: #222;
    padding-bottom: 0;
    padding-top: 70px;
}

.container.specials-container {
    padding: 36px 0;
    overflow: hidden;
    border-bottom-width: 24px;
    border-bottom-style: solid;
}

img.specials-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 250%;
    filter: blur(8px);
    transform: translate(-50%,0);
    z-index: 1;
}

.container.specials-container:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}

.specials-container .color-block {
    position: absolute;
    width: 100%;
    height: calc(50% + 64px);
    bottom: 0;
    left: 0;
    z-index: 5;
}

.container.specials-container .row {
    z-index: 10;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.special-title-photo h3 {
    color: white;
    font-size: 58px;
    line-height: 115%;
}

.special-title-photo h3 a {
	color:white;
}

img.specials-thumb {
    display: block;
    width: 480px;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.special-video-desc .responsive-container {
    margin-bottom: 44px;
}

.special-video-desc p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: white;
    font-size: 23px;
    line-height: 131%;
    margin-bottom: 30px;
}

@media all and (max-width:960px) {
	.container.interior-container.specials-interior {
		padding-top: 54px;
	}
	
	.specials-container .color-block {
		height: 75%;
	}
	.special-title-photo h3 {
		font-size: 36px;
		margin-bottom: 0;
	}
	
	.span50.special-video-desc {
		padding-top: 0;
	}
	
	.special-video-desc p {
		font-size: 16px;
		text-align: center;
	}
}































/* SOCIAL
======================= */

.sidebar-widget {
    margin: 0 auto;
    max-width: 480px;
}

.sidebar-widget h4 {
    font-size: 24px;
    line-height: 30px;
    padding: 1px 16px !important;
    transform: translateX(-34px);
	margin:24px 0px;
}

body.home .sidebar-widget h4,
body.bio .sidebar-widget h4 {
	margin-top:0px;
}

body.videos .sidebar widget h4 {
	margin-top:26px;
}


.really_simple_twitter_widget {
	list-style:none;
	margin:0px; padding:0px ;
}

.really_simple_twitter_widget li {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding-left: 36px;
}

.tweet-follow {
    text-transform: uppercase;
    font-family: var(--Futura);
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.tweet-follow a {
    color: #000;
    position: relative;
    display: inline-block;
}

.tweet-follow a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

.rstw_comma {
	display:none;
}

.tweet-box {
    z-index: 99;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tweet-box {
    position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tweet-box li {
	display:block;
	margin-bottom:10px;
}

.tweet-box li a {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 30px;
    color: var(--yellow);
    -webkit-transition: 0ms;
    transition: 0ms;
	font-size:16px;
}

.tweet-box li a:hover {
	color:#fff;
}

a.tweet-box-reply i,
a.tweet-box-retweet i,
a.tweet-box-favorite i {
    font-size: 13px;
}

.twitter-timestamp {
	display:block; clear:both; position:relative;
	font-size:12px; color:#eee; 
}


.null-instagram-feed {
	padding-top:15px; 
}

ul.instagram-pics {
	margin:0px; padding:0px; 
	list-style:none;
	max-width:450px; 
}

ul.instagram-pics li {
    
}

ul.instagram-pics li a, ul.instagram-pics li a img {
    display: block;
}






























/* POP UP
============================ */

.pop-up-background {
	display:none;
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0; left:0;
	z-index:10099;	
	height:100%;
	width:100%;
}

.pop-up-container {
    display: none;
    position: fixed;
    box-sizing: border-box;
    padding: 24px 48px;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10100;
    height: auto;
    width: 480px;
    max-width: calc(100% - 24px);
    transform: translate(-50%,-50%);
    background: white;
}

.pop-up-container input[type="email"] {
	border:2px solid #aaa;
}

.pop-up-container button {
	background:var(--babyblue);
}

.pop-up-container button:hover {
	background: var(--yellow);
}

.close-pop-up {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -24px;
    font-size: 48px;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    height: 54px;
    width: 54px;
}

@media all and (max-width:768px) {
	.pop-up-container {
		padding:12px;
	}
	a.close-pop-up {
		right: 50%;
		top: -27px;
		margin-right: -27px;
	}
}



















/* FORMS
============================== */

input, textarea, button {
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	box-sizing: border-box;
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
	padding:12px 24px;
	margin:8px auto; 
	
	font-family:var(--SourceCode);
	font-size:16px;
	line-height:18px;
	
	border:none; 
}

a.button, input[type="submit"] {
	display:inline-block; position:relative;
	margin:10px auto; 
	padding:10px 34px;
	width:auto; 
	height:auto;
	
	font-size:18px; line-height:18px;
	text-transform:uppercase;
	border:0px;
	
	background:#a3a3a3;
	color:#000;
	
	-webkit-transition:200ms;
	transition:200ms;
}

a.button:hover, input[type="submit"]:hover {
	background:#383838;
	color:#fff;
}

form.js-cm-form label {
    margin-right: 24px;
    flex: 0 0 120px;
    text-align: right;
}

form.js-cm-form > div > div {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}


form.js-cm-form button {
    font-family: var(--Futura);
    color: black;
    transition: .2s ease;
}

form.js-cm-form button:hover {
    background: var(--yellow);
}

div.wpcf7-response-output {
    margin: 0px auto;
    box-sizing: border-box;
    padding: 18px;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #99c387;
    background: #d4fbb2;
    color: #000;
}

div.wpcf7-validation-errors {
    border: 2px solid #d0c419;
    background: #dcdc9b;
    color: #000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #d49d3a;
    background: #dcc497;
    color: #000;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f35656;
    background: #e4b2b2;
    color: black;
}








































/* FOOTER 
================================*/

.footer.container {
    background: #222222;
    padding: 24px 0px;
}

.footer h4 {
    margin: 12px 0;
	text-shadow:none; 
}

fieldset {
    border: none;
    padding: 0;
    margin: 0 auto;
    max-width: 480px;
}

.footer p {
    color: var(--yellow);
    font-family: var(--SourcePro);
    font-weight: 400;
}

.footer fieldset p {
    display: block;
    clear: both;
    font-size: 14px;
}

.footer input {
    max-width: 240px;
    float: left;
}

.footer button {
    max-width: 120px;
    float: left;
    margin-left: 12px;
    background: var(--babyblue);
    text-transform: uppercase;
}

.footer button:hover {
    background: var(--yellow);
}

.footer p.booking {
    padding: 0 48px;
    margin-top: 0;
}

.footer p.booking span {
	font-size:22px;
}

.footer a {
	color:var(--babyblue);
}


.builtby {
    max-width: 90px;
    padding: 0px;
    margin: 0px auto;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -45px;
    z-index: 100;
    opacity: 0.10;
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}









/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

.animate {
	opacity:0.0; 
}		
.animation {
	-webkit-animation:slideIn 1s forwards;
	animation:slideIn 1s forwards;
}

@-webkit-keyframes slideIn {
	from 	{ opacity:0.0; -webkit-transform: translate(0px,0px); }
	to		{ opacity:1.0; -webkit-transform: translate(0,0); }
	}

@-keyframes slideIn {
	from 	{ opacity:0.0; transform: translate(0px,0px); }
	to		{ opacity:1.0; transform: translate(0,0); }
}


@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}






}



/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1280px) {
	
	
	
	ul.social-links {
		position: relative;
		top: -36px;
		left: 0;
		display: flex;
		justify-content: center;
		clear: both;
		float: none;
		transform: none;
		width: 100%;
		padding: 0;
		align-items: center;
	}
	ul.social-links:after {
		display:none;
	}
	
	ul.menu li a {
		padding: 18px 12px;
		font-size: 16px;
	}	
	
	
	
}

@media all and (max-height:799px) {
	
	.hero-container nav.nav {
		bottom: 12vh;
	}
	
	.hero-container h1 {
		font-size: 112px;
		line-height: 100px;
	}
		
	
}

@media all and (max-width:1120px) {


	.logo-container {
		padding-left: 48px;
	}
	
	nav.nav {
		display:none;
	}

	.mobile-menu {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -26px;
		left: 12px;
		z-index: 1000;
		color: #fff;
		width: 48px;
		height: 48px;
		text-align: center;
		font-size: 24px;
		line-height: 48px;
		cursor: pointer;
		text-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
	}
	
	.header.opened .mobile-menu {
		color:#fff;
	}

	.header.opened nav.nav {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		background: #222;
		z-index: 900;
		flex-flow: column wrap;
	}

	ul.menu {
		display:block;
		position:relative;
	}

	ul.menu li {
		display: block;
		float: none;
		border:0px;
	}

	ul.menu li a {
		text-align: center;
		color:#fff;
		max-width:240px;
	}
	
	ul.menu li a:hover {
		color:var(--babyblue);
	}
	
	.hero-container h1 {
		font-size: 112px;
		line-height: 100px;
	}
	
	.hero-container ul.menu li a {
		font-size: 36px;
		line-height: 42px;
	}
	
	.hero-container.handsome-hero h1 {
		font-size: 72px;
		line-height: 80px;
	}




}

@media all and (max-width:961px) {
	
	div[class*='span'] {
		float:none; 
		clear:both; 
		width:100%; 
		max-width:720px;
	}
	
	.podcast-row div[class*='span'] {
		width: 50%;
		float: left;
		clear: none;
	}
	
	h2 {
		font-size: 56px;
		line-height: 58px;
		margin:16px 0px;
	}
	
	.hero-container {
		background-attachment:scroll;
	}
	
	.hero-container nav.nav {
		display: none;
	}
	
	.black-box {
		font-size: 14px;
		line-height: 18px;
	}
	
	.show {
		margin: 24px 0px;
	}
	
	.location {
		flex: 0 0 calc(100% - 100px);
	}
	
	.show .location h3 {
		font-size: 32px;
		line-height: 38px;
	}
	
	.show .date p {
		font-size: 24px;
		line-height: 34px;
	}
	
	.show .date p span {
		font-size: 38px;
	}
	
	a.ticket-link {
		display: none;
	}
	
	.ticket-link span {
		font-size: 18px;
	}
	
	.tictac, .gummies {
		margin:56px;
	}
	
	
}


@media all and (max-width:720px) {
	
	.mobile-hide {
		display:none; 
	}
	
	.hero-container, .news-container, .interior-container, .calendar-container {
		background:transparent;
	}	
	
	.hero-container {
		background:var(--yellow);
		min-height: 480px;
		height:calc(100vh - 124px); 
	}
	
	/*
	
	.calendar-container {
		background: #5e615e url(images/hannibal.gif) top center no-repeat;
		background-size: 100vw auto;
		background-attachment: scroll !important;
		padding-top: 56vw !important;
	}
	
	*/
	
	.calendar-container:after {
		display:none;
	}
	
	.hero-container.handsome-hero {
		background: url(images/handsomerambler.jpg) top center no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
	}
	
	.interior-container {
		padding:32px 0px;
	}
	
	.container.news-container {
		padding: 72px 0px 12px 0px;
		background:transparent;
	}
	
	
	img.hannibal {
		min-height: 240px;
	}
	
	.tictac, .gummies {
		margin:48px;
	}

	
	h1, .hero-container h1 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 0;
	}
	
	.hero-container.handsome-hero h1 {
		font-size: 36px;
		line-height: 42px;
		top: 45%;
	}
	
	h2.title, h2.post-title {
		font-size: 32px;
		line-height: 34px;
	}
	
	.podcast-row div[class*='span'] {
		width: 50%;
		float: left;
		clear: none;
		padding: 18px;
	}
	
	iframe {
		max-height:360px;
	}
	
	.shopify-buy-frame--productSet iframe {
		max-height: 1500px;
	}
	
	.videos-container {
		flex-flow: column;
		justify-content: center;
		align-items: flex-start;
	}

	.video-item {
		flex:1 0 100%;
		min-width:auto;
	}
	
	
	p.countdown {
		width: 48%;
		font-size: 16px;
		line-height: 18px;
		padding: 12px;
		margin: 0;
	}
	
	span.number {
		font-size:56px;
	}
	
	.contest-interior h3, label {
		font-size: 16px;
		line-height: 22px;
	}
	
	
	
}

@media all and (max-width:481px) {
	
	.logo-container h1 {
		font-size: 18px;
		line-height: 26px;
	}
	
	h3 {
		font-size: 32px;
		line-height: 125%;
		margin: 18px 0;
	}
	
	h3.video-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.news-item div[class*='span'] {
		padding:0px; 
	}
	
	.news-item h2, h2 {
		font-size: 32px;
		line-height: 38px;
		margin:12px 0px;
	}
	
	.tictac, .gummies {
		margin:42px;
	}
	
	.show .date {
		margin-right: 8px;
	}
	
	.show .date p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.show .date p span {
		font-size: 22px;
	}
	
	.show .location h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.location {
		flex: 0 0 calc(100% - 48px);
	}
	
	.podcast-row div[class*='span'] {
		width:100%;
		float:none;
		clear:both;
		padding:0px;
		max-width:480px;
	}
	
	.podcast-info .more-info {
		display: none;
	}
	.podcast-thumbnail img {
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-bottom: 16px;
	}
	
	.footer input, .footer button {
		max-width: 100%;
		float: none;
		margin: 0px;
	}
	
	.footer p {
		text-align: center;
		font-size:14px;
		line-height:18px;
	}
	
	.footer p.booking {
		padding: 0;
	}
	
	.footer p.booking span {
		font-size: 14px;
	}
	
	
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/


