/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       Zivoraa Nail Studio
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra_child
*/
body {
  padding: 0;
  margin: 0;
}
ol,
ul {
  margin: 0;
}
.ast-above-header-wrap .ast-container {
  max-width: 100%;
}
.elementor-widget-text-editor p {
  margin-bottom: 0 !important;
}
.site-header {
  position: sticky;
  top: 0;
}
.site-above-header-wrap {
  padding: 0 !important;
}
.site-above-header-wrap .ast-site-identity {
  padding: 15px 30px;
  background-color: #ccc0af;
}
.site-above-header-wrap .menu-link:focus {
  outline: none !important;
}
.elementor-button {
  color: #fff;
  border: 1px solid #000 !important;
  background-image: -webkit-linear-gradient(30deg, #000 50%, transparent 50%);
  background-image: linear-gradient(30deg, #000 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.elementor-button:hover {
  background-position: 100%;
  color: #000;
  background-color: transparent !important;
}
.elementor-button:hover .elementor-button-icon svg path {
  fill: #000;
}
.custom-carousel-wrapper .elementor-swiper-button-prev,
.custom-carousel-wrapper .elementor-swiper-button-next {
  background-color: rgba(130, 77, 59, 70%);
  width: 56px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 0 50px 50px 0px;
}
.custom-carousel-wrapper .elementor-swiper-button-prev {
  left: 0px !important;
  border-radius: 0 50px 50px 0px;
}
.custom-carousel-wrapper .elementor-swiper-button-next {
  right: 0px !important;
  border-radius: 50px 0px 0px 50px;
}
.custom-carousel-wrapper .elementor-swiper-button-prev svg,
.custom-carousel-wrapper .elementor-swiper-button-next svg {
  height: 0.6em !important;
  width: 0.6em !important;
}
.custom-carousel-wrapper .elementor-swiper-button-prev:hover,
.custom-carousel-wrapper .elementor-swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 100%);
}
.custom-carousel-wrapper .swiper-slide-inner img {
  outline-offset: -30px;
  outline: 2px dashed rgba(245, 230, 223, 50%);
}
.footer-widget-area .wp-block-media-text__media {
  margin-bottom: 25px;
}
.footer-widget-area .wp-block-media-text__media img {
  width: 130px;
}
.site-footer-primary-section-3 .wp-block-media-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.site-footer-primary-section-3
  .wp-block-media-text
  .wp-block-media-text__media {
  width: 28px;
  flex-shrink: 0;
  margin: 0;
}
.site-footer-primary-section-3 .wp-block-media-text__content p {
  margin: 0;
}
.site-footer-primary-section-2 .menu-item {
  margin: 0 0 20px 0;
  line-height: normal;
}
.site-footer-primary-section-2 .menu-item a {
  position: relative;
  padding-left: 30px;
}
.site-footer-primary-section-2 .menu-item a::before {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  width: 16px;
  height: 1px;
  background-color: #000;
}
.site-footer-primary-section-2 .menu-item a::after {
  position: absolute;
  left: 16px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  width: 3px;
  height: 3px;
  background-color: #000;
}
.site-footer-primary-section-2 .menu-item a:hover::before,
.site-footer-primary-section-2 .menu-item a:hover::after {
  background-color: #ccc0af;
}
.insta-card {
  position: relative;
}
.insta-card:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(122, 63, 44, 70%);
  content: "";
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.insta-card .insta-icon {
  display: none;
}
.insta-card:hover .insta-icon {
  display: block;
}
.insta-card:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .site-above-header-wrap .ast-site-identity {
    padding: 15px;
  }
  .custom-carousel-wrapper .elementor-swiper-button-prev,
  .custom-carousel-wrapper .elementor-swiper-button-next {
    width: 46px;
    height: 40px;
  }
  .custom-carousel-wrapper .swiper-slide-inner img {
    outline-offset: -20px;
  }
}
