/*
Theme Name: Karigari Child
Author: templatetrip
Description: Themes & Templates For All Platforms
Template: karigari
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karigari
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.

karigari is based on Templatetrip https://www.templatetrip.com/, (C) 2012-2020 Automattic, Inc.
templatetrip 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/
*/

.header_style .site-branding .header-logo {
    border-radius: 100%;
    border: 1px solid #cca46b;
    background: #253b4a;
    padding: 8px;
}
.header-top {
 
    z-index: -1;
}
.header-logo {
    background: #000;
    border-radius: 100%;
    padding: 10px;
}

body .right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count{
    color: #253b4a!important;
}
header.site-header.sticky .header-spacing {
    background-color: #253b4a!important;
}
.main-footer.footer-widget .wp-block-image img {
    height: 100px;
    width: auto;
}
/* MEDIA QUERY START */
@media(max-width:1024px){
	    .header_style.site-header.header-style-2 .site-branding {
        justify-content: space-around;
        width: 100%;
        gap: 0px;
    }
.site-branding {
    gap: 20px;
}
header.header-style-2 .right-header, .header_style.header-style-2 .site-branding .header-logo {
    flex: 1 !important;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}
.header-logo a img {
    max-width: 75px;
    background: #253b4a;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #cca46b;
    height: 75px;
    width: 100%;
}
header#masthead {
    padding: 20px 0;
    background: #253b4a;
}
}