#header .color-picker button.colorChoice[data-theme="standard"] {
    padding-right: 60px !important;
}
#header .color-picker button.colorChoice[data-theme="blue"] {
    padding-left: 60px !important;
}

body[data-theme="standard"] .row-text-columns.bg-pink a:not(.button):not(.button-alt):hover {
    text-decoration-color: #2b2b73;
}
body[data-theme="blue"] .row-text-columns.bg-pink a:not(.button):not(.button-alt):hover {
    text-decoration-color: #fff;
}

body[data-theme="blue"] .split .col:first-of-type,
body[data-theme="blue"] .split .col:last-of-type {
    background: #1f1f38 !important;
}
.wow {
    visibility: visible;
}

p.article-link a {
    font-weight: bold;
}

p.article-link a:after {
    content: "";
    width: 100%;
    height: 7px;
    background-image: url(../images/button_alt_bkg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    max-width: 180px;
}
.button::after {
    content: "";
}

.btn-link-custom {
        color: #26A69A!important;
}

