/*
Theme Name: Mahan
Theme URI: https://wpkoi.com/mahan-wpkoi-wordpress-theme/
Template: martanda
Author: wpkoithemes
Author URI: https://wpkoi.com
Description: Mahan is a child theme for Martanda WPKoi theme. You can find theme demos at wpkoi.com. Mahan has a dark, noisy 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 Mahan premium plugin also. Mahan 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 Mahan 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: mahan
Tags: one-column, blog, e-commerce, flexible-header, full-width-template, custom-background, custom-colors, sticky-post, translation-ready, featured-images, editor-style

*/
.mahan-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;
}
.mahan-footer-radius {
    border-radius: 30px;
}
.dashed-border {
    border: 2px dashed;
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px 3px !important;
}
.martanda-top-bar-content .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1em;
    height: 1em;
}
.mahan-header-button a{
    margin-bottom: 3px;
}
.site-info {
    padding: 0 4vw 3vw;
}
.mahan-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) 
    }
}