/**
Theme Name: Leverage Child
Template: leverage
Theme URI: https://leverage.codings.dev
Author: Codings
Author URI: https://codings.dev
Description: Recommended for advanced users. A child theme allows you to change small aspects of your site’s appearance yet still preserve your theme’s look and functionality.
Tags: blog, e-commerce, portfolio, grid-layout, right-sidebar, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, theme-options
Version: 1.0.0
Text Domain: leverage-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://themeforest.net/licenses/standard
Tested up to: 5.0
Requires PHP: 7.0
*/

/*----------------------------------------------
*
* If you activated the Child Theme, the styles placed here will work.
* 
----------------------------------------------*/

/*SVE IZ THEME CUSTOM CSS*/
/*
@media (max-width: 1199px){
div.col-12.col-md-6.p-3.text-center.text-lg-left {
	display:none!important;
}
.icon-magnifier:before {
    display:none!important;
}
header .navbar-expand {
    padding: 20px 5px!important;
}
h1, .slide-content .title, .slider-item .slide-content .inner h1.title {
    font-size: 3.5rem!important;
}
}

.breadcrumb {
    display:none!important;
}

.widget_categories .cat-item a:not(.btn) {
    border: 1px solid #393938!important;
}
*/