/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

:root {
  --primary-color: #ffffff;
  --secondary-color: #353535;
  --tertiary-color: #757575;
  --footer-text-color: #909090;
  --menu-des-color: #bfbdbd;
  --button-color: #ce3232;
  --shadow-color: rgba(0, 0, 0, 0.5);
  --menu-bg-color: #f9f9f9;
}

body {
  background: var(--primary-color);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}



/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: var(--secondary-color);
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: var(--secondary-color);
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: var(--tertiary-color);
}

p {
  color: var(--tertiary-color);
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--secondary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: var(--button-color);
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--secondary-color);
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title h4 {
  color: var(--menu-des-color);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.overlay {
  background: var(--shadow-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 30px 0;
}

#team,
#menu,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: 100%;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 300px;
}



/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: var(--button-color);
  border-radius: 0;
  border: 0;
  color: var(--menu-bg-color);
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
}


/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.custom-navbar .navbar-brand {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
}

.custom-navbar .navbar-brand span {
  color: var(--button-color);
}

.top-nav-collapse {
  background: var(--primary-color);
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}


.custom-navbar .navbar-nav.navbar-right .section-btn {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: var(--primary-color);
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
  color: var(--primary-color);
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: bold;
  color: var(--primary-color);
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: var(--button-color);
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  color: var(--button-color);
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: var(--secondary-color);
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: var(--primary-color);
    -webkit-box-shadow: 0 1px 30px var(--shadow-color);
    -moz-box-shadow: 0 1px 30px var(--shadow-color);
    box-shadow: 0 1px 30px var(--shadow-color);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: var(--tertiary-color);
  }

  .top-nav-collapse .nav li a {
    color: var(--tertiary-color);
  }

  .top-nav-collapse .nav .section-btn a {
    color: var(--primary-color);
  }
}

@media(max-width:682px) {
  #small {
    margin-top: .8rem !important;
    background: var(--button-color);
    border-radius: 0;
    border: 0;
    color: var(--menu-bg-color);
    font-size: 10px;
    font-weight: normal;
    padding: 8px 8px;
    transition: 0.5s 0.2s;
    display: inline-block !important;
  }
}


/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
  padding: 0;
}

#home h2 {
  color: var(--primary-color);
  padding-bottom: 30px;
}

#home h3 a {
  color: var(--menu-bg-color);
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid var(--menu-bg-color);
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color);
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: var(--shadow-color);
  height: 100%;
  color: var(--primary-color);
  cursor: e-resize;
  padding: 4em 0 0 2em;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/slider-image1.jpg);
}

.slider .item-second {
  background-image: url(../images/slider-image2.jpg);
}

.slider .item-third {
  background-image: url(../images/slider-image3.jpg);
}

.slider .item-second .section-btn {
  background: var(--secondary-color);
}

.slider .item-second .section-btn:hover {
  background: var(--primary-color);
}

.slider .item-third .section-btn {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
  background: var(--button-color);
  border-color: transparent;
  color: var(--primary-color);
}



/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
  padding-bottom: 0;
}

.about-info {
  padding: 0 6em 5em 0;
}

.about-div {
  text-align: justify;
}

.about-info .section-title {
  padding-bottom: 20px;
}

.about-image {
  position: absolute;
}

.about-text {
  color: var(--button-color);
}


/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
  background: var(--menu-bg-color);
}

.team-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
  position: absolute;
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
  opacity: 0.95;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.team-thumb img {
  transition: 0.5s 0.2s;
}

.team-thumb:hover img {
  transform: scale(1.2);
}

.team-thumb .team-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-item h6 {
  color: var(--primary-color);
}

.team-info p {
  color: var(--menu-des-color);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

.team-thumb .team-item .section-btn:hover {
  color: var(--menu-des-color);
  box-shadow: 0px 15px 20px var(--shadow-color);
}

@media(max-width:991px) {
  .team-thumb .team-item .section-btn {
    padding: 8px 15px;
  }
}

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
  background: url('../images/testimonial-bg.jpg') center center no-repeat;
  background-size: cover;
}

#testimonial .owl-dots {
  position: relative;
  top: 2%;
  right: 0;
  justify-content: center;
  bottom: 0;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
  margin: 25px 5px;
  margin-bottom: 0 !important;

}

#testimonial h2 {
  color: var(--menu-des-color);
  font-size: 20px;
}

#testimonial p,
.tst-author h4,
.tst-author span {
  display: inline;
}

#testimonial p {
  color: var(--menu-bg-color);
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 600;
}

.tst-author {
  margin-top: 20px;
}

.tst-author h4 {
  color: var(--menu-des-color);
  letter-spacing: .2rem;
}



/*---------------------------------------
      timetable             
  -----------------------------------------*/

.timetable .section-title {
  text-align: center;
  display: block;
  color: var(---color);
  width: 100%;
  padding: 10px;
  margin-top: 40px;
}

.timetable-table {
  display: block;
  padding: 5px 5%;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 15px 20px var(--shadow-color);
}

table.amrt-timetable-table th.amrt-timetable-table-thead-tr-th {
  font-size: 1.1rem;
  font-weight: 600 !important;
  text-align: center;
  margin-top: 0%;
  padding: 1em;
  border-bottom: 3px solid var(--button-color);
  background-color: var(--secondary-color);
  color: var(--primary-color);
}


table.amrt-timetable-table td.amrt-value-td span.amrt-time-slot {
  border: 1px solid var(--button-color);
}

table.amrt-timetable-table td {
  padding: 0.7em !important;
}

.timetable-tagline {
  font-family: 'Nova Flat', sans-serif !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: var(--am-primary-color)
}



.timetable-container {
  width: 80%;
  margin: 70px auto;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/
#contact {
  background-color: var(--menu-bg-color);
}

#contact .section-title {
  padding-bottom: 35px;
  padding-top: 15px;
}

#contact .contact-text {
  height: 307px;
  text-align: center;
  border: 1px solid var(--menu-bg-color);
  border-radius: 30px;
  background-color: var(--menu-bg-color);
  box-shadow: 0 5px 10px var(--shadow-color);
}

#contact .contact-text p {
  font-family: 'Montserrat', sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact .contact-text p i {
  color: var(--button-color);
  margin-right: 1rem;
}

@media (max-width:682px) {
  #contact .contact-text {
    height: auto;
    width: 100%;
  }

  #contact .contact-text p {
    display: unset !important;
  }
}

#google-map {
  border: 1px solid var(--menu-bg-color);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 5px 10px var(--shadow-color);
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  border-top: 1px solid var(--button-color);
  padding: 10px;
  padding-top: 15px;
}



footer a,
footer p {
  color: var(--footer-text-color);
}

.copyright-text a>span {
  color: var(--button-color);
}

.copyright-text a>span:hover {
  text-decoration: underline;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}


@media only screen and (max-width: 1200px) {
  .about-info {
    padding-right: 0;
  }

  .about-image {
    position: relative;
  }
}


@media only screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }

  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .slider .item {
    background-position: center;
  }

  .about-info {
    padding: 0;
  }

  .team-info {
    margin-bottom: 50px;
  }

  #menu .menu-thumb {
    width: 103%;
  }

  #testimonial {
    background-position: 50% 0 !important;
  }

  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,
  h2,
  h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: var(--primary-color);
    -webkit-box-shadow: 0 1px 30px var(--shadow-color);
    -moz-box-shadow: 0 1px 30px var(--shadow-color);
    box-shadow: 0 1px 30px var(--shadow-color);
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .custom-navbar .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: center ;
    align-items: center;
  }

  .custom-navbar .navbar-header #small {
    margin: 0 auto !important;
    text-align: center;
    width: 100px;


  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: var(--secondary-color);
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: var(--tertiary-color);
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: var(--primary-color) !important;
    text-align: center;
  }

  .slider .caption {
    padding: 0;
  }

  .menu-thumb .menu-info {
    top: 80%;
  }

  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }

  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}


@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.8em;
  }

  .menu-thumb .menu-info {
    top: 60%;
  }
}