/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Global layout
   ========================================================================== */

.out {width:100%;}
.in {width:85%; max-width:1000px; margin:0 auto;}
body, html {width:100%; height:100%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ul.semantic {padding:0; margin:0; list-style:none;}
.center {text-align:center;}
.photo-bg {background-repeat:no-repeat; background-size:cover; background-position:center center;color:#FFF}
.m-reset {margin:0;}

.page-break {margin-top:6em;}
.page-break-less {margin-top:4em;}


@media screen and (max-width: 800px) {
    .in {width:90%;}
    .mobile-nobreak {display:none;}
}


/* ==========================================================================
   Global styles
   ========================================================================== */


body {
	font-family: "leitura-news";
	font-weight:400;
}

.hover-fade, .hover-fade > * {transition:opacity 0.2s ease;}
.hover-fade:hover, .hover-fade:hover > * {opacity:0.75;}
.spaced {text-transform:uppercase; letter-spacing:0.2em;font-family:"english-grotesque",sans-serif;}

.top-shadow {box-shadow:inset 0 400px 200px rgba(0,0,0,0.6);}

.big-serif {
	font-family: "leitura-news";
	font-size: 5.5em;
    line-height: 1.2em;
    font-weight: 700;
}

.big-lede {font-size:1.5em;}

.stars {
	letter-spacing: 0.5em;
    margin-right: -0.75em;
    color:#000;
    font-size:0.8em;
}

.starlines .stars {
    position: relative;
    top: 2px;
}

.starlines .lines {
	border-bottom: 2px solid rgba(255,255,255,0.75);
    display: inline-block;
    width: 20%;
    margin: 0 3%;
}

.red {color:#FF4A12;}

.underline {
	text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    border-bottom: 0.15em solid;
}

.flat-btn {
	background-color: #ffce00;
	display: inline-block;
    font-family: 'english-grotesque', sans-serif;
    text-transform:uppercase;
    letter-spacing:0.2em;
    font-size:0.8em;
    color:#222;
    line-height: 1.1;
    padding:1em 2.25em;
    margin: 1em 0;
    text-decoration: none;
    transition:background-color 0.2s ease, color 0.2s ease;
}

.flat-btn:hover, .flat-btn:focus {background-color: #fff;}

.content p {
	font-size:1.4em;
	line-height:1.4;
}

.content a {
	text-decoration: none;
    color: inherit;
    border-bottom: 0.1em dashed;
    transition:opacity 0.2s ease;
}

.content a:hover {opacity:0.65;}

@media screen and (max-width: 800px) {
    .big-serif {font-size: 4em;}
}

@media screen and (max-width: 400px) {
    .big-serif {font-size: 3em;}
    .content p {font-size:1.3em;}
}





/* ==========================================================================
   Hero
   ========================================================================== */

.slideshow {background-color:#000;}

.logo {
	display:inline-block;
	text-decoration: none;
	color:#fff;
}

.logo h3 {
    background-image: url('/img/logo-bk.svg');
    background-repeat: no-repeat;
    background-size: 156px 89px;
    width: 156px;
    height: 89px;
    margin: 0;
    display: inline-block;
}

.the-logo h3 {background-image: url('/img/logo-bl.svg');}

header.the {
    position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
    padding-top: 3em;
}

.logo .tag {
	font-size:0.6em;
	font-family:"english-grotesque",sans-serif;
	top: -0.1em;
    position: relative;
    display: block;
}


@media screen and (max-width: 400px) {
    .hero .logo h3 {
	    background-size: 84px 41px;
	    width: 84px;
	    height: 41px;
    }
    .hero .logo .tag {display:none;}
    header.the {padding-top: 1.25em;}
}



/* ==========================================================================
   Intro
   ========================================================================== */

.intro {
	background-color:#5a92f7;
	padding: 0 0 7em;
	color:#fff;
}

.intro .mailkimp {
	z-index: 10;
    position: relative;
    top: -4em;
}

.intro .coming-soon {margin: 3em 0 0;}

.intro .big-serif {
	color:#fff9e0;
	margin: 0.5em 0 0.35em;
}

.intro .content p.big-lede {
	font-size:1.8em;
	font-style: italic;
	color: #fff9e0;
    margin-bottom: 1.5em;
}

.intro .starlines {margin-bottom: 4em;}

.intro .presenters {margin-top: 0.75em;}
.intro .presenters img {width:120px; position:relative;}
.intro .presenters .rk-logo {top: 9px;margin-left: 1.5em;}

.intro .presenters li {display:inline}

.intro .presenters li::after {
	content: 'x';
    color: #fff;
    font-size: 0.8em;
    margin: 0 1.25em 0 1.75em;
    font-family: "english-grotesque",sans-serif;
    position: relative;
    top: 5px;
}

.intro .presenters li:last-child::after {content:'';}



@media screen and (max-width: 400px) {
    .intro .content p.big-lede {font-size:1.6em;}
    .intro .big-serif {margin-top:1em;}
	.intro .presenters img {width: 100px;}
	.intro .presenters .rk-logo {margin-left: 1em;}
	.intro .presenters li::after {margin: 0 1em 0 1.25em;}
	.intro .mailkimp {top: 0;margin-bottom: 3em;}
	.intro {padding: 4em 0;}
}





/* ==========================================================================
   Popup
   ========================================================================== */

.popup {
	background-color:#FFF5E1;
	padding: 8em 0;
	color:rgba(0,0,0,0.8);
}

.popup .big-serif {margin: 0.25em 0;}

.popup .at-reliable .underline {
	font-family: "english-grotesque",sans-serif;
    margin: 0 0.75em;
    font-size: 1.2em;
    position: relative;
    top: 12px;
}

.popup .rt-logo {width: 150px;}
.popup .content {margin-top:3em;}
.popup .content li {font-size:1.4em;}
.popup .content li {display:inline;}

.popup .content li::after {
	content: '★';
    color: #FF4A12;
    font-size: 0.6em;
    margin: 0 0.75em 0 1em;
    position: relative;
    top: -3px;
}

.popup .content li:last-child::after {content:'';}
.popup .drink-cats {margin-top:3em;}
.popup .drink-cats li {margin-bottom: 1.25em;}

.popup .drink-cats li::after {
	content:'';
    border-bottom: 1px solid rgba(0,0,0,0.75);
    width: 2.5%;
    display: block;
    margin: 1.5em auto 0;
}

.popup .drink-cats li:last-child::after {border-bottom: none;}

.popup .cat-name {
	color: #FF4A12;
    font-weight: 400;
    margin: 0.25em 0;
    font-size: 1.1em;
}

.popup .cat-name::before {content:'“';font-family: "leitura-news";}
.popup .cat-name::after {content:'”';font-family: "leitura-news";}
.popup li:last-child .cat-name::before {content:'';}
.popup li:last-child .cat-name::after {content:'';}


.popup .cat-desc {
	font-size: 0.9em;
    font-style: italic;
    margin: 0.25em 0;
}

.popup .punchcard h4 {
	    color: #5a92f7;
    text-transform: uppercase;
    font-family: "english-grotesque",sans-serif;
    font-size: 3em;
    letter-spacing: 0.025em;
    font-weight: 800;
    margin: 0.25em 0 -0.35em;
    background-image: url(/img/punchcard.svg);
    background-repeat: no-repeat;
    background-size: 90px 95px;
    display: inline-block;
    padding: 0.35em 1.2em 0.6em;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    .popup {padding: 5em 0 4em;}
    .popup .punchcard h4 {
	    margin: 1em 0;
	    padding: 1em 0 0;
	    background-position: top center;
	}
}



/* ==========================================================================
   About the Rickey
   ========================================================================== */
  
   
.rickey-101 {padding: 6em 0;}

.rickey-101 .big-serif {
	margin: 0 0 0.25em;
}

.rickey-101 .question {
	color: #FF4A12;
    margin: 4em 0 0;
    font-size: 1em;
}

.rickey-101 .colrickey {width:150px;}
.rickey-101 .shoomakers {width:400px;margin-top:30px;max-width: 100%;}

@media screen and (max-width: 400px) {
    .rickey-101 {padding:4em 0;}
    .rickey-101 .big-serif {font-size: 3em;}
}



/* ==========================================================================
   Slideshow
   ========================================================================== */


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  opacity:0.85;
}

.rslides .caption {
    position: absolute;
    bottom: 18%;
    width: 100%;
    text-align: center;
    color:#fff;
}

.rslides .caption .rickey-no, .rslides .caption .drink-title, .rslides .caption .description {opacity:0;}

.rslides .caption .rickey-no {
	font-size:1em;
	letter-spacing: 0.3em;
}

.rslides .caption .rickey-no::after {
	border-bottom: 3px solid #D2F2FF;
    content: '';
    width: 7.5%;
    display: block;
    margin: 0.5em auto 0;
}

.rslides .caption .drink-title {
	font-size:4.5em;
	letter-spacing:0.05em;
	font-weight:800;
	margin:0;
	line-height: 0.9;
}

.rslides .caption .description {
    font-size:1.1em;
    color:#ede6ff;
    margin: 0.5em auto 0;
    letter-spacing: 0.025em;
}

.rslides .caption .description::after {
    content: '★ ★ ★';
    display: block;
    text-align: center;
    font-size: 0.65em;
    color: #fff;
    letter-spacing: 0.5em;
    margin-top: 2em;
}

.rslides .rslides1_on .caption .rickey-no {
	-webkit-animation:fadeIn 3s 0.5s 1; 
	animation:fadeIn 3s 0.5s 1;
}

.rslides .rslides1_on .caption .drink-title {
	-webkit-animation:fadeIn 3s 0.6s 1; 
	animation:fadeIn 3s 0.6s 1;
}

.rslides .rslides1_on .caption .description {
	-webkit-animation:fadeIn 3s 0.7s 1; 
	animation:fadeIn 3s 0.7s 1;
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  5%, 100% {opacity:1;}
}

@keyframes fadeIn {
  0% {opacity:0;}
  5%, 100% {opacity:1;}
}



@media screen and (max-width: 600px) {
    .rslides .caption {bottom: 10%;}
    .rslides .caption .rickey-no {font-size:0.8em;margin-bottom: 0.5em;}
    .rslides .caption .drink-title {font-size: 1.5em;}
    .rslides .caption .description {font-size: 0.75em;display:none;}
    .rslides .caption .description::after {content: '';}
    .rslides .caption .rickey-no::after {border-bottom: 2px solid #D2F2FF;margin: 0.25em auto 0;}
}





/* ==========================================================================
   Mailchimp
   ========================================================================== */

.mailkimp #mc_embed_signup .mc-field-group input[type='email'], .mailkimp #mc_embed_signup .mc-field-group label {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.75em 2.5%;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email'] {
    border: 4px solid #fff;
    font-size: 2em;
    transition: border 0.2s ease;
    text-indent: 0;
    font-family: "leitura-news";
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']::-webkit-input-placeholder, .mailkimp #mc_embed_signup .mc-field-group input[type='email']::placeholder {color:#888;}

.mailkimp #mc_embed_signup .mc-field-group label {
	border: 4px solid #E6E7E8;
    font-size: 0.65em;
    font-family: "english-grotesque",sans-serif;
    letter-spacing: 0.3em;
    font-weight: 400;
    background-color: #E6E7E8;
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    margin-bottom: -3px;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']:hover {
	border: 4px solid #eee;
	border-top-color:#fff;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']:focus {
	outline:none;
	border: 4px solid #ffce00;
	border-top-color:#fff;
}

.mailkimp #mc_embed_signup {background-color:transparent;}
.mailkimp #mc_embed_signup form {padding: 0;}
.mailkimp #mc_embed_signup .submit-input {text-align:center;}
.mailkimp #mc_embed_signup .mc-field-group {width: 100%;padding-bottom: 20px;}

.mailkimp #mc_embed_signup .submit-input .flat-btn {
	display:inline-block;
	border:none;
	margin: 1em 0;
	border-radius: 0;
}

.mailkimp #mc_embed_signup .submit-input .flat-btn:hover, .mailkimp #mc_embed_signup .submit-input .flat-btn:focus {outline:none;}


@media screen and (max-width: 800px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'], .mailkimp #mc_embed_signup .mc-field-group label {width:70%;}
	
}

@media screen and (max-width: 600px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'], .mailkimp #mc_embed_signup .mc-field-group label {width:85%;}
	
	.mailkimp #mc_embed_signup .mc-field-group input[type='email'] {font-size: 2em;}
    
}

@media screen and (max-width: 400px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {font-size: 1.5em;}
    
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
