/*
Theme Name: FORC Theme
Theme URI: https://www.designweb.co.uk/
Author: Designweb
Author URI: https://www.designweb.co.uk/
Description: DW starter theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: https://www.designweb.co.uk/
Tags: 
Text Domain: forc-theme
###
	WooCommerce conditional tags:
	https://docs.woocommerce.com/document/conditional-tags/
*/

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    padding: 0;
    margin: 0;
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}


/* =Media Queries
-------------------------------------------------------------- */

@media screen and (min-width: 1250px) {}

@media screen and (max-width: 1249px) {}

@media screen and (max-width: 789px) {}

@media screen and (max-width: 479px) {}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.mza {
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0 0 20px;
}

body:not(.elementor-page) h1,
body:not(.elementor-page) h2,
body:not(.elementor-page) h3,
body:not(.elementor-page) h4,
body:not(.elementor-page) h5,
body:not(.elementor-page) h6,
body:not(.elementor-page) ul,
body:not(.elementor-page) ol,
body:not(.elementor-page) p {
    margin: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #A1175A;
}

h2 {
    font-size: 40px;
    line-height: 1.4;
    color: #A1175A;
}

h3 {
    font-size: 24px;
    color: #A1175A;
}

p,
li {
    font-size: 20px;
}

.site-content p a,
.site-content li a {
    font-weight: 700;
    color: #009FE3;
    font-size: 18px;
}

@media screen and (max-width: 1049px) {
    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    h2 {
        font-size: 25px;
        line-height: 1.4;
    }

    h3 {
        font-size: 20px;
    }

    p,
    li {
        font-size: 16px;
    }

    .site-content p a,
    .site-content li a {
        font-size: 16px;
    }
}

.group {
    padding: 80px 0;
}

.group-pages {
    padding: 70px 0 100px;
}

@media screen and (max-width: 1049px) {
    .group {
        padding: 40px 0;
    }

    .group-pages {
        padding: 40px 0;
    }
}

.greybg {
    background-color: #EEF2F6;
}

.pinkbg {
    background-color: #A2185B;
}

*:first-child {
    margin-top: 0;
}

*:last-child {
    margin-bottom: 0;
}

p.dwbutton {
    display: flex;
}


p.dwbutton.center {
    justify-content: center;
}

p.dwbutton>a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
    background-color: #009FE3;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

p.dwbutton>a:hover {
    color: #009FE3;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    transform: scale(1.05);
}


/* =Header
-------------------------------------------------------------- */

.site-header {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    position: relative;
    z-index: 150;
}

.site-header>.top {
    background-color: #A2185B;
}

.site-header>.top>.inner {
    height: 60px;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.site-header>.top>.inner>ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 auto;
}

.site-header>.top>.inner>ul>li {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.site-header>.top>.inner>ul>li:not(:first-child):not(.social) {
    margin-left: 30px;
}

.site-header>.top>.inner>ul>li:not(:first-child).social {
    margin-left: 10px;
}

.site-header>.top>.inner>ul>li>a {
    text-decoration: none;
    color: #fff;
}

.site-header>.top>.inner>ul>li.social {
    display: flex;
    align-items: center;
}

.site-header>.top>.inner>ul>li.social>a {
    display: flex;
}

.site-header>.top>.inner>ul>li.social>a>img {
    display: block;
}

.site-header>.top>.inner>ul>li.donate {
    margin-left: 40px;
}

.site-header>.top>.inner>ul>li.donate>a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 15px;
    background-color: #009FE3;
}

.site-header>.top>.inner>ul>li.email {
    display: flex;
    align-items: center;
}

.site-header>.top>.inner>ul>li.email:before {
    display: inline-block;
    content: "";
    background-image: url(images/envelope.svg);
    background-size: contain;
    width: 22px;
    height: 16px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.site-header>.top>.inner>ul>li.call {
    display: flex;
    align-items: center;
}

.site-header>.top>.inner>ul>li.call:before {
    display: inline-block;
    content: "";
    background-image: url(images/phone.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.site-header>.top>.inner>ul>li.call>span>span {
    margin: 0 5px;
}

@media screen and (max-width: 1449px) {
    .site-header>.top>.inner {
        height: 50px;
    }

    .site-header>.top>.inner>ul>li {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .site-header>.top>.inner>ul>li:not(:first-child) {
        margin-left: 20px;
    }

    .site-header>.top>.inner>ul>li.donate>a {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .site-header>.top>.inner>ul>li.email:before {
        background-image: url(images/envelope.svg);
        width: 20px;
        height: 14px;
    }

    .site-header>.top>.inner>ul>li.call:before {
        background-image: url(images/phone.svg);
        width: 16px;
        height: 16px;
    }
}

.site-header>.main {
    background-color: #fff;
}

.site-header>.main>.inner {
    height: 110px;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.site-header>.main>.inner>#menu {
    display: none;
}

.site-header>.main>.inner>.site-logo {}

.site-header>.main>.inner>.site-logo>a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-header>.main>.inner>.site-logo>a>span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.site-header>.main>.inner>.site-logo>a>span>span {
    display: block;
}

.site-header>.main>.inner>.site-logo>a>span>span.en {
    color: #01437D;
}

.site-header>.main>.inner>.site-logo>a>span>span.cy {
    color: #A2185B;
}

.site-header>.main>.inner>.site-logo>a>img {
    display: block;
    margin-right: 20px;
}

@media screen and (max-width: 1449px) {
    .site-header>.main>.inner>.site-logo>a>span {
        font-size: 14px;
    }

    .site-header>.main>.inner>.site-logo>a>img {
        display: block;
        max-width: 80px;
        height: auto;
        margin-right: 15px;
    }
}

@media screen and (min-width: 1050px) {
    .site-header>.main>.inner>.site-nav {
        margin: 0 0 0 auto;
    }

    .site-header>.main>.inner>.site-nav>ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .site-header>.main>.inner>.site-nav>ul>li {
        position: relative;
    }

    .site-header>.main>.inner>.site-nav>ul>li>a {
        display: block;
        text-decoration: none;
        color: #A2185B;
        font-size: 20px;
        font-weight: 500;
        padding: 15px;
    }

    .site-header>.main>.inner>.site-nav>ul>li:hover>a {
        text-decoration: underline;
    }

    .site-header>.main>.inner>.site-nav>ul>li.menu-item-has-children>a:after {
        display: inline-block;
        content: "";
        position: relative;
        bottom: 2px;
        margin-left: 5px;
        width: 12px;
        height: 7px;
        background-image: url(images/dropdown.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul {
        list-style-type: none;
        padding: 20px 0;
        margin: 0;
        width: 300px;
        position: absolute;
        background-color: #fff;
        border-radius: 20px;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
        -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
        box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: all 0.33s ease;
    }

    .site-header>.main>.inner>.site-nav>ul>li:hover>ul,
    .site-header>.main>.inner>.site-nav>ul>li>ul.open {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul>li {
        position: relative;
        font-size: 18px;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul>li>a {
        display: block;
        padding: 5px 15px;
        text-decoration: none;
        color: #A2185B;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul>li:hover>a {
        text-decoration: underline;
    }

    @media screen and (max-width: 1449px) {
        .site-header>.main>.inner>.site-nav>ul>li>a {
            font-size: 16px;
            padding: 10px;
        }

        .site-header>.main>.inner>.site-nav>ul>li>ul>li>a {
            font-size: 16px;
            padding: 5px 10px;
        }
    }


}

@media screen and (max-width: 1049px) {

    .site-header>.main>.inner {
        width: 100%;
        padding: 0 5%;
        height: 80px;
        box-sizing: border-box;
    }

    .site-header>.main>.inner>#menu {
        display: block;
        padding: 10px 5px;
        margin: 0 0 0 auto;
    }

    .site-header>.main>.inner>#menu .int {
        position: relative;
        height: 18px;
        width: 32px;
    }

    .site-header>.main>.inner>#menu .int span:nth-child(1) {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #A2185B;
        transition: all 0.3s ease;
    }

    .site-header>.main>.inner>#menu .int span:nth-child(2) {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 9px;
        left: 0;
        background-color: #A2185B;
        transition: all 0.3s ease;
    }

    .site-header>.main>.inner>#menu .int span:nth-child(3) {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 18px;
        left: 0;
        background-color: #A2185B;
        transition: all 0.3s ease;
    }

    .site-header>.main>.inner>#menu.open .int span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px;
    }

    .site-header>.main>.inner>#menu.open .int span:nth-child(2) {
        opacity: 0;
    }

    .site-header>.main>.inner>#menu.open .int span:nth-child(3) {
        transform: rotate(-45deg);
        top: 9px;
    }

    .site-header>.main>.inner>#menu strong {
        display: none;
    }

    .site-header>.top {
        display: none;
    }

    .site-header>.main>.inner>.site-logo>a>img {
        width: 60px;
    }

    .site-header>.main>.inner>.site-logo>a>span {
        display: none;
    }

    .site-header>.main>.inner>.site-nav {
        position: absolute;

        left: -100%;
        opacity: 0;
        visibility: hidden;
        top: 80px;
        background-color: #A1175A;
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }

    .site-header>.main>.inner>.site-nav.open {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .site-header>.main>.inner>.site-nav>ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .site-header>.main>.inner>.site-nav>ul>li {
        position: relative;
    }

    .site-header>.main>.inner>.site-nav>ul>li>a {
        display: block;
        color: #fff;
        padding: 5px 0;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul {
        list-style-type: none;
        padding: 10px 0 20px;
        margin: 0;
    }

    .site-header>.main>.inner>.site-nav>ul>li>div.open-sub-menu {
        display: block;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("images/open-sub-menu.svg");
        background-size: contain;
        background-position: center center;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul {
        display: none;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul>li {
        position: relative;
    }

    .site-header>.main>.inner>.site-nav>ul>li>ul>li>a {
        display: block;
        color: #fff;
        padding: 5px 0 5px 20px;
    }
}

/* =homepage-hero
-------------------------------------------------------------- */

.homepage-hero {
    position: relative;
    height: 600px;
}

.homepage-hero .homepage-carousel {}

.homepage-hero .homepage-carousel .item {
    background-size: cover;
    background-position: center center;
}

.homepage-hero .homepage-carousel .item .alignwide {
    position: relative;
    height: 600px;
    display: flex;
    align-items: flex-end;
}

.homepage-hero .homepage-carousel .item .alignwide .content {
    background-color: rgb(5, 25, 42, 0.65);
    width: calc(80% - 80px);
    padding: 0 40px 40px;
}

.homepage-hero .homepage-carousel .item .alignwide .content h2 {
    color: #fff;
}

.homepage-hero .homepage-carousel .item .alignwide .content p {
    color: #fff;
}

@media screen and (max-width: 789px) {
    .homepage-hero {
        height: 400px;
    }

    .homepage-hero .homepage-carousel .item .alignwide {
        height: 400px;
    }

    .homepage-hero .homepage-carousel .item .alignwide .content {
        width: calc(100% - 80px);
        padding: 0 40px 40px;
    }
}



/* =news-ticker
-------------------------------------------------------------- */

.news-ticker {
    background-color: #01437D;
    overflow: hidden;
}

.news-ticker>.alignwide {
    display: flex;
}

.news-ticker .alignwide p {
    color: #fff;
    font-weight: 500;
}

.news-ticker .alignwide p.ticker-title {
    width: 200px;
    margin-right: 15px;
}

.news-ticker .alignwide .ticker-carousel-container {
    width: calc(100% - 215px);
}

@media screen and (max-width: 1049px) {
    .news-ticker>.alignwide {
        flex-wrap: wrap;
    }

    .news-ticker .alignwide p.ticker-title {
        display: none;
    }

    .news-ticker .alignwide .ticker-carousel-container {
        width: 100%;
    }
}

/* =intro-text
-------------------------------------------------------------- */

.intro-text .cols {
    display: flex;
    justify-content: space-between;
}

.intro-text .cols .col:nth-child(1) {
    width: 48.46153846153846%;
}

.intro-text .cols .col:nth-child(2) {
    width: 46.15384615384615%;
}

@media screen and (max-width: 789px) {
    .intro-text .cols {
        flex-wrap: wrap;
    }

    .intro-text .cols .col:nth-child(1) {
        width: 100%;
        margin: 0 0 20px;
    }

    .intro-text .cols .col:nth-child(2) {
        width: 100%;
    }
}

.intro-text .cols .col h2 {
    color: #A1175A;
}

.intro-text .cols .col img {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: auto;
}

/* =thank-you
-------------------------------------------------------------- */

.thank-you .alignwide>h2 {
    text-align: center;
    color: #A1175A;
    margin: 0 0 50px;
}

@media screen and (max-width: 789px) {
    .thank-you .alignwide>h2 {
        margin: 0 0 30px;
    }
}

.thank-you .alignwide>p:last-child {
    text-align: center;
}

.thank-you .cols {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}

.thank-you .cols .col {
    width: 30.76923076923077%;
}

@media screen and (max-width: 789px) {
    .thank-you .cols {
        margin: 0 0 20px;
    }

    .thank-you .cols {
        flex-wrap: wrap;
    }

    .thank-you .cols .col {
        width: 100%;
    }

    .thank-you .cols .col {
        margin-bottom: 20px;
    }
}

.thank-you .cols .col h3 {
    text-align: center;
    margin: 0 0 30px;
}

.thank-you .cols .col:nth-child(1) h3 {
    color: #951B81;
}

.thank-you .cols .col:nth-child(2) h3 {
    color: #A1175A;
}

.thank-you .cols .col:nth-child(3) h3 {
    color: #01437D;
}

.thank-you .cols .col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.thank-you .cols .col ul li {
    margin: 0 0 20px;
    padding: 10px 15px;
    min-height: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
}

@media screen and (max-width: 789px) {
    .thank-you .cols .col ul li {
        font-size: 14px;
    }
}

.thank-you .cols .col:nth-child(1) ul li {
    background-color: #951B81;
}

.thank-you .cols .col:nth-child(2) ul li {
    background-color: #A1175A;
}

.thank-you .cols .col:nth-child(3) ul li {
    background-color: #01437D;
}

/* =testimonials
-------------------------------------------------------------- */

.testimonials .alignwide>h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 50px;
}

@media screen and (max-width: 789px) {
    .testimonials .alignwide>h2 {
        margin: 0 0 30px;
    }
}

.testimonials .alignwide>p:last-child {
    margin-top: 60px;
}

.testimonials-carousel {
    max-width: 960px;
    margin: 0 auto;
}

.testimonials-carousel p {
    color: #fff;
    text-align: center;
}

.testimonials-carousel .owl-dots {
    margin-top: 45px !important;
    display: flex;
    justify-content: center;
}

.testimonials-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px !important;
}

.testimonials-carousel .owl-dots .owl-dot span {
    margin: 0 !important;
    transition: all 0.3s ease !important;
    height: 10px !important;
    width: 10px !important;
    background-color: #fff !important;
    opacity: 0.35 !important;
}

.testimonials-carousel .owl-dots .owl-dot:hover span {
    opacity: 0.45 !important;
}

.testimonials-carousel .owl-dots .owl-dot.active span {
    opacity: 1 !important;
    width: 20px !important;
}

/* =forthcoming-events
-------------------------------------------------------------- */

.forthcoming-events .alignwide>h2 {
    color: #01437D;
    text-align: center;
    margin: 0 0 50px;
}

.forthcoming-events .alignwide>p:last-child {
    margin-top: 60px;
}

.events-carousel {}

.events-carousel .owl-stage {
    display: flex;
    flex: 1 0 auto;
}

.events-carousel .owl-stage .owl-item {
    flex: 1 0 auto;
}

.events-carousel .item {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
}

.events-carousel .owl-item.active .item {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
}

.events-carousel .item a {
    display: block;
    text-decoration: none;
    padding-bottom: 15px;
    height: 100%;
}

.events-carousel .item a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
}

.events-carousel .item a h3 {
    color: #A2185B;
    margin: 20px 20px 10px;
    padding: 0;
}

.events-carousel .item a p {
    color: #000;
    margin: 0 20px 5px;
    font-size: 16px;
}

.events-carousel .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

.events-carousel .owl-dots {
    margin-top: 45px !important;
    display: flex;
    justify-content: center;
}

.events-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px !important;
}

.events-carousel .owl-dots .owl-dot span {
    margin: 0 !important;
    transition: all 0.3s ease !important;
    height: 10px !important;
    width: 10px !important;
    background-color: #01437D !important;
    opacity: 0.35 !important;
}

.events-carousel .owl-dots .owl-dot:hover span {
    opacity: 0.45 !important;
}

.events-carousel .owl-dots .owl-dot.active span {
    opacity: 1 !important;
    width: 20px !important;
}


/* =gallery
-------------------------------------------------------------- */

.gallery-container {}

.gallery-container>ul {
    list-style-type: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.gallery-container>ul>li {
    width: 25%;
    position: relative;
}

@media screen and (max-width: 789px) {
    .gallery-container>ul>li {
        width: 50%;
    }
}

.gallery-container>ul>li a:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #05192A;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-container>ul>li:hover a:before {
    transform: scale(1);
    opacity: 0.65;
}

.gallery-container>ul>li>a {
    display: block;
}

.gallery-container>ul>li>a>img {
    display: block;
    width: 100%;
    height: auto;
}

/* =page-hero
-------------------------------------------------------------- */

.page-hero {
    position: relative;
    background-color: #000;
    background-image: url(http://staging.friendsofrenalcareglanclwyd.co.uk/wp-content/uploads/2023/08/r9zcpcb9.jpg);
    background-size: cover;
    background-position: center center;
}

.page-hero:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #05192A;
    opacity: 0.65;
}

.page-hero .alignwide {
    position: relative;
    z-index: 10;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-hero .alignwide h1 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 20px;
}

.page-hero .alignwide p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.page-hero .alignwide p a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.page-hero .alignwide p span.separator {
    margin: 0 10px;
}

@media screen and (max-width: 789px) {
    .page-hero .alignwide {
        height: 200px;
    }

    .page-hero .alignwide h1 {
        font-size: 30px;
    }

    .page-hero .alignwide p {
        font-size: 14px;
    }

    .page-hero .alignwide p a {
        font-size: 14px;
    }
}

/* =gallery page columns
-------------------------------------------------------------- */

.page-id-36 .wp-block-columns img {
    display: block;
    width: 100%;
}

.page-id-21 .wp-block-columns img {}

/* =posts-feed
-------------------------------------------------------------- */

.posts-feed {
    margin: 0 auto 80px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.posts-feed .item {
    width: calc((100% / 3) - (40px / 3));
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
}

@media screen and (max-width: 789px) {
    .posts-feed .item {
        width: 100%;
    }
}

.posts-feed .item a {
    display: block;
    text-decoration: none;
    padding-bottom: 15px;
}

.posts-feed .item a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
}

.posts-feed .item a h3 {
    color: #A2185B;
    margin: 20px 20px 10px;
    padding: 0;
}

.posts-feed .item a p {
    color: #000;
    font-size: 16px;
    margin: 0 20px 5px;
}

/* =navigation
-------------------------------------------------------------- */

.navigation ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    justify-content: center;
}

.navigation li {}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    display: block;
    color: #951B81;
    border: 1px solid #951B81;
    border-radius: 10px;
    padding: 5px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #951B81;
    color: #fff;
}

/* =Footer
-------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    padding: 70px 0 140px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(1, 67, 125, 0.15);
}

@media screen and (max-width: 789px) {
    .site-footer {
        padding: 40px 0 80px;
    }
}

.site-footer>.alignwide {}

.site-footer>.alignwide .disclaimer {
    max-width: 100%;
    margin: 0 0 40px;
}

.site-footer>.alignwide .disclaimer p {
    font-size: 14px;
}

.site-footer>.alignwide .cols {
    display: flex;
}

.site-footer>.alignwide .cols .col:nth-child(1) {
    width: 25%;
}

.site-footer>.alignwide .cols .col:nth-child(2) {
    width: 50%;
}


.site-footer>.alignwide .cols .col:nth-child(2) p {
    font-size: 16px;
}

.site-footer>.alignwide .cols .col:nth-child(3) {
    width: 25%;
}

.site-footer>.alignwide .cols .col:not(:last-child) {
    margin-right: 5%;
}

@media screen and (max-width: 789px) {
    .site-footer>.alignwide .cols {
        flex-wrap: wrap;
    }

    .site-footer>.alignwide .cols .col:nth-child(1) {
        width: 100%;
    }

    .site-footer>.alignwide .cols .col:nth-child(2) {
        width: 100%;
    }


    .site-footer>.alignwide .cols .col:nth-child(2) p {
        font-size: 16px;
    }

    .site-footer>.alignwide .cols .col:nth-child(3) {
        width: 100%;
    }

    .site-footer>.alignwide .cols .col:not(:last-child) {
        margin-right: 5%;
    }
}

.site-footer>.alignwide .cols ul {
    list-style-type: none;
    padding: 0;
}

.site-footer>.alignwide .cols ul li {}

.site-footer>.alignwide .cols ul li a {
    color: #000;
}

/* =Gutenberg entry-content
-------------------------------------------------------------- */

.entry-content {}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
    width: 90%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.alignwide,
.wide-max-width {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content>p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content>*:not(p) {
    margin-bottom: 28px;
    margin-top: 28px;
}

.entry-content>*:first-child {
    margin-top: 0;
}

.entry-content>*:last-child {
    margin-bottom: 0;
}