/*
Theme Name: 8K.NZ
Description: Super scuzzy Wordpress theme for the future of all beautiful people
467Version: 1
Author: Benet 'Dr' Hitchcock - Starlifter.NZ
Author URI: https://starlifter.nz
*/

/*

Show Colours:

Human Pleasure          #534741
Feeling Blue            #007fff
Crank Playthings        #821646
Heavyfuzz               #B23D24
Wiretap                 #1272AB
Pinacolada Soundsystem  #51B58B
Glitch in the System    #8CC63F
Eargravy                #D1A32F
The Starlifter.TV Show  #B245DE
Cock Block              #BDD913
Nobody's Special        #4638B9
NW2N                    #58719D
The Joint               #D4145A
McDub                   #85af49
Future Jungle Sessions  #71266f
This Room               #424242
Big Fresh               #F7931E
Free The Jazz           #58377D
Skew-Whiff M.D.         #3C9394
Kammoth                 #182943
Audio Archaeology       #998675
Artrocker               #BC0A00

*/

/*==========Fonts & Headings===========*/

@font-face {
  font-family: 'sf-movie-poster';
  src: url('fonts/sf_movie_poster/sf-movie-poster-bold.ttf.eot'); /* IE9 Compat Modes */
  src: url('fonts/sf_movie_poster/sf-movie-poster-bold.ttf.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/sf_movie_poster/sf-movie-poster-bold.ttf.svg#sf-movie-poster') format('svg'); /* Legacy iOS */
}

/*============Sticky Footer============*/

html,
body {
	color: #ffffff;
	font-family: "vigaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    height: 100%;
    text-rendering: optimizelegibility;
}

body {
    background-color: #840938;
    background: url("https://8k.nz/wp-content/themes/8K.NZ/images/8k-recordsleeve00.jpg");
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px;
    padding: 0 0 36px;
}

#footer {
    background: black;
}


#footer footer {
    height: 36px;
    margin: 16px 0;
}

#footer footer {
    font-family: 'sf_movie_posterbold';
    text-align: right;
    font-size: 24px;
    letter-spacing: 2px;
}

iframe {
    border: 0;
}


/*==========Headings===========*/

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 24px;
}

p {
    /*letter-spacing: initial;*/
}

strong {
    font-weight:bold
}

.alignleft{
	float:left;
	padding:10px 10px 10px 0;
}

.alignright{
	float:right;
	padding:10px 0 10px 10px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear:both;
}


/*========== Colours ===========*/

.orange {
    color: #F7931E;
}
.white,
a.white {
    color: #fff;
}


/*==========Header===========*/

header.banner {
    background: black;
    height: 136px;
    padding: 16px;
}

header.banner div.social-media-buttons {
    width: 108px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-right: 1rem;
}

header.banner div.social-media-buttons a img {
    margin: 2px 0 2px 0;
}

div.block {
	display: inline-block;
    vertical-align: middle;
}

div.block img {
	height: 72px;
	width: auto;
	vertical-align: top;
}

div.logo {
    display: inline-block;
}

.sticker_2017 {
    display: none;
}

#muses {
    display: inline-block;
    text-align: right;
}

#muses .block {
    margin-right: 6px;
}

#stream-player {
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 72px;
    width: 275px;
    overflow: hidden;
}


.airtime_player {
    display: none;
}

#stream-player > .airtime_player {
    display: block;
    margin-top: -50px;
    margin-left: -8px;
}

a.header-logo {
	text-align: center;
}

div.logo a img {
    text-align: center;
    display: inline-block;
    height: 7.3rem;
}

div.banner {
	text-align: center;
}

div.banner .img-responsive {
    display: inline-block;
}

.social-muses-wrapper {
    float: right;
}


/*== Main Menu ==*/

#primary_nav_wrap
{
	margin-top:15px;
	text-transform: uppercase;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:absolute;
	margin:0;
	padding:0;
    width: 100%;
}

#primary_nav_wrap ul a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
}

#primary_nav_wrap ul li {
	float:left;
	margin:0;
	padding:0;
	background: black;
    display: inline-block;
}

#primary_nav_wrap ul li.current-menu-item
{
	/*background:#ddd*/
}

#primary_nav_wrap ul li:hover
{
	background: #666;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:225px;
}

#primary_nav_wrap ul ul a {
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul a:hover {
    background: #000;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display: block;
    z-index: 8888;
}

#primary_nav_wrap .sub-menu {
    background: #000;
}

#primary_nav_wrap .sub-menu a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #19c589;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

#primary_nav_wrap ul#menu-menu-1 > li:first-child {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#primary_nav_wrap ul#menu-menu-1 > li:last-child {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}


/*== Nav Menu Colours ==*/

#primary_nav_wrap ul li.menu-item-453 { background: #F7931E; } /* 8K // Christchurch */
#primary_nav_wrap ul li.menu-item-457 { background: #22B573; } /* Local Heroes */
#primary_nav_wrap ul li.menu-item-463 { background: #FE6001; } /* Tune In */
#primary_nav_wrap ul li.menu-item-622 { background: #4638B9; } /* Special Guests */
#primary_nav_wrap ul li.menu-item-623 { background: #B6005C; } /* Schedule */
#primary_nav_wrap ul li.menu-item-474 { background: #840938; } /* About */
#primary_nav_wrap ul li.menu-item-626 { background: #01A1FE; } /* Contact */
#primary_nav_wrap ul li.menu-item-786 { background: #D4145A; } /* Support */


#primary_nav_wrap ul li.menu-item-1173 { background: #8CC63F; } /* Shows */
#primary_nav_wrap ul li.menu-item-456 { background: #534741; } /* Human Pleasure */
#primary_nav_wrap ul li.menu-item-1355 { background: #007fff; } /* Feeling Blue */
#primary_nav_wrap ul li.menu-item-797 { background: #821646; } /* Crank Playthings */
#primary_nav_wrap ul li.menu-item-817 { background: #B23D24; } /* Heavyfuzz */
#primary_nav_wrap ul li.menu-item-462 { background: #D4145A; } /* The Joint */
#primary_nav_wrap ul li.menu-item-1990 { background: #85af49; } /* McDub */
#primary_nav_wrap ul li.menu-item-1989 { background: #71266f; } /* Future Jungle Sessions */
#primary_nav_wrap ul li.menu-item-821 { background: #424242; } /* This Room */
#primary_nav_wrap ul li.menu-item-455 { background: #8CC63F; } /* Glitch in the System */
#primary_nav_wrap ul li.menu-item-464 { background: #1272AB; } /* Wiretap */
#primary_nav_wrap ul li.menu-item-459 { background: #51B58B; } /* Pinacolada */
#primary_nav_wrap ul li.menu-item-461 { background: #B346DE; } /* Starlifter */
#primary_nav_wrap ul li.menu-item-1375 { background: #BC0A00; } /* Artrocker */
#primary_nav_wrap ul li.menu-item-815 { background: #BDD913; } /* Cock Block */
#primary_nav_wrap ul li.menu-item-454 { background: #D1A32F; } /* Eargravy */
#primary_nav_wrap ul li.menu-item-819 { background: #58719D; } /* NW2N */
#primary_nav_wrap ul li.menu-item-1733 { background:#F7931E;; } /* Big Fresh */
#primary_nav_wrap ul li.menu-item-816 { background: #58377D; } /* Free The Jazz */
#primary_nav_wrap ul li.menu-item-818 { background: #182943; } /* Kammoth */
#primary_nav_wrap ul li.menu-item-460 { background: #3C9394; } /* Skew-Whiff */
#primary_nav_wrap ul li.menu-item-1766 { background: #998675; } /* Audio Archaeology */


#primary_nav_wrap ul li:hover {
    background: #000;
}

/*== Header banner sub-title ==*/

.sub-header {
    background: #000;
    padding: 8px 16px;
    height: 32px;
}

.streaming-version {
    text-transform: uppercase;
    margin: 0 -15px 0 15px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 800px) {
    .streaming-version {
        margin: 0 -20px 0 21px;
    }
}

.chch-time {
    margin: 0 0 0 -15px;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.sub-header p {
    font-size: 12px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 800px) {
    .streaming-version p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 90%;
    }
}

.streaming-version p {
    color: #F7931E;
}

.chch-time p {
    text-align: right;
}


/*== Instagram Lightwidget ==*/

/*.owl-carousel .owl-wrapper-outer {
    margin: 18px 0 -6px;
    padding: 18px 0;
}

.owl-theme .owl-controls {
    margin: 0 !important;
}

.owl-carousel {
    background: #000;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

.owl-pagination {
    display: none;
}*/

#instragram_lightwidget_carousel {
    width: 100%;
    display: inline-block;
}

#instragram_lightwidget_end {
    height: 32px;
    width: 146px;
    display: none;
    background: #000;
    font-size: 12px;
    padding: 8px 6px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

#instragram_lightwidget_end a {
    color: #F7931E;
    text-decoration: none;
}


.instagram-carousel {
    margin: 1rem 0;
    /* background-image: url('/wp-content/themes/8K.NZ/images/8K.NZ_logo.svg'); */
    background-color: black;
    background-size: 8%;
    background-position-y: 50%;
    background-repeat: repeat-x;
}

#sb_instagram[style] {
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .instagram-carousel {
        margin: 3rem 0 0rem;
    }
}

.instagram-carousel .iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide {
    padding: 1rem;
}

/*== Left and Right Column on home page ==*/

.left-column {
    padding: 16px 0 16px 16px;
}

.right-column {
    padding: 16px 0px 8px 20px;
}


/*== Mobiles Devices links ==*/

.mobile-apps {
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
}

.mobile-apps__wrapper {
    text-align: center;
}

.mobile-apps img {
    width: 46%;
    margin: 1.5rem 0.5rem;
}

.mobile-apps a:hover { text-decoration: none; }

.orange-sub-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    background: #F7931E;
    padding: 4px 2px;
}

.orange-sub-header p {
    margin: 0;
}

.orange-sub-header a { text-decoration: none; color: #000; }
.orange-sub-header a:hover { text-decoration: none; color: #000; }


/*== Stream links ==*/

.home .stream-links {
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
}

.home .stream-link img {
    /*max-height: 97px;*/
    max-height: 83px;
}

@media only screen and (max-width: 460px) {
    .stream-links__line {
        display: block;
    }

    .home .stream-link img {
        max-height: 70px;
    }
}



@media only screen and (min-device-width: 768px) and (max-device-width: 800px) {
    .home .stream-links {
        /*width: 60%;
        margin: 1rem auto 3rem;
        display: block;*/
    }
}

.home .stream-link img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    padding: 10px;
}

.home .stream-link a {
    display: inline-block;
}

.home .stream-link.image {
    position: relative;
}

.home .stream-link {
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 1rem 0;
}

.home .stream-link p {
    padding: 0;
}

.home .stream-link:last-child {
    margin-right: 0;
    vertical-align: top;
}


.home .stream-service a {
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'sf_movie_posterbold';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
}

.home .stream-service a:hover {
    text-decoration: none;
}

.home .stream-link .orange-sub-text a {
    color: #F7931E;
    text-decoration: none;
}

/*== Show Schedule - home page ==*/

section.show-schedule-block {
    margin: 12px 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 800px) {
    section.show-schedule-block {
        margin: 12px 0 12px 16px;
        width: 48%;
        display: inline-block;
    }
}

ul.show-schedule {
    background: #000;
    color: #fff;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}

@media only screen and (max-device-width: 1024px) {
    ul.show-schedule {
        font-size: 14px;
    }
}

ul.show-schedule li a {
    color: #fff;
}

ul.show-schedule li a:hover {
    text-decoration: none;
}

.show-day-and-time__link {
    display: grid;
    grid-template-columns: minmax(4rem, 1fr) minmax(4.5rem, 1fr) minmax(120px, 20fr);
}

.show-schedule .day{
    text-align: right;
    font-family: 'sf_movie_posterbold';
    font-size: 28px;
    letter-spacing: 0.23rem;
    padding: 7px 4px;
    line-height: 100%;
}

.show-day-and-time .time {
    background: #000;
    padding: 7px 8px;
    display: inline-block;
    height: 44px;
    text-align: right;
    font-family: 'sf_movie_posterbold';
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 100%;
}

.show-day-and-time .show-name {
    background: #000;
    display: inline-block;
    padding: 1.4rem 0px;
    height: 100%;
    position: relative;
    vertical-align: top;
    line-height: 100%;
}
@media only screen and (max-device-width: 1199px) {
    .show-day-and-time .show-name {
        padding: 1.3rem 0px;
        font-size: 1.3rem;
        height: 100%;
    }
}
.home .show-day-and-time .show-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.show-day-and-time .bullet {
    margin: 0 4px 0 0;
}

.black-sub-header-large {
    background: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    letter-spacing: 2px;
}
.black-sub-header-large p {
    margin: 0;
}
.black-sub-header-large a {
    color: #F7931E;
    text-decoration: none;
}
.black-sub-header-large a.white {
    color: #fff;
}
.black-sub-header-large:hover {
    background: #F7931E;
}
.black-sub-header-large .white-arrow {
    width: 46px;
    height: 20px;
    margin-left: 8px;
}


/*Shows*/

.show-day-and-time.human-pleasure,
.human-pleasure:hover span {
    background: #534741;
}
.human-pleasure .bullet {
    color: #534741;
}

.show-day-and-time.crank-playthings,
.crank-playthings:hover span {
    background: #821646;
}
.crank-playthings .bullet {
    color: #821646;
}

.show-day-and-time.heavyfuzz,
.heavyfuzz:hover span {
    background: #B23D24;
}
.crank-playthings .bullet {
    color: #B23D24;
}

.show-day-and-time.wiretap,
.wiretap:hover span {
    background: #1272AB;
}
.wiretap .bullet {
    color: #1272AB;
}

.show-day-and-time.pinacolada,
.pinacolada:hover span {
    background: #51B58B;
}
.pinacolada .bullet {
    color: #51B58B;
}

.show-day-and-time.glitch-system,
.glitch-system:hover span {
    background: #8CC63F;
}
.glitch-system .bullet {
    color: #8CC63F;
}

.show-day-and-time.eargravy,
.eargravy:hover span {
    background: #D1A32F;
}
.eargravy .bullet {
    color: #D1A32F;
}

.show-day-and-time.starlifter,
.starlifter:hover span {
    background: #B245DE;
}
.starlifter .bullet {
    color: #B245DE;
}

.show-day-and-time.cock-block,
.cock-block:hover span {
    background: #BDD913;
}
.cock-block .bullet {
    color: #BDD913;
}

.show-day-and-time.nobodys-special,
.nobodys-special:hover span {
    background: #4638B9;
}
.nobodys-special .bullet {
    color: #4638B9;
}

.show-day-and-time.nw2n,
.nw2n:hover span {
    background: #58719D;
}
.nw2n .bullet {
    color: #58719D;
}

.show-day-and-time.the-joint,
.the-joint:hover span {
    background: #D4145A;
}
.the-joint .bullet {
    color: #D4145A;
}

.show-day-and-time.this-room,
.this-room:hover span {
    background: #424242;
}
.this-room .bullet {
    color: #424242;
}

.show-day-and-time.free-jazz,
.free-jazz:hover span {
    background: #58377D;
}
.free-jazz .bullet {
    color: #58377D;
}

.show-day-and-time.skew-whiff,
.skew-whiff:hover span {
    background: #3C9394;
}
.skew-whiff .bullet {
    color: #3C9394;
}

.show-day-and-time.kammoth,
.kammoth:hover span {
    background: #182943;
}
.kammoth .bullet {
    color: #5671A4;
}

.show-day-and-time.audio-archaeology,
.audio-archaeology:hover span {
    background: #998675;
}
.audio-archaeology .bullet {
    color: #998675;
}

/*== Promos - Home Page ==*/

/*.promo-blocks.mobile {
    display: none;
}*/

@media only screen and (min-device-width: 768px) and (max-device-width: 800px) {
        .home section.promo-blocks.desktop {
            width: 48%;
            float: left;
        }
}

.promo-block {
    margin: 12px 0;
}

.promo-block img {
    width: 100%;
}

.promo-block .black-sub-header {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.black-sub-header {
    background: #000;
    color: #F7931E;
    text-transform: uppercase;
    font-size: 10px;
    padding: 8px;
    text-align: center;
}
.black-sub-header p {
    margin: 0;
}

/*== Banner - Home page ==*/

.home-banner {
    padding-right: 1.6rem;
}

.home-banner__image {
    width: 100%;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}


/*== Show Tiles - Home page ==*/

.show-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-gap: 2rem;
    margin-bottom: 3rem;
    padding-right: 1.6rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 800px) {
        .home .show-tiles {
            text-align: right;
            margin-right: 1rem;
        }
}
@media only screen and (max-device-width: 640px) {
    .show-tiles {
        text-align: center;
    }
}

.show-tile a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.show-tile a img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.8);
}


/*== Blog - Home Page ==*/

.rss-blog-entry {
  background-color: white;
  color: black;
  padding: 28px;
}

.rss-blog-entry:after {
    content: "";
    display: table;
    clear: both;
}

.rss-blog-entry img {
  max-width: 100%;
  height: auto;
}

.rss-blog-entry iframe {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.posts-header p {
    text-align: right;
    background: #F7931E;
    color: black;
    padding: 2px 8px;
    margin: 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#posts {
    background: #fff;
    color: #000;
    padding: 28px;
}

#posts h1 {
    background: #000;
    font-size: 18px;
    padding: 8px 12px;
}
#posts h1 a {
    color: #fff;
}
#posts p {
    letter-spacing: initial;
}

#posts img {
    max-width: 100%;
}
div.aligncenter[style] {
    max-width: 100% !important;
}

.home .navigation {
    display: none;
}

/*== Footer ==*/

footer {
	margin: 24px 0 0 0;
	text-align: center;
}

footer.contact {
	border-top: 4px double #ffffff;
}

footer.contact a {
	color: #ffffff;
}

footer.contact p:first-child {
	padding-top: 24px;
}



/* ----------- Media Queries... let the madness begin. ----------- */

@media only screen
  and (max-device-width: 1200px)
  and (min-device-width: 992px) {
    .home .stream-service a {
        font-size: 24px;
        letter-spacing: 0.2rem;
    }
    .streaming-version p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 96%;
    }
}

@media only screen
  and (max-device-width: 1000px) {
    .home-wrapper .promo-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
    }
}

@media only screen
  and (max-device-width: 991px)
  and (min-device-width: 801px) {
    .chch-std-time {
        display: none;
    }
    .streaming-version p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 96%;
    }
    .home .stream-service a {
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }
    .home .stream-link:last-child img {
        margin-bottom: 0;
    }
    .home .mobile-apps img {
        margin: 12px;
    }
    .home .show-day-and-time {
        text-align: center;
    }
    .home .show-name {
        text-align: left;
        /*width: 220px;*/
    }
/*    .home .show-tiles .inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem;
        margin-bottom: 4rem;
    }*/
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 800px) {
    .chch-std-time {
        display: none;
    }
    .chch-time p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .home .stream-links {
        margin-left: 0;
        padding-left: 0.5rem;
    }
    .home .stream-link {
        width: auto;
        margin-right: 0;
    }
    .home .mobile-apps {
        /*width: 60%;*/
        margin: 1rem auto 3rem;
        display: block;
    }
    .stream-link:last-child {
        margin-right: 0;
    }
    .home .show-name {
        text-align: left;
        width: 215px;
    }
/*    .home .show-tiles .inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem;
        margin-bottom: 4rem;
    }*/
}

@media only screen
  and (max-device-width: 768px)
  and (min-device-width: 640px) {
    .home .mobile-apps a {
        width: 49%;
        display: inline-block;
        text-align: center;
        margin: 2rem 0;
    }
    .home .mobile-apps img {
        width: 80%;
        margin: 0;
    }
    .home .show-schedule {
        text-align: center;
    }
    .home .show-name {
        text-align: left;
    }
    #ch-nz,
    #streaming-hifi-stereo,
    .station-byline {
        display: none;
    }
}

@media only screen
  and (min-device-width: 640px) {
    #home-station-byline .we-love-you {
        display: inherit;
    }
    #home-station-byline .about-intro {
        display: none;
    }
}

@media only screen
  and (max-device-width: 640px) {
    #home-station-byline .we-love-you {
        display: none;
    }
    #home-station-byline .about-intro {
        display: block;
        text-transform: none;
    }
    .home .mobile-apps {
        width: 100%;
    }
}

@media only screen
  and (max-device-width: 376px)
  and (min-device-width: 361px) {
    .home .mobile-apps a {
        width: 49%;
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    .mobile-apps img {
        width: 80%;
        margin: 1.5rem 0;
    }
}

@media only screen
  and (max-device-width: 640px)
  and (min-device-width: 320px) {

    /*==========Header===========*/

    header.banner {
        height: auto;
        padding: 0;
    }

    header.banner .container {
        padding: 0;
    }

    div.logo {
        text-align: center;
        margin: 24px 0;
        display: block;
    }

    header.banner div.social-media-buttons a img {
        margin: 2px;
    }

    #streaming-hifi-stereo, #ch-nz {
        display: none;
    }

    #stream-player {
        display: none;
    }

    .airtime_player {
        display: inline-block;
        margin: -46px 0 6px -9px;
    }

    .mobile-view {
        overflow: hidden;
        height: 117px;
        margin-bottom: 3rem;
    }


    .social-muses-wrapper {
        float: none;
        text-align: center;
    }

    header.banner div.social-media-buttons {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-bottom: 1rem;
    }


    #menu-menu-1 li {
        width: 100%;
        text-align: center;
    }

    #primary_nav_wrap ul {
        position: relative;
    }


    /*========== Home ===========*/

    .station-byline > .sub-header {
        height: auto;
        padding: 16px 16px 8px;
        margin: 0 15px 0 15px;
        text-align: center;
    }

    .station-byline > .streaming-version {
        border-radius: 10px 10px 0 0;
        margin-top: 24px;
    }

    .station-byline > .chch-time {
        padding-top: 0;
        margin-bottom: 24px;
    }

    .chch-time p {
        text-align: center;
    }

    .stream-service a {
        font-size: 30px;
    }


    /* Instragram carousel */

    .owl-carousel .owl-wrapper-outer {
        margin-bottom: -6px;
    }

    .owl-theme .owl-controls {
        margin: 0 !important;
    }

    .owl-carousel .owl-wrapper-outer {
        padding: 8px;
    }

    .owl-item[style] {
        width: 106px !important;
        margin: 8px;
    }

    .owl-item img {
        width: 100%;
        margin: 0;
    }

    /* Left Column */

    .left-column {
        padding: 16px;
    }

    .stream-link {
        height: auto;
    }


    /* Vertical show schedule */

    .show-schedule .day {
        font-size: 26px;
    }

    .show-schedule .time {
        font-size: 26px;
        height: 100%;
    }

    .show-day-and-time .show-name {
        height: 100%;
    }

    ul.show-schedule {
        font-size: 13px;
    }


    /*========== Show Grid - Home Page ===========*/

    .entry img {
        max-width: 100%;
        height: auto;
    }

    #footer {
        height: 140px;
    }
}

@media only screen
  and (max-device-width: 640px)
  and (min-device-width: 414px) {
    .home .show-schedule {
        text-align: center;
    }
    .home .show-day-and-time .show-name {
        text-align: left;
    }
}

@media only screen
  and (max-device-width: 413px)
  and (min-device-width: 361px) {
    .home .left-column {
        text-align: center;
    }
    .home .show-day-and-time .show-schedule {
        text-align: center;
    }
    .home .show-day-and-time .show-name {
        text-align: left;
    }
    .home .show-day-and-time .day {
        text-align: left;
    }
}

@media only screen
  and (max-device-width: 413px)
  and (min-device-width: 361px) {
    .home .show-day-and-time .show-name {
        text-align: left;
    }
    .home .show-schedule .day {
        text-align: right;
    }
}

@media only screen
  and (max-device-width: 360px) {

    .home .left-column {
        text-align: center;
    }
    .home .right-column {
        padding: 16px;
    }
    .home .mobile-apps img {
        width: 11rem;
        margin: 0.8rem;
    }

    .home .show-day-and-time .show-name {
        text-align: left;
        font-size: 11px;
    }

    .home .show-schedule .day {
        font-size: 22px;
        text-align: right;
        padding: 1rem 0;
        padding-right: .4rem;
    }
    .home .show-schedule .time {
        font-size: 22px;
        padding: 1rem 0;
        padding-right: .4rem;
    }
/*    .home .show-tiles .inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        margin-bottom: 4rem;
    }*/
    .home .show-tile {
        margin: 0;
    }
    .home .stream-service a {
        font-size: 25px;
        letter-spacing: 1px;
    }
}
