/*!	 
	Theme Name: Blondie Theme 2017
	Theme URI: http://blondie.net
	Author: VVVOID
	Author URI: http://vvvoid.co.uk
	Version: 1.0
	Built by VVVOID LTD. London, UK
	http://vvvoid.co.uk
	hello@vvvoid.co.uk
!*/

/* Normalise */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}


/* fonts */

@font-face {
    font-family: 'blondie-icons';
    src: url('fonts/blondie-icons/fonts/blondie-icons.ttf?d720e6') format('truetype'), url('fonts/blondie-icons/fonts/blondie-icons.woff?d720e6') format('woff'), url('fonts/blondie-icons/fonts/blondie-icons.svg?d720e6#blondie-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* icons */

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'blondie-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-blondie-logo:before {
    content: "\e900";
}

.icon-arrow-down:before {
    content: "\e911";
}

.icon-arrow-up:before {
    content: "\e912";
}

.icon-arrow-left:before {
    content: "\e901";
}

.icon-arrow-right:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-itunes:before {
    content: "\e906";
}

.icon-menu:before {
    content: "\e907";
}

.icon-shop:before {
    content: "\e908";
}

.icon-spotify:before {
    content: "\e909";
}

.icon-twitter:before {
    content: "\e90a";
}

.icon-youtube:before {
    content: "\e90b";
}

.icon-help:before {
    content: "\e913";
}

.icon-controller-backward:before {
    content: "\e90c";
}

.icon-controller-forward:before {
    content: "\e90d";
}

.icon-controller-pause:before {
    content: "\e90e";
}

.icon-controller-play:before {
    content: "\e90f";
}

.icon-download:before {
    content: "\e910";
}

.icon-volume-muteoff:before {
    content: "\ea29";
}

.icon-volume-muteon:before {
    content: "\ea2a";
}


/* main */

html,
body {
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    font-family: "Montserrat", 'Helvetica', 'Arial', 'Sans-Serif';
    font-weight: 400;
    background-color: #000000;
    color: #fff2d4;
    overflow: hidden;
    min-height: 100%;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

#page_wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

#wrapper {
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

#content_wrapper {
    background-position: center top;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
}

.overlay_visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 100;
}

.overlay_inner {
    width: 80%;
    margin: auto;
    max-width: 600px;
    top: 0%;
    margin-top: 5%;
    min-height: 50% !important;
    margin-bottom: 100px;
}

.icon_btn {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 220%;
    transition: 0.3s;
    color: #fff2d4;
}

.icon_btn:hover {
    transform: scale(1.1, 1.1);
    background-color: #fff2d4;
    color: #000000;
}


/* Swiper */

.swiper-container {
    width: 100%;
    max-width: 100vw;
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.swiper-slide a {
    opacity: 0;
    transition: 0.5s;
    vertical-align: bottom;
    bottom: 0;
}

.swiper-slide-active a {
    opacity: 1 !important;
}

.swiper-pagination {
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #FFFFFF;
    margin: 0 2px;
    opacity: 0.4;
    transition: 0.5s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff2d4;
    opacity: 1;
}


/* page backgrounds */

.page-template-news #content_wrapper {
    /* background-image: url(images/bg_news.jpg); */
    /* background-color: #fff2d4; */
}

.single #content_wrapper {
    /* background-image: url(images/bg_news.jpg); */
}

.page #content_wrapper {
    /* background-image: url(images/bg_default.jpg); */
}

#header {
    position: fixed;
    width: 100%;
    height: 30px;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.81);
    color: #fff2d4;
}

#header a {
    color: #fff2d4;
    font-size: 14px;
}

#header a:hover {
    color: #e31f26;
}

#header #logo {
    position: absolute;
    margin: 6px;
    z-index: 10;
}

#menu-primary-navigation {
    padding: 0;
    margin: 0;
}

#main_menu {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    font-weight: 700;
    padding: 0;
    margin: 6px 0;
}

.menu-item-has-children {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  padding-left: 0px;
  text-align: left;
  padding-top: 24px;
  top: 0;
  left: -5px;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item-has-children:focus-within .sub-menu {
  display: block;
}

#main_menu .sub-menu li {
  margin: 0;
  padding-bottom: 10px;
  padding: 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.81);
}

@media (max-width: 974px) {
  .menu-item-has-children > a {
    display: none;
  }
  #main_menu .sub-menu li {
    margin: 10px;
    padding: 0px;
    width: inherit;
    background: transparent;
  }
  .sub-menu {
    display: block;
    position: static;
    text-align: center;
    padding-top: 0;
  }
}

@media(max-width: 1130px) {
    #main_menu {
        text-align: left;
        padding-left: 90px;
    }
}

@media(max-width: 975px) {
    #main_menu {
        text-align: center;
        padding-left: 0px;
    }
}

#main_menu li {
    display: inline-block;
    margin: 0 3px;
}

#header #mobile_menu {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    display: none;
    cursor: pointer;
}

#header .menu_close_btn {
    display: none;
}

#social_icons {
    padding: 0;
    margin: 0;
    position: absolute;
    width: auto;
    top: 4px;
    right: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#social_icons a {
    font-size: 20px;
    margin: 0 0 0 9px;
    width: 20px;
    height: 20px;
    background: #fff2d4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#social_icons svg {
    width: 14px;
    height: 14px;
    fill: #000;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.buy_btn {
    margin: 0px auto 5px;
    width: auto;
    display: block;
    padding: 4px 8px;
    background-color: #000000;
    color: #fff2d4;
    border: solid 1px #8a8a8a;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    /*
	transition: all 0.2s linear;
	*/
}

.buy_btn:hover {
    background-color: #fff2d4;
    color: #000000;
}


/* home */

#homepage_fixed {
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    max-width: 1000px;
    transform: translateX(-50%);
    left: 50%;
}

#home_blondie_triangle {
    position: absolute;
    bottom: 0;
    height: auto;
    min-width: 800px;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    background-image: url(images/blondie_triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

#home_blondie_logo {
    position: absolute;
    max-width: 35%;
    top: 8%;
    transform: translateX(-50%);
    left: 50%;
    width: 40%;
    height: 20%;
    background-image: url(images/blondie_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.home_post {
    width: 100%;
    min-height: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    position: absolute;
    background-position: center top;
}

#home_text {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 10%;
    width: 80%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.home_title {
    max-width: 90%;
    line-height: 90%;
}

#home_text a {
    display: block;
    color: #fff2d4;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

#home_text a:hover {
    color: #ffffff;
}

#home_text .home_title span {
    font-weight: 300;
    color: #FFFFFF;
    line-height: 120%;
    font-size: 20px;
}

#home_all_news_btn {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF !important;
}

#home_all_news_btn:hover {
    color: #fff2d4 !important;
}


/* about section */

#about_overlay {
    color: #fff2d4;
    text-align: center;
}

#about_overlay h1,
#about_overlay h2 {
    color: #FFFFFF;
}

#about_overlay a {
    color: #e31f26;
}


/* sign up section */

#sign_up_overlay {
    text-align: center;
}

#sign_up_overlay iframe {
    height: 500px;
}

#sign_up_overlay h1 {
    text-align: center;
    color: #fff2d4;
}

div.wpforms-container-full input,
div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff2d4 !important;
    color: #e31f26 !important;
    font-weight: 700 !important
}

.wpforms-error {
    font-size: 14px !important;
    color: #e31f26 !important;
}

.wpforms-submit {
    width: 100% !important;
    background-color: #e31f26 !important;
    border: 0 !important;
    color: #fff2d4 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 700;
}

div.wpforms-container-full ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e31f26;
}

div.wpforms-container-full ::-moz-placeholder {
    /* Firefox 19+ */
    color: #e31f26;
}

div.wpforms-container-full :-ms-input-placeholder {
    /* IE 10+ */
    color: #e31f26;
}

div.wpforms-container-full :-moz-placeholder {
    /* Firefox 18- */
    color: #e31f26;
}


/* news */

#news_wrapper {
    width: 80%;
    margin: 10% auto;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff2d4;
    padding: 3%;
}

.post_outer {
    margin-bottom: 20px;
    border-bottom: dotted 1px #e31f26;
}

.post_header {
    display: block;
    margin-bottom: 10px;
    clear: both;
    height: auto;
    position: relative;
}

.post_date {
    float: left;
    text-align: center;
    color: #e31f26;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "Montserrat", 'Helvetica', 'Arial', 'Sans-Serif';
}

.post_date_day {
    font-size: 40px;
    margin-top: 0%;
    line-height: 70%;
}

.post_date_month {
    font-size: 20px;
}

.post_date_year {
    font-size: 18px;
    line-height: 70%;
}

.post_title,
.single_post_title {
    vertical-align: top;
    margin: 0;
    top: 0;
    /* text-transform: uppercase; */
    font-size: 40px;
    font-weight: 700;
    line-height: 90%;
    color: #fff2d4;
    transition: 0.3s;
}

.post_title {
    color: #fff2d4;
    font-size: 30px;
    text-transform: none;
}

.post_title:hover {
    color: #FFFFFF;
}

.page_title {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
}

.post_content {
    clear: both;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    color: #FFFFFF;
}

.post_content p {
    margin: 0 0 20px;
    line-height: 140%;
}

.post_content img {
    box-sizing: border-box;
    width: auto;
    height: auto;
}

.read_more {
    color: #e31f26;
    text-transform: uppercase;
    font-weight: 700;
}

.read_more:hover {
    color: #fff2d4;
}

.meta-nav-round {
    background-color: rgba(0, 0, 0, 0.8);
    width: 30px;
    height: 30px;
    line-height: 190%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-weight: 700;
}

.meta-nav-container {
    text-align: center;
}

.meta-nav-container a {
    color: #fff2d4;
    text-transform: uppercase;
    font-weight: 700;
}

.meta-nav-container a:hover {
    color: #e31f26;
}

.meta-nav {
    width: auto;
    display: inline-block;
}

.meta-nav-left {
    float: right;
}

.meta-nav-right {
    float: left;
}

#all_news_btn {
    line-height: 210%;
    transition: 0.3s;
}

#all_news_btn:hover {
    color: #e31f26;
}


/* news single post */

.single_post_title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #e31f26;
    min-height: 65px;
}

.single p img {
    max-width: 100%;
    max-height: 100%;
    border: solid 4px #e31f26;
    margin: 0 auto;
    display: block;
}

.single p a {
    color: #e31f26;
}

.single p a:hover {
    color: #fff2d4;
}


/* gigs listing */

#gig_overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

#gig_info_content_inner {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 500px;
    max-height: 70%;
    height: auto;
    position: absolute;
    color: #000000;
    background-color: #fff2d4;
    min-height: none !important;
    border-radius: 10px;
    min-width: 300px;
}

#gig_info_close_btn {
    position: relative !important;
    margin: 10px auto;
    top: 0;
}

#gig_info_content_inner_words {
    padding: 10px 20px;
    margin-top: 10px;
    text-align: center;
}

#gig_tab_buttons {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto 30px;
    ;
    text-transform: uppercase;
    font-weight: 900;
}

.gig_tab_button {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
    background-color: #fff2d4;
    padding: 10px;
    border-radius: 6px;
    color: #e31f26;
    cursor: pointer;
    transition: 0.3s;
}

.gig_tab_button_active {
    color: #fff2d4;
    background-color: #e31f26;
}

.gig_tab {
    opacity: 0;
    transition: 0.3s;
    display: none;
}

.gig_tab_visible {
    opacity: 1 !important;
    display: block;
}

.gig_tab_past_shows li {
    display: block;
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
    /* border-bottom: dotted 1px #fff2d4; */
    padding-bottom: 10px;
}

.gig_row {
    margin-bottom: 10px;
    /* border-bottom: dotted 1px #fff2d4; */
    padding-bottom: 10px;
}

.gig_col {
    float: left;
    display: inline-block;
}

.gig_first_col {
    margin-right: 0px;
    width: 10%;
    font-family: "Montserrat", 'Helvetica', 'Arial', 'Sans-Serif';
}

.gig_venue,
.gig_tab_past_shows .gig_mid_col {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 90%;
    color: #fff2d4;
    text-align: left;
}

.gig_mid_col {
    max-width: 60%;
    width: 90%;
}

.gig_tab_past_shows .gig_mid_col {
    max-width: 90%;
}

.gig_end_col {
    right: 0;
    position: absolute;
}

.gig_end_col .buy_btn {
    display: block;
}

.gig_note {
    color: #FFFFFF;
    font-size: 12px;
}

.gig_tab_past_shows .gigpress-listing {
    padding: 0;
}

.gig_tab_past_shows ul li {
    list-style-type: none;
    margin: 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.gig_tab_past_shows .gigpress-sidebar-date {
    color: #e31f26;
}

.gig_tab_past_shows .gigpress-sidebar-venue,
.gig_tab_past_shows .gigpress-sidebar-venue a {
    color: #FFFFFF;
    font-weight: 800;
}

.gigpress-sidebar-prep {
    display: none;
}


/* ----------- Video player ----------- */

.video_page {
    color: #fff2d4;
}

#video_overlay {
    overflow: hidden;
}

#video_container {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#video_container iframe,
#video_container object,
#video_container embed {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -39%;
    width: 178%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

#video_control {
    width: 100%;
    height: 30px;
    bottom: 0;
    position: fixed;
    display: block;
    z-index: 100;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

#video_control_inner {
    height: 100%;
}

#video_control .button {
    cursor: pointer;
    transition: 0.2s;
    margin: 4px;
}

#video_control .button:hover {
    color: #e31f26;
}

.play_pause {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
}

.paused {}

.mute {
    width: 20px;
    height: 30px;
    display: block;
    right: 0px;
    text-align: right;
    position: absolute;
    margin-right: 0;
}

.mute_on {}

.video_title {
    left: 40px;
    top: 6px;
    display: block;
    position: absolute;
    right: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#percent_bar_bg {
    height: 2px;
    background-color: #e31f26;
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

#percent_bar {
    height: 2px;
    background-color: #fff2d4;
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#prev_video,
#prev_bio,
#prev_home {
    left: 10px;
}

#next_video,
#next_bio,
#next_home {
    right: 10px;
}

.close_btn {
    margin: 10px;
    right: 0;
    top: 0;
    position: fixed;
}

.media_grid {
    /* overflow: auto !important; */
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.grid_item {
    width: 25vw;
    height: 25vw;
    font-size: 20px;
    display: inline-block;
    background-size: 210%;
    background-position: center center;
    margin-bottom: -0.5%;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #fff2d4;
    background-size: 200%;
    float: left;
    opacity: 0;
}

.grid_item_visible {
    opacity: 1 !important;
}

.grid_item_hover {
    background-size: 230% !important;
}

.grid_item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 100%;
    background-position: 50% 100%;
    opacity: 1;
    transition: 0.3s;
    background-image: url(images/blondie_triangle.svg);
    background-repeat: no-repeat;
}

.grid_item_overlay_hover {
    transform: scale(0.8, 0.8) !important;
    opacity: 0 !important;
}

.grid_item_title {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10%;
    color: #fff2d4;
}

.video_description_btn {
    font-weight: 900;
    cursor: pointer;
    font-size: 14px;
    z-index: 100;
    color: #fff2d4;
    text-align: center;
    transition: 0.3s;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
}

.video_description_btn_rotated {
    transform: rotate(0deg) !important;
}

#video_description {
    /* opacity: 0; */
    /* pointer-events: none; */
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
    width: 100%;
    max-height: 30%;
    display: block;
    overflow: scroll;
    padding: 20px;
    /* bottom: -100px; */
    /* top: 90%; */
}

.video_description_visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    bottom: 0;
}

#video_description_title {
    cursor: pointer;
}

#video_description_inner {
    line-height: 140%;
    display: block;
    font-size: 14px;
    line-height: 140%;
    font-family: "Montserrat", 'Helvetica', 'Arial', 'Sans-Serif';
    margin-bottom: 30px;
    white-space: pre-wrap;
    width: 90%;
}

#video_description_inner a {
    color: #e31f26;
}


/* music section */

#album_overlay_inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
}

#album_overlay_content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#music_overlay .page_title {
    margin: 20px auto;
    padding-top: 40px;
    width: 80%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.album_overlay_half {
    width: 45%;
    box-sizing: border-box;
    margin: 10px;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    max-width: 500px;
    overflow: hidden;
    min-height: 50vh;
    vertical-align: top;
}

.album_overlay_half .post_loader {
    z-index: -1;
}

.album_overlay_half iframe {
    width: 100%;
}

#album_packshot {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#album_packshot img {
    width: 100%;
    height: auto;
    max-width: 500px;
    float: right;
}

#album_playlist {
    text-align: left !important;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album_visible {
    opacity: 1 !important;
}

.album_buy_info {
    font-size: 14px;
    margin-top: 20px;
}

.album_buy_info a {
    color: #e31f26;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s;
}

.album_buy_info a:hover {
    color: #fff2d4
}

.grid_item.music_item {
    width: 33.3333vw;
    height: 33.3333vw;
    /* margin-left: -0.3%; */
    background-size: 100%;
}

.grid_item.music_item:hover {
    background-size: 120% !important;
}


/* bios */

.bio_content_wrapper {
    max-width: 1250px;
    /* overflow: hidden; */
    position: relative;
    margin: 0 auto;
    height: 90%;
    top: 10%;
}

.bio_item {
    width: 33.33vw !important;
    height: 33.33vw !important;
    background-size: 101%;
}

.bio_item:hover {
    background-size: 120% !important;
}

.bio_item:first-child {
    width: 100% !important;
    height: 70vh !important;
    background-position: center top;
    background-size: cover;
}

.bio_item:first-child:hover {
    background-size: cover !important;
}

.bio_item:hover {
    background-size: 120%;
}

.bio_item_overlay {
    background-image: none;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
}

.bio_item_overlay.grid_item_overlay_hover {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0);
}

.bio_content_wrapper .post_title {
    width: 100%;
    text-align: center;
}

.bio_words_wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 30px;
    width: 40%;
    border: solid 30px rgba(0, 0, 0, 0);
    top: 50px;
    bottom: 150px;
    position: absolute;
    overflow: scroll;
}

.bio_words_wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.bio_words_wrapper {
    margin-bottom: 20px;
}

#bio_credits {
    font-size: 14px;
}

.bio_credit_item {
    margin-bottom: 5px;
}

#bio_credits span {
    color: rgb(227, 31, 38);
}

.bio_img_wrapper {
    position: absolute;
    width: 50%;
    height: 80%;
    left: 50%;
}

.bio_main_img {
    position: absolute;
    width: 90%;
    overflow: hidden;
    border-radius: 50%;
    border: solid 10px #e31f26;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    transform: translateY(-50%);
    top: 50%;
}

.bio_main_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#bio_nav_container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 100px;
    text-align: center;
}

.bio_nav_profile_pic {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    border: solid 4px #e31f26;
    margin: 0 10px;
    transition: 0.3s;
}

.bio_nav_profile_pic:hover {
    border: solid 4px #fff2d4;
}


/* ----------- beeconnected button ----------- */

#beeconnected {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    left: 20px;
    top: 40px;
    border-radius: 50%;
    background-color: #000000;
    text-align: center;
    color: #fff2d5;
    font-weight: 700;
    font-family: Raleway;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 20px;
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 10;
}

#beeconnected:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#beeconnected_inner {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#beeconnected p {
    margin: 0;
}

#beeconnected .click_here {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

#footer {}

@media only screen and (max-width: 1600px) {
    .grid_item {
        width: 25%;
        width: 25vw;
        height: 25vw;
    }
}

@media only screen and (max-width: 1024px) {
    .grid_item {
        width: 25%;
        width: 25vw;
        height: 25vw;
    }
}

@media only screen and (max-width: 975px) {
    #header #mobile_menu {
        display: block;
        text-align: center;
        line-height: 150%;
    }
    #header a {
        font-size: 20px;
    }
    #header {
        height: 34px;
        z-index: 100;
    }
    #logo {
        display: none;
    }
    #main_menu {
        background-color: rgba(0, 0, 0, 0.8);
        top: -100%;
        width: 80%;
        margin: 9% 7%;
        padding: 3%;
        pointer-events: none;
        padding-bottom: 20px;
        opacity: 0;
        z-index: 1000;
        transition: 0.3s;
    }
    .main_menu_visible {
        top: 24px !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    #main_menu li {
        display: block;
        margin: 10px;
    }
    #header .menu_close_btn {
        display: block;
        position: relative;
        margin: 0 auto;
        top: 0;
    }
    #header .menu_close_btn a {
        color: #e31f26;
    }
    .close_btn {
        top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .icon_btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .grid_item {
        width: 33.3%;
        width: 33.3vw;
        height: 33.3vw;
    }
    #home_text {
        width: 100vw;
        font-size: 20px;
        transform: translateX(-50%);
        left: 50%;
    }
    #home_text a {
        max-width: 85%;
    }
    #home_blondie_logo {
        position: absolute;
        max-width: 65%;
        top: 10%;
        transform: translateX(-50%);
        left: 50%;
        width: 45%;
        background-image: url(images/blondie_logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }
    #news_wrapper {
        margin: 17% auto 10%;
    }
    .post_title,
    .single_post_title {
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 10px;
    }
    #gig_tab_buttons {
        margin-bottom: 20px;
    }
    .gig_col {
        position: relative;
    }
    .gig_first_col {
        width: 30%;
    }
    .gig_mid_col {
        width: 70%;
    }
    .gig_end_col {
        width: 100%;
        margin-top: 10px;
    }
    .grid_item_title {
        font-size: 16px;
    }
    #video_description_title {
        height: 30px;
    }
    #video_description_inner {
        white-space: pre-wrap;
    }
    #music_overlay {
        overflow: auto;
    }
    #album_overlay_content {
        max-height: 100%;
        height: auto;
        overflow: auto;
        transform: none;
        left: 0;
        top: 0;
        padding-bottom: 150px;
    }
    .album_overlay_half {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        min-height: 0;
    }
    #album_packshot {
        margin: 0 auto;
        text-align: center;
    }
    #album_playlist {
        height: 80px;
    }
    #album_playlist iframe {
        height: 100%;
    }
    .grid_item.music_item {
        width: 50vw;
        height: 50vw;
        background-size: 100%;
    }
    .post_content p {
        font-size: 14px;
    }
    .bio_item:first-child {
        width: 100% !important;
        height: 40vh !important;
        background-position: center top;
        background-size: cover;
    }
    .bio_item {
        width: 50vw !important;
        height: 50vw !important;
    }
    .bio_content_wrapper {
        overflow: auto;
    }
    .bio_post_wrapper {
        margin: 5%;
        width: 90%;
        padding: 0%;
        box-sizing: border-box;
    }
    .bio_img_wrapper {
        width: 80%;
        height: 40%;
        left: 0;
        position: relative;
        margin: 10px auto;
        padding-top: 5px;
    }
    .bio_main_img {
        margin: 0 auto;
        position: relative;
        width: 70%;
        border-width: 4px;
    }
    .bio_words_wrapper {
        width: 80%;
        top: 45%;
        height: auto;
        border: 0;
        bottom: inherit;
        overflow: scroll;
        left: 10%;
        margin: 0;
        margin-bottom: 100px;
    }
    #bio_nav_container {
        width: 100%;
        transform: none;
        margin: 0;
        height: auto;
        left: 0;
    }
    .bio_nav_profile_pic {
        width: 40px;
        height: 40px;
        margin: 0;
        border-width: 2px;
    }
    .bio_nav_profile_pic:hover {
        border-width: 2px;
    }
    .gig_tab_button {
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    #video_description_close_btn {
        top: 0;
        position: absolute;
    }
    #beeconnected {
        left: 5px;
        width: 75px;
        height: 75px;
        font-size: 10px;
    }
    #beeconnected .click_here {
        color: #ffffff;
        font-weight: 400;
        font-size: 8px;
    }
}


/* Membership stuff *****/

#myLinks1 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Montserrat", 'Helvetica', 'Arial', 'Sans-Serif';
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -3px;
}

#myLinks1 li {
    display: inline-block;
    margin: 0 3px 3px 0;
}

#myLinks1 li:last-child {
    margin-left: 6px;
}

#myLinks1 a {
    color: #fff2d4;
    font-size: 14px;
}

.members-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.members-content .single-item {
    width: 50%;
    padding: 70px 0px;
    text-align: center;
}

.members-content .single-item i {
    font-size: 3rem;
}

.members-content .single-item h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.members-content a {
    color: #e31f26;
}


/* past tour dates */

.past-tour-dates-nav {
    list-style: none;
    padding-left: 0;
    margin: 50px 0;
}

.past-tour-dates-nav li {
    display: inline-block;
}

.past-tour-dates-nav li:first-child {
    margin-right: 10px;
}

.past-tour-dates-nav a {
    background: #e31f26;
    color: #fff2d4;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.past-tour-dates-nav a:visited {
    background: #e31f26;
    color: #fff2d4;
}

.past-tour-dates-nav a.current-item {
    color: #e31f26;
    background: #fff2d4;
    cursor: default;
}

.past-tour-dates-nav a:hover,
.past-tour-dates-nav a:focus {
    color: #e31f26;
    background: #fff2d4;
}

@media(max-width:767px) {
    .past-tour-dates-nav a {
        display: inline-block;
        padding: 10px;
        font-size: 12px;
    }
    .past-tour-dates-nav li:first-child {
        margin-right: 3px;
    }
}

.past-tour-dates-wrapper {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 70px auto;
}

ul.past-dates {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

ul.past-dates li {
    margin-bottom: 20px;
}

ul.past-dates .city,
ul.past-dates .date {
    display: inline-block;
    margin-right: 20px
}

@media(max-width: 767px) {
    ul.past-dates .date,
    ul.past-dates .city,
    ul.past-dates .venue {
        display: block;
        width: 100%;
    }
}


/* Smartphones (landscape) ----------- */

@media only screen and (max-width: 414px) {
    .grid_item {
        width: 50%;
        width: 50vw;
        height: 50vw;
    }
}


/* ----------- Media Queries ----------- */


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}