/*!
Theme Name: papermoonvip
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: papermoonvip
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.

papermoonvip 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/
*/


		a.DZ-bt-support-now.DZ-theme-btn {
    display: none;
}
.artists-box.style-1 {
    background-size: cover;
}
.swiperpp {
    padding: 0 10px; /* small padding, removes large gap */
}
.dz-team.style-1 {
    background-color: #eaeaea00 !important;
    overflow: hidden;
}
.video-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-link {
    color: #ce9b39;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
.swiper-slidepp {
    width: 360px !important;
    display: flex;
    justify-content: center;
}
.video-slide video {
    width: 100%;
    max-width: 360px;    /* Instagram reel width */
    height: 505px;       /* Instagram reel height */
    object-fit: cover;
    border-radius: 18px;
    display: block;
}




a.DZ-bt-buy-now.DZ-theme-btn {
    display: none;
}

h2.title.wow.flipInX.m-0 {
    color: #e8cb63;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .wp-block-search .wp-block-search__label, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family-standard);
    color: #ce9b39;
}

p.text.show {
    color: whitesmoke;
}


.navbar-nav li {
    position: relative;
}

.navbar-nav li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    min-width: 220px;
    display: none;
    z-index: 999;
}

.navbar-nav li:hover > ul.sub-menu {
    display: block;
}

.navbar-nav li ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}



.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 12px;
}
