a,
button,
img,
.wp-block-group,
.wp-block-columns,
.wp-block-column {
  transition: all ease 0.23s;
}
.wp-block-image.is-style-wnt-boxshadow img,
.wp-block-column.is-style-wnt-boxshadow,
.wp-block-columns.is-style-wnt-boxshadow,
.wp-block-group.is-style-wnt-boxshadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-wnt-boxshadow-medium img,
.wp-block-column.is-style-wnt-boxshadow-medium,
.wp-block-columns.is-style-wnt-boxshadow-medium,
.wp-block-group.is-style-wnt-boxshadow-medium {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-wnt-boxshadow-large img,
.wp-block-column.is-style-wnt-boxshadow-large,
.wp-block-columns.is-style-wnt-boxshadow-large,
.wp-block-group.is-style-wnt-boxshadow-large {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-wnt-boxshadow-hover img:hover,
.wp-block-column.is-style-wnt-boxshadow-hover:hover,
.wp-block-columns.is-style-wnt-boxshadow-hover:hover,
.wp-block-group.is-style-wnt-boxshadow-hover:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.taxonomy-category.is-style-categories-background-with-round a,
.taxonomy-category.is-style-categories-primary-background-color a,
.taxonomy-category.is-style-categories-white-background-color a,
.taxonomy-category.is-style-categories-neutral-background-color a {
  padding: 4px 12px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  transition: all ease 0.23s;
  -webkit-transition: all ease 0.23s;
  -moz-transition: all ease 0.23s;
  -o-transition: all ease 0.23s;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.taxonomy-category.is-style-categories-background-with-round a,
.taxonomy-category.is-style-categories-primary-background-color a {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  border-radius: 20px;
}
.taxonomy-category.is-style-categories-white-background-color a {
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  border-radius: 3px;
}
.taxonomy-category.is-style-categories-white-background-color a:hover,
.taxonomy-category.is-style-categories-neutral-background-color a:hover {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.taxonomy-category.is-style-categories-primary-background-color a {
  border-radius: 3px;
}
.taxonomy-category.is-style-categories-neutral-background-color a {
  background-color: var(--wp--preset--color--neutral-color);
  color: var(--wp--preset--color--gray-color);
  border-radius: 3px;
}
.taxonomy-category.is-style-categories-background-with-round a:hover,
.taxonomy-category.is-style-categories-primary-background-color a:hover {
  opacity: 0.87;
  color: #fff;
}
.taxonomy-category.is-style-categories-background-with-round .wp-block-post-terms__separator,
.taxonomy-category.is-style-categories-primary-background-color .wp-block-post-terms__separator {
  display: none;
}
/*styling post title for hover*/
.is-style-title-hover-primary-color.wp-block-post-title a:hover {
  color: var(--wp--preset--color--primary);
}
.is-style-title-hover-secondary-color.wp-block-post-title a:hover {
  color: var(--wp--preset--color--secondary);
}
/*button hover style*/
.wp-block-button.is-style-button-hover-primary-color a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-button.is-style-button-hover-secondary-color a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.wp-block-button.is-style-button-hover-primary-bgcolor a.wp-block-button__link.wp-element-button:hover {
  background-color: var(--wp--preset--color--primary) !important;
  opacity: 1;
  color: #ffffff !important;
}
.wp-block-button.is-style-button-hover-secondary-bgcolor a.wp-block-button__link.wp-element-button:hover {
  background-color: var(--wp--preset--color--secondary) !important;
  opacity: 1;
  color: #ffffff !important;
}

.wp-block-button.is-style-button-hover-white-bgcolor a.wp-block-button__link.wp-element-button:hover {
  background-color: #ffffff !important;
  opacity: 1;
  color: var(--wp--preset--color--text-color) !important;
}
/*Styling read more block for hover*/
.is-style-readmore-hover-primary-color.wp-block-read-more:hover,
.is-style-hide-bullet-list-link-hover-style-primary a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.is-style-readmore-hover-secondary-color.wp-block-read-more:hover,
.is-style-hide-bullet-list-link-hover-style-secondary a:hover {
  color: var(--wp--preset--color--secondary) !important;
}

.is-style-readmore-hover-primary-fill.wp-block-read-more,
.is-style-readmore-hover-secondary-fill.wp-block-read-more {
  border-radius: 20px;
}
.is-style-readmore-hover-primary-fill.wp-block-read-more:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: #fff !important;
}
.is-style-readmore-hover-secondary-fill.wp-block-read-more:hover {
  background-color: var(--wp--preset--color--secondary) !important;
  color: #fff !important;
}
/*style list for ul*/
.is-style-list-style-no-bullet,
.is-style-hide-bullet-list-link-hover-style-primary,
.is-style-hide-bullet-list-link-hover-style-secondary {
  list-style-type: none;
}
/*image hover effect*/
figure.wp-block-image.is-style-wnt-image-hover-rotate img:hover {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.wp-block-image.is-style-wnt-image-hover-pulse img:hover {
  animation: wntPulse 2s infinite;
  -moz-animation: wntPulse 2s infinite;
  -o-animation: wntPulse 2s infinite;
  -webkit-animation: wntPulse 2s infinite;
  animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
}
.wp-block-image.is-style-wnt-image-pulse img {
  animation: wntPulse 2s infinite;
  -moz-animation: wntPulse 2s infinite;
  -o-animation: wntPulse 2s infinite;
  -webkit-animation: wntPulse 2s infinite;
  animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
}
@keyframes wntPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.wp-block-gallery.wnt-brands-logos .wp-block-image {
  align-items: center;
}
.wp-block-gallery.is-style-enable-grayscale-mode-on-image .wp-block-image img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all ease-in 0.23s;
  -webkit-transition: all ease-in 0.23s;
  -moz-transition: all ease-in 0.23s;
  -o-transition: all ease-in 0.23s;
}
.wp-block-gallery.is-style-enable-grayscale-mode-on-image .wp-block-image img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.wp-site-blocks > * + * {
  margin-block-start: 0 !important;
}
.wnt-duotone-primary {
  filter: var(--wp--preset--duotone--primary);
}
.wp-block-social-links.is-style-social-icon-border li a {
  border: 1px solid;
  border-radius: 50%;
}
.is-style-wnt-page-list-bullet-hide-style.wp-block-page-list,
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-style,
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-text-color,
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-white-color,
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-heading-color,
.is-style-wnt-page-list-bullet-hide-normal-color.wp-block-page-list,
.is-style-wnt-page-list-bullet-hide-white-color.wp-block-page-list,
.is-style-wnt-page-list-bullet-hide-heading-color.wp-block-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-text-color li a,
.is-style-wnt-page-list-bullet-hide-normal-color.wp-block-page-list li a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-heading-color li a,
.is-style-wnt-page-list-bullet-hide-heading-color.wp-block-page-list li a {
  color: var(--wp--preset--color--heading-color);
  text-decoration: none;
}
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-white-color li a,
.is-style-wnt-page-list-bullet-hide-white-color.wp-block-page-list li a {
  color: #fff;
  text-decoration: none;
}
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-text-color li a:hover,
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-white-color li a:hover,
.wp-block-categories-list.is-style-wnt-categories-bullet-hide-heading-color li a:hover,
.is-style-wnt-page-list-bullet-hide-white-color.wp-block-page-list li a:hover,
.is-style-wnt-page-list-bullet-hide-heading-color.wp-block-page-list li a:hover,
.is-style-wnt-page-list-bullet-hide-normal-color.wp-block-page-list li a:hover {
  color: var(--wp--preset--color--primary);
}
.wp-block-cover.is-style-wnt-cover-round-style {
  border-radius: 7px;
  overflow: hidden;
}
.wp-block-query.wnt-banner-slider,
.wp-block-query.wnt-ticker-slider {
  overflow: hidden;
}
.wp-block-query .wnt-swiper-holder li,
.wp-block-query.wnt-ticker-slider ul li {
  margin-block-start: 0;
}
.wp-block-query .wnt-swiper-holder .wp-block-cover__inner-container {
  width: 100% !important;
}

.wp-block-query.wnt-ticker-slider ul li {
  padding-left: 20px;
}
.wp-block-query.wnt-ticker-slider ul li:before {
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--wp--preset--color--primary);
  border-radius: 10px;
  position: absolute;
  top: 5px;
}
.wp-block-query.wnt-ticker-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.wnt-slider-nav .wnt-slide-next,
.wnt-slider-nav .wnt-slide-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f7f7f7;
  margin-left: 5px;
  transition: all ease 0.23s;
  display: inline-block;
  position: relative;
}
.wnt-slider-nav .wnt-slide-next:before,
.wnt-slider-nav .wnt-slide-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #818181;
  position: absolute;
  left: 0;
  top: 0;
  mask-image: url(../images/wnt_arrow.svg);
  -webkit-mask-image: url(../images/wnt_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  transition: all ease 0.23s;
}
.wnt-slider-nav .wnt-slide-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.wp-block-query.wnt-banner-slider .wnt-slider-nav {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.wnt-slide-content {
  position: relative;
}
.wnt-slider-nav .wnt-slide-next:hover,
.wnt-slider-nav .wnt-slide-prev:hover {
  background-color: var(--wp--preset--color--primary);
}
.wnt-slider-nav .wnt-slide-next:hover:before,
.wnt-slider-nav .wnt-slide-prev:hover:before {
  background-color: #fff;
}
.wnt-default-thumbnail {
  border-radius: 10px;
}
.wp-block-post-featured-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.wp-block-query.wnt-banner-slider .wnt-default-thumbnail,
.wnt-swiper-holder .wnt-default-thumbnail,
.wp-block-cover .wnt-default-thumbnail {
  display: none;
}
.wp-block-query.wnt-carousel-one .wnt-default-thumbnail,
.wp-block-query.wnt-carousel-two .wnt-default-thumbnail {
  display: block;
}
.is-style-wnt-cover-round-style .wp-block-cover__inner-container.wp-block-cover-is-layout-constrained {
  width: 100% !important;
}
