/*
 Theme Name:   Divi Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/
.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* Body */
body {
  font-size: 15px;
  font-family: open-sans, sans-serif; 
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
  font-family: itc-officina-sans-pro, sans-serif;
}

h1,
.et_pb_title_container h1 {
  font-size: 42px;
}

/* Header */
/* Top Header */
#et-info {
  float: right;
}

/* Main Header */
#main-header {
  box-shadow: none;
  background-color: #005a88 !important;
}

.logo_container #logo {
  max-height: 160%;
}

@media (max-width: 980px) {
  .logo_container #logo {
    max-width: 50%;
  }

  .et_header_style_centered .mobile_nav .select_page,
  .et_header_style_split .mobile_nav .select_page,
  .et_mobile_menu li a,
  .mobile_menu_bar:before,
  .et_nav_text_color_light #top-menu > li > a,
  .et_nav_text_color_dark #top-menu > li > a,
  #top-menu a,
  .et_mobile_menu li a,
  #et_search_icon:before,
  #et_top_search .et-search-form input,
  .et_search_form_container input,
  #et-top-navigation .et-cart-info {
    color: white;
  }
  
  .mobile_menu_bar:before {
    color: white !important;
  }
}
#top-menu-nav #top-menu li a {
  font-size: 15px;
}

/* Vertical Navigation */
/* Header Style */
/* Fullwidth Header */
/* Hide Header */
/* Hide Logo */
/* Fullwidth Top Header */
/* Hide Search Icon */
/* Button */
/* Input */
/* Footer */
#footer-info {
  color: white;
}
#footer-info a {
  color: white;
}
#custom_html-2,
#custom_html-2 .custom-html-widget {
  width: 100%;
}

#olMap,
#gmap {
  width: 100%;
  height: 457px;
}
#olMap .infowindow,
#gmap .infowindow {
  font-size: 18px;
}
#olMap .infowindow p,
#gmap .infowindow p {
  text-align: center;
  margin-bottom: 0;
}
#olMap .infowindow a,
#gmap .infowindow a {
  color: #131313 !important;
}

[itemprop="name"] {
  display: block;
  font-family: itc-officina-sans-pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

[itemprop="address"] {
  font-size: 18px;
  margin-bottom: 4px;
}

[itemprop="contact"] {
  display: block;
}

[itemprop="openingHours"] {
  display: inline-block;
}

.callout {
  position: relative;
  margin: 30px 0;
  border-color: #fff;
}

.facebook {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 30%);
}

[itemprop="servesCuisine"] {
  display: none;
}

.et-social-icon a {
  color: white;
}

/* Divi */
#top-header #et-info {
  line-height: 20px;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  #et-info .et-social-icons {
    display: inline-block !important;
  }
}
.sbi_photo_wrap:after {
  content: "";
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: transparent url(img/instagram.svg) 50% no-repeat;
}

/* Helpers */
.callout {
  padding: 10px 20px;
  border: 1px solid #ccc;
}

fieldset {
  margin-bottom: 50px;
}

legend {
  padding: 0 10px;
  font-family: itc-officina-sans-pro, sans-serif;
  font-size: 30px;
  line-height: 46px;
  background-color: #00628d;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  word-spacing: 6px;
  text-align: center;
  margin: 0 auto;
}

legend + div {
  color: #00628d;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

fieldset dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6em;
      grid-template-columns: 1fr 6em;
  text-transform: uppercase;
}

fieldset dd,
fieldset dt {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

fieldset dd {
  margin-left: 0;
  font-size: 16px;
  text-align: right;
}

fieldset ul {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

table {
  border: 0 !important;
}
table tr:nth-child(odd) {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: #00628d;
}
table tr:nth-child(odd) span {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: initial;
}
table tr:nth-child(odd) td:nth-child(2) {
  text-align: right;
}
table tr:nth-child(even) {
  font-style: italic;
  background: #FFF;
}
table tr:not(.bath) td:not(:first-child) {
  width: 80px;
}
table th {
  background: #fff;
}

/* Elements */
.quickFinder {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 50vh;
  right: 0;
  z-index: 20;
}
.quickFinder:hover .quickFinder-label {
  transform: translateX(-290px);
}
.quickFinder-icon {
  position: relative;
  padding: 10px;
  width: 60px;
  height: 60px;
  background: #f2f2f2;
  color: #005a88;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 11;
}
.quickFinder-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 72px 12px 12px;
  background: #131313;
  position: absolute;
  top: 0;
  right: -290px;
  height: 60px;
  width: 290px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.quickFinder-label:after {
  content: "";
  margin: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px double #333;
  z-index: 10;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.quickFinder-label a {
  color: #fff;
}

/* Sections */
.PagePage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.PagePage a {
  height: 100%;
  min-height: 200px;
  position: relative;
  display: block;
}
.PagePage a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9;
}
.PagePage a:after {
  content: "";
  margin: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ebeff1;
  z-index: 10;
}
.PagePage a img {
  vertical-align: bottom;
}
.PagePage .list-inner {
  margin: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 11;
}
.PagePage .list-inner h2 {
  color: white;
}

@media (min-width: 640px) {
  .PagePage {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
.SiteHeader {
  position: relative;
  padding: 150px 0;
}
.SiteHeader:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9;
}
.SiteHeader a {
  display: block;
  position: relative;
  color: white;
  z-index: 10;
}
.SiteHeader a h1 {
  color: white;
}

/* Views */
.home .et_pb_sidebar_0 {
  padding-right: 0 !important;
  border: 0;
}

.recent-posts-widget-with-thumbnails {
  width: 100% !important;
}
.recent-posts-widget-with-thumbnails .widgettitle {
  font-size: 40px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 60px;
}
.recent-posts-widget-with-thumbnails ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.recent-posts-widget-with-thumbnails ul li img {
  object-fit: cover;
}
.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 24px;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */