/*
 Theme Name:   Konta Child  
 Theme URI:    https://themeholy.com/wordpress/konta
 Description:  This is a child theme for Konta - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     konta
 Version:      1.2.6
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  konta-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

body.home header .header-top .d-none{
    display: block !important;
}

header .header-top .d-none, .header-links li.d-none{
    display: inline-block !important;
}

.header-logo img.img-fluid {
    max-width: 240px;
}

@media (max-width: 1700px) {
    .header-layout1 .menu-area .logo-bg {
        width: 500px;
    }
}

@media (max-width: 1499px) {
  .header-layout1 .menu-area .logo-bg {
    width: 450px;
  }
}

@media (max-width: 1399px) {
  .header-layout1 .menu-area .logo-bg {
    width: 330px;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .menu-area .logo-bg {
    width: 330px;
  }
}

@media (max-width: 1199px) {
    .header-layout1 .menu-area .logo-bg {
        width: 400px;
    }
}

@media (max-width: 680px) {    
	.header-layout1 .header-top, header .header-top .d-none, .header-layout-default .header-top {
		display: none !important;
	}
}


@media (max-width: 575px) {
    .header-layout1 .menu-area .logo-bg {
        width: 300px;
    }
}

@media (max-width: 400px) {
    .header-layout1 .menu-area .logo-bg {
        width: 240px;
    }
}