/*!
Theme Name: Beatsmandu
Theme URI: 
Author: ProducerThemes
Author URI: https://www.producerthemes.com/
Description: Wordpress Theme for Beat Makers & Music Producers.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beatsmandu
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, 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 with others.
*/


/* -- Screen Reader Text Styles -- */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.screen-reader-text:focus {
    background-color: #20aa73;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.sticky {
    border: none;
    border-radius: 0;
}


/* -- Skip Link Styles -- */

.skip-link {
    font-size: 12px;
    padding: 5px 15px;
    z-index: 99999;
    top: 5px;
    left: -9999em;
}

.skip-link:hover {
    color: #ffffff;
}

.skip-link:focus {
    scroll-behavior: smooth;
    left: 5px;
    right: unset;
}

.skip-link:hover {
    text-decoration: none;
}


/* -- post-gallery figure -- */

.gallery-item a {
    display: unset;
}

.gallery-item a:after {
    content: unset !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.gallery figure {
    padding: 0 2px;
    margin-bottom: 4px;
}

.gallery figure img {
    width: 100%;
    height: auto;
}

.gallery-columns-1 figure {
    width: 100%;
}

.gallery-columns-2 figure {
    width: 50%;
}

.gallery-columns-3 figure {
    width: 33.333333%;
}

.gallery-columns-4 figure {
    width: 25%;
}

.gallery-columns-5 figure {
    width: 20%;
}

.gallery-columns-6 figure {
    width: 16.666667%;
}

.gallery-columns-7 figure {
    width: 14.2857%;
}

.gallery-columns-8 figure {
    width: 12.5%;
}

.gallery-columns-9 figure {
    width: 11.1111%;
}

.gallery figure figcaption {
    font-size: 12px;
}


/* --Alignments Styles --- */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption,
.wp-caption-text,
.gallery-caption {
    font-family: NunitoSemiBold;
    font-size: 14px;
    color: #6d7683;
    margin-top: 4px;
    text-align: center;
}

.widget .gallery-caption {
    font-size: 12px;
}


/* -- to the top css -- */

.btn-beats.up-btn {
    position: fixed;
    visibility: hidden;
    bottom: 5%;
    right: 15px;
    padding: 0px;
    width: 30px;
    height: 35px;
    outline: none !important;
    transition: .3s;
    transform: translate3d(100px, 0, 0);
    cursor: pointer;
    z-index: 9;
}

.btn-beats.up-btn.view {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


/* -- Animation To The Content -- */

@keyframes scroll {
    0% {
        top: 0;
    }
    20% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        bottom: 0;
        opacity: 0;
    }
}


/* -- Animation Fade Up -- */

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* -- Media Screens [Small Screens] Styles -- */

@media (max-width: 991px) {
    .skip-link {
        display: none;
    }
}