/* additional custom styles CSS */
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

select {
  background-image: url(../assets/svg/down-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 15px;
  appearance: none;
  -moz-appearance: none;
  background-size: 20px;
}
.select-caret-down-wrapper {
  display: none;
}
input::placeholder,
textarea::placeholder {
  opacity: 1 !important;
}
/* Styles for responsive design and media queries */

.mobileshow {
  display: none;
}
/* Screen 320px to 767px */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .laptopshow {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .events-item {
    margin-bottom: 30px;
  }
  .blog-item {
    margin-bottom: 30px;
  }
}
.events-item ul {
  margin-bottom: 20px;
}

.events-item ul li {
  color: #fff;
}


.gallerya .swiper-slide{
  border-radius: 15px;
}
.taxonomy-post_tag.wp-block-post-terms a {
  text-decoration: underline;
}