.entry-content.wp-block-post-content a,
.wp-block-comment-content a,
p a {
text-decoration: underline;
} .xperio-product-image-overlay {
& span.wp-block-cover__background {
visibility: hidden;
}
& div.wp-block-cover__inner-container {
opacity: 0;
transform: translateY(50px);
transition: all 0.3s ease-in-out;
}
}
.xperio-product-image-overlay:hover {
& span.wp-block-cover__background {
visibility: visible;
}
& div.wp-block-cover__inner-container {
opacity: 1;
transform: translateY(0px);
transition: all 0.3s ease-in-out;
}
} .xperio-newsletter-form {
margin: 0;
& .wpcf7-form {
width: 100%;
}
& p {
display: flex;
border-bottom: 1px solid var(--wp--preset--color--border-color);
padding-bottom: 12px;
& .wpcf7-form-control-wrap {
max-width: 100%;
}
& .wpcf7-email {
height: 100%;
width: 100%;
font-size: 18px;
background-color: transparent;
border: none;
outline: none;
color: var(--wp--preset--color--meta-color);
}
& .wpcf7-submit {
border: none;
font-size: 18px;
padding: 12px 15px;
border-radius: 100%;
font-weight: 600;
opacity: 1;
background-color: #f8fc26;
transition: all 0.2s ease-in-out;
}
& .wpcf7-submit:hover {
opacity: 0.8;
transition: all 0.2s ease-in-out;
}
& .wpcf7-spinner {
width: 0px;
margin: 0;
right: 0;
}
}
}