/*
Theme Name: Pin Up Mexico
Theme URI:
Author: KYB
Author URI:
Description: Pin Up Mexico Theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pin-up-mexico
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.
*/

.mobile-menu {
    display: none !important;
}

#content-list {
    float: right;
    width: 320px;
    z-index: 10;
    margin-left: 15px !important;
}

.arrow-spoiler {
    transform:rotate(180deg);
    transition:all .3s
}

.arrow-spoiler-active {
    transform: rotate(0deg);
}

.is-style-custom-faq-yoast .schema-faq-answer, .spoiler-content {
    display: none;
}

.spoiler-title {
    cursor: pointer;
}

@media screen and (max-width: 790px) {
    .header-nav {
        display: none !important;
    }

    .mobile-menu {
        display: block !important;
    }

    #content-list {
    width: 100%;
    float: none;
    margin-left: 0 !important;
}

    .slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .wp-block-heading {
    white-space: normal;
}
}