/*
    Theme Name: Columbia Records 2018
    Theme URI: http://madebymp.com/
    Description: A custom theme for ColumbiaRecords.com
    Author: Matt Peterse
    Version: 1.0
*/

@font-face {
    font-family: 'Gibson';
    src: url('assets/fonts/gibson/gibson-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/gibson/gibson-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gibson';
    src: url('assets/fonts/gibson/gibson-italic-webfont.woff2') format('woff2'),
         url('assets/fonts/gibson/gibson-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gibson';
    src: url('assets/fonts/gibson/gibson-light-webfont.woff2') format('woff2'),
         url('assets/fonts/gibson/gibson-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gibson';
    src: url('assets/fonts/gibson/gibson-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/gibson/gibson-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bauer Bodni BT Roman';
    src: url('assets/fonts/bauer/bauer-webfont.woff2') format('woff2'),
         url('assets/fonts/bauer/bauer-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { margin: 0; background: #FFF; overflow-x: hidden; font-family: 'Gibson'; font-weight: 300; overflow-y: scroll; }
#cover { position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: height 0ms 400ms, opacity 400ms; }
body.nav-open #cover { height: 100%; opacity: 1; transition: height 0ms, opacity 400ms; }
body.nav-open { overflow: hidden; }
main { position: relative; width: 100%; transition: margin-left 400ms; }
body.nav-open main { margin-left: 400px; }
.search-container { position: relative; width: 400px; margin: auto; }
.search-container .search { display: block; width: 100%; font-size: 34px; font-family: 'Gibson'; font-weight: 300; border: none; background: transparent;  outline: none; }
.search-container .clear { position: absolute; display: none; right: 0; top: 50%; margin-top: -20px; height: 40px; width: 40px; background: url('assets/images/icon-x.png'); background-repeat: no-repeat; background-position: center center; background-size: 15px 15px; cursor: pointer; }
.next-page-link { display: none; }
.posts { margin-top: 80px; }
section { position: relative; width: 100%; min-height: 500px; margin-top: 147px; }
section.section-red { background: #FF3333; margin-top: 0; padding-top: 60px; padding-bottom: 87px; }
section.section-red .logo-container { position: absolute; top: 0; right: 0; width: 300px; height: 100%; clip: rect(auto, auto, auto, auto); }
section.section-red .logo-container .columbia-white { position: fixed; z-index: 2000; top: 30px; right: 60px; content: ''; width: 222px; height: 32px; overflow: hidden; background: url('assets/images/logo-columbia-records-white.svg'); background-size: contain; }
section h2 { font-size: 42px; font-family: 'Bauer Bodni BT Roman'; font-weight: normal; text-transform: uppercase; text-align: center; margin: 0; }
section.section-red h2 { color: #FFF; }
section .nav { position: absolute; z-index: 300; top: 0; width: 60px; height: 100%; }
section .nav::after { position: absolute; top: 0; width: 20px; content: ''; height: 100%; background: #FF3333; transition: width 200ms; }
section .nav:hover::after { width: 30px; }
section .nav.nav-previous { left: 0; cursor: url('assets/images/arrow-left.png') 0 20, w-resize; }
section .nav.nav-previous::after { left: 0; }
section .nav.nav-next { right: 0; cursor: url('assets/images/arrow-right.png') 49 20, e-resize; }
section .nav.nav-next::after { right: 0; }
h1 { margin-top: 180px; margin-bottom: 30px; text-align: center; font-size: 68px; font-family: 'Bauer Bodni BT Roman'; font-weight: normal; text-transform: uppercase; }
table { width: 100%; }
em {  }
.clearfix { clear: both; }
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.4); }
::-moz-placeholder { color: rgba(0, 0, 0, 0.4); }
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.4); }
.scroll { position: fixed; z-index: 1000; left: 50%; margin-left: -25px; bottom: 30px; width: 50px; height: 30px; transition: transform 200ms; display: none; }
body.home .scroll { display: block; }
.scroll.to-top { transform: rotateX(180deg); }
.scroll::before, .scroll::after { position: absolute; display: block; right: 0; bottom: 10px; content: ''; width: 30px; height: 4px; background: #000; transform: rotate(-40deg); border-radius: 2px; }
.scroll::after { right: 20px; transform: rotate(40deg); }
.loading { position: relative; width: 200px; height: 200px; background: url('assets/images/loading-red.gif'); margin: auto; }
.loading.loading-white { background: url('assets/images/loading-white.gif'); }
#footer { font-size: 14px; padding: 20px; text-align: center; color: #000; background: #FFFFFF; padding-bottom: 100px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
#footer .links { color: #FFF; }
#footer .links a { color: #4F4F4F; text-decoration: none; }

.screenreader-text { position: absolute; left: -999px; width: 1px; height: 1px; top: auto; }
.screenreader-text:focus { color: black; display: inline-block; height: auto; width: auto; position: static; margin: auto; }

#intro-video { position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: #FFF; }
#intro-video video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/* ----- Nav ----- */
nav { position: fixed; z-index: 3000; left: -400px; top: 0; bottom: 0; padding: 30px 60px; width: 280px; background: #FFF; transition: left 400ms; }
body.admin-bar nav { top: 32px; }
body.nav-open nav { left: 0; }
nav .toggle-nav { position: relative; display: block; width: 28px; height: 25px; }
nav .toggle-nav::before { position: absolute; content: ''; left: 0; top: 10px; width: 28px; height: 2px; background: #000; transform: rotate(45deg); transition: transform 200ms; }
nav .toggle-nav::after { position: absolute; content: ''; left: 0; top: 10px; width: 28px; height: 2px; background: #000; transform: rotate(-45deg); transition: transform 200ms; }
nav .toggle-nav:hover::before { transform: rotate(135deg); }
nav .toggle-nav:hover::after { transform: rotate(45deg); }
nav .nav-container { position: absolute; left: 0; top: 95px; bottom: 0; right: 0; padding: 50px 60px; overflow-y: scroll; }
nav .nav-container .menu-main { list-style-type: none; margin: 0; padding: 0; }
nav .nav-container .menu-main li { margin-bottom: 20px; }
nav .nav-container .menu-main li a { color: #000; text-decoration: none; font-size: 37px; line-height: 37px; transition: color 200ms; }
nav .nav-container .menu-main li.current-menu-item a, nav .menu-main li a:hover { color: #FF3333; }
nav .nav-container .menu-socials { list-style-type: none; margin: 0; margin-top: 75px; padding: 0; }
nav .nav-container .menu-socials li { position: relative; float: left; margin-right: 10px; font-size: 30px; line-height: 30px; height: 30px; transition: color 200ms; }
nav .nav-container .menu-socials li:hover { color: #FF3333; }
nav .nav-container .menu-socials li a { position: absolute; left: 0; top: 0; width: 100%; height: 0; padding-top: 30px; overflow: hidden; }
nav .nav-container .form-signup { margin-top: 75px; }
nav .nav-container .form-signup .form-control-email { padding: 2px 4px; width: 200px; border: none; border-bottom: 2px solid #000; font-size: 23px; font-family: 'Gibson'; font-weight: 300; outline: none; transition: border-color 200ms; }
nav .nav-container .form-signup .form-control-email:focus { border-bottom-color: #FF3333; }
nav .nav-container .form-signup button { color: #000; text-decoration: none; font-size: 19px; padding: 5px; -webkit-appearance: none; border: none; background: transparent; cursor: pointer; }

/* ----- Header ----- */
header { position: fixed; z-index: 1000; left: 0; top: 0; right: 0; height: 32px; padding: 30px 60px; background: #FFF; }
header .toggle-nav { position: relative; display: block; width: 40px; height: 32px; float: left; }
header .toggle-nav::before { position: absolute; content: ''; top: 9px; left: 0; height: 4px; width: 40px; background: #000; }
header .toggle-nav::after { position: absolute; content: ''; top: 20px; left: 0; height: 4px; width: 30px; background: #000; transition: width 200ms; }
header .toggle-nav:hover::after { width: 40px; }
header .toggle-search { position: relative; left: 20px; top: -4px; color: #000; font-size: 32px; }
header h1 { width: 242px; height: 0; padding-top: 35px; margin: 0; overflow: hidden; float: right; background: url('assets/images/logo-columbia-records.svg'); background-size: contain; background-repeat: no-repeat; }

/* ----- Slides ----- */
.section-slides .slide { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; transition: height 0s 0s; }
/* .section-slides .slide.slide-active { z-index: 100; } */
.section-slides .slide.slide-right { z-index: 200; height: 0; transition: height 0s 1s; }
.section-slides .slide.slide-left { height: 0; transition: height 0s 1s; }
.section-slides .slide .text { position: absolute; left: 60px; top: 0; width: 50%; margin-left: 0; opacity: 1; transition: margin-left 1s, opacity 500ms 500ms; }
.section-slides .slide.slide-right .text { margin-left: 50px; opacity: 0; transition: margin-left 1s, opacity 500ms 0s; }
.section-slides .slide.slide-left .text { margin-left: -50px; opacity: 0; transition: margin-left 1s, opacity 500ms 0s; }
.section-slides .slide.slide-staged .text { transition: none; }
.section-slides .slide .text h2 { margin: 0; font-family: 'Bauer Bodni BT Roman'; font-size: 76px; line-height: 76px; letter-spacing: 3px; text-transform: uppercase; font-weight: normal; /* text-shadow: 1px 1px #FFF; */ }
.section-slides .slide .text h2 span { float: left; margin: -3px; color: #FFF; background-color: #FF3333; padding: 0 15px; border-radius: 5px; }
.section-slides .slide .text .caption { position: relative; width: 45%; font-size: 25px; line-height: 25px; margin-top: 52px; }
.section-slides .slide .text .caption p { margin: 0; }
.section-slides .slide .text .call-to-action { display: inline-block; margin-top: 52px; padding-bottom: 6px; color: #000; font-size: 18px; line-height: 18px; text-decoration: none; font-weight: normal; border-bottom: 3px solid #FF3333; transition: padding-bottom 200ms; }
.section-slides .slide .text .call-to-action:hover { padding-bottom: 2px; }
.section-slides .slide .image-container { position: absolute; right: 60px; top: 0; width: 65%; height: 100%; overflow: hidden; transition: width 1s; }
.section-slides .slide.slide-staged .image-container { transition: none; }
.section-slides .slide.slide-right .image-container { width: 0; }
.section-slides .slide .image-container .image { position: absolute; right: 0; top: 0; width: 100%; height: 100%; transition: right 1s; }
.section-slides .slide.slide-staged .image-container .image { transition: none; }
.section-slides .slide.slide-right .image-container .image { right: -100px; }
.section-slides .slide.slide-left .image-container .image { right: 100px; }

/* ----- Events ----- */
.search.search-container-events { width: 450px; }
.section-events { padding: 0 60px; box-sizing: border-box; min-height: 500px !important; padding-bottom: 100px; }
.section-events h2 { margin-bottom: -45px; }
.section-events h3 { font-size: 40px; line-height: 40px; font-weight: 300; margin: 0; color: #FF3333; border-bottom: 1px solid #CECECE; padding-bottom: 40px; }
.section-events table { border-collapse: collapse; margin-bottom: 100px; }
.section-events table tr td { padding: 30px 0; border-bottom: 1px solid #CECECE; }
.section-events .day { width: 200px; font-size: 110px; vertical-align: top; color: #FF3333; }
.section-events .events {  }
.section-events .events .event { display: block; width: 25%; float: left; padding: 25px; box-sizing: border-box; font-size: 22px; line-height: 30px; text-decoration: none; color: #000; transition: color 200ms; }
.section-events .events .event:hover { color: #FF3333; }
.section-events .events .event .artist-name { font-size: 27px; font-weight: 600; }
.section-events .link-more { display: block; width: 90px; text-align: center; margin: auto; font-size: 22px; line-height: 22px; color: #000; margin-bottom: 0; text-decoration: none; padding-bottom: 6px; border-bottom: 1px solid #FF3333; transition: padding-bottom 200ms, margin-bottom 200ms; }
.section-events .link-more:hover { padding-bottom: 2px; margin-bottom: 4px; }

/* ----- Playlists ----- */
.section-playlists { margin-bottom: 200px; }
.section-playlists .border { position: relative; width: 100%; max-width: 620px; margin: auto; margin-top: 150px; border-top: 2px solid #FF3333; top: -120px; }
.section-playlists .slide { position: absolute; z-index: 400; left: 50%; top: 70px; width: 500px; margin-left: -250px; bottom: 0; overflow: hidden; transition: top 0s 0s; }
.section-playlists .slide.slide-right { top: 100%; transition: top 0s 1s; }
.section-playlists .slide.slide-left { top: 100%; transition: top 0s 1s; }
.section-playlists .slide .playlist { position: relative; z-index: 400; right: 30px; bottom: 30px; display: block; height: 50%; margin: auto; -webkit-perspective: 1000; perspective: 1000; }
.section-playlists .slide .playlist:first-child { left: 30px; right: 0; top: 30px; bottom: 0; z-index: 200; }
.section-playlists .slide .playlist .cover { position: relative; display: block; float: right; width: 50%; height: 100%; backface-visibility: hidden; transition: transform 900ms 100ms; }
.section-playlists .slide.slide-staged .playlist .cover { transition: none; }
.section-playlists .slide .playlist:first-child .cover { float: left; transition: transform 900ms 0ms; }
.section-playlists .slide.slide-staged .playlist:first-child .cover { transition: none; }
.section-playlists .slide.slide-right .playlist .cover { transform: rotateY(180deg); }
.section-playlists .slide.slide-left .playlist .cover { transform: rotateY(-180deg); }
.section-playlists .slide .playlist .info { float: right; width: 50%; padding-left: 0; padding-right: 30px; text-align: right; margin-top: 60px; box-sizing: border-box; transition: opacity 500ms 500ms; }
.section-playlists .slide.slide-right .playlist .info { opacity: 0; transition: opacity 500ms 0s; }
.section-playlists .slide.slide-left .playlist .info { opacity: 0; transition: opacity 500ms 0s; }
.section-playlists .slide.slide-staged .playlist .info { transition: none; }
.section-playlists .slide .playlist:first-child .info { margin-top: 0; float: left; padding-left: 30px; padding-right: 0; text-align: left; }
.section-playlists .slide .playlist .info .label { font-size: 12px; line-height: 12px; text-transform: uppercase; margin-bottom: 5px; font-weight: 400; color: #666; letter-spacing: 1px; }
.section-playlists .slide .playlist .info .playlist-name { font-size: 34px; line-height: 34px; margin-bottom: 10px; }
.section-playlists .slide .playlist .info .link { position: relative; display: inline-block; font-size: 21px; line-height: 21px; padding-bottom: 8px; border-bottom: 2px solid #FF3333; color: #000; text-decoration: none; transition: padding-bottom 200ms; }
.section-playlists .slide .playlist .info .link:hover { padding-bottom: 4px; }
.section-playlists .nav { width: 50%; }
.section-playlists .nav::after { display: none; }
.section-playlists .indicators { position: absolute; left: 0; right: 0; bottom: -50px; text-align: center; }
.section-playlists .indicators .indicator { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #B2B2B2; margin: 2px; transition: background 200ms; }
.section-playlists .indicators .indicator.indicator-active { background: #000; }

/* ----- Videos ----- */
.section-videos.section-red { padding-bottom: 120px; margin-top:13vw; }
.section-videos h2 { margin-bottom: 60px; }
.section-videos .videos { position: relative; z-index: 100; width: 100%; max-width: 820px; height: 100%; margin: auto; }
.section-videos .video { position: relative; width: 48%; margin: 1%; height: 50%; background: #000; float: left; }
.section-videos .video iframe { width: 100%; height: 100%; }
.section-videos .video .overlay { position: absolute; left: 0; bottom: 0; padding: 10px; background: #000; color: #FFF; font-size: 15px; }
.section-videos .video .overlay { font-size: 20px; padding: 20px; }
.posts.posts-videos { width: 100%; margin: auto; }
.posts.posts-videos .post { position: relative; width: 100%; height: 500px; padding: 0; margin-bottom: 120px; }
.posts.posts-videos .post iframe { position: relative; width: 100%; height: 100%; }
.posts.posts-videos .post .overlay { position: absolute; left: 0; bottom: 0; padding: 20px; background: #000; color: #FFF; font-size: 20px; }
.posts.posts-videos .post .overlay .title { font-weight: bold; }
.posts.posts-videos .post .overlay .artist { margin: 0; width: auto; }

/* ----- Tweets ----- */
.section-tweets { text-align: center; min-height: auto !important; }
.section-tweets .border { width: 100%; max-width: 620px; margin: auto; margin-top: -60px; height: 60px; border-top: 2px solid #E2E2E4; }
.section-tweets .tweet { position: relative; z-index: 100; box-sizing: border-box; width: 100%; max-width: 620px; margin: auto; font-size: 30px; color: #FFF; padding: 40px; }
.section-tweets .tweet a { color: #FFF; }
.section-tweets .fa-twitter { font-size: 35px; color: #FFF; margin-top: 20px; }

/* ----- Instagram ----- */
.section-instagram.section-red { text-align: center; min-height: 0 !important; }
.section-instagram .border { position: relative; top: -80px; width: 100%; max-width: 620px; margin: auto; height: 60px; border-top: 2px solid #E2E2E4; }
.section-instagram .instagrams { margin: 50px 0; }
.section-instagram .photo { display: inline-block; width: 300px; height: 300px; margin: 10px; }
.section-instagram .fa-instagram { font-size: 50px; color: #FFF; margin-top: 50px; text-decoration: none; color: #000; transition: color 200ms; }
.section-instagram .fa-instagram:hover { color: #FFF; }

/* ----- Posts ----- */
body.single .posts { margin-top: 100px; }
.posts .post { position: relative; width: 100%; max-width: 1000px; margin: auto; box-sizing: border-box; padding: 60px 0; border-bottom: 1px solid #EEE; }
.posts .post .go-back { position: absolute; right: 100%; margin-right: 20px; top: 60px; width: 70px; color: #000; text-decoration: none; background-image: url('assets/images/arrow-left.png'); background-repeat: no-repeat; background-size: 25px 19px; padding-left: 33px; font-size: 20px; background-position: 0 2px; }
.posts .post .thumbnail { width: 40%; float: left; background: #EEE; }
.posts .post .content { width: 60%; float: left; box-sizing: border-box; padding-left: 40px; }
.posts .post .content .date { font-size: 19px; }
.posts .post .content h2 { font-size: 34px; color: #FF3333; margin-bottom: 0; margin-top: 30px; font-weight: 300; }
.posts .post .content .excerpt { font-size: 24px; margin-top: 30px; }
.posts .post .content .excerpt a { color: #000; }
.posts .post .content .read-more { display: inline-block; margin-top: 16px; padding-bottom: 6px; color: #000; font-size: 18px; line-height: 18px; text-decoration: none; font-weight: normal; border-bottom: 3px solid #FF3333; transition: padding-bottom 200ms; }
.posts .post .content .read-more:hover { padding-bottom: 2px; }

/* ----- Artists ----- */
.posts.posts-artists { text-align: center; }
.posts .artist { display: inline-block; margin: 35px; width: 320px; cursor: pointer; overflow: hidden; }
.posts .artist .thumbnail { position: relative; width: 100%; height: 320px; background: #CCC; overflow: auto; }
.posts .artist .thumbnail .links { position: absolute; left: -1000px; top: 0; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; background: rgba(255,51,51, 0.7); opacity: 0; transition: opacity 200ms, left 0ms 200ms; }
.posts .artist.show-links { cursor: auto; }
.posts .artist.show-links .thumbnail .links { left: 0; opacity: 1;  transition: opacity 200ms, left 0ms; }
.posts .artist .thumbnail .links a { font-size: 30px; color: #FFF; text-decoration: none; }
.posts .artist .thumbnail .links a:hover { text-decoration: underline; }
.posts .artist h2 { font-size: 21px; margin: 0; font-weight: 300; margin: 10px 0; text-align: left; }

/* ----- Newsletter ----- */
#popup-newsletter { position: fixed; z-index: 4000; left: 0; top: 0; width: 100%; height: 0; opacity: 0; overflow: hidden; transition: height 0s 400ms, opacity 400ms; }
body.signup-open #popup-newsletter { height: 100%; opacity: 1; transition: height 0s 0s, opacity 400ms; }
#popup-newsletter .backdrop { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
#popup-newsletter .popup { position: absolute; left: 50%; top: 200px; width: 340px; height: 545px; padding: 20px; box-sizing: border-box; margin-left: -170px; background: #FFF; transition: top 400ms ease-in, height 400ms; }
body.signup-open #popup-newsletter .popup { top: 100px; transition: top 400ms ease-out, height 400ms; }
#popup-newsletter.thankyou .popup { height: 215px; }
#popup-newsletter .popup h2 { float: left; margin: 0; }
#popup-newsletter .popup .close-signup { position: relative; bottom: 10px; float: right; font-size: 30px; text-decoration: none; color: #000; background: #FFF; }
#popup-newsletter .popup .thankyou-message { display: none; }
#popup-newsletter.thankyou .popup .thankyou-message { display: block; text-align:center; }
#popup-newsletter.thankyou .popup .signup-message { display: none; }
#popup-newsletter.thankyou .popup form { display: none; }
#popup-newsletter .popup label { font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; }
#popup-newsletter .popup .form-control { width: 280px; padding: 5px 0; outline: none; border: none; border-bottom: 2px solid #CCC; background: #FFF; font-family: 'Gibson'; font-weight: 300; font-size: 15px; transition: border-color 200ms; margin-bottom: 15px; -webkit-appearance: none; }
#popup-newsletter .popup .form-control:focus { border-bottom-color: #FF3333; }
#popup-newsletter .popup select.form-control { width: 300px; -webkit-appearance: none; border-radius: 0; }
#popup-newsletter .popup .legal { text-align: center; color: #DDD; font-size: 12px }
#popup-newsletter .popup .legal a { color: #333; }
#popup-newsletter .popup .form-submit { display: block; margin: auto; padding: 0; padding-bottom: 4px; font-size: 19px; -webkit-appearance: none; border: none; cursor: pointer; border-radius: 0; border-bottom: 2px solid #FF3333; transition: padding-bottom 200ms; background: transparent; }
#popup-newsletter .popup .form-submit:hover { padding-bottom: 0; }

/* ----- Search ----- */
#search { position: fixed; z-index: 3000; left: 0; top: 0; width: 100%; background: #FF3333; height: 0; overflow: hidden; transition: height 400ms; }
body.search-open #search { height: 100%; overflow-y: scroll; }
body.search-open { overflow: hidden; }
#search .toggle-search { position: fixed; top: 30px; right: 60px; display: block; width: 28px; height: 25px; display: none; }
body.search-open #search .toggle-search { display: block; }
#search .toggle-search::before { position: absolute; content: ''; left: 0; top: 10px; width: 28px; height: 2px; background: #FFF; transform: rotate(45deg); transition: transform 200ms; }
#search .toggle-search::after { position: absolute; content: ''; left: 0; top: 10px; width: 28px; height: 2px; background: #FFF; transform: rotate(-45deg); transition: transform 200ms; }
#search .toggle-search:hover::before { transform: rotate(135deg); }
#search .toggle-search:hover::after { transform: rotate(45deg); }
#search .input { position: relative; width: 80%; max-width: 1000px; margin: 200px auto; margin-bottom: 100px; color: #FFF; }
#search .input .fa-search { position: absolute; bottom: 0; right: 100%; margin-right: 10px; font-size: 30px; }
#search .input label { font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; background: #FF3333; }
#search .input .master-search { width: 100%; background: transparent; border: none; font-size: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); outline: none; font-family: 'Gibson'; font-weight: 300; color: #FFF; -webkit-appearance: none; }
#results { background: #FF3333; color: #FFF; width: 80%; max-width: 1000px; margin: auto; }
#results h2 { font-family: 'Bauer Bodni BT Roman'; font-weight: normal; font-size: 30px; text-transform: uppercase; }
#results .posts { width: 50%; float: left; padding-right: 10px; box-sizing: border-box; margin: 0; }
#results .posts .post { display: block; color: #FFF; text-decoration: none; padding-top: 0; border: none; }
#results .posts .post:hover { text-decoration: underline; }
/* #results .artists { width: 125px; margin: 0 100px; float: left; }
#results .artists .artist { margin-bottom: 60px; }
#results .artists .artist .thumbnail .links { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; box-sizing: border-box; background: rgba(20, 20, 20, 0.7); opacity: 0; transition: opacity 200ms; text-align: center; }
#results .artists .artist:hover .thumbnail .links { opacity: 1; }
#results .artists .artist .thumbnail .links a { font-size: 15px; color: #FFF; text-decoration: none; }
#results .artists .artist .thumbnail .links a:hover { text-decoration: underline; } */
#results > .events { width: 50%; padding-left: 10px; box-sizing: border-box; float: left; }
#results .events .date .day { font-size: 60px; }
#results .events .date .month { position: relative; top: 10px; font-size: 20px; vertical-align: top; }
#results .events .event { display: block; font-size: 21px; color: #FFF; text-decoration: none; margin-bottom: 60px; }
#results .events .event:hover { text-decoration: underline; }
#results .events .event .artist-name { font-size: 28px; }
#results .thumbnail { position: relative; width: 50%; float: none; background: #333; }
#results .artists .thumbnail { width: 100%; }
#results .date { font-size: 16px; margin-top : 15px; }
#results .title { font-size: 21px; margin-top : 15px; font-weight: bold; }

/* ----- Responsive ----- */
@media(max-width: 1024px) {
    section { margin-top: 92px; }

    .section-slides .slide .text .caption { width: 70%; }
    .section-slides .slide .image-container { width: 50%; }
    .section-slides .slide .image-container .image { width: 50vw !important; }

    .section-events .events .event { width: 50%; }
	
	.posts .post .go-back { top: 20px; margin-right: 0; right: auto; left: 10px; }
}
@media(max-width: 800px) {
    section .nav { top: auto; bottom: 50%; width: 42px; height: 35px; cursor: pointer !important; display: block !important; opacity: 1 !important; }
    section .nav::after { display: none; }
    section .nav.nav-previous { left: auto; right: 42px; background: url('assets/images/arrow-left.png') center center no-repeat rgba(255, 255, 255, 0.8); background-size: 16px 16px; }
    section .nav.nav-next { background: url('assets/images/arrow-right.png') center center  no-repeat rgba(255, 255, 255, 0.8); background-size: 16px 16px; }

    .section-slides { height: 200vw; max-height: 100vh; }
    .section-slides .slide .text { left: 0; top: 50%; width: 50%; height: 50%; margin-top: 0 !important; padding: 30px 18px; box-sizing: border-box; }
    .section-slides .slide .text h2 { font-size: 60px; line-height: 60px; }
    .section-slides .slide .text .caption { width: 100%; font-size: 19px; margin-top: 25px; }
    .section-slides .slide .text .call-to-action { margin-top: 25px; }
    .section-slides .slide .image-container { right: 0; width: 100%; height: 50%; }
    .section-slides .slide .image-container .image { width: 100vw !important; height: 100% !important; margin-top: 0 !important; }

    .section-events h2 { margin-bottom: 0; }
    .section-events .day { width: 100px; font-size: 80px; padding: 40px 0; }
    .section-events .events .event { font-size: 18px; }
    .section-events .events .event .artist-name { font-size: 22px; }

    .section-playlists .nav { bottom: -25px; }
    .section-playlists .nav.nav-previous { right: 50%; width: 42px; }
    .section-playlists .nav.nav-next { left: 50%; right: auto; width: 42px; }

    #results { width: 100%; }
    #results h2 { font-size: 24px; }
    #results .title { font-size: 18px; }
    #results .events .event { font-size: 14px; margin-bottom: 30px; }
    #results .events .event .artist-name { font-size: 18px; }
}
@media(max-width: 600px) {
    nav { left: -100%; width: 100%; box-sizing: border-box; }

    header { height: 20px; padding: 30px; }
    header .toggle-nav { height: 22px; }
    header .toggle-nav::before { top: 0; }
    header .toggle-nav::after { top: 12px; }
    header .toggle-search { top: -8px; font-size: 24px; }
    header h1 { width: 195px; padding-top: 28px; }
    
    section.section-red .logo-container { width: 180px; }
    section.section-red .logo-container .columbia-white { right: 30px; width: 150px; height: 22px; }

    .scroll { display: none !important; }
    .search-container { width: 100% !important; }
    .search-container .search { font-size: 16px; text-align: center; }
    section { margin-top: 80px; }
    h1 { margin-top: 120px; font-size: 46px; }
    .posts { margin-top: 0; }

    .section-slides .slide .text { width: 100%; }
    .section-slides .slide .text h2 { font-size: 40px; line-height: 40px; }

    .section-events { padding: 0 20px; padding-bottom: 100px; }
    .section-events h3 { text-align: center; margin-top: 30px; }
    .section-events .day { width: 50px; font-size: 40px; }
    .section-events .events .event { font-size: 12px; line-height: 20px; padding: 15px; }
    .section-events .events .event .artist-name { font-size: 14px; }
    
    .section-videos { padding-bottom: 10px !important; }
    .section-videos .videos { height: auto !important; width: auto; margin: 10px; }
    .section-videos .video { width: 100% !important; height: 300px !important; float: none; margin: 0 0 10px 0 !important;  }

    .section-playlists { min-height: 400px !important; }
    .section-playlists .slides { position: relative; width: 100%; height: 400px;  }
    .section-playlists .slide { left: 0; width: 100% !important; margin-left: 0 !important; }
    .section-playlists .slide .playlist { width: 300px !important; height: 150px; right: 10px; bottom: 10px; }
    .section-playlists .slide .playlist:first-child { left: 10px; top: 10px; }
    .section-playlists .slide .playlist .info { margin-top: 30px; padding-top: 0 !important; }
    .section-playlists .slide .playlist .info .playlist-name { font-size: 26px; line-height: 26px; }
    .section-playlists .slide .playlist .info .link { font-size: 16px; line-height: 16px; }

    .posts .post { border-bottom: none; }
    .posts .post .thumbnail { width: 100%; }
    .posts .post .content { width: 100%; padding: 20px; }
    .posts .post .content h2 { font-size: 26px; }

    .posts .artist { width: 240px; }
    .posts .artist .thumbnail { height: 240px; }
    .posts .artist .thumbnail .links a { font-size: 20px; }

    .posts.posts-videos .post { height: 300px; }

    #search .input { width: 70%; }
    #results h2 { font-size: 36px; text-align: center; }
    #results .posts { width: 100%; padding-right: 0; }
    #results .events { width: 100%; padding-left: 0; text-align: center; }
    #results .posts .post .thumbnail { width: 100%; }

    body.signup-open #popup-newsletter .popup { top: 0; }
}
@media(max-width: 400px) {
    header { height: 20px; padding: 15px; }
    header h1 { width: 150px; padding-top: 22px; }
    section:first-child { margin-top: 50px; }
    section h2 { font-size: 32px; }
}