a,
button,
img,
.block-group,
.block-columns,
.block-column {
    transition: all ease 0.23s;
}

.block-image.is-style-blockpage-boxshadow img,
.block-column.is-style-blockpage-boxshadow,
.block-columns.is-style-blockpage-boxshadow,
.block-group.is-style-blockpage-boxshadow {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.block-image.is-style-blockpage-boxshadow-medium img,
.block-column.is-style-blockpage-boxshadow-medium,
.block-columns.is-style-blockpage-boxshadow-medium,
.block-group.is-style-blockpage-boxshadow-medium {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.block-image.is-style-blockpage-boxshadow-large img,
.block-column.is-style-blockpage-boxshadow-large,
.block-columns.is-style-blockpage-boxshadow-large,
.block-group.is-style-blockpage-boxshadow-large {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.block-image.is-style-blockpage-boxshadow-hover img:hover,
.block-column.is-style-blockpage-boxshadow-hover:hover,
.block-columns.is-style-blockpage-boxshadow-hover:hover,
.block-group.is-style-blockpage-boxshadow-hover:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.taxonomy-category.is-style-categories-background-with-round a {
    padding: 6px 12px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.taxonomy-category.is-style-categories-background-with-round a:before {
    background-color: var(--preset--color--primary);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.089;
    transition: all ease 0.23s;
    -webkit-transition: all ease 0.23s;
    -moz-transition: all ease 0.23s;
    -o-transition: all ease 0.23s;
    border-radius: 4px;
}

.taxonomy-category.is-style-categories-background-with-round a:hover:before {
    opacity: 0.06;
}

.taxonomy-category.is-style-categories-background-with-round a {
    margin: 0 5px 5px 0;
    display: inline-block;
}

.taxonomy-category.is-style-categories-background-with-round .block-post-terms__separator {
    display: none;
}

/*styling post title for hover*/

.is-style-title-hover-primary-color.block-post-title a:hover {
    color: var(--preset--color--primary);
}

.is-style-title-hover-secondary-color.block-post-title a:hover {
    color: var(--preset--color--secondary);
}

/*button hover style*/

.block-button.is-style-button-hover-primary-color a:hover {
    color: var(--preset--color--primary) !important;
}

.block-button.is-style-button-hover-secondary-color a:hover {
    color: var(--preset--color--secondary) !important;
}

.block-button.is-style-button-hover-primary-bgcolor a.block-button__link.element-button:hover {
    background-color: var(--preset--color--primary) !important;
    opacity: 1;
    color: #ffffff !important;
}

.block-button.is-style-button-hover-secondary-bgcolor a.block-button__link.element-button:hover {
    background-color: var(--preset--color--secondary) !important;
    opacity: 1;
    color: #ffffff !important;
}

.block-button.is-style-button-hover-white-bgcolor a.block-button__link.element-button:hover {
    background: #ffffff !important;
    opacity: 1;
    color: #0b0c0c !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(--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(--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(--preset--color--primary) !important;
    color: #fff !important;
}

.is-style-readmore-hover-secondary-fill.wp-block-read-more:hover {
    background-color: var(--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.block-image.is-style-blockpage-image-hover-rotate img:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.block-image.is-style-blockpage-image-hover-pulse img:hover {
    animation: blockpagePulse 2s infinite;
    -moz-animation: blockpagePulse 2s infinite;
    -o-animation: blockpagePulse 2s infinite;
    -webkit-animation: blockpagePulse 2s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}

.block-image.is-style-blockpage-image-pulse img {
    animation: blockpagePulse 2s infinite;
    -moz-animation: blockpagePulse 2s infinite;
    -o-animation: blockpagePulse 2s infinite;
    -webkit-animation: blockpagePulse 2s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}

@keyframes blockpagePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

.block-gallery.blockpage-brands-logos .block-image {
    align-items: center;
}

.block-gallery.is-style-enable-grayscale-mode-on-image .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;
}

.block-gallery.is-style-enable-grayscale-mode-on-image .block-image img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.site-blocks>*+* {
    margin-block-start: 0 !important;
}

.blockpage-duotone-primary {
    filter: var(--preset--duotone--primary);
}

.wp-block-social-links.is-style-social-icon-border li a {
    border: 1px solid;
    border-radius: 50%;
}

.is-style-blockpage-page-list-bullet-hide-style.wp-block-page-list,
.wp-block-categories-list.is-style-blockpage-categories-bullet-hide-style {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-cover.is-style-blockpage-cover-round-style {
    border-radius: 7px;
    overflow: hidden;
}