/*
Theme Name: Jalpa
Theme URI: https://wpkoi.com/jalpa-wpkoi-wordpress-theme/
Template: martanda
Author: wpkoithemes
Author URI: https://wpkoi.com
Description: Jalpa is a child theme for Martanda WPKoi theme. You can find theme demos at wpkoi.com. Jalpa has a white, border style and design for portfolio, business or agency content. The theme is multipurpose, so if You like the style, You can use it to represent Your art, business, an event, show Your portfolio, start a blog, start a webshop and sell Your products etc. The demos use Elementor, WooCommerce and Contact Form 7 plugins. The premium demo uses the Jalpa premium plugin also. Jalpa has an easy to use admin with a lot of customizer functions and block based template parts so You can build Your dream without coding knowledge. The theme is responsive so looks good on almost every devices. Build You site with Jalpa Theme and share it with the world! You can also find a documentation with an install guide and a tutorial for the screenshot look on wpkoi.com/docs.
Requires at least: 6.1
Tested up to: 6.1
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: jalpa
Tags: one-column, blog, e-commerce, flexible-header, full-width-template, custom-background, custom-colors, sticky-post, translation-ready, featured-images, editor-style

*/
.jalpa-title-holder h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.site-header .wp-block-navigation__container {
    gap: 0.2vw;
}
.site-header .wp-block-navigation .wp-block-navigation__container li a, .site-header .wp-block-navigation .wp-block-navigation__container .block-editor-block-list__block a {
    padding: 0 5px;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    padding: 5px 10px;
}
.martanda-top-bar-content .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1em;
    height: 1em;
}
.jalpa-header-button a{
    margin-bottom: 3px;
}
.site-info {
    padding: 1vw 2vw;
}
.border-solid {
    border-style: solid;
}
.site-header-holder .align-stretch {
    align-items: stretch;
}
.site-header .wp-block-site-title {
    line-height: var(--martanda--site-title-font-size);
}
.jalpa-button-effect button[type="submit"]:hover, .jalpa-button-effect input[type="submit"]:hover, .jalpa-button-effect .wp-element-button:hover, .jalpa-button-effect .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover, .jalpa-button-effect .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    transition-duration: .3s;
    transition-property: transform;
    transform: skew(-10deg);
}
.jalpa-enable-noise .jalpa-noise{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    background-size: 100px 100px;
    background-repeat: repeat;
    -webkit-animation: noise .2s steps(1) infinite;
    animation: noise .2s steps(1) infinite;
    transform-origin: 50% 50%;
    overflow: hidden;
    z-index: 9998;
}
@keyframes noise{
    0%{
        transform:scale(1) 
    }
    25%{
        transform:scaleX(-2) 
    }
    50%{
        transform:scale(-1) 
    }
    75%{
        transform:scaleY(-1) 
    }
}
