/**
Theme Name: Ryzen naar jouw Zelf
Author: Helena Gwyn
Author URI: https://www.helenagwyn.com
Description: Thema voor Ryzen naar jouw Zelf gebasseerd op Astra Pro.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ryzen-naar-jouw-zelf
Template: astra
*/

html {
    background-color: rgba(194, 192, 221, 0.5);
}

body {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: inset 0 0 10px var(--wp--preset--color--light-purple);
    padding: 25px !important;
}

body::before,
body::after {
    display: none !important;
}

/* Header and Menu */
.ast-above-header,
.main-header-bar,
.ast-below-header {
    -webkit-transition: none !important;
    transition: none !important;
}

.site-primary-header-wrap>div {
    column-gap: 0px;
}

.home:not(.ast-primary-sticky-header-active) .site-header-primary-section-center>div {
    display: none;
}

.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-radius: 15px 15px 0 0;
    background-color: rgba(194, 192, 221, 0.75) !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px white;
}

body:has(.ast-archive-description) .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item,
.ast-sticky-active.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    border-radius: 15px;
}

.ast-primary-header-bar.ast-sticky-active {
    margin: 0 25px !important;
}

.dropdown-menu-toggle {
    display: none;
}

.site-branding.ast-site-identity {
    padding: 0px;
    margin-top: -100px;
    margin-bottom: -100px;
}

.custom-logo {
    width: 100px !important;
    height: 100px !important;
    max-width: none !important;
}

.site-logo-img {
    padding-right: 0px !important;
    filter: drop-shadow(0 0 5px var(--wp--preset--color--dark-purple));
}

.ast-site-title-wrap {
    display: none;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding: 0px 10px 0 10px !important;
}

.main-navigation a {
    font-weight: 500;
    font-family: Mali;
    font-size: 16px;
    text-shadow: 0 0 5px white;
}

.main-navigation>ul>li>a:hover {
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
}

:is(.current-menu-parent,
    .current-menu-ancestor,
    .current-menu-item, .current-document-categorie-ancestor):not(footer li)>a {
    color: white !important;
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
}

ul.sub-menu :is(.current-menu-parent,
    .current-menu-ancestor,
    .current-menu-item, .current-document-categorie-ancestor) {
    background-color: var(--wp--preset--color--light-purple);
    text-decoration: none;
}

ul.sub-menu :is(.current-menu-parent,
    .current-menu-ancestor,
    .current-menu-item):hover>a {
    color: white !important;
}

li.menu-item ul.sub-menu {
    background-color: white;
    border: 1px solid var(--wp--preset--color--dark-purple) !important;
    border-radius: 15px;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 10px var(--wp--preset--color--light-purple) !important;
}

li.menu-item ul.sub-menu li:first-child {
    border-radius: 15px 15px 0 0;
}

li.menu-item ul.sub-menu li:last-child {
    border-radius: 0 0 15px 15px;
}

li.menu-item ul.sub-menu li:first-child:last-child {
    border-radius: 15px;
}

li.menu-item ul.sub-menu li:last-child {
    border-radius: 0 0 15px 15px;
}

.icon-menu>a::before,
.icon-title::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
}

.icon-menu>a::before {
    font-size: 15px;
    margin-right: 10px;
    width: 20px;
}

body.tax-document-categorie .menu-item-1176>a,
body.single-document .menu-item-1176>a,
body.single-agenda .menu-item-1175>a {
    color: white !important;
    text-decoration: none;
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
}

@media (min-width:922px) {
    .ast-builder-menu .main-navigation>ul>li:last-child a {
        padding-right: 1em !important;
    }
}

/* Banner: Homepage */
body.home .ast-single-entry-banner h1::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/09/cropped-Logo-no-bg-1-1024x1024.png');
    width: 300px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

body.home .ast-single-entry-banner:hover h1::after {
    visibility: visible;
}

body.home .ast-single-entry-banner h1::after {
    visibility: hidden;
    content: '\f078';
    font-family: "font awesome 6 free";
    width: 30px;
    height: 30px;
    font-size: 25px;
    display: block;
    margin: 20px auto -20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wp--preset--color--gold);
}

/* Banner */
.ast-archive-entry-banner,
.ast-single-entry-banner {
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-top: 0px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple),
        0 0 10px var(--wp--preset--color--light-purple),
        inset 0 0 10px var(--wp--preset--color--light-purple);
    padding: 25px;
}

.ast-primary-sticky-header-active .ast-archive-entry-banner,
.ast-primary-sticky-header-active .ast-single-entry-banner {
    border-radius: 15px;
    border-top: 1px;
}

.ast-archive-entry-banner .ast-container,
.ast-single-entry-banner .ast-container {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 15px;
    border: 1px solid var(--wp--preset--color--dark-purple);
    margin-bottom: 0px;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple),
        inset 0 0 5px white;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.ast-archive-entry-banner .ast-container h1,
.ast-single-entry-banner .ast-container h1 {
    margin-bottom: 0px;
    color: var(--wp--preset--color--iceblue);
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
    filter: drop-shadow(0 0 5px var(--wp--preset--color--dark-purple));
    font-size: 42px !important;
    font-weight: 600;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-align: center;
    padding: 0 5px;
}

/* Footer */
footer {
    border: 1px solid var(--wp--preset--color--dark-purple);
    background-color: rgba(194, 192, 221, 0.75) !important;
    border-radius: 15px;
    text-shadow: 0 0 5px white;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px white;
}

footer a .entry-content ul {
    margin-left: 20px !important;
}

.site-primary-footer-wrap li {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.site-primary-footer-wrap li:not(:last-child)::after {
    content: " - ";
}

.site-primary-footer-wrap a,
.ast-footer-copyright a {
    text-decoration: underline !important;
    text-decoration-style: dotted;
}

.site-above-footer-wrap a:hover,
.site-primary-footer-wrap a:hover,
.ast-footer-copyright a:hover {
    color: white;
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
}

footer .widget_block a {
    font-family: Mali, Handwriting;
    white-space: pre;
    display: inline-block;
    padding: 5px !important;
}

footer .widget_block a:not(.address) {
    text-decoration: underline;
    text-decoration-style: dotted;

}

footer .widget_block a:hover {
    color: white;
}

footer .widget_block span:not(.seperator) {
    padding: 5px !important;
    text-decoration: underline;
    text-decoration-style: dotted;
}

footer .widget_block a>:is(span, b) {
    padding: 5px !important;
    white-space: pre;
    text-decoration: underline;
    text-decoration-style: dotted;
}

footer>div {
    width: calc(100% - 40px) !important;
}

footer .site-above-footer-wrap a.address {
    white-space: unset;
}

footer .menu-link {
    padding: 2.5px 7.5px !important;
}

/* Primary */
#primary {
    border-right: 0px !important;
    padding-right: 0px !important;
    margin: 50px 0 !important;
}

.ast-row {
    margin: 0px !important;
}

@media (max-width:921px) {
    #content {
        background-color: transparent !important;
    }
}

/* Sidebar */
.sidebar aside {
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-radius: 15px;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple);
    background-color: white;
}

.sidebar aside>div:not(.wp-block-uagb-google-map) {
    margin-top: 0px;
    padding: 15px 25px 20px 25px;
    box-shadow: inset 0 0 10px var(--wp--preset--color--light-purple);
}

.sidebar aside h2 {
    padding: 15px;
    background-color: rgba(194, 192, 221, 0.75) !important;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid var(--wp--preset--color--dark-purple);
    box-shadow: inset 0 0 5px white;
    font-size: 1.7rem !important;
    font-family: Mali;
    font-weight: 600;
    color: var(--wp--preset--color--dark-purple);
    line-height: 1.25em;
    margin-bottom: 0px !important;
    text-shadow: 0 0 5px white;
}

.sidebar aside h2 a {
    text-decoration: none !important;
}

.sidebar aside h2 a[href]:hover {
    color: white;
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
}

.sidebar aside h2 a:not([href]):hover {
    color: var(--wp--preset--color--dark-purple);
}

.sidebar aside li {
    margin: 5px 0 5px 0;
}

/* Sidebar: Contact */
.sidebar-contact h2::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f2bb";
    font-weight: 600;
}

.sidebar-contact>div:last-child {
    padding: 25px !important;
}

.sidebar-contact div a {
    margin-bottom: 10px;
    display: block;
    text-decoration: none !important;
}

.sidebar-contact div a:last-child {
    margin-bottom: 0px;
}

#block-28 a::before,
#block-28 a b::before,
.sidebar-contact div a::before {
    font-family: "font awesome 6 free";
    font-size: 18px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
}

#block-28 a::before,
#block-28 a b::before {
    font-size: 15px;
    width: 25px;
}

#block-28 a.address b::before,
.sidebar-contact div a.address::before {
    content: "\f6f1";
    font-weight: 900;
}

.sidebar-contact div a.address span {
    margin-left: 35px;
}

#block-28 a.mail::before,
.sidebar-contact div a.mail::before {
    content: "\f0e0";
}

#block-28 a.telephone::before,
.sidebar-contact div a.tel::before {
    content: "\f095";
    font-weight: 900;
}

/* Sidebar: Nieuws */
.sidebar-categories-title a::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f07b" !important;
    font-weight: 600;
}

/* Sidebar: Bibliotheek */
.sidebar-bibliotheek-title a::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f07b" !important;
    font-weight: 600;
}

.sidebar-document-categorie {
    margin: 10px 0 10px 10px;
}

.sidebar-document-categorie a {
    text-decoration: none !important;
}

#sidebar-document-categories ul li a::before {
    content: "\f07b" !important;
}

#sidebar-document-categories ul li a.active {
    font-weight: bold;
}

#sidebar-document-categories ul li a.active::before {
    font-weight: 600;
}

/* Sidebar: Aanbod */
.sidebar-aanbod-title a::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f4be";
    font-weight: 600;
}

.sidebar-aanbod {
    border-radius: 0 0 15px 15px;
    display: grid;
    grid-template-columns: 1fr
}

.sidebar-aanbod h3 {
    margin: 15px 0 5px 0;
}

.sidebar-aanbod h3 a {
    text-decoration: none !important;
}

.sidebar-aanbod div:first-child h3 {
    margin-top: 5px;
}

.sidebar-aanbod ul {
    margin: 0px !important;
}

.sidebar-aanbod-item {
    margin-left: 20px;
}

.sidebar-aanbod-item a {
    text-decoration: none !important;
}

.sidebar-aanbod-item a::before {
    font-family: "font awesome 6 free";
    font-size: 18px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f111";
}

.sidebar-aanbod-item a:hover::before {
    font-weight: 600;
}

.sidebar-aanbod-item.active a {
    font-weight: 700;
    pointer-events: none;
}

.sidebar-aanbod-item.active a::before {
    content: "\f192" !important;
    font-weight: 600;
}

/* Sidebar: Agenda */
.sidebar-agenda-title a::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f073";
    font-weight: 600;
}

.sidebar-agenda-title a::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f073";
    font-weight: 600;
}

.sidebar-agenda-item a::before {
    font-family: "font awesome 6 free";
    font-size: 18px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f274" !important;
}

/* Sidebar: Single - Agenda */
.sidebar-agenda-details h2::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f05a";
    font-weight: 900;
}

.sidebar-agenda-details h3::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    width: 35px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
}

.sidebar-agenda-details h3 {
    margin-bottom: 5px;
}

.sidebar-agenda-details .items {
    padding: 20px 25px !important;
}

.sidebar-agenda-details .items>div {
    margin-left: 35px;
    margin-bottom: 15px;
}

.sidebar-agenda-details .items div:last-child {
    margin-bottom: 0px;
}

.sidebar-agenda-details h3.where::before {
    content: "\f3c5";
    font-weight: 900;
}

.sidebar-agenda-details h3.where+div a {
    text-decoration: underline;
}

.sidebar-agenda-details h3.when::before {
    content: "\f017";
}

.sidebar-agenda-details h3.price::before {
    content: "\f53a";
    font-weight: 900;
}

.sidebar-agenda-details h3.price+div p:last-child {
    margin-bottom: 0px;
}

.sidebar-agenda-details h3.price~div :is(.title, .amount, .cost) {
    font-weight: bold;
}

.sidebar-agenda-details h3.price~div :is(.voor, .tekst) {
    font-style: italic;
}

/* Sidebar: Prijzen */
.sidebar-prijzen h2::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f53a";
    font-weight: 900;
}

.sidebar-prijzen .items {
    padding: 15px 25px;
}

.sidebar-prijzen .items li:last-child,
.sidebar-prijzen .items li p:last-child {
    margin-bottom: 0px;
}

.sidebar-prijzen .items li {
    margin-bottom: 15px;
    margin-left: 35px;
}

.sidebar-prijzen .items li::before {
    font-family: "font awesome 6 free";
    font-size: 18px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f111";
    margin-left: -35px;
    vertical-align: top;
}

.sidebar-prijzen .items li>div {
    display: inline-block;
}

.sidebar-prijzen .items .title {
    display: block;
}

.sidebar-prijzen .items :is(.title, .amount, .cost) {
    font-weight: bold;
}

.sidebar-prijzen .items :is(.voor, .tekst) {
    font-style: italic;
}

/* Ninja Forms */
:is(#nf-form-1-cont, #nf-form-2-cont) :is(input[type=email], input[type=text], textarea).ninja-forms-field {
    color: var(--wp--preset--color--dark-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
    background-color: white;
    border-radius: 15px !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 10px var(--wp--preset--color--light-purple) !important;
    padding: 12px !important;
}

:is(#nf-form-1-cont, #nf-form-2-cont) :is(input[type=email], input[type=text], textarea).ninja-forms-field::placeholder {
    color: var(--wp--preset--color--dark-purple);
}

:is(.nf-pass.field-wrap, .nf-error.field-wrap) .nf-field-element::after {
    top: 10px !important;
    right: 10px !important;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
    border-radius: 20px;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 10px var(--wp--preset--color--light-purple) !important;
}

.nf-pass.field-wrap .nf-field-element::after {
    font-size: 35px !important;
}

.nf-error-msg {
    margin-left: 10px;
}

.nf-error-field-errors {
    text-align: center;
}

.nf-form-fields-required {
    display: none;
}

:is(#nf-form-1-cont, #nf-form-2-cont) input[type=submit] {
    border-radius: 15px;
    background-color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple) !important;
    border: 0px;
    color: var(--wp--preset--color--gold) !important;
    padding: 0 25px;
    width: 100%;
}

:is(#nf-form-1-cont, #nf-form-2-cont) input[type=submit]:not(:disabled):hover {
    color: var(--wp--preset--color--dark-purple) !important;
    background-color: var(--wp--preset--color--light-purple) !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px rgba(255, 255, 255, 0.75) !important;
}

:is(#nf-form-1-cont, #nf-form-2-cont) input[type=submit]:disabled {
    color: var(--wp--preset--color--light-purple);
}

.nf-response-msg {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--wp--preset--color--dark-purple);
    color: var(--wp--preset--color--dark-purple) !important;
    background-color: white !important;
    text-align: center;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px var(--wp--preset--color--light-purple) !important;
}

.nf-response-msg *:last-child {
    margin-bottom: 0px !important;
}

.submit-container {
    margin-bottom: 0px !important;
}

.nf-field-description {
    margin: 15px;
    margin-top: 0px;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    border: 1px dotted var(--wp--preset--color--dark-purple);
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--wp--preset--color--dark-purple);
}

@media (max-width:800px) {
    .nf-field-container .nf-field-description {
        margin: 15px !important;
        margin-top: 0px !important;
        order: 20 !important;
    }
}

#nf-form-2-cont h3 {
    margin-top: 50px;
    text-align: center;
}

#nf-form-2-cont h3::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f56b";
    margin-left: 5px;
}

/* Flickity */
.flickity-button {

    background-color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple) !important;

}

.flickity-button:hover {
    border: 0px solid var(--wp--preset--color--dark-purple);
    background-color: var(--wp--preset--color--light-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px white;
}

.flickity-button-icon {
    fill: var(--wp--preset--color--gold);
}

.flickity-button:hover .flickity-button-icon {
    fill: var(--wp--preset--color--dark-purple)
}

.flickity-button:disabled {
    display: none
}

.flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 15px
}

.flickity-page-dots li:only-child {
    display: none
}

.flickity-page-dots li.is-selected {
    background-color: var(--wp--preset--color--dark-purple);
}

/* Homepage */
body.home .wp-block-quote {
    max-width: 900px;
}

/* Archive */
section.archive div.description {
    display: flex;
    flex-direction: column;
}

section.archive article.item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-radius: 15px;
    box-shadow:
        0 0 10px var(--wp--preset--color--light-purple),
        inset 0 0 10px var(--wp--preset--color--light-purple);
    display: flex;
    flex-direction: column;
}

section.archive article.item:hover {
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple),
        0 0 10px var(--wp--preset--color--light-purple),
        inset 0 0 10px var(--wp--preset--color--light-purple);
}

section.archive article.item a.title {
    text-decoration: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 15px 15px 0 0;
    border: 1px solid var(--wp--preset--color--dark-purple);
    margin-bottom: 0px;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple),
        inset 0 0 5px white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px 20px 0 20px;
}

section.archive article.item a.title.no-desc {
    border-radius: 15px;
    margin: 20px;
    flex-grow: 1;
}

section.archive article.item:hover :is(a.title, div.description) {
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple),
        inset 0 0 5px white;
}

section.archive article.item a.title h3 {
    margin-bottom: 0px;
    text-shadow: 0 0 5px white;
    color: var(--wp--preset--color--dark-purple);
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
}

section.archive article.item a.title:hover h3 {
    color: var(--wp--preset--color--gold);
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
    filter: drop-shadow(0 0 5px var(--wp--preset--color--dark-purple));
}

section.archive article.item div.description {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0 0 15px 15px;
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-top: 0px;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple),
        inset 0 0 5px white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
    margin: 0 20px 20px 20px;
}

section.archive article.item div.description p.excerpt {
    flex-grow: 1;
    margin-bottom: 0px;
}

section.archive article.item div.description p.read-more {
    margin-bottom: 0px;
}

section.archive article.item div.description p.read-more a {
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px rgba(255, 255, 255, 0.75) !important;
    color: var(--wp--preset--color--dark-purple);
    padding: 10px 25px;
    text-decoration: none !important;
    margin-top: 15px;
    border: 1px solid var(--wp--preset--color--dark-purple);
}

section.archive article.item:hover div.description p.read-more a {
    color: var(--wp--preset--color--gold);
    background-color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple) !important;
}

section.archive article.item div.description p.read-more a:hover {
    color: var(--wp--preset--color--dark-purple);
    background-color: var(--wp--preset--color--light-purple);
    border: 1px solid transparent !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), inset 0 0 5px rgba(255, 255, 255, 0.75) !important;
}

section.archive article.item div.description p.read-more+p:last-child {
    display: none;
}

/* Archive Pagination */
.pods-pagination-advanced {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.pods-pagination-advanced :is(a, span) {
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none !important;
    font-family: Mali, handwriting;
    border: 0px !important;
    background-color: var(--wp--preset--color--dark-purple) !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple) !important;
    color: var(--wp--preset--color--gold) !important;
}

.pods-pagination-advanced :is(span, a:hover) {
    color: var(--wp--preset--color--dark-purple) !important;
    background-color: var(--wp--preset--color--light-purple) !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px rgba(255, 255, 255, 0.75) !important;
}

.pods-pagination-advanced a.pods-pagination-label:is(.pods-pagination-first, .pods-pagination-prev, .pods-pagination-next, .pods-pagination-last) {
    font-size: 0px;
}

.pods-pagination-advanced a:is(.pods-pagination-first, .pods-pagination-prev, .pods-pagination-next, .pods-pagination-last)::after {
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
}

.pods-pagination-advanced a.pods-pagination-label.pods-pagination-first::after {
    content: "\f100";
}

.pods-pagination-advanced a.pods-pagination-prev::after {
    content: "\f104";
}

.pods-pagination-advanced a.pods-pagination-next::after {
    content: "\f105";
}

.pods-pagination-advanced a.pods-pagination-label.pods-pagination-last::after {
    content: "\f101";
}

/* Aanbod-categorie */
.aanbod-categorie-archive {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px !important;
}

.aanbod-categorie:has(.items:empty) {
    display: none;
}

.aanbod-categorie-archive h2 {
    text-align: center;
    text-shadow: 0 0 10px var(--wp--preset--color--light-purple);
}

body.tax-aanbod-categorie .aanbod-categorie-archive h2 {
    display: none;
}

body.tax-aanbod-categorie .aanbod-categorie-archive .items {
    margin-top: 25px;
}

.aanbod-categorie-archive h2 a {
    text-decoration: none !important;
}

.aanbod-categorie-archive h2 a:hover {
    color: white;
}

.aanbod-categorie-archive .items {
    display: flex;
    gap: 25px;
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.aanbod-categorie-archive div.aanbod-categorie:last-child .items {
    margin-bottom: 25px !important;
}

.aanbod-categorie-archive .items article.aanbod {
    height: 200px;
    width: calc(50% - 12.5px);
}

@media (max-width:500px) {
    .aanbod-categorie-archive .items article.aanbod {
        width: calc(100% - 12.5px);
    }
}

/* Bibliotheek */
.bibliotheek-archive {
    max-width: 900px !important;
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.bibliotheek-archive.homepage {
    display: block !important;
}

.bibliotheek-archive article.document {
    width: calc(50% - 12.5px);
}

@media (min-width:750px) and (max-width: 1200px) {
    .bibliotheek-archive:not(.homepage) article.document {
        width: calc(100% - 30px);
    }
}

@media (max-width:700px) {
    .bibliotheek-archive article.document {
        width: calc(100% - 30px);
    }
}

.bibliotheek-archive.homepage article.document {
    height: 515px;
    margin: 10px;
}

.bibliotheek-archive article.document .title {
    height: 135px;
}

.single-document .entry-content {
    margin-top: 0px;
}

.single-document .entry-content>h2 {
    margin-right: 260px;
    clear: left;
}

.bibliotheek.icon-title::before {
    content: "\f518";
    font-weight: 600;
}

p.homepage.read-more {
    text-align: center;
}

p.homepage.read-more a {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none !important;
    margin: 25px auto;
    border-radius: 15px;
    background-color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple);
    color: var(--wp--preset--color--gold);
}

p.homepage.read-more a:hover {
    color: var(--wp--preset--color--dark-purple);
    background-color: var(--wp--preset--color--light-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px rgba(255, 255, 255, 0.75);
}

/* Agenda */
.agenda-archive {
    max-width: 900px !important;
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.agenda-archive article.evenement .title {
    height: 135px;
}

.agenda-archive article.evenement .title h3::before {
    font-family: "font awesome 6 free";
    padding-right: 15px;
    width: 40px;
    display: inline-block;
    text-align: left;
    content: "\f274";
    font-weight: 600;
}

.agenda-archive article.evenement div.description {
    display: flex;
    flex-direction: row !important;
}

@media (max-width: 800px) {
    .agenda-archive article.evenement div.description {
        display: flex;
        flex-direction: column !important;
    }

    .agenda-archive article.evenement div.description>div:first-child {
        flex-direction: row !important;
        display: flex;
        width: 100% !important;
    }

    .agenda-archive article.evenement div.description>div :is(.date, .location, .price) {
        flex-grow: 1;
    }

    .agenda-archive article.evenement div.description>div:last-child {
        padding: 0px !important;
        padding-right: 35px !important;
    }
}

@media (max-width: 650px) {
    .agenda-archive article.evenement div.description>div:first-child {
        flex-direction: column !important;
    }

    .agenda-archive article.evenement div.description>div:last-child {
        padding: 0px !important;
    }

    .agenda-archive article.evenement div.description>div:last-child :is(.excerpt, .read-more) {
        margin: 0px 5px !important;
    }

    .agenda-archive article.evenement div.description>div:last-child .read-more {
        text-align: center;
    }

    .agenda-archive article.evenement {
        width: calc(100% - 30px);
    }
}

.agenda-archive article.evenement div.description>div:first-child {
    min-width: 250px;
}

.agenda-archive article.evenement div.description>div:last-child {
    flex-grow: 1;
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: top;
    height: 100%;
}

.agenda-archive article.evenement div.description>div:last-child p.excerpt {
    flex-grow: 1;
    margin-left: 35px;
}

.agenda-archive article.evenement div.description>div:last-child p.read-more {
    margin-left: 35px;
}

.agenda-archive article.evenement div.description>div :is(.date h3, .location h3, .price h3, h3.info)::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    width: 35px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
}

.agenda-archive article.evenement div.description>div :is(.date, .location, .price) {
    margin-left: 35px;
    margin-bottom: 15px;
}

.agenda-archive article.evenement div.description>div :is(.date h3, .location h3, .price h3) {
    margin-left: -35px;
    margin-bottom: 5px;
}

.agenda-archive article.evenement:hover div.description :is(.date h3, .location h3, .price h3, h3.info) {
    text-shadow: 0 0 5px var(--wp--preset--color--light-purple);
}

.agenda-archive article.evenement div.description>div:first-child .location h3::before {
    content: "\f3c5";
    font-weight: 900;
}

.agenda-archive article.evenement div.description>div:first-child .date h3::before {
    content: "\f017";
}

.agenda-archive article.evenement div.description>div:first-child .price h3::before {
    content: "\f53a";
    font-weight: 900;
}

.agenda-archive article.evenement div.description>div:first-child .price p {
    margin-bottom: 0px;
}

.agenda-archive article.evenement div.description>div:first-child .price :is(.title, .amount, .cost) {
    font-weight: bold;
}

.agenda-archive article.evenement div.description>div:first-child .price :is(.voor, .tekst) {
    font-style: italic;
}

.agenda-archive article.evenement div.description>div:last-child h3.info::before {
    content: "\f05a";
    font-weight: 900;
}

.single-agenda :is(.wp-block-post-excerpt, .entry-content) {
    margin-left: 15px;
    margin-right: 5px;
}

/* Getuigenissen */
.getuigenissen.icon-title::before {
    content: "\f56b";
    font-weight: 600;
}

/* Documenten: Inline */
.inline-documents {
    background-color: white;
    margin-bottom: 25px !important;
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-radius: 15px;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
}

.inline-documents h3 {
    margin: 0;
    padding: 15px;
    background-color: rgba(194, 192, 221, 0.75) !important;
    border-bottom: 1px solid var(--wp--preset--color--dark-purple);
    box-shadow: inset 0 0 5px white;
    border-radius: 15px 15px 0 0;
}

:where(.single-document .inline-documents h3:not(:has(a)), .inline-documents h3 a)::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f518";
    font-weight: 600;
}

:where(.single-document .inline-documents h3, .inline-documents h3 a) {
    text-decoration: none !important;
    text-shadow: 0 0 5px white;
}

.inline-documents h3:hover a {
    color: white;
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
}

.inline-documents ul {
    margin: 0px;
    padding: 15px 25px;
    box-shadow: inset 0 0 10px var(--wp--preset--color--light-purple);
    border-radius: 0 0 15px 15px;
    margin-left: 0px !important;
}

.inline-documents ul li {
    margin: 5px 0;
}

.inline-documents ul li a {
    text-decoration: none !important;
}

/* Single: Images */
.single-images-title {
    margin-bottom: 20px;
}

.single-images-title::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f302";
    font-weight: 600;
    margin-left: 5px;
}

.single-images #imagelist {
    margin-left: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 15px;
}

.single-images-item {
    background-color: white;
    border-radius: 10px;
    width: calc(20% - 20px);
    display: flex;
    border: 1px solid var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
    aspect-ratio: 1 / 1;
}

.single-images-item a {
    flex-grow: 1;
    border-radius: 10px;
    cursor: zoom-in !important;
    background-size: cover;
    background-position: center;
}

.single-images-item:hover {
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple);
}

/* Single: Reviews */
.getuigenissen-archive {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px !important;
}

.single-reviews-title {
    margin-bottom: 20px;
}

.single-reviews-title a:hover {
    color: white;
}

.single-reviews-title a::before {
    font-family: "font awesome 6 free";
    font-size: 20px;
    padding-right: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
    content: "\f56b";
    margin-left: 5px;
}

.single-reviews .reviewslist {
    margin-left: 15px;
    margin-top: 15px;
}

.partners-archive .partnerslist,
.getuigenissen-archive .reviewslist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.reviewslist .flickity-slider {
    display: flex;
    flex-direction: row;
}

.single-partners-item,
.single-reviews-item {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 25px;
    color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
    width: 50%;
    min-width: 300px;
    margin: 10px 10px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none !important;
    justify-content: space-between;
    align-items: center;
}

.reviewslist .flickity-slider .single-reviews-item {
    height: calc(100% - 20px);
    min-height: 275px;
    transition: none;
}

#post-1764 .single-partners-item,
#post-1020 .single-reviews-item {
    width: calc(50% - 35px) !important;
    height: unset;
    transition: none;
}

.astra-advanced-hook-1513 .entry-content {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 25px;
    color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
}

.single-partners-item:hover,
.single-reviews-item:hover {
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple);
}

.single-reviews-item:hover p,
.single-partners-item:hover p {
    color: var(--wp--preset--color--dark-purple);
}

.single-partners-item p:first-child,
.single-reviews-item p:first-child {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-partners-item p:last-child,
.single-reviews-item p:last-child {
    margin-bottom: 0px;
    font-family: 'Allura', cursive;
    font-size: 25px;
}

/* Prijzen */
#prices {
    border-radius: 15px;
    color: var(--wp--preset--color--dark-purple);
    margin: 25px auto;
    margin-bottom: 0px;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
}

#prices th.category {
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: var(--wp--preset--color--dark-purple);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    text-shadow: 0 0 10px var(--wp--preset--color--light-purple);
}

#prices tr:first-child th.category {
    border-radius: 15px 15px 0 0;
}

#prices tr:last-child :is(td, th) {
    border-radius: 0 0 15px 15px;
}

#prices th a {
    text-decoration: none
}

#prices th a::before {
    font-family: "font awesome 6 free";
    margin-right: 10px
}

#prices th a:not([href]):hover {
    color: var(--wp--preset--color--dark-purple);
}

#prices p.no-items {
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}

#prices td {
    padding: 15px;
    width: 50% !important;
    background-color: rgba(255, 255, 255, 0.35);
}

#prices th:not(.category) {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    text-align: unset !important;
    background-color: rgba(255, 255, 255, 0.35);
    text-align: right !important;
}

#prices :is(.amount, .cost) {
    font-weight: bold;
}

#prices :is(.voor) {
    font-style: italic;
}

#prices .tekst p:last-child {
    margin-bottom: 0px;
}

#prices .message {
    text-align: center;
    padding: 10px;
    font-style: italic;
}

/* 404 */
section.not-found-page,
.no-results.not-found {
    padding: 25px;
    text-align: center;
    margin: auto;
    max-width: 900px;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple) !important;
}

.no-results.not-found,
section.not-found-page .wp-block-search__inside-wrapper {
    color: var(--wp--preset--color--dark-purple);
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
    outline: none !important;
    border-radius: 15px;
}

.no-results.not-found input[type=search] {
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
    color: var(--wp--preset--color--dark-purple);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px 0 0 15px;
}

section.not-found-page input[type=search] {
    border: 0px;
    padding: 6px 12px !important;
}

section.not-found-page input[type=search]:focus {
    outline: none !important;
}

.no-results.not-found input[type=search]::placeholder,
section.not-found-page input[type=search]::placeholder {
    color: var(--wp--preset--color--dark-purple) !important;
}

.no-results.not-found input[type=submit] {
    margin-left: -5px;
    border-radius: 0 15px 15px 0;
    height: 48.5px;
    background-color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
    color: var(--wp--preset--color--gold)
}

.no-results.not-found input[type=submit]:hover {
    height: 46px;
    color: var(--wp--preset--color--dark-purple);
    background-color: var(--wp--preset--color--light-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), inset 0 0 5px rgba(255, 255, 255, 0.75);
}

section.not-found-page button[type=submit] {
    margin-left: -4px;
    background-color: transparent !important;
}

section.not-found-page button[type=submit] svg {
    fill: var(--wp--preset--color--dark-purple);
}

section.not-found-page button[type=submit]:hover {
    background-color: transparent !important;
}

.ast-archive-description {
    text-align: center;
}

.ast-archive-description h1 {
    color: var(--wp--preset--color--iceblue);
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
    filter: drop-shadow(0 0 5px var(--wp--preset--color--dark-purple));
    font-size: 42px !important;
    font-weight: 600 !important;
}

/* Search */
.ast-desktop header form.search-form,
.ast-desktop header form.search-form+.ast-search-icon {
    margin-right: 10px;
}

.ast-header-break-point header form.search-form,
.ast-header-break-point header form.search-form+.ast-search-icon {
    margin-left: 20px;
}

header input.search-field:focus {
    border: 0px !important;
}

body.search-results #primary .ast-row {
    gap: 20px;
    justify-content: center;
    display: flex;
}

body.search-results #primary article {
    border-radius: 15px !important;
    border: 1px solid var(--wp--preset--color--dark-purple);
    padding: 0px !important;
    width: calc(50% - 20px);
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple) !important;
    margin-bottom: 0px;
}

@media (max-width: 800px) {
    body.search-results #primary article {
        width: calc(100% - 20px);
    }
}

body.search-results #primary article:hover {
    box-shadow: 0 0 10px var(--wp--preset--color--dark-purple) !important;
}

body.search-results #primary article>div,
body.search-results #primary article .post-thumb,
body.search-results #primary article .post-thumb::before,
body.search-results #primary article .post-thumb::after,
body.search-results #primary article .post-thumb img {
    border-radius: 15px !important;
}

body.search-results #primary article>div>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.search-results #primary article>div:not(.ast-no-thumb) .post-thumb::before {
    display: none;
}

body.search-results #primary article .ast-no-thumb .post-thumb::before {
    background-color: var(--wp--preset--color--light-purple) !important;
}

body.search-results #primary article h2 {
    text-decoration: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 15px 15px 0 0;
    border: 1px solid var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple),
        inset 0 0 5px white;
    height: 135px;
    text-align: center;
}

body.search-results #primary article h2 a {
    color: var(--wp--preset--color--dark-purple) !important;
    overflow-wrap: break-word;
    hyphens: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

body.search-results #primary article:hover :is(h2, .ast-excerpt-container) {
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple),
        inset 0 0 5px white;
}

body.search-results #primary article h2 a:hover {
    color: var(--wp--preset--color--gold) !important;
    text-shadow: 0 0 5px var(--wp--preset--color--dark-purple);
    filter: drop-shadow(0 0 5px var(--wp--preset--color--dark-purple));
}

body.search-results #primary article header.ast-blog-meta-container {
    display: none;
}

body.search-results #primary article .ast-excerpt-container {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .75);
    border-radius: 0 0 15px 15px;
    border: 1px solid var(--wp--preset--color--dark-purple);
    border-top: 0;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px #fff;
    padding: 20px;
    flex-grow: 1;
}

body.search-results #primary article .ast-excerpt-container p {
    color: var(--wp--preset--color--dark-purple);
}

body.search-results #primary article :is(.read-more, .entry-content) {
    display: none;
}

/* Mobile Menu */
.ast-header-break-point .main-header-menu-toggle {
    margin-right: 10px;
}

#ast-mobile-popup a:hover {
    color: var(--wp--preset--color--dark-purple);
    text-shadow: none;
}

/* Responsive */
@media (max-width:500px) {
    body {
        padding: 10px;
    }

    #content .ast-container {
        padding: 0;
    }
}

/* MailPoet */
.mailpoet-manage-subscription,
.mailpoet_thankyou_engagment,
.mailpoet_confirmed_subscription,
.mailpoet_confirmed_unsubscription,
.mailpoet_confirm_unsubscribe {
    text-align: center;
}

.mailpoet_paragraph legend.mailpoet_segment_label,
label.mailpoet_select_label,
label.mailpoet_text_label {
    margin-top: 10px;
    font-weight: bold;
}

input.mailpoet_text {
    color: var(--wp--preset--color--dark-purple);
    border: 1px solid var(--wp--preset--color--dark-purple);
    background-color: white;
    border-radius: 15px !important;
    box-shadow: 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 10px var(--wp--preset--color--light-purple) !important;
    padding: 12px !important;
    margin-top: 5px;
}

select.mailpoet_select {
    margin-bottom: 15px;
    height: 40px;
    width: 195px;
}

input.mailpoet_submit {
    margin-top: 25px;
    border-radius: 15px;
    background-color: var(--wp--preset--color--dark-purple);
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple) !important;
    border: 0px;
    color: var(--wp--preset--color--gold) !important;
    padding: 15px 25px;
}

input.mailpoet_submit:hover {
    color: var(--wp--preset--color--dark-purple) !important;
    background-color: var(--wp--preset--color--light-purple) !important;
    box-shadow: 0 0 5px var(--wp--preset--color--dark-purple), 0 0 10px var(--wp--preset--color--light-purple), inset 0 0 5px rgba(255, 255, 255, 0.75) !important;
}