h1 {
  padding-bottom: 0 !important;
}

.no-bullet {
  list-style: none;
}

.fullwidth-overlay .et_pb_slide:after {
position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color:rgba(0,0,0,.5);
}

.events .gallery {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 50px !important;
}
.events .gallery img {
  border: none !important;
}
.events .gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100% !important;
}
.events .gallery-caption {
  margin: 0 auto !important;
}

.custom-gallery-slider .et_pb_gallery_item.slick-slide {
  height: 350px;
  margin: 0 !important;
  clear: none !important;
}

.page-id-61 .custom-gallery-slider .et_pb_gallery_item.slick-slide {
  height: 450px;
}
.custom-gallery-slider .et_pb_gallery_item.slick-slide .et_pb_gallery_image {
  height: 100%;
}
.custom-gallery-slider .et_pb_gallery_item.slick-slide img {
  object-fit: cover;
  height: 100%;
}
.custom-gallery-slider .et_pb_gallery_item.slick-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.custom-gallery-slider .slick-prev::before, .custom-gallery-slider .slick-next::before {
  color: #CCCCCC;
  transition: color .3s ease-in-out;
}
.custom-gallery-slider .slick-prev:hover::before, .custom-gallery-slider .slick-next:hover::before {
  color: #2ea3f2;
}
.custom-gallery-slider .slick-prev.slick-disabled:before, .custom-gallery-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth.custom-gallery-slider__row {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

/*****HEADER*****/
/****************/
header #top-menu-nav {
  width: 80%;
}
header #top-menu-nav #top-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
header #top-menu-nav #top-menu li a {
  font-weight: 300 !important;
}
header .socials {
  width: 19%;
  text-align: right;
  vertical-align: top;
}

/*****CONTENT*****/
/*****************/
body {
  font-weight: 400 !important;
}

.error404 {
  background-color: #004487;
}
.error404 header {
  background-color: #004487 !important;
}
.error404 #main-content {
  padding: 100px 0;
}
.error404 #main-content .container:before {
  content: none;
}

#top-menu li.current-menu-item > a {
  color: #fff !important;
}

table,
td {
  border: none !important;
}

td {
  padding: 0 !important;
  padding-bottom: 10px !important;
  vertical-align: top !important;
}
td.name {
  width: 70%;
  padding-right: 10px !important;
}
td.grapes {
  width: 20%;
}
td.price {
  width: 10%;
  text-align: right;
}

table {
  width: 100%;
  max-width: 100%;
}

.cooking-classes p {
  line-height: 1.7 !important;
}

.mfp-title {
  display: none;
}

.dish, .dish__price {
  background: white;
  position: relative;
  z-index: 1;
  line-height: 28px;
}
.dish__price {
  float: right;
}

.dishes__list {
  list-style: none !important;
  padding: 0 !important;
  margin-bottom: 30px;
}
.dishes__item {
  position: relative;
  clear: both;
  overflow: hidden;
  line-height: 1.1;
  margin-bottom: 5px;
}

/* Space Menu items vertically on mobile */
@media only screen and (max-width: 767px){
    .dishes__item { margin-bottom: 15px !important;}
}

.dishes__item:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  bottom: 3px;
  border-bottom: 2px dotted black;
}

.day-menu {
  margin-bottom: 30px;
}
.day-menu h2 {
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 0 30px;
}

#page-container a {
  transition: 0.5s all ease-in-out;
}
#page-container .footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-container .footer a:hover {
  color: #cccccc;
}
#page-container .footer #main-footer {
  padding: 70px 0;
}
#page-container .footer-widget h4, #page-container .footer-widget p {
  font-weight: 300 !important;
}
#page-container .footer-widget p {
  font-family: 'Oswald',sans-serif;
}
#page-container .footer .socials {
  margin-top: 10px;
}
#page-container .footer .socials li {
  padding-left: 0 !important;
  margin-right: 10px;
}
#page-container .footer .socials li i {
  font-size: 34px;
}

/*restaurant slider*/
.restaurant-slider {
  padding: 0 !important;
}
.restaurant-slider .slick-track {
  display: flex;
  align-items: center;
}
.restaurant-slider .slick-arrow:before {
  color: #ccc;
  font-size: 32px;
  transition: color .3s ease-in-out;
}
.restaurant-slider .slick-arrow:hover::before {
  color: #2ea3f2;
}
.restaurant-slider .slick-slide {
  text-align: center;
}
.restaurant-slider .slick-slide:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  background-color: lightgray;
  height: 100px;
  width: 1px;
}
.restaurant-slider .slick-slide.slick-current:after {
  content: none !important;
}
.restaurant-slider .slick-slide img {
  display: inline-block;
  transition: 0.5s all ease-in-out;
}

/*****socials*****/
.socials {
  display: inline-block;
  list-style: none;
}
.socials li {
  display: inline-block;
  padding-right: 3px;
}
.socials li:before {
  content: none !important;
}
.socials li a i {
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  transition: 0.5s all ease-in-out;
}
.socials li:hover i {
  color: #cccccc;
}

.et-pb-slider-arrows a:hover {
  color: #2ea3f2 !important;
}

/*Fullwidth Slider*/
.icomm-fullwidth-slider .et_pb_slide {
	padding: 0px !important;
}

.icomm-fullwidth-slider .et_pb_container {
	max-width: 100% !important;
	height: initial !important;
}

.icomm-fullwidth-slider .et_pb_slide_description {
	padding: 8% !important;
}

@media only screen and (min-width: 768px)  {
.icomm-fullwidth-slider .et_pb_slide_description {
	padding: 7% 8% 7% 0px !important;
}
}

.icomm-fullwidth-slider .et_pb_slide_image {
	top: 0px !important;
    margin-top: 0px !important;
}

.icomm-fullwidth-slider .et_pb_slide_image img {
	max-height: 100% !important;
}

.icomm-fullwidth-slider .et_pb_slide_description .et_pb_slide_title {
	font-weight: 300 !important;
}

.icomm-fullwidth-slider.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none !important;
}

/* Show Team Slider Image on Mobile */
.icomm-fullwidth-slider .et_pb_slide_image {
	display: block !important;
}
