/*
Theme Name: Pinaka
Theme URI: https://wpkoi.com/pinaka-wpkoi-wordpress-theme/
Template: martanda
Author: wpkoithemes
Author URI: https://wpkoi.com
Description: Pinaka is a child theme for Martanda WPKoi theme. You can find theme demos at wpkoi.com. Pinaka has a clean, elegant style and unique 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 drag and drop page builder, WooCommerce shop module and Contact Form 7 message sender plugins. The premium demo uses the Pinaka premium plugin also. Pinaka 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 Pinaka 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.2
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: pinaka
Tags: one-column, blog, e-commerce, flexible-header, full-width-template, custom-background, custom-colors, sticky-post, translation-ready, featured-images, editor-style

*/
.pinaka-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;
}
.site-header-holder .align-stretch {
    align-items: stretch;
}
.site-header .wp-block-site-title {
    line-height: var(--martanda--site-title-font-size);
}
.site-info {
    text-align: left;
}
.martanda-side-left-text-content {
    white-space: nowrap;
}
.pinaka-top-bar .wp-block-search .wp-block-search__button {
    margin-left: 0;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 12px;
}
.pinaka-top-bar .wp-block-search .wp-block-search__input {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 12px;
}
.pinaka-top-bar .wp-block-search .wp-block-search__button:hover {
    background-color: var(--martanda--form-button-background-color);
    color: var(--martanda--form-button-text-color);
}
.site-footer .post {
    margin: 0 0 0.5em;
}
.site-footer .wp-block-search .wp-block-search__button {
    background-color: var(--martanda--form-button-background-color-hover);
}
.pinaka-title-effect .site-header-holder .site-header h1.wp-block-site-title {
    transition: 700ms ease;
}
.pinaka-title-effect .site-header-holder .site-header h1.wp-block-site-title:hover {
    letter-spacing: 3px;
    transform: scale(1.1);
}
.pinaka-blog-img.blog #main img {
    transition: 500ms ease;
}
.pinaka-blog-img.blog #main img:hover {
    transform: scale(0.95);
}
