/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal Team)</a>
* Template: triply
* Version: 1.2.5
*/


.hentry .post-navigation {
    margin-bottom: 1.618em;
    margin-top: 1.618em;
    display: none;
}


/* Hide pagination dots */
.swiper-pagination {
  display: none !important;
}

/* Resize navigation arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  opacity: 0.75;          /* optional: make them semi-transparent */
  /* optionally adjust background / arrow icon */
  background-size: contain !important;
}

/* If arrows show as pseudo-elements (::after), adjust their font-size */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
}

/* Ensure arrows are vertically centered */
.swiper-button-prev,
.swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Hide slider dots */
.swiper-pagination,
.slick-dots {
    display: none !important;
}

/* Force smaller arrows */
.elementor-swiper-button {
    transform: scale(0.5) !important;
}


/* Hide footer arrow */
#scrollUp,
.scroll-top,
.back-to-top,
#scroll-top-link {
  display: none !important;
}


/* Remove bullets from all unordered lists */
ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

/* Try to hide the back-to-top / scroll-up arrow globally */
#scrollUp,
.scroll-top,
.back-to-top,
#scroll-top-link,
a[href="#top"],
a[href="#top"]::after {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

body > a[href="#top"],
body > .scroll-top,
body > #scrollUp {
  display: none !important;
}

/* Hide any stray Flatpickr calendar that appears outside inputs */
body > .flatpickr-calendar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
}
