.breadcrumb-area img {
  width: 100%;
}

footer .footer__info i {
  color: #d0ab7e;
  font-size: 26px;
}

.social-links {
  gap: 10px;
}
.social-links .fa-instagram {
  font-size: 32px;
  color: #dc3363;
}
.social-links a {
  border-color: #dc3363;
}

/* menu items spaced around */
.desktop-header-view .main-menu__3 nav ul {
  justify-content: space-around;
}

.desktop-header-view .menu-area__right > div:first-child {
  width: 100%;
}

.desktop-header-view .menu-area__right nav ul {
  justify-content: space-around;
}

.desktop-header-view .logo {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  margin: auto;
  border-radius: 25%;
}
.desktop-header-view .logo img {
  border-radius: 25%;
}

.mobile-header-view .logo {
  padding: 2px;
  border-radius: 25%;
}
.mobile-header-view .logo img {
  border-radius: 25%;
}

.footer__logo--content {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  border-radius: 25%;
}
.footer__logo--content img {
  border-radius: 25%;
  height: 95px;
}

.side-info__logo img {
  height: 84px;
}

.author-info i {
  color: gold;
}

#galleryModal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 575px) {
  #galleryModal {
    padding-top: 150px;
  }
}
#modalImage {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  #modalImage {
    width: 100%;
  }
}
.popular-menu__grid .grid-item {
  cursor: pointer;
}

.popular-menu__masonary {
  background-color: rgba(182, 196, 134, 0.22);
  border-radius: 25px;
} /*# sourceMappingURL=custom.css.map */
