.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    border: solid 1px;
}

.onw-blog-categories {
    text-shadow: 0 0 4px rgb(0 0 0 / 50%);
}

#input_6_1 {
    display: block;
}

#input_6_1 span {
    padding: 0;
    display: block;
}

.onw-hide-description .gfield_description {
    display: none;
}

#footer h3 {
    color: #ffffff;
}

/* Popup */
.onw-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999998;
    background-color: rgb(0 0 0 / 85%);
}

.onw-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background-color: #ffffff;
    max-width: 100%;
    width: 830px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.04), 0 4px 8px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.04), 0 16px 32px rgba(0,0,0,0.04), 0 32px 64px rgba(0,0,0,0.04);
}

.onw-popup h2, .onw-exit-popup p {
    width: 100%;
}

.onw-popup .onw-popup-link {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #212121;
    text-decoration: none!important;
    font-size: 1.15em;
    cursor: pointer;
}

.onw-close-popup {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 0 #000000;
    font-size: 1.5em;
    background-color: #f2f2f2;
    cursor: pointer;
}

.onw-close-popup:hover {
    background-color: #e81123;
    color: #ffffff;
    text-shadow: 0 0 0 #ffffff;
}

.onw-popup-image {
    padding: 0!important;
    position: relative;
}

.onw-popup-text {
    padding: 25px!important;
    background-color: #ffffff;
}

.onw-inner-popup {
    align-items: center;
}

.onw-popup .button {
    display: block;
    background-color: #000000;
    color: #ffffff;
}

.onw-popup .button:hover {
    background-color: transparent;
    color: #000000;
}

.onw-popup-image img:first-child {
    left: 10px;
    top: 10px;
    transform: rotate(5deg) scale(0.9);
    object-position: bottom;
}

.onw-popup-image img:last-child {
    bottom: 10px;
    right: 10px;
    transform: rotate(-2deg) scale(0.9);
}

.onw-popup-image img {
    position: absolute;
    width: 80%;
    max-width: 330px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
    border: solid 10px #ffffff;
    border-bottom: solid 50px #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.04), 0 4px 8px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.04), 0 16px 32px rgba(0,0,0,0.04), 0 32px 64px rgba(0,0,0,0.04)
}

.onw-popup-image {
    height: 480px;
    position: relative;
    padding: 0!important;
}

@media (max-width: 767px) {
    .onw-popup {
        width: 100%;
        bottom: 0;
        left: 0;
        top: unset;
        transform: none;
    }
}
/* END Popup */
/* Pseudo CSS */
[class*="onw-col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.onw-col-1 {
    width: calc((100% / 12) * 1);
}

.onw-col-2 {
    width: calc((100% / 12) * 2);
}

.onw-col-3 {
    width: calc((100% / 12) * 3);
}

.onw-col-4 {
    width: calc((100% / 12) * 4);
}

.onw-col-5 {
    width: calc((100% / 12) * 5);
}

.onw-col-6 {
    width: calc((100% / 12) * 6);
}

.onw-col-7 {
    width: calc((100% / 12) * 7);
}

.onw-col-8 {
    width: calc((100% / 12) * 8);
}

.onw-col-9 {
    width: calc((100% / 12) * 9);
}

.onw-col-10 {
    width: calc((100% / 12) * 10);
}

.onw-col-11 {
    width: calc((100% / 12) * 11);
}

.onw-col-12 {
    width: calc((100% / 12) * 12);
}

@media (max-width: 767px) {
    [class*="onw-col-"] {
        width: calc((100% / 12) * 12);
    }
}

.onw-content {
    padding: 75px 0;
    position: relative;
}

.onw-content *:not(input):not(textarea):not(select):not(option):not(a) {
    color: inherit;
}

[class*=onw-h-align-] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.onw-h-align-center {
    justify-content: center;
}

.onw-h-align-left {
    justify-content: flex-start;
}

.onw-h-align-right {
    justify-content: flex-end;
}

.onw-v-align-center {
    align-self: center;
}

.onw-v-align-top {
    align-self: flex-start;
}

.onw-v-align-bottom {
    align-self: flex-end;
}

.onw-column>div> :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.onw-column>div> :first-child {
    margin-top: 0;
    padding-top: 0;
}

.onw-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.onw-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.onw-content.onw-colour-white {
    background-color: #ffffff;
}

.onw-content.onw-colour-grey {
    background-color: #f2f2f2;
}

.onw-background-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.75;
}

.onw-background-img~.onw-container {
    z-index: 1;
    position: relative;
}

[class*="onw-colour-"].onw-column:not(.onw-colour-none) {
    padding: 25px;
}

.onw-column.onw-colour-white {
    background-color: #ffffff;
}

.onw-column.onw-colour-grey {
    background-color: #f2f2f2;
}

.onw-full-width .onw-container {
    max-width: none;
}

.onw-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .onw-content {
        padding: 0;
    }

    .onw-text {
        padding: 50px 0;
    }

    .onw-image {
        margin: 0 -15px;
    }

    [class*="onw-colour-"].onw-column:not(.onw-colour-none) {
        padding: 0 15px;
    }

    .onw-content [style*="column-count"] {
        column-count: 1!important;
    }
}

@media (min-width: 768px) {
    .onw-content.onw-full-width {
        padding: 0;
    }

    .onw-full-width .onw-container {
        max-width: none;
    }

    .onw-full-width .onw-column {
        padding: 0;
    }

    .onw-full-width .onw-column> :not(.onw-image):first-child {
        padding-top: 75px;
    }

    .onw-full-width .onw-column> :not(.onw-image):last-child {
        padding-bottom: 75px;
    }

    .onw-full-width .onw-column> :not(.onw-image) {
        padding-left: 50px;
        padding-right: 50px;
    }

    .onw-full-width .onw-image {
        height: 100%;
    }

    .onw-full-width .onw-image img {
        height: 100%;
    }
}
/* END Pseudo CSS */