/*
Theme Name: Darpa
Theme URI: https://wpkoi.com/darpa-wpkoi-wordpress-theme/
Template: martanda
Author: wpkoithemes
Author URI: https://wpkoi.com
Description: Darpa, a dynamic child theme derived from the Martanda WPKoi theme, offers a contemporary, dark design for unique portfolio, business or agency websites. It's a versatile multipurpose theme ideal for showcasing your art, business, event, portfolio, blog, webshop, or products. Darpa seamlessly integrates the power of Elementor's drag-and-drop page builder, WooCommerce shop module, and Contact Form 7 for effective content management. The premium demo leverages the Darpa premium plugin for added features. With an intuitive admin panel, extensive customizer options, and block-based template parts, Darpa empowers you to build your dream website without any coding expertise. This responsive theme ensures a flawless display on various devices, enhancing user experience. Craft your online presence with Darpa and share it with the world. Comprehensive installation and styling guidance is available in our documentation at wpkoi.com/docs.
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: darpa
Tags: one-column, blog, e-commerce, flexible-header, full-width-template, custom-background, custom-colors, sticky-post, translation-ready, featured-images, editor-style

*/
.darpa-title-holder h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    padding: 5px 10px;
}
.site-info {
    padding: 1vw 4vw;
    text-align: left;
}
.site-header .wp-block-site-title {
    line-height: var(--martanda--site-title-font-size);
}
.martanda-side-left-text-content {
    white-space: nowrap;
}
.wpkoi-elements-adv-accordion .wpkoi-elements-accordion-list .wpkoi-elements-accordion-header {
    text-align: center;
    display: block;
}
.wpkoi-elements-adv-accordion .wpkoi-elements-accordion-list .wpkoi-elements-accordion-content {
    text-align: center;
}
.wp-block-separator.has-background.footer-separator {
    height: 3px;
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    min-width: 220px;
}
table, td, th {
    border-color: rgba(255,255,255,.2) !important;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.overflow-hidden {
    overflow: hidden !important;
}
#content .elementor-toggle a, #content .elementor-accordion a, #content .button, #content .woocommerce a.button, #content .woocommerce button.button, html #content input[type=button], #content input[type=reset], #content input[type=submit] {
    text-decoration: inherit;
}
.darpa-nav-effect .site-header .wp-block-navigation .wp-block-navigation__container li a, .darpa-nav-effect .site-header .wp-block-navigation .wp-block-navigation__container .block-editor-block-list__block a {
    transition: 0.3s;
}
.darpa-nav-effect .site-header .wp-block-navigation .wp-block-navigation__container li a:hover, .darpa-nav-effect .site-header .wp-block-navigation .wp-block-navigation__container .block-editor-block-list__block a:hover {
    transform: scale(0.9);
}
.darpa-nav-effect .site-header .wp-block-navigation .wp-block-navigation__container li li a:hover {
    transform: none;
}
.wp-block-navigation__responsive-container.is-menu-open {
    padding-right: 4vw 
}
.martanda-scrollbar::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
}
.martanda-scrollbar::-webkit-scrollbar-thumb:hover {
    border: 2px solid transparent;
    background-clip: content-box;
}
.sticky-header-wrapper {
    background-color: var(--martanda--sticky-header-background-color) 
}
.site-header .wp-block-site-title a {
    display: block;
}
.darpa-noise{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    pointer-events: none;
    background-size: 100px 100px;
    background-repeat: repeat;
    -webkit-animation: darpanoise .2s steps(1) infinite;
    animation: darpanoise .2s steps(1) infinite;
    transform-origin: 50% 50%;
    overflow: hidden;
    z-index: 9998;
}
@keyframes darpanoise{
    0%{
        transform:scale(1) 
    }
    25%{
        transform:scaleX(-2) 
    }
    50%{
        transform:scale(-1) 
    }
    75%{
        transform:scaleY(-1) 
    }
}
