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

*/

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;
}

/* Tour */

h1.tour-title {
	text-align: left;
	color: #000a3d;
	font-size: 35px;
	line-height: 1.3;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.tour-tabs-container {
	background-color: #efefef;
}

.tour-tabs {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 3px solid #ffc000;
}

.tour-tabs .tab {
	padding: 11px 22px;
	color: #fff;
	background-color: #000a3d;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	cursor: pointer;
}

.tour-tabs .tab.is-active {
	background-color: #ffc000;
	font-weight: 700;
	color: #000a3d;
}

.tour-accom {
	padding-top: 50px;
	background-color: #efefef;
}

.tour-accom-short-description {
	color: #000;
}

.tour-accom-description {
	color: #000;
}

.tour-accom-map-container iframe {
	width: 100% !important;
}

/* Footer */

#footer {
	padding-top: 30px;
}

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

nav.footer-nav ul.nav-menu {
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

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