/* Grid */
.gutters-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.gutters-10 > div{
	padding-left: 10px;
	padding-right: 10px;
}

/* Header */
.header {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.header .navbar {
	position: relative;
}

.section-hero {
	margin-top: 225px;
}

.logo-left {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1020;
}

.swiper-single-wrap {
	margin-left: -45px;
}

.swiper-single-slider.swiper-container-horizontal {
	max-height: 575px;	
}

.swiper-single-slider .swiper-slide {
	height: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
	content: none;
}

.swiper-button-next {
	top: auto;
	bottom: 20px;
	right: 15px;
	/*background: url("../images/arrow-icon.png");*/
	background: url("/wp-content/uploads/2020/12/arrow-yellow-big-2.png");
	background-repeat: repeat;
	background-repeat: no-repeat;
	height: 94px;
	width: 34px;
	outline: 0 !important;
}

.right-content {
	padding-top: 10px;
}

.right-content p {
	font-size: 18px;
}

.external-link {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
}

.section-week {
	padding: 30px 0 30px;
}

.section-eat {
	/*padding: 50px 0;*/
	padding: 2px 0;
}

.section-eat .card {
	margin-bottom: 15px;
}

.section-join {
	padding: 10px 0 100px;
}

.ot-figure {
	/* margin-bottom: 15px;*/
}

@media screen and (min-width: 1024px) {
	.section-week-spacing {
		padding: 40px 15px 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.closebtn1 {
		display: none;
	}
	
}


@media screen and (max-width: 1440px) {
	.section-hero {
		margin-top: 198px;
	}
}

@media screen and (max-width: 1024px) {
	.section-hero {
		margin-top: 178px;
	}
}

@media screen and (max-width: 991px) {
	.section-hero {
		margin-top: 124px;
	}
	.right-content p {
	font-size: 20px;
}
}

@media screen and (max-width: 767px) {
	.header {
		background-color: transparent;
	}
	.navbar-nav .nav-item.dmenu {
		padding-bottom: 0;
	}
	.nav-item.dmenu .dropdown-toggle {
		display: none;
	}
	.nav-item.dmenu .sm-menu {
		display: block;
	}
	.nav-item.dmenu .sm-menu .twopart {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
	.nav-item.dmenu .sm-menu .twopart .dropdown-item {
		font-size: 28px;
	}
	.social-part {
		margin: 0 15px;
		padding: 10px 5px;
	}
	.social-part a:first-child {
		margin-left: 0;
	}
	.navbar-nav .nav-item {
		padding: 10px 5px;
	}
	.navbar-light .search-show-on-mobile .nav-link {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-menu {
		padding: 10px 5px;
	}
	.navbar-collapse {
		padding-top: 20px;
	}
	.closebtn1 {
		right: 17px;
		z-index: 1;
		cursor: pointer;
	}

	.logo-left {
		position: initial;
		top: 0;
		z-index: 0;
	}
	.section-hero {
		margin-top: 25px;
	}
	.swiper-single-wrap {
		margin-left: 0;
	}
	.swiper-single-slider.swiper-container-horizontal {
		margin-left: -15px;
		margin-right: -15px;
		max-height: 240px;
	}
.section-eat {
	padding: 50px 0;
}
	.section-week {
		background-color: #f8ea1b;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-week .row .row,
	.section-eat .row.gutters-10 {
		margin-left: -5px;
		margin-right: -5px;
	}
	.section-week .row > .col-6,
	.section-eat .row.gutters-10 > div {
		padding-left: 5px;
		padding-right: 5px;
	}
	.section-eat {
		padding: 30px 0;
	}
	.section-week h4,
	.section-eat h4 {
		margin-bottom: 20px;
	}
	.section-join {
		padding: 0 0 50px;
	}
	.ot-figure .figure-caption {
		font-size: 20px;
	}

}