@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mate+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
@font-face {
  font-family: "Fondamento";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fondamento/v11/4UaHrEJGsxNmFTPDnkaJ96rp5w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "sherlock";
  src: url("/static/fonts/sherlock.ttf") format("truetype");
}
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Poppins", sans-serif;
}

h1, h3 {
  font-family: "Mate SC", serif;
}

h2, h4 {
  font-family: "Graduate", cursive;
}

.d-none {
  display: none !important;
}

.custom-shadow {
  box-shadow: 0px -2px 30px #454545;
}

.social i {
  font-size: 22px;
}

.heading:after {
  display: block;
  content: "";
  width: 80%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 3px #002701;
  transform: scaleX(1);
}

.list-group a {
  color: #fff !important;
}
.list-group a:hover {
  color: #b3b3b3 !important;
}

.main-nav {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
.main-nav .navbar-brand img {
  transition: all 300ms ease;
}
.main-nav .navbar-brand img:hover {
  opacity: 0.8 !important;
}

.small-nav {
  display: none;
}

.small-nav.active {
  background-color: #000;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  z-index: 9999;
  padding: 16px 0;
  display: block;
}
@media (min-width: 991px) {
  .small-nav.active .navbar-nav {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .small-nav.active .navbar-brand img {
    width: 75px;
  }
}

.navbar-top ul li, .small-nav ul li {
  border: none !important;
}
.navbar-top ul li.active, .small-nav ul li.active {
  font-weight: 500;
}

.small-nav .social i {
  color: #000;
  transition: all 300ms ease;
}
.small-nav .social i:hover {
  color: #666666;
}

.navbar-top {
  font-family: "Lato", sans-serif;
}
.navbar-top .contact-nav span {
  font-size: 18px;
}
@media (max-width: 400px) {
  .navbar-top .contact-nav span {
    font-size: 14px;
  }
}
.navbar-top a {
  color: #fff;
}
.navbar-top a:hover {
  color: #d9d9d9;
}
.navbar-top a:hover i {
  color: #d9d9d9;
}
.navbar-top .social i {
  transition: all 300ms ease;
}

.navbar-bottom .navbar-nav .nav-link {
  color: #fff;
}
.navbar-bottom .navbar-nav .nav-link:after {
  display: block;
  content: "";
  width: 100%;
  margin: auto;
  border-bottom: solid 3px #a88654;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.navbar-bottom .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
}
.navbar-bottom .navbar-nav .nav-link.active:after {
  border-bottom: solid 3px #a88654 !important;
  display: block;
  content: "";
  transform: scaleX(1);
}

.navbar-bottom .navbar-nav .nav-link.show:after {
  transform: scaleX(1);
}

.navbar-dark .navbar-nav .nav-link.active:after {
  border-bottom: none;
}

.navbar-dark .navbar-nav .nav-link.active:hover:after {
  transform: scaleX(0);
}

.dropdown-toggle::after {
  border-top: none;
}

.dropdown-menu {
  background: #000;
}
.dropdown-menu .list-group .title:after {
  border-bottom: solid 2px #fff;
  display: block;
  content: "";
  width: 125%;
  margin-top: 10px;
}
.dropdown-menu .menu-food {
  max-width: 140px;
}
.dropdown-menu .menu-drinks {
  max-width: 130px;
}

.small-nav .navbar-nav .nav-link {
  white-space: nowrap !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  .small-nav .navbar-nav .nav-link {
    padding-bottom: 0;
  }
}

.navbar-bottom {
  box-shadow: 0px 15px 10px -15px #111 !important;
}
.navbar-bottom .navbar-toggler {
  color: white;
}
.navbar-bottom .navbar-toggler:hover {
  color: #d9d9d9;
}
@media (max-width: 991px) {
  .navbar-bottom .container-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar-bottom .navbar-nav .nav-link:after {
    width: 25%;
  }

  .navbar-bottom .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.caption {
  margin-top: 140px;
  background: rgba(0, 0, 0, 0.5);
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .caption {
    margin-top: 70px;
  }
}
.caption button:hover {
  background-color: #005a02;
}

.bg-image {
  height: 800px;
}

.brick-wall {
  background-color: #2b1400;
  background-image: url("/static/images/background/brick-wall.jpeg");
  background-size: cover;
}
@media (max-width: 1200px) {
  .brick-wall {
    background-size: contain;
  }
}

#index-advantages {
  color: black !important;
  color: white;
}
#index-advantages .container:first-child {
  background-image: url("/static/images/background/background.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#index-advantages .baker-sign {
  max-width: 300px;
}
#index-advantages .carousel h3, #index-advantages .carousel h5 {
  font-weight: bold;
  font-family: "sherlock", sans-serif;
  font-style: italic;
}
#index-advantages .carousel .content {
  color: black;
  font-family: "Lato", sans-serif !important;
}
#index-advantages .carousel .content p {
  font-family: "Fondamento", sans-serif !important;
  font-size: 18px;
}
@media (max-width: 1200px) {
  #index-advantages .carousel .content p {
    font-size: 16px;
  }
}
#index-advantages .carousel .carousel-buttons {
  position: absolute;
  bottom: 130px;
  left: 40%;
  border: 0 none;
  z-index: 999;
  color: black;
}
@media (max-width: 1400px) {
  #index-advantages .carousel .carousel-buttons {
    bottom: 70px;
  }
}
@media (max-width: 1200px) {
  #index-advantages .carousel .carousel-buttons {
    bottom: 60px;
  }
}
@media (max-width: 991px) {
  #index-advantages .carousel .carousel-buttons {
    bottom: 50px;
  }
}
#index-advantages .carousel .carousel-item img {
  transition: transform 300ms ease, filter 300ms ease;
}
@media (max-width: 1400px) {
  #index-advantages .carousel .carousel-item img {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  #index-advantages .carousel .carousel-item img {
    width: 320px;
  }
}
@media (max-width: 991px) {
  #index-advantages .carousel .carousel-item img {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
}
@media (max-width: 767px) {
  #index-advantages .carousel .carousel-item img {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  #index-advantages .carousel .carousel-item img {
    max-width: 60%;
  }
}
@media (max-width: 476px) {
  #index-advantages .carousel .carousel-item img {
    max-width: 80%;
  }
}
#index-advantages .carousel-control-next {
  left: 50px;
}
#index-advantages .carousel-control-next-icon::after {
  content: "\f152";
}
#index-advantages .carousel-control-prev-icon::after {
  content: "\f191";
}
#index-advantages .carousel-control-next-icon::after, #index-advantages .carousel-control-prev-icon::after {
  color: black;
  font-size: 2.4rem;
}
#index-advantages .carousel-fade .carousel-item.active, #index-advantages .carousel-fade .carousel-item-next.carousel-item-start, #index-advantages .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 99 !important;
}

.deals {
  background-image: url("../images/background/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.deals ul li {
  border: none;
}

.deals img, .gallery img {
  transition: all 300ms ease;
}
.deals img:hover, .gallery img:hover {
  transform: rotate(10deg) scale(1.3);
}

.deals .border-top-custom {
  padding: 5px 0 0;
  border-top-width: 2px;
  border-top-style: dashed;
}
.deals .border-top-custom p {
  line-height: 26px;
}

.instagram-card {
  background: #ffffff;
  border-radius: 3px;
  max-width: 400px;
  height: 500px;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 400px) {
  .instagram-card {
    max-width: 100%;
  }
}

.instagram-card-header {
  padding: 10px 20px 10px 20px;
}

.instagram-card-user-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.instagram-card-user-name {
  margin-left: 15px;
  font-weight: bold;
  color: #262626;
}

.instagram-card-content {
  padding: 15px 20px;
  height: 130px;
}

.f-card {
  background-color: white;
  border: 1px solid #d0d1d5;
  border-radius: 3px;
  padding: 12px;
  height: 500px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  max-width: 400px;
}
@media (max-width: 576px) {
  .f-card {
    max-width: 100%;
  }
}
.f-card .header {
  height: 50px;
  display: flex;
  align-items: center;
}

.co-logo {
  float: left;
  margin-right: 8px;
  width: 40px;
  height: 40px;
}

.co-name > a {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #365899 !important;
  text-decoration: none;
  margin-bottom: 2px;
}

.co-name > a:hover {
  text-decoration: underline;
}

.f-card .content {
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.38;
  height: 100px;
}
@media (min-width: 767px) and (max-width: 800px) {
  .f-card .content {
    height: 120px;
  }
}

.reference-content {
  border: 2px solid black;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 10px 12px 10px 12px;
}

.reference:hover .reference-content {
  border-color: black;
  /* Fallback */
  border-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .social-section .socials-row {
    width: 1000px;
  }
}
.social-section #intro > * {
  height: 850px;
}
@media (max-width: 1400px) {
  .social-section #intro > * {
    height: 930px;
  }
}
@media (max-width: 991px) {
  .social-section #intro > * {
    height: 100%;
  }
}
.social-section .carousel-item a {
  max-width: 400px;
}
@media (max-width: 576px) {
  .social-section .carousel-item a {
    max-width: 100%;
  }
}
.social-section .carousel-item .hashtag {
  font-size: 14px;
  color: #2d85f8;
}
.social-section .carousel-item.active, .social-section .carousel-item-next, .social-section .carousel-item-prev {
  display: flex;
  align-items: center;
}

footer {
  background-image: url("../images/background/footer.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  footer .container {
    max-width: 1000px;
  }
}
footer .social-icons a {
  color: #fff;
}
footer .social-icons a:hover {
  color: #b3b3b3;
}
footer .footer-content {
  color: #e5e5e5;
}
footer .footer-content i {
  color: #a88654;
}
footer .footer-content .social-icons i:hover {
  color: #755d3b;
}
footer .list-group .title:after {
  border-bottom: solid 2px #a88654;
  display: block;
  content: "";
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.welcome-menu {
  height: 200px;
}
.welcome-menu .navbar-nav .nav-item:hover {
  background: black !important;
}
.welcome-menu .navbar-nav .nav-item.active {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.welcome-menu .navbar-nav .nav-item.active:hover {
  background: #002701 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}
.welcome-menu .navbar-nav .nav-item:hover .nav-link {
  color: white !important;
}
@media (max-width: 1200px) {
  .welcome-menu {
    height: 150px;
  }
}

.menu-fluid {
  background-image: url("/static/images/background/brick-wall.jpeg");
  background-size: cover;
}
.menu-fluid .list-group-item {
  color: black !important;
}
@media (max-width: 800px) {
  .menu-fluid .list-group-item {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .menu-fluid .list-group-item {
    font-size: 13px;
  }
}
.menu-fluid .list-group-item.active {
  color: white !important;
}
.menu-fluid .dropdown-menu-item {
  background-color: whitesmoke;
}
.menu-fluid .dropdown-menu-item::before {
  display: inline-block;
  content: "";
  border-radius: 0rem;
  height: 0.8rem;
  width: 0.2rem;
  margin-right: 0.4rem;
  background-color: black;
}
.menu-fluid .dropdown-menu-item.active {
  background-color: #a88654;
}
.menu-fluid .caret {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 10px;
  vertical-align: bottom;
  border-top: 12px dashed;
  border-top: 12px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
@media (max-width: 800px) {
  .menu-fluid .caret {
    border-top: 10px dashed;
    border-top: 10px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-right: 5px;
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .menu-fluid .caret {
    border-top: 9px dashed;
    border-top: 9px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-right: 0px;
  }
}
.menu-fluid .dropdown-menu-toggler.carretUp .caret {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
.menu-fluid .dropdown-menu-toggler .caret {
  transition: all ease 0.5s;
}

.item-name {
  font-family: "Graduate", cursive;
  font-weight: 500 !important;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .item-name {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .item-name {
    font-size: 15px;
  }
}

.item-price {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .item-price {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .item-price {
    font-size: 15px;
  }
}

.item-price-row {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .item-price-row {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .item-price-row {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .item-price-row {
    font-size: 12px;
  }
}

.menu-row {
  padding-bottom: 30px;
  margin-top: 20px;
  border-bottom: 1px solid #c4c4c4;
}

.menu-row-drinks {
  height: 800px !important;
  overflow: scroll;
}

#foodToggle {
  margin-left: auto;
}

.menu-toggle {
  margin-bottom: 50px;
  margin-left: auto;
}
.menu-toggle img {
  max-width: 220px;
}
@media (max-width: 800px) {
  .menu-toggle img {
    max-width: 180px;
    margin-left: inherit;
  }
}
@media (max-width: 600px) {
  .menu-toggle img {
    max-width: 160px;
    margin-left: inherit;
  }
}
@media (max-width: 500px) {
  .menu-toggle img {
    max-width: 150px;
    margin-left: inherit;
  }
}
.menu-toggle img:hover {
  cursor: pointer;
}
.menu-toggle button {
  background-size: cover;
  background-repeat: no-repeat;
  width: 250px;
  height: 150px;
}
@media (max-width: 800px) {
  .menu-toggle button {
    margin-left: auto;
  }
}

@media (max-width: 550px) {
  .menu-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }

  #menu-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #menu-container .col-8 {
    padding-left: 0px;
  }
}
#contact-bg {
  background-image: url("/static/images/background/contact-bg.jpg");
  height: 246.85px;
}
@media (max-width: 767px) {
  #contact-bg {
    height: 258.05px;
  }
}

.contact-us .card {
  background-image: url("/static/images/background/form-bg.jpg");
}

.form-outline .form-control {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}

.padding-contact {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-contact {
    padding-bottom: 180px;
  }
}
@media (max-width: 576px) {
  .padding-contact {
    padding-bottom: 160px;
  }
}

.form-outline .form-control ~ .form-label {
  color: white;
}

.contact-us .heading-section h1 {
  font-family: "Mate SC", serif;
  line-height: 90px;
  border-top: solid 4px black;
  border-bottom: solid 4px black;
}

.contact-us .errorlist {
  color: white;
  font-weight: bold;
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
}

.contact-us ul li {
  border: none;
}
.contact-us ul li i {
  font-size: 24px;
}
@media (max-width: 450px) {
  .contact-us ul li {
    padding-left: 0;
    padding-right: 0;
  }
}

.map-section {
  box-shadow: 0px 2px 35px 10px rgba(0, 0, 0, 0.25);
}

.map-section img {
  top: -237px;
  left: 0;
}
@media (max-width: 767px) {
  .map-section img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .map-section img {
    max-width: 260px;
    top: -207px;
  }
}

.contact-us, .social-section, .team-section {
  background-color: #f9f7f1 !important;
}
.contact-us header, .social-section header, .team-section header {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 72px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-us header, .social-section header, .team-section header {
    font-size: 60px;
  }
}
.contact-us p, .social-section p, .team-section p {
  margin-top: 0;
  margin-bottom: 20px;
}
.contact-us .subhead, .social-section .subhead, .team-section .subhead {
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0 12px 0;
}
.contact-us .weatherforcastbox, .social-section .weatherforcastbox, .team-section .weatherforcastbox {
  position: relative;
  width: 12%;
  left: 10px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  display: inline-block;
  margin: 0 50px 20px -360px;
}
.contact-us .col-lg-6 + .col-lg-6, .social-section .col-lg-6 + .col-lg-6, .team-section .col-lg-6 + .col-lg-6 {
  border-left: 1px solid #2f2f2f;
}
@media (max-width: 991px) {
  .contact-us .col-lg-6 + .col-lg-6, .social-section .col-lg-6 + .col-lg-6, .team-section .col-lg-6 + .col-lg-6 {
    border-left: none !important;
  }
}
.contact-us .content .headline, .social-section .content .headline, .team-section .content .headline {
  line-height: normal;
  font-family: "Playfair Display", serif;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl1, .social-section .content .headline.hl1, .team-section .content .headline.hl1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl2, .social-section .content .headline.hl2, .team-section .content .headline.hl2 {
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl2:before, .social-section .content .headline.hl2:before, .team-section .content .headline.hl2:before {
  border-top: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl2:after, .social-section .content .headline.hl2:after, .team-section .content .headline.hl2:after {
  border-bottom: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 13px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl3, .social-section .content .headline.hl3, .team-section .content .headline.hl3 {
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl4, .social-section .content .headline.hl4, .team-section .content .headline.hl4 {
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl4:before, .social-section .content .headline.hl4:before, .team-section .content .headline.hl4:before {
  border-top: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl4:after, .social-section .content .headline.hl4:after, .team-section .content .headline.hl4:after {
  border-bottom: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl5, .social-section .content .headline.hl5, .team-section .content .headline.hl5 {
  font-weight: 400;
  font-size: 42px;
  text-transform: uppercase;
  font-style: italic;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl6, .social-section .content .headline.hl6, .team-section .content .headline.hl6 {
  font-weight: 400;
  font-size: 18px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl6:before, .social-section .content .headline.hl6:before, .team-section .content .headline.hl6:before {
  border-top: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl6:after, .social-section .content .headline.hl6:after, .team-section .content .headline.hl6:after {
  border-bottom: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .headline.hl7, .social-section .content .headline.hl7, .team-section .content .headline.hl7 {
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  display: block;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl8, .social-section .content .headline.hl8, .team-section .content .headline.hl8 {
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl9, .social-section .content .headline.hl9, .team-section .content .headline.hl9 {
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .headline.hl10, .social-section .content .headline.hl10, .team-section .content .headline.hl10 {
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.contact-us .content .citation, .social-section .content .citation, .team-section .content .citation {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 44px;
  /*font-style: italic;*/
  text-align: center;
  font-weight: 400;
  display: block;
  margin: 40px 0 40px 0;
  font-feature-settings: "liga", "dlig";
}
.contact-us .content .citation:before, .social-section .content .citation:before, .team-section .content .citation:before {
  border-top: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 16px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .citation:after, .social-section .content .citation:after, .team-section .content .citation:after {
  border-bottom: 1px solid #2f2f2f;
  content: "";
  width: 100px;
  height: 16px;
  display: block;
  margin: 0 auto;
}
.contact-us .content .figure, .social-section .content .figure, .team-section .content .figure {
  margin: 0 0 20px;
}
.contact-us .content .figcaption, .social-section .content .figcaption, .team-section .content .figcaption {
  font-style: italic;
  font-size: 12px;
}
.contact-us .media, .social-section .media, .team-section .media {
  -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
  filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
  mix-blend-mode: multiply;
  width: 100%;
}
@media only all and (max-width: 600px) {
  .contact-us header, .social-section header, .team-section header {
    max-width: 320px;
    font-size: 40px;
    line-height: 48px;
    overflow: hidden;
  }
}
@media only all and (max-width: 450px) {
  .contact-us header, .social-section header, .team-section header {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .contact-us .contact-us iframe, .social-section .contact-us iframe, .team-section .contact-us iframe {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  .contact-us .contact-us ul li span, .social-section .contact-us ul li span, .team-section .contact-us ul li span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .contact-us .contact-us ul li span, .social-section .contact-us ul li span, .team-section .contact-us ul li span {
    font-size: 16px;
  }
}

#about-bg {
  background-image: url("/static/images/background/about-bg.jpg");
  background-size: cover;
  background-position: top;
  height: 400px;
}

.team-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.team-section div:first-child {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.welcome-about .card {
  background: rgba(249, 247, 241, 0.8);
  height: 100%;
}
@media (max-width: 767px) {
  .welcome-about .card {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .welcome-about .card {
    width: 100%;
  }
}

#about-bg-3 {
  height: 430px;
  background-image: url("/static/images/background/about-bg.jpg");
}
@media (max-width: 767px) {
  #about-bg-3 {
    height: 1000px;
  }
}
#about-bg-3 img {
  filter: brightness(0) invert(0.8);
}

.gallery .custom-border {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.gallery .custom-border::before, .gallery .custom-border::after {
  content: "";
  position: absolute;
  bottom: 11px;
  width: 33px;
  height: 4px;
  border-bottom: 3px double #b5a79a;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.gallery .custom-border img {
  margin: 0 30px;
}

.info .title {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 23px;
}
.info .title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  border-bottom: 3px double #fff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.info .body .phone-number {
  font-family: "Graduate", cursive !important;
  font-size: 24px;
}

@media (min-width: 767px) {
  .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.info .social a {
  font-size: 18px !important;
  text-decoration: underline;
  color: #fff;
}
.info .social a:hover {
  color: #d9d9d9;
}

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