/*
Theme Name: Blog Way Child Theme
Description: Blog Way Child Theme
Template: blog-way
Version: 1.0.0
Author: Olena Polonska
License: GNU General Public License
*/

@import url('http://fonts.cdnfonts.com/css/droid-serif-2?styles=18224,18223,18221,18222');

.home .menu-item-2099 { display: none; }

.home.paged .menu-item-2099 { display: unset; }

/* body,
button,
input,
select,
textarea,
.main-navigation ul li a,
.site-title a,
.site-description,
.entry-header h2.entry-title a, */
.cat-links a,
.entry-header .author-date,
.btn-more,
.woocommerce div.product form.cart .variations label { 
	font-family: 'Noto Serif', sans-serif; 
}

.main-navigation ul li, .main-navigation ul li a {
	width: auto;
    border-bottom: none;
}

.main-navigation ul ul {
/* 	width: 200%; */
/* 	overflow: visible; */
/*     max-height: calc(100vh - 85px); */
}

.main-navigation ul li, .main-navigation ul li a {
	float: none;
	word-break: nowrap;
}

.cat-links a {
    text-transform: none;
}

.widget {
	margin-bottom: 20px;
}

.widget .widget-title {
	text-align: left;
    position: relative;
    left: 0;
    top: 0;
}

.widget h3,
.widget .widget-title {
	margin-top: 0;
}

.wp-block-search__button {
	color: white;
}

@media (max-width: 800px) {
	#page #content .container > .row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#page .main-banner {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}