/*
 Theme Name:   GP Restaurant Pro
 Theme URI:    https://wplitetheme.com/gp-restaurant-pro/
 Description:  GeneratePress Child Theme for Mobile responsive News Website. Using this child theme you can easily create any type of News Website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      0.1
*/
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.custom-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  overflow: hidden;
  margin: auto;
}
.custom-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.custom-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-slide.active {
  left: 0;
  opacity: 1;
  z-index: 2;
}


