/*
Theme Name:   Skylith Child
Theme URI:    https://1.envato.market/skylithwpinfo
Author:       nK
Template:     skylith
Author URI:   https://nkdev.info/
Description:  Skylith Child Theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  skylith-child
Tags:
*/


/* Theme customization starts here
-------------------------------------------------------------- */


.nk-header .menu-search {
	background-color: #e5e5e5;
	padding: 16px 15px 0px;
	display: none;
	width: 100% !important;
}
.nk-header .menu-search .container-fluid{
	display: flex;
    justify-content: flex-end;
    padding: 0 30px;
}
.nk-header .menu-search .nk-search-form {
	width: 100%;
    max-width: 420px;
	margin: 0;
}
.nk-header .menu-search .nk-search-form input {
	/* border: 1px solid black; */
	font-size: 1rem;
	padding: 0.5em;
	color: black;
}
.nk-header .menu-search .nk-search-form button {
	height: 100%;
	display: block;
	background-color: #E04403;
	color: #fff;
	padding: 0em 1em;
	line-height: normal;
	font-weight: 500;
    font-size: .96rem;
    text-transform: uppercase;
}
.nk-header .menu-search .nk-search-form button:hover {
	background-color: black;
	color: white;
}

/* .search .nk-header .menu-search {
	display: block;
} */

.nk-nav-table > a[href="#search-button"] {
	display: flex;
	margin-left: 14px;
}
.nk-nav-table .nk-nav.nk-nav-right.nk-nav-icons{
	order: 3;
	padding-left: 0;
}
.widget-min-height {
	min-height: 280px;
}

@media (min-width: 769px) and (max-width: 1496px) {
.widget-min-height {
	min-height: 332px;
}
}

@media (min-width: 769px) and (max-width: 1236px) {
.widget-min-height {
	min-height: 392px;
}
}


@media (min-width: 769px) and (max-width: 844px) {
.widget-min-height {
	min-height: 445px;
}
}

@media (max-width: 991px) {
.menu-item a[href="#search-button"]{
	display: none !important;
}
}

@media (min-width: 992px) {
	/* .nk-nav-table > a[href="#search-button"] {
		display: none;
	} */
	.nk-nav-table .nk-nav.nk-nav-right.nk-nav-icons {
		display: none;
	}
}
