body, textarea, input, select {
    font-size: clamp(16px, 2vw, 18px);
    font-family: 'Source Sans Pro';
    color: #635e5e;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6, .hero, .title-large, .title-medium, .title-small {
    margin-top: 0;
    font-family: 'Merriweather';
    line-height: 1.3em;
    color: #222;
}

.hero {
    font-size: clamp(32px, 4vw, 48px);
}

h1, h2, .title-large {
    font-size: clamp(28px, 3vw, 40px);
}

h3, .title-medium {
    font-size: clamp(23px, 3vw, 32px);
}

h4, .title-small {
    font-size: clamp(20px, 2vw, 26px);
}

h5 {
    font-size: clamp(18px, 2vw, 20px);
}

h6 {
    font-size: clamp(16px, 2vw, 18px);
}

p {
    margin: 0 0 clamp(16px, 2vw, 32px);
}

iframe {
    max-width: 100%;
}

.minus-margin {
    margin-bottom: 0;
}

.minus-margin + * {
    margin-top: 5px;
}

.small-text {
    font-size: .875rem;
    line-height: 1.5rem;
}

.merriweather-text {
    font-family: 'Merriweather';
}

.source-sans-text {
    font-family: 'Source Sans Pro';
}

a {
    color: #b41737;
    text-decoration: none;
}

a:not([class]),
.the_breadcrumbs a {
    background-image: linear-gradient(#b41737, #b41737);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size .2s;
    transition: background-size .2s;
    font-weight: 500;

    text-decoration: none;
}

a:not([class]):hover,
.the_breadcrumbs a:hover {
    background-size: 100% 1px;
}

.gallery-icon a,
.gallery a,
.menu_items a {
    background: none;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    margin: auto;
    text-align: center;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

div.wp-caption {
    max-width: 100%;
    display: inline-block;
}

p.wp-caption-text {
    background-color: #f7f7f7;
    color: #808080;
    padding: 16px 25px;
    font-size: 18px;
    font-style: italic;
}

.button {
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 16px;
    border: 1px solid #7f1f3a;
    color: #7f1f3a;
    -webkit-transition: background-color .2s, border .2s, color .2s;
    transition: background-color .2s, border .2s, color .2s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: auto;
    background: transparent;
}

button.button {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.button.solid {
    border: 1px solid #fff;
    color: #fff;
    background-color: #7f1f3a;

}

.button.solid span::after {
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M1.98 0 .33 1.65 5.68 7 .33 12.36 1.98 14l7-7z'/%3E%3C/svg%3E");
}

.button.contrast {
    border: 1px solid #fff;
    color: #fff;
}

.button span {
    display: flex;
    align-items: center;
    gap: 16px;
}

.button span::after {
    content: '';
    width: 9px;
    height: 16px;
    transition: all .2s;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'%3E%3Cpath fill-rule='evenodd' fill='%237f1f3a' d='M1.98 0 .33 1.65 5.68 7 .33 12.36 1.98 14l7-7z'/%3E%3C/svg%3E");
}

.button.contrast span:after {
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M1.98 0 .33 1.65 5.68 7 .33 12.36 1.98 14l7-7z'/%3E%3C/svg%3E");
}

.button.no-arrow span:after {
    display: none;
}

a:hover .button span::after,
.button:hover span::after {
    filter: brightness(0) invert(1);
}

.button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: -17px;
    background-color: #dc093b;
    -webkit-transform: translateX(-100%) skewX(20deg);
    transform: translateX(-100%) skewX(20deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.button:after {
    right: calc(50% - 8px);
    background-color: #b41737;
    -webkit-transform: translateX(-100%) skewX(-20deg);
    transform: translateX(-100%) skewX(-20deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

a:hover .button,
.button.contrast:hover,
.button:hover {
    border-color: #b41737;
    color: #fff;

}

a:hover .button:before,
.button:hover:before {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}


a:hover .button:after,
.button:hover:after {
    -webkit-animation: ButtonGradient_Short .6s forwards;
    animation: ButtonGradient_Short .6s forwards
}

.mce-content-body a.button[data-mce-selected] {
    padding: 8px 20px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}


button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button + .button {
    margin-left: 5px;
}

@-webkit-keyframes ButtonGradient_Short {
    50% {
        -webkit-transform: translateX(-100%) skewX(-20deg);
        transform: translateX(-100%) skewX(-20deg)
    }

    to {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
}

@keyframes ButtonGradient_Short {
    50% {
        -webkit-transform: translateX(-100%) skewX(-20deg);
        transform: translateX(-100%) skewX(-20deg)
    }

    to {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
}

input[type=search] {
    -webkit-appearance: none;
}

/* bullet points */

.wp_content ul {
    list-style: none; /* Remove default bullets */
}

.wp_content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 8px;
}

.wp_content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #dc093b; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}


hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 2rem 0;
}

blockquote {
    padding-left: clamp(16px, 3vw, 48px);
    border-left: 1px solid #7f1f3a;
    color: #222;
    line-height: 1.5em;
    font-size: clamp(17px, 2vw, 20px);
    margin: 0 0 2rem;
}

blockquote p {
    margin: 0;
}

.mce-content-body span[style="color: #ffffff;"] {
    color: #ddd !important;
}

@media (max-width: 450px) {
    .button {
        min-width: 100%;
        box-sizing: border-box;
    }

    .button + .button {
        margin: 10px 0 0;
    }
}