header .logo img {
  max-width: 280px;
}

header .logo {
  z-index: 11;
  position: relative;
  pointer-events: none;
  text-align: center;
  padding-top: 30px;
}

.content-wrap {
  background-color: rgba(255, 222, 173, .7);
}

.badge {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Playfair Display;
  letter-spacing: 1px;
  display: inline-block;
  padding: .6em 2.4em;
  border-radius: 2em;
  line-height: 1.1em;
  color: #FFFFFF;
  margin: 10px 0;
  border-style: solid;
  border-color: #F5D8A6;
  border-width: 1.5px;
}

.badge-rounded {
  display: inline-block;
  padding: .6em .9em;
  border-radius: 2em;
  border-style: solid;
  border-color: #F5D8A6;
  border-width: 1.5px;
}

.ambiance-icon.bg {
  background-color: rgba(0, 0, 0, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
}

.ambiance-icon.bg .image {
  margin: 0;
  height: 80px;
  display: block;
  margin: auto;
}

.img-social {
  max-width: 50px;
  margin: 0 5px 0 5px;
}

/* Header and Text Colors */
header.detail * {
  color: #FFDEAD;
}

.content-wrap header h2 a,
.date-icon a,
p,
cite,
a,
dl dd,
ul,
ol {
  color: #000000;
}

footer,
p {
  color: #f5d8a5;
}

/* Links and Buttons */
.more-link {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  padding: 0 1em;
  line-height: 2.5em;
  border-radius: 1.5em;
  background-color: transparent;
  color: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 1.5px;
}

.more-link:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  line-height: 1;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  content: "\2e";
  margin-right: 5px;
}

/* Navigation and Menu Styles */
#navigation li:first-child a h1 {
  display: none;
}

#navigation li:first-child a section {
  background-image: url(/img/logo-graphic.png);
  background-size: 130px 130px;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
}

/* Price List Styles */
ul.price-list li .top .title {
  color: #000000;
  text-align: left;
  width: 100% !important;
}

ul.price-list li .description {
  color: rgba(96, 57, 19, 1);
}

.description {
  border: 0;
}

/* Button States */
.btn.active {
  border-color: #000000;
  background-color: #000000;
}

.btn {
  color: #000000;
  border-color: #000000;
}

.content header.with-subnav ul li.btn:hover {
  border-color: #F5D8A6;
  background-color: #F5D8A6;
}

/* Price Badge */
h4.price.badge {
  font-family: Adamina;
  color: #ffffff;
  background-color: #000000;
  border: 0;
  margin: 1em 0 0 0;
}

/* Popup Styles */
#popups {
  position: absolute;
  width: 300px;
  height: auto;
  padding: 30px 20px;
  background: #fff;
}

.about-us p {
  color: #000 !important;
}

.about .detail.full section::after {
  content: url(/wp-content/uploads/2019/09/pattern-sign.png);
  text-align: center;
  display: block;
  height: 55px;
}

.ambiance-icon.bg:before {
  line-height: 80px;
  display: block;
  text-align: center;
}

.with-subnav-categary ul {
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}