/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Tim Oladoyinbo
Author URI: https://digikraaft.com
Template: astra
Version: 0.0.1

/* Note: The CSS files are loaded from assets/css/ folder. */
body {
    background: url(/wp-content/uploads/2025/06/main-bg-tile-1.jpg) repeat !important;
    font-family: "mr-eaves-xl-modern", Helvetica, Roboto, Arial, sans-serif;
}

a{
    cursor: pointer;
}

.header-icon-link.twitter {
    margin-top: 4px;
    background-image: url(/wp-content/uploads/2025/06/twitter-icon.svg);
}
.header-icon-link.facebook {
    width: 27px;
    height: 33px;
    background-image: url(/wp-content/uploads/2025/06/facebook-icon.svg);
}

.header-icon-link.pinterest {
    width: 30px;
    height: 36px;
    background-image: url(/wp-content/uploads/2025/06/pinterest-icon.svg);
    background-size: 30px;
}

.header-icon-link.instagram {
    width: 30px;
    height: 36px;
    background-image: url(/wp-content/uploads/2025/06/instagram-icon.svg);
    background-size: 30px;
}

.header-tel::before {
    background-image: url(/wp-content/uploads/2025/06/phone-icon.svg);
}
.header-tel{
    font-size: 1.4rem;
}

.header-mail::before {
    background-image: url(/wp-content/uploads/2025/06/mail-icon.svg);
}

.header-icons::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
}

.header-icons{
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
}
.header-icon-link {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 1.5rem;
}
.site-footer{
    background-color: #89A763;
    padding: 2rem 0;
    color: #000;
}
.site-footer p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8rem;
}
.inline {
    display: inline-block;
}
.margin__bottom--none{
    margin-bottom: 0;
}
.site-footer p.credit {
    font-size: 1rem;
}
.site-footer a{
    color: #000;
}

.site-nav, .site-footer-nav {
    padding: .6rem 0;
    background-color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
}
.site-footer-nav a {
    color: #fff;
    padding: 0 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 .5rem;
}
.underline-hover:hover,.underline{
    text-decoration: underline;
}
.margin__top--large {
    margin-top: 3rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-foliage {
        background: url(/wp-content/uploads/2025/06/footer-foliage.avif) repeat-x;
        background-size: 265px 85px;
    }
}
.footer-foliage {
    height: 85px;
    background: url(/wp-content/uploads/2025/06/footer-foliage.avif) repeat-x;
}
#ast-scroll-top, .ast-below-header-wrap, .ast-below-header-bar {
    background-color: #000;
}

/*.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {*/
/*    color: white;*/
/*    text-transform: uppercase;*/
/*    font-size: 1.4rem;*/
/*    font-weight: 700;*/
/*    letter-spacing: 1px;*/
/*}*/
.ast-below-header-bar {
    border-bottom-color: #000;
}
.main-navigation > .main-header-menu > li > a{
    padding: 0.7rem 1rem 0.2rem 1rem;
}

.ast-builder-menu-1 .menu-item > .menu-link{
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.main-navigation li.current-menu-item a.menu-link {
    border-bottom-color: #89a763;
    /*background: url(/wp-content/uploads/2025/06/underline_home.png) no-repeat center;*/
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{
    background: #000;
}
h1:not(.no-arrow)::after {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/06/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    margin: 2rem 0;
}
.deco-box .black-arrow {
    display: inline-block;
    background: url(/wp-content/uploads/2025/06/arrow.svg) no-repeat;
    height: 30px;
    width: 300px;
}
.deco-box {
    position: relative;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/06/paper-bg.webp);
    border: 3px solid #1E120D;
}
p.deco-box__title-text, .deco-box__title-text p {
    margin: 2rem 0 0;
    font-size: 1.75rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8px;
}
.button--deco::before, a.button--deco:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    display: inline-block;
    background: url(/wp-content/uploads/2025/06/button-pip-green.svg) no-repeat center;
    width: 35px;
    height: 36px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.button--deco, a.button--deco {
    position: relative !important;
    z-index: 3 !important;
    padding: .7rem 1rem .5rem 3rem !important;
    font-family: "Akura Popo", sans-serif !important;
    font-size: 1.7rem !important;
    background-color: #000000 !important;
    border-radius: 20px !important;
    -webkit-transition: all 1s !important;
    transition: all 1s !important;
    text-transform: uppercase;
}
.button--deco:hover, .button--deco:hover {
    background-color: #000000;
    color: #DFD752;
    text-decoration: none;
}
.deco-box__border--top-left {
    top: -17px;
    left: -48px;
    background: url(/wp-content/uploads/2025/06/top-left.svg) no-repeat;
    height: 160px;
}
.deco-box__border--top-centre {
    top: -24px;
    left: calc(50% - 50px);
    background: url(/wp-content/uploads/2025/06/top-centre.svg) no-repeat;
    height: 50px;
    width: 94px;
}
.deco-box__border--top-right {
    top: -17px;
    right: -48px;
    background: url(/wp-content/uploads/2025/06/top-right.svg) no-repeat;
    height: 160px;
}
.deco-box__border--bottom-left {
    bottom: -17px;
    left: -48px;
    background: url(/wp-content/uploads/2025/06/bottom-left.svg) no-repeat;
    height: 160px;
}
.deco-box__border--bottom-centre {
    bottom: -24px;
    left: calc(50% - 50px);
    background: url(/wp-content/uploads/2025/06/bottom-centre.svg) no-repeat;
    height: 50px;
    width: 94px;
}
.deco-box__border--bottom-right {
    bottom: -17px;
    right: -48px;
    background: url(/wp-content/uploads/2025/06/bottom-right.svg) no-repeat;
    height: 160px;
}
.deco-box__border {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 188px;
}

h1{
    font-size: 3.75rem !important;
    font-family: "Akura Popo", sans-serif !important;
}
h2 {
    font-size: 3rem !important;
    font-family: "Akura Popo", sans-serif !important;
}
h2:not(.fl-module-heading):not(.h3):not(.wp-block-heading)::after {
    content: '';
    display: block;
    background-image: url('/wp-content/uploads/2025/06/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 35px;
    margin-top: 10px;
}
table, td, th {
    border: 1px solid black;
}
.opening-hours, .opening-hours tbody, .opening-hours tbody td {
    border: 1px solid #000;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.opening-hours tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}
.deco-box-normal {
    position: relative;
    background-image: url(/wp-content/uploads/2025/06/paper-bg.webp);
    border: 3px solid #1E120D;
}
.deco-box-normal p {
    font-size: 1.2rem;
    font-weight: 700;
}
.padding__bottom--large {
    padding-bottom: 3rem;
}
.padding__top--large {
    padding-top: 3rem;
}
.padding--medium {
    padding: 2rem;
}
.margin__bottom--large {
    margin-bottom: 3rem;
}
.article h2 {
    font-family: "Akura Popo", sans-serif !important;
    text-align: left;
    font-weight: normal;
    font-size: 2rem !important;
}
.article-inner a {
    color: #000 !important;
}
a.button{
    color: #FFFF !important;
}
.article-inner p {
    font-weight: 400;
    line-height: 1.65rem;
    letter-spacing: normal;
}
p{
    font-family: "mr-eaves-xl-modern", Helvetica, Roboto, Arial, sans-serif;
}
.deco-box__border--top-left--small {
    top: -27px;
    left: -29px;
    height: 90px;
    background: url(/wp-content/uploads/2025/06/deco-border-top-left-small.svg) no-repeat;
}
.deco-box__border--small {
    width: 90px;
}
.deco-box__border--small {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 89px;
}
.deco-box__border--top-right--small {
    top: -27px;
    right: -29px;
    height: 90px;
    background: url(/wp-content/uploads/2025/06/deco-border-top-right-small.svg) no-repeat;
}
.deco-box__border--bottom-left--small {
    bottom: -27px;
    left: -29px;
    height: 90px;
    background: url(/wp-content/uploads/2025/06/deco-border-bottom-left-small.svg) no-repeat;
}
.deco-box__border--bottom-right--small {
    bottom: -27px;
    right: -29px;
    height: 90px;
    background: url(/wp-content/uploads/2025/06/deco-border-bottom-right-small.svg) no-repeat;
}
.breadcrumb-arrow::after {
    content: '';
    position: relative;
    top: 4px;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-left: 15px;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/2025/06/hand-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.breadcrumbs {
    margin: 0 0 3.5rem 0;
    list-style: none;
    font-size: 1.2rem;
    font-weight: 700;
}
.breadcrumbs a {
    color: #000000;
    text-decoration: underline;
}
.sidebar {
    font-size: 1.2rem;
    color: #fff;
    padding-bottom: 6rem;
    border: 3px solid #000;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(/wp-content/uploads/2025/06/footer-foliage.avif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.sidebar h3 {
    font-family: "Akura Popo", sans-serif !important;
    text-align: left;
    font-size: 2.2rem;
    letter-spacing: 3px;
    color: #fff;
}
.sidebar a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar li {
    margin-bottom: 1rem;
}
.no-bullets {
    list-style: none outside;
    margin-left: 0;
}
.article-inner h1 {
    font-size: 3.25rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container{
        max-width: 1240px;
    }
}

@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 1240px;
    }
}
@media (min-width: 922px) {
    .site-content .ast-container {
        display: flex;
    }
}
@media (min-width: 922px) {
    .site-content .ast-container {
        display: flex;
    }
}
@media (min-width: 544px) {
    .ast-container {
        max-width: 100%;
    }
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 1240px;
    }
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 1240px;
    }
}
@media (min-width: 544px) {
    .ast-container {
        max-width: 100%;
    }
}
/* Remove ::after for h2s inside .article */
.article-inner h2::after, .article h2:after, h2.wp-block-heading::after {
    content: unset;
    display: none;
}

.site-header{
    background:#89A763;
}

@media (max-width: 921px) {
    .site-header-primary-section-right{
        display:none;
    }
    .ast-theme-transparent-header #masthead {
         position: inherit; 
        left: 0;
        right: 0;
    }
    header .custom-logo-link img {
        max-width: 100%;
        width: 100%;
    }
    .deco-box--left{
        margin-top:30px;
    }
    .deco-box--left, .deco-box--right, .deco-box--centered {
        width: 90%;
    }
    .deco-box--left {
        margin-bottom: 5rem;
    }
}
.entry-content .custom-padding{
    padding: 30px;
}

.orbit__pattern-overlay--right {
    background: url(//gardensage.co.uk/cdn/shop/t/3/assets/orbit-pattern-overlay-right.svg?v=6609875…) no-repeat;
    background-position: right;
}
.orbit__pattern-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
