/*!
Theme Name: tachykalipo
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: tachykalipo
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/
*/

html {
  scroll-behavior: smooth;
}

.logged-in.admin-bar body {
  margin-top: 32px;
}

#mobilenav {
  margin-left: -100%;
  transition: .8s;
}

#mobilenav.active {
  margin-left: 0;
    transition: .4s;
}

.menubtn svg {
  height: 1.8rem;
  width: 1.8rem;
}

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

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

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

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

.sub-menu {
  display: none;
    position: absolute;
  z-index: 99;
  width: 180px;
  text-align: left;
  padding: 2px 0 0 0;
}

/* Links inside the dropdown */
.sub-menu li a {
  text-decoration: none;
  display: block;
padding: .35rem 0;
}


#primary-menu .sub-menu li {
  width: 100%;
  padding-left: 0;
}

#primary-menu .sub-menu li::before {
  background: transparent !important;
  height: auto !important;
  width: auto !important;  
}

#primary-menu li:last-child {
  margin-right: 0;
}

/* Show the dropdown menu on hover */
.menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

#mobilenav .search-form {
  padding: 1rem 0;
}

#mobile-menu .sub-menu {
  display: block;
  position: relative;
  padding: 0 0 0 1rem;
  list-style: none;
}

#mobile-menu .sub-menu {
  padding-bottom: 1rem;
}

#mobile-menu .sub-menu li a {
  padding: .25rem 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
}

#primary a, .site-footer a {
  color: #fff;
}



.w6 {
  width: 32rem;
}


p.slink .link:last-child {
  margin-right: 0
}

.logo svg {
  max-height: 2rem;
}

#newrelease img.size-large {
  border: 1px solid #fff;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: '\27A4';
}

.swiper-button-next, .swiper-button-prev {
color: #fff !important;
  }
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 2.2rem !important;
  }

.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; }

}