a,
button,
img,
.wp-block-group,
.wp-block-columns,
.wp-block-column {
transition: all ease 0.23s;
}
.wp-block-image.is-style-handyman-blocks-boxshadow img,
.wp-block-column.is-style-handyman-blocks-boxshadow,
.wp-block-columns.is-style-handyman-blocks-boxshadow,
.wp-block-group.is-style-handyman-blocks-boxshadow {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-handyman-blocks-boxshadow-medium img,
.wp-block-column.is-style-handyman-blocks-boxshadow-medium,
.wp-block-columns.is-style-handyman-blocks-boxshadow-medium,
.wp-block-group.is-style-handyman-blocks-boxshadow-medium {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-handyman-blocks-boxshadow-large img,
.wp-block-column.is-style-handyman-blocks-boxshadow-large,
.wp-block-columns.is-style-handyman-blocks-boxshadow-large,
.wp-block-group.is-style-handyman-blocks-boxshadow-large {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-handyman-blocks-boxshadow-hover img:hover,
.wp-block-column.is-style-handyman-blocks-boxshadow-hover:hover,
.wp-block-columns.is-style-handyman-blocks-boxshadow-hover:hover,
.wp-block-group.is-style-handyman-blocks-boxshadow-hover:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.taxonomy-category.is-style-categories-background-with-round a {
padding: 3px 8px;
border-radius: 4px;
position: relative;
overflow: hidden;
font-size: 14px;
background-color: var(--wp--preset--color--primary);
}
.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 a:hover {
background-color: var(--wp--preset--color--secondary);
}
.taxonomy-category.is-style-categories-background-with-round .wp-block-post-terms__separator {
display: none;
} .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);
} .wp-block-button.is-style-button-hover-primary-color a:hover {
color: var(--wp--preset--color--primary) !important;
border-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;
border-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: var(--wp--preset--color--light-color) !important;
border-color: var(--wp--preset--color--primary) !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: var(--wp--preset--color--light-color) !important;
border-color: var(--wp--preset--color--secondary) !important;
} .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;
} .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;
} figure.wp-block-image.is-style-handyman-blocks-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-handyman-blocks-image-hover-pulse img:hover {
animation: handyman-blocksPulse 2s infinite;
-moz-animation: handyman-blocksPulse 2s infinite;
-o-animation: handyman-blocksPulse 2s infinite;
-webkit-animation: handyman-blocksPulse 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-handyman-blocks-image-pulse img {
animation: handyman-blocksPulse 2s infinite;
-moz-animation: handyman-blocksPulse 2s infinite;
-o-animation: handyman-blocksPulse 2s infinite;
-webkit-animation: handyman-blocksPulse 2s infinite;
animation-timing-function: linear;
-moz-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-o-animation-timing-function: linear;
}
@keyframes handyman-blocksPulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.02);
}
100% {
transform: scale(1);
}
}
.wp-block-gallery.handyman-blocks-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;
}
.handyman-blocks-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-handyman-blocks-page-list-bullet-hide-style.wp-block-page-list,
.wp-block-categories-list.is-style-handyman-blocks-categories-bullet-hide-style {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-cover.is-style-handyman-blocks-cover-round-style {
border-radius: 7px;
overflow: hidden;
}
figure.wp-block-image.handyman-blocks-header-call,
figure.wp-block-image.handyman-blocks-header-location {
background: var(--wp--preset--color--primary);
width: 44px;
height: 44px;
text-align: center;
line-height: 44px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}