.my-swiper-button-main {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.my-swiper-button-main.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  margin-top: 5px;
}
.my-swiper-button-main .my-swiper-button {
  cursor: pointer;
}
.my-swiper-button-main .my-swiper-button-next,
.my-swiper-button-main .my-swiper-button-prev {
  width: 33px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/blog-slide-arrow.png);
  filter: brightness(0) invert(0.7);
}
.my-swiper-button-main .my-swiper-button-next::after,
.my-swiper-button-main .my-swiper-button-prev::after {
  display: none;
}
.my-swiper-button-main .my-swiper-button-next {
  transform: rotate(180deg);
}

.blog-search-result-count.hidden {
  display: none;
}

.my-custom-swiper {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  text-align: center;
}
.my-custom-swiper.swiper-pointer-events {
  touch-action: auto;
}
.my-custom-swiper::-webkit-scrollbar {
  display: none;
}
.my-custom-swiper .swiper-slide {
  scroll-snap-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-left: 6px;
  white-space: normal;
}

.blog-search-result-count {
  margin-top: 0;
  margin-bottom: 5px;
}

.my-blog-search-form {
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.my-blog-search-form .my-search-field {
  position: relative;
  border: 1px solid #B5B5B5;
  border-radius: 22px;
  display: flex;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
}
.my-blog-search-form .my-search-field.open {
  width: 330px;
}
.my-blog-search-form .my-search-field:before {
  content: "";
  background: url(../images/search-icon.png) no-repeat;
  position: absolute;
  left: 13px;
  top: 12px;
  background-size: 18px;
  width: 24px;
  height: 24px;
}
.my-blog-search-form input {
  border: none !important;
  border-style: hidden !important;
}
.my-blog-search-form input[type=text] {
  font-size: 24px;
  line-height: normal;
  font-family: "Hoefler Titling A", serif;
  color: #F0F0F0;
  flex-basis: 275px;
  padding-left: 46px;
  outline: none !important;
  text-indent: 4px;
}
.my-blog-search-form input[type=text]::selection {
  background: #0066cc;
  color: #ffffff;
}
.my-blog-search-form input[type=text]::-moz-selection {
  background: #0066cc;
  color: #ffffff;
}
.my-blog-search-form input[type=submit] {
  background: transparent;
  font-size: 0;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  top: 14px;
  opacity: 0.6;
}
.my-blog-search-form input[type=submit]:hover {
  background-color: transparent;
  opacity: 1;
}

body.page-id-6331 .elementor-element.elementor-element-29efe05 .elementor-heading-title,
body.page-id-6331 .my-blog-search-form input[type=text] {
  font-family: "Hoefler Titling A", "Hoefler Titling B", serif;
  font-weight: 400;
  font-style: italic;
}/*# sourceMappingURL=blog-widget.css.map */