/*!
Theme Name: tachydisco
Theme URI: http://underscores.me/
Author: ATOMIC designstudios
Author URI: https://atomicdesignstudios.com
Description: Tachyons power!
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tachydisco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tachyons is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


.logged-in.admin-bar #masthead {
  margin-top: 32px;
}*/


#primary a {
  color: #fff;
}

#primary a:hover, #primary a:visited, #primary a:focus {
  color: #EFEFEF;
}

.btn svg {
  height: 1.6rem;
  width: 1.6rem;
}


.menu ul {
	margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    margin: 0 .6rem;
}

.menu li a {
    color: #fff;
    text-decoration: none;
}
.menu li a:hover {
    text-decoration: underline;
}

#mobile-menu li {
  display: block;
  margin: .5rem 0;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

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

.wp-post-image, .size-full, .size-medium, .size-large, .size-thumb {
    height: auto;
}

.alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem
}

.alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem
}



.w6 {
  width: 32rem;
}

.swiper-pagination {
  bottom: 0px !important;
  position: relative !important;
}

.swiper-pagination-bullet-active {
    background: #555 !important
}

.swiper-pagination-bullet {
    background: #3e3e3e !important
}

.mySwiperDbl .swiper-button-next, .mySwiperDbl .swiper-button-prev {
  color: #000!important
}

.seated-event-link {
  background: #000 !important;
  border: 1px solid #fff !important;
}

.bit-widget .bit-offers {
  background-color: #000 !important;
}

.bit-event {
  display: flex;
  flex-wrap: wrap;
}

.bit-details.bit-event-buttons {
  min-width: 160px;
}

.bit-widget-container {
  width: 100%;
}

.bit-top-track-button, .bit-nav-bar-container, .bit-play-my-city-button {
  display: none !important;
}

.bit-widget.bit-layout-desktop .bit-date {
  display: block;
}

.slink a:last-child {
  margin-right: 0;
}

@media screen and (max-width:30em) {

.custom-logo { max-height: 4rem; }

}



.rov, .wm { width: 1.5rem; }

.bby, .amz, .sc, .jpc { width: 2rem; }

.amzn, .cd, .im, .phn, .fnc  { width: 3rem}

.duss, .am, .exl, .spn { width: 4rem; }

.bp, .dzr, .deejay, .dnse, .stn { width: 5rem; }

.tdl, .trs { width: 6rem; }

.trax, .juno, .mm { width: 7rem; }

.ool, .fcd { width: 8rem; }

.nrm, .pk { width: 10rem; }

.slink svg, .slink img { margin: .4rem 0; }


@media screen and (min-width:30em) {

.slink svg, .slink img { margin: 0; }

.rov, .wm { width: 2rem; }

.bby, .amz, .sc, .jpc { width: 3rem; }

.cd { width: 4rem }

.im, .fnc { width: 4.5rem; }

.amzn, .phn { width: 5rem}

.exl { width: 5.7rem; }

.duss, .am, .spn { width: 6rem; }

.bp, .dzr, .deejay, .dnse, .stn { width: 7rem; }

.tdl, .trs { width: 8rem; }

.trax, .juno, .mm { width: 9rem; }

.ool, .fcd { width: 10rem; }

.nrm, .pk { width: 12rem; }

}