/*
Theme Name: TRAVEL MARKET
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting

*/

.header__body {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.header__info,
.header__burger {
	flex-shrink: 0;
}

.header__logo img {
	display: block;
    width: auto;
    max-width: 100%;
}

h1 {
	text-align: center;
}

.breadcrumb_last {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
}

.sf-container {
	margin-bottom: 15px;
}

.sf-container.has-date-filter-hidden .searchandfilter .sf-field-post-meta-tour_start_month {
	display: none;
}

.searchandfilter ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.searchandfilter ul li {
	flex: 1;
	flex-basis: 140px;
	display: inline-block;
	max-width: 180px;
}

.searchandfilter ul li li {
    padding: 0;
}

.searchandfilter .sf-field-heading {
	display: block;
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px;
    font-weight: 500;
}

.searchandfilter label {
    width: 100%;
}

.searchandfilter select.sf-input-select {
	background-color: #fff;
	color: #000a3d;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	min-width: auto;
	width: 100%;
	padding: 11px;
	border-radius: 20px;
	border: none;
	outline: 0;
}

.searchandfilter select:focus,
.searchandfilter input:focus,
.searchandfilter input:active {
	outline: 1px solid #2ec8d7;
}

li.sf-field-reset {
	display: flex !important;
	align-items: flex-end;
}

a.search-filter-reset {
	font-size: 14px;
	color: #000a3d;
	text-decoration: none;
	border-bottom: 1px dashed;
}

nav.footer-nav {
	margin-top: 1.5rem;
}

nav.footer-nav ul.nav-menu {
	padding-left: 0;
}

nav.footer-nav ul.nav-menu li a {
	color: #fff;
}
