Ga naar hoofdinhoud

/* Header Button shrink on sticky */
.sticky-header-shrunk #site-header-flex-aside .theme-button {
transform: scale(.85);
}

/* Custom Footer */
#footer-builder .wpex-surface-dark {
–wpex-surface-1: #222222;
–wpex-heading-color: #788487;
–wpex-text-2: #9e9e9e;
–wpex-border-main: #2f2f2f;
–wpex-heading-color: #ffffff;
–wpex-link-color: #cecece;
–wpex-hover-link-color: #cecece;
–wpex-hover-link-color: #ffffff
}

/* Portfolio Post */
.vcex-post-terms .vcex-label {
font-weight: 700;
}
.wpex-lightbox-group-item {
cursor: zoom-in;
}

/* Post Crumbs */
.tl-post-breadcrumbs a {
text-decoration: none;
}

.tl-post-breadcrumbs a:hover {
color: var(–wpex-accent);
}

/* Blog Card */
.wpex-card-blog-list_14 .wpex-card-inner {
gap: clamp(30px, 4vmax, 50px);
}

/* Button Font Size */
:root {
–wpex-btn-font-size: 14px;
}
#site-header-flex-aside {
–wpex-btn-font-size: 1em;
}

Back To Top