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

section.i-one {
	position: relative;
	background-size: 100% 100%;
}

@media (max-width: 576px) {

	section.i-one {
		background-size: cover;
	}

}

/*
section.i-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
*/

section.i-one h1 {
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Front page */

.front-page.s-two {
	padding-top: 100px;
	padding-bottom: 100px;
}

.front-page.s-two h2 {
	padding-bottom: 45px;
	margin-bottom: -1rem;
}

.front-page.s-two p {
	/*column-width: 25rem;*/
	column-width: auto;
	/*column-count: 3;*/
    column-count: 4;
    column-gap: 2rem;
	margin-bottom: 0;
}

.front-page.s-two a {
	display: inline-flex;
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	text-align: center;
	border: 1px solid;
	border-radius: 2rem;
	text-decoration: none;
	transition: all 0.25s ease;
}

.front-page.s-two a:hover {
	background-color: #1170ba;
	color: #fff;
}

/* [End] Front page */

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