/*
Theme Name: Effigy
Theme URI: https://themeforest.net/item/effigy-a-clean-and-professional-music-wordpress-theme/36336866
Author: WolfThemes
Author URI: https://wolfthemes.com
Description: A Clean and Professional Music WordPress Theme
Version: 1.1.9
Requires at least: 5.6
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: effigy

For any CSS customization, it is strongly recommended to use a child theme
https://wlfthm.es/child-theme

You will find a child theme template in your theme package
*/

.text {
    position: absolute;
    top: 5%;
    left: 8%;
    z-index: 2;
}

.text h2 {
    font-family: 'Mulish';
    color: white;
    font-size: 11rem;
    letter-spacing: 1rem;
    margin: 0;
    padding: 0;
}

.text p {
    font-family: 'Poppins';
    font-size: 3rem;
    color: white;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 990px) {
    div#header-content {
        top: 2%;
        position: absolute;
        left: -36% !important;
        width: 100%;
    }
    .text {
        position: absolute;
        top: 9%;
        left: 40%;
        z-index: 2;
        width: 100%;
    }
    .text h2 {
        font-size: 8rem;
    }
    
    .text p {
        font-size: 2rem;
    }
}

figure.gallery-item {
    padding: 1rem;
}

.wolf-core-breadcrumb.wolf-core-element {
    display: none;
}

a.logo-text.logo-link {
    font-weight: 500 !important;
}

.elementor-8958 .elementor-element.elementor-element-eb80a1f:not(.elementor-motion-effects-element-type-background),
.elementor-8958 .elementor-element.elementor-element-eb80a1f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000 !important;
}

div#wpm-playlist-9157 {
    display: none;
}

form.woocommerce-ordering {
    max-width: 308px;
    display: none;
}

#desktop-navigation div.account-container.cta-item {
    display: flex !important;
    align-items: center;
}

#desktop-navigation a.account-item-icon.language-switch-link {
    width: auto !important;
    min-width: 44px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 2px;
}

#desktop-navigation a.account-item-icon.language-switch-link:before {
    display: none !important;
    content: none !important;
}


#hero-overlay {
    opacity: 0 !important;
}

p.product.woocommerce.add_to_cart_inline a {
    font-size: 14px;
    padding: 26px 48px !important;
}

a.added_to_cart.wc-forward {
    display: none;
}

form.cart {
    display: none;
}

a#wooac-cart {
    margin-bottom: 1rem;
}

.cky-switch {
    display: none;
}

.mejs-container.wp-audio-shortcode.mejs-audio {
    display: none;
}

a.woocommerce-MyAccount-downloads-file.button.alt {
    margin: 0;
    height: auto;
    padding: 2rem 3rem;
}
