/*
Theme Name: Attack Sounds
Theme URI: https://www.iweb.co.uk/
Author: iWeb
Author URI: https://www.iweb.co.uk/
Description: Custom theme built from Underscores, a starter theme from the Automattic Theme Team.
Version: 1.0.7
iWeb Generic Theme Version: 2.0.2
License: GNU General Public License
License URI: license.txt
*/

/* Media player tweaks */
.mejs-container {
    margin-bottom: 1.25rem;
}

.mejs-button button {
    border: none !important;
}

.mejs-container,
.mejs-container .mejs-controls {
    background: #202923;
}

body.category-news .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ed685f;
}

body.category-technique .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #eebf62;
}

body.category-features .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #13cfc8;
}

body.category-reviews .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ce93df;
}

/* Quick Hack for Menu */

@media (min-width: 1100px){
.header__nav__block .nav>ul>li {
    padding-bottom: 7px!important;
}
}

@media (min-width: 1100px){
.header__nav__block .nav .nav-dropdown {
    padding: 15px 0;
}
}

/* Quick Hack for Banner */

@media (max-width: 560px){
.carousel--banner .carousel__content, .carousel--banner .carousel__link{
position: initial;
}
.carousel--banner .carousel-content__inner{
background-color: transparent;
}
.carousel--banner.carousel--nodots {
margin-bottom: 0.125rem;
}
.carousel__image img{
width: 130%;
max-width: 130%;
}  
.carousel--banner .carousel__subtitle{
font-size: 1em;
}
.carousel--banner .carousel-content__inner--inverted .carousel__subtitle, .carousel--banner .carousel-content__inner--inverted .carousel__title{
color:#202923;
}
}

/* Quick Hack for advert displays */
.ad>*>div {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    width: inherit!important;
    display: inherit!important;
    height: inherit!important;
}

/* Quick Fix for HotJar */
.viewport{
position: relative;
}

  .admin-bar .viewport {
    top: 127px; }
    @media screen and (min-width: 783px) {
      .admin-bar .viewport {
        top: 114px; } }

        
/* Quick Fix for Author and Date on Post */
.author p{
    font-family: AkkuratStd-Mono,helvetica,arial,sans-serif;
    font-size: 1em;
}
/* Quick Fix for inline ad */

.ad--inline {
    margin: 2.125rem auto;
    text-align: center;
}
@media screen and (min-width: 783px){
.ad--inline {
float: right;
margin: 0.5rem 0rem 2.125rem 2.125rem;
}
}

/* Quick Fix to force add to bottom */
ins.adsbygoogle.adsbygoogle-noablate {
    bottom: 0!important;
    top: auto!important;
}
