@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html:root {
    --colour-1: #FBA919;
    --colour-2: #040404;
    --colour-3: #22616D;
    --colour-4: #626262;
    --colour-5: #EEF0F1;
    --header-font: "Playfair Display", serif;
    --body-font: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--header-font)!important;
}
p, a, span{
    font-family: var(--body-font)!important;
}
h1 span{
    font-family: var(--header-font) !important;
}

.footer{
    border-top: 2px solid var(--colour-3);
    color: #ffffff;
    padding: 40px;
    background: var(--colour-3);
}
#menuButton {
    border: none !important;
    background-color: transparent !important;
    margin-right: 30px;
    z-index: 111;
}
.postsCategory .category-post img{
    height: 300px;
    min-width: 100%;
    object-fit: cover;
}
.postsCategory .category-post{
    margin: 25px 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, .5) 0px 3px 9px;
}
.postsCategory .category-post .contentContainer{
    padding: 20px;
}
.postsCategory .category-post p{
    margin: 0px!important;
}
.postsCategory .category-post .categoryPostTitle{
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
}
.postsCategory .category-post .categoryPostTitle a{
    color: #000000;
}
.postsCategory .category-post .categoryPostDescription{
    font-size: 16px;
}
#menuToggleBtn {
    max-width: 35px;
}

#menuToggleBtn {
    transition: transform 0.2s ease;
}

.wpcf7-form-control-wrap *,
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    border: none;
}

.wpcf7-form-control-wrap:target,
.wpcf7-form-control-wrap:focus-within,
.wpcf7-form-control-wrap:hover,
.wpcf7-form-control-wrap:focus,
.wpcf7-form-control-wrap:active,
.wpcf7-form-control-wrap:focus-visible {
    border: none !important;
    outline: none !important;
}

.wpcf7-form textarea.wpcf7-form-control,
.wpcf7-form input.wpcf7-form-control {
    background-color: #ffffff!important;;
    padding: 10px!important;
    border: 1px solid #bbbaba !important;
    border-radius: 5px!important;;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    margin: 10px 20px 0px 0px;
    display: inline-block;
}
.wpcf7-form .wpcf7-acceptance span{
    max-width: calc(100% - 40px); 
    display: inline-block;
    color: var(--colour-4);
}
.wpcf7-form .wpcf7-acceptance a{
    display: inline;
    color: var(--colour-4);
    font-size: 16px;
}
.wpcf7-form .wpcf7-list-item{
    margin: 0px!important;
}

.wpcf7-form p label{
    color: var(--colour-3);
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}

.wpcf7-form input.wpcf7-submit, 
.customBtn {
    padding: 10px 20px!important;
    font-family: var(--body-font)!important;
    border-radius: 10px!important;
    font-size: 16px!important;
    border: none!important;
    color: #ffffff!important;
    background-color: var(--colour-3)!important;
    font-weight: 700!important;
    cursor: pointer!important;
    transition: transform 0.6s ease, background-color 0.6s ease!important;
    transform-origin: center!important;
    perspective: 600px!important;
    position: relative!important;
    overflow: hidden!important;
}
.singlePostBanner,
.categoryBanner {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.singlePostBanner h1,
.categoryBanner h1{
    color: #ffffff;
    font-size: 40px;
}
.singlePostBanner p,
.categoryBanner p{
    color: #ffffff;
}
.singlePostBanner .row,
.categoryBanner .row{
    position: relative;
    z-index: 1;
}
.singlePostBanner:after,
.categoryBanner:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(54, 68, 97, 1) 100%);
    z-index: 0;
}
.postsCategory{
    margin: 40px auto;
}
.singlePostBanner p{
    margin: 5px!important;
}
.custom-logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 20px;
}
.footer p{
    margin: 0px!important;
}
#hamburger {
    display: block !important;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 9;
    width: 60px;
    height: 30px;
}
.hamburger span {
    display: block;
    height: 4px;
    background: var(--colour-1);
    border-radius: 2px;
    transition: all ease-out 0.4s;
    margin: 5px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(13px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    width: 0px;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-13px);
}
#hamburger.active {
    z-index: 5;
    background-color: transparent;
    max-width: 100px;
    height: 100px;
}
#hamburger {
    display: none !important;
}
.floatingBar {
    background-color: var(--colour-3);
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 10px 70px;
    transform: translateX(12px);
}
#primary-menu{
    padding: 10px;
    margin: 0px 0px 0px 40px;
    display: inline-block;
}
#primary-menu li{
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px
    ;
}
#primary-menu li a{
    color: #ffffff;
    text-decoration: none;
}
.floatingBarContainer {
    position: absolute;
    top: 170px;
    right: 0px;
    z-index: 9;
}
.headerBlock{
    display: inline-block;
}
.w-full{
    width: 100%;
}
.IconSize img {
    width: 100% !important;
    max-width: 30px;
    height: auto;
}
.width178 P{
    width: 178px!important;
}
#productCategorySlider .singleTaxTerm img{
    height: 300px;
    max-width: 300px;
    object-fit: cover;
    object-position: center center;
    margin: auto;
    border: 1px solid #000000;
}
#productCategorySlider .singleTaxTerm {
    text-align: center;
    margin: auto;
}
#productCategorySlider hr {
    margin: 20px 30px 10px 30px !important;
    background-color: var(--colour-3);
    height: 2px;
    opacity: 0.5;
}
#productCategorySlider h2 {
    color: var(--colour-3);
    font-weight: 700;
    font-size: 22px;
}
#productCategorySlider .slick-arrow::before {
    color: var(--colour-3);
    font-size: 32px;
}
#productCategorySlider .slick-prev,
.slick-next{
    top: 40%!important;
}
#productCategorySlider .singleTaxTerm .shadowBox{
    box-shadow: rgba(149, 157, 165, .5) 0px 3px 9px;
    margin: 20px;
    padding: 20px;
}
.footer p, 
.footer a{
    color: #ffffff!important;
}
.footer2 .wp-block-columns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer2 .wp-block-columns .wp-block-image{
    margin: 0px!important;
}