/* Add any OVERARCHING css info in here, maybe it could be placed elsewhere to be neater? */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}
p {
    color: inherit;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

/*Alligning images*/
.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: 0.5em auto 1em;
}

.alignright {
    float: right;
    margin: 0.5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 1em 0;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #5f6db3;
}

.sg-hover-underline {
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sg-hover-underline:before {
    content: "";
    background: #d42027;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.2s ease-in-out;
}

.sg-hover-underline.sg-hover-underline-light {
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #ffffff 50%);
}

.sg-hover-underline.sg-hover-underline-light:before {
    background: #ffffff;
}

.sg-hover-underline:hover {
    background-position: 0;
}

.sg-hover-underline:hover::before {
    width: 100%;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-26 9:46:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.heartbeat:hover {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
ul {
    list-style-type: square;
}

li::marker {
    color: #d42027;
}

.this-is-the-content .container, .sgr_standardcontent.v1 {
    max-width: 850px !important;
}

input[type=submit].gform_button {
    margin-top: 30px !important;
    background: #d42027;
    color: white;
    border: 2px solid #d42027;
    padding: 8px 15px;
}

.gform-theme-button {
    background: #5f6db3;
    color: white;
    border: 2px solid #5f6db3;
    padding: 8px 15px;
    margin-top: 30px !important;
}

.gf_progressbar {
    margin-bottom: 46px !important;
}

.gsection_title {
    padding-top: 30px !important;
}

.gform_wrapper.gravity-theme .gsection {
    border-bottom: none !important;
}

.gf_progressbar_percentage {
    background-color: #d42027 !important;
}

.image-choices-choice.image-choices-choice-selected label {
    background: #ffffff !important;
}
.image-choices-choice.image-choices-choice-selected label .image-choices-choice-text {
    padding-top: 20px !important;
    color: #d42027 !important;
}
.image-choices-choice label {
    background: #d42027 !important;
}
.image-choices-choice label .image-choices-choice-text {
    transition: 0.6s;
    font-size: 18px !important;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif !important;
}

.ic-theme--float-card.ic-image--natural .image-choices-choice-image-wrap:after {
    right: auto !important;
}