/*
Theme Name:  Kutak Child
Theme URI:   https://demo.apalodi.com/kutak/
Template:    kutak
Version:     1.0

Author:      APALODI
Author URI:  http://apalodi.com

Description: Modern and fully responsive theme that looks great on any device.
Tags:        one-column, featured-images, custom-colors, translation-ready, theme-options, custom-menu, blog
Text Domain: kutak

License:     Themeforest Licence
License URI: https://themeforest.net/licenses

*/

/* =Theme customization starts here
-------------------------------------------------------------- */
:root {
	--kutak--size--logo: 6rem;
}
.site-header, .site-header__bg {
    block-size: 6rem;
}
@media(min-screen: 768px) {
	.nav-classic__menu-link {
		padding-block: 2.25rem;
	}
	.nav-classic__menu li:last-child a {
		padding-bottom: 1rem;
	}	
}
.home [data-layout-grid] {
	row-gap: 1.825rem
}
.bg-white {
	background-color: #fff;
}
.featured-sections .widget-area .widget {
	margin-bottom: 1rem;
}
.featured-sections .widget-area .widget:last-child {
	margin-bottom: 0;
}