/* This File contains common css */
.fogopedia-page .faqs .faq {
  width: 100% !important;
}

#forms .g-recaptcha {
  margin-top: 25px !important;
}

#forms #recaptchaError {
  color: red !important;
  display: none;
  padding-top: 10px;
}

.info-block__content:first-child {
  border-top: 4px solid #b4a365;
}

.privacy-content p a {
  text-decoration: underline !important;
  color: #1c1714 !important;
  cursor: pointer !important;
}
/* Homepage CSS */
.explore-menu {
  width: auto !important;
}

.footer_main-menu-uk-desktop {
  border-top: 0px solid #e0d9c2 !important;
}

.single-restaurants .image-block__image img {
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tradition footer css for mobile */
@media (max-width: 768px) {
  #footer_menu_Fogo a {
    padding: 4px 4px 0 4px !important;
    background-image: none !important;
  }
}
