/* header */
.navbar.transform {
  transition: 1s;
  background: rgba(53, 13, 2, 0.7);
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  background: rgba(53, 13, 2, 0.7);
  color: #fff;
  box-shadow: none;
}

.navbar li:not(.btn):hover > a {
  background-color: #442c25;
  color: #d6c279 !important;
  opacity: 1 !important;
}

.inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 1140px) {
  .inner {
    padding-inline: 5%;
  }
}

.inner-sm {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}

.inner-lg {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
}

.button02 {
  z-index: 2;
}

.custom-post {
  padding: 150px 0 100px 0;
}

@media screen and (max-width: 1140px) {
  #logocontent {
    position: absolute;
    inset: auto auto 0 0;
    height: auto;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  #logocontent {
    max-width: 100%;
    padding: 0;
  }
}

.logocontent {
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .logocontent {
    display: none;
  }
}
.logocontent p {
  font-weight: normal;
}

.logocontent2-wrap {
  position: relative;
  background-color: rgba(53, 13, 2, 0.7);
  bottom: 8px;
  left: -15px;
  width: 107%;
  padding: 15px 9px 10px 16px;
}
@media screen and (max-width: 1140px) {
  .logocontent2-wrap {
    bottom: -10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .logocontent2-wrap {
    width: 100%;
    bottom: 0px;
    left: 0px;
  }
}

.su-posts-header {
  position: relative;
}
.su-posts-header p {
  position: relative;
  top: 4px;
  color: #fff;
  font-size: 14px;
  font-family: din_nm;
  margin: 4px 0 10px;
  letter-spacing: 0.5px;
  border: 2px solid #fff;
  padding: 3px 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.su-posts.su-posts-teaser-loop {
  top: 0;
  background-color: transparent;
}

.su-posts-footer {
  margin-top: 10px;
}
.su-posts-footer .btmmore a {
  color: #fff;
}

/* footer */
.footer-area1 {
  padding: 60px 0 60px 0;
  background-color: #54362d;
}
@media screen and (max-width: 767px) {
  .footer-area1 {
    padding: 60px 0 10px 0;
  }
}
.footer-area1 .footer-01 {
  margin-bottom: 20px;
}
.footer-area1 .footer-01 h5 {
  margin-bottom: 15px;
}
.footer-area1 .icon-list-items {
  margin-bottom: 20px;
}
.footer-area1 .icon-list-items .icon-list-item {
  margin-bottom: 10px;
  color: #fff;
}
.footer-area1 .icon-list-items .icon-list-item a {
  color: #fff;
}

.footer-area1-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-area1-block01__left {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .footer-area1-block01__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-area1-block01__right {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .footer-area1-block01__right {
    width: 100%;
  }
}

.footer-area2 {
  padding: 25px 0 20px;
  background-color: #442c25;
}
.footer-area2 p {
  color: #fff;
}