@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Special+Elite&family=Waiting+for+the+Sunrise&display=swap');

h1{font-family: 'Special Elite', cursive; color: #333333 !important; font-size: 2.6rem; text-transform:uppercase;}
h2{font-family: 'Special Elite', cursive; color: #333333 !important; text-transform:uppercase;}
h3{font-family: 'Special Elite', cursive; color: #6ba2bb; text-transform:uppercase; font-weight: 300; font-size:1.4rem;}
h4{font-family: 'Waiting for the Sunrise', cursive; color: #676666 !important;}
h5{font-family: 'Open Sans', sans-serif; color: #676666 !important;}
h6{font-family: 'Open Sans', sans-serif; color: #676666 !important;}

p {font-family: 'Open Sans', sans-serif; color: #676666;}
ul li {font-family: 'Open Sans', sans-serif; color: #676666;}


/*
Fonts:
Titles and Buttons: Special Elite Regular   -    font-family: 'Special Elite', cursive;
Emphasis Paragraphs: Waiting for the Sunrise   -   font-family: 'Waiting for the Sunrise', cursive;
Body Copy: Open Sans   -    font-family: 'Open Sans', sans-serif;

Colours:
Green #8cc63f 
Blue #6ba2bb
Font grey #333333
*/
.header p {margin-bottom:0px;}

.rep-image {
    height: 200px;
    width: 100%;
    min-height: 150px;
    background-position: center;
    background-size: cover;
    display: block;
}

.card.company-card.closed {
    opacity:0.7;
}

.wp-block-separator {
    max-width: 74.2rem;
}
.cell.page-content {
    min-height:300px;
}

.item.one .odometer .odometer-inside::after {
    content: "k";
}
.item.one .odometer .odometer-inside::before {
    content: "£";
}

.item.three .odometer .odometer-inside::after {
    content: "k";
}


.wp-block-cover::before {
    position:absolute;
    width:12%;
    height:101%;
    top:0;
    left:0;
    background-image:url('../img/eco-shop-spatters-left-white.svg');
    background-repeat:no-repeat;
    background-size: auto 100%;
    opacity:1 !important;
}

.wp-block-cover::after {
    position:absolute;
    width:12%;
    height:101%;
    top:0;
    right: -1px !important;
    background-image:url('../img/eco-shop-spatters-right-white.svg');
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position:bottom right;
    opacity:1 !important;
    z-index:999;
    content: " ";
}
.wp-block-cover .wp-block-cover__inner-container {
    z-index:9999;
    max-width:45rem !important;
}

.wp-block-button__link {
    position:relative;
    text-transform:uppercase;
}

.wp-block-button__link::before {
    position:absolute;
    width:18%;
    height:100%;
    top:0;
    left:-19px;
    background-image:url('../img/left-button-side-svg.svg');
    background-repeat:no-repeat;
    background-size: auto 100%;
    opacity:1 !important;
    content:" ";
}

.wp-block-button__link::after {
    position:absolute;
    width:18%;
    height:100%;
    top:0;
    right:-19px !important;
    background-image:url('../img/right-button-side-svg.svg');
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position:bottom right;
    opacity:1 !important;
    z-index:999;
    content: " ";
}

.button {
    position:relative;
    text-transform:uppercase;
}
.tribe-events-single {
    margin-top:3rem !important;
}

.button::before {
    position:absolute;
    width:18%;
    height:100%;
    top:0;
    left:0;
    background-image:url('../img/eco-shop-spatters-left-white.svg');
    background-repeat:no-repeat;
    background-size: auto 100%;
    opacity:1 !important;
    content:" ";
}

.button::after {
    position:absolute;
    width:18%;
    height:100%;
    top:0;
    right:-1px !important;
    background-image:url('../img/eco-shop-spatters-right-white.svg');
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position:bottom right;
    opacity:1 !important;
    z-index:999;
    content: " ";
}

.alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.alignfull {
    margin-left  : calc( -99vw / 2 + 100% / 2 );
    margin-right : calc( -99vw / 2 + 100% / 2 );
    max-width    : 99vw;
    width:99vw;
    height:auto;
    padding-left:1vw
}
.alignfull img {
    /* width: 100vw; */
}
.wp-block-cover .wp-block-cover__inner-container {
    max-width: 51rem;
    margin: 0 auto;
    padding-top:2rem;
    padding-bottom:2rem;
    text-align: center; 
}
.hs-form-iframe {
    width:100% !important; 
}
.page-content {
    background:transparent;
}
.intro {
    background-image:url('../img/eco-shop-world-icon.svg');
    background-repeat:no-repeat;
    background-position: 100% -30%;
    background-size: 48%;
}
.intro img {
    max-width:40%;
    min-width:300px;
    margin-left: -23px;
    margin-top: 2rem;
}
.intro h4 {
    margin-bottom: 10rem;
}

.button {
    background-color:#8ec045 !important;
    color: #fff !important;
    border-radius:0px;
    border-width:0px;
}
a {
    color:#8cc63f !important;
}
.menu.dropdown a {
    color:#333333 !important;
}
.submenu {
    color: #fff !important;
    background-color:#8ec045 !important;
}
.submenu a {
    color:#fff !important;
}

.wp-block-buttons .wp-block-button {
    background-color:#8ec045 !important;
    color:#fff !important;
    text-transform:uppercase;
    margin-left: 19px;
    margin-right: 19px;
}
.wp-block-buttons .wp-block-button a {
    background-color:#8ec045  !important;
    color:#fff !important;
}
.wp-block-buttons .wp-block-button a:hover {
    opacity:0.8;
}
.page-content {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

.wp-block-latest-posts li {
    padding:0px !important;
    background-color:#fff !important;
    padding-bottom:14px !important;
}
.fancy-title h2 {
    font-family:'Neutra Text Demi';
}
.main-content.homepage h2{
    font-size:3.6rem;
    line-height:4.5rem;
}
.wp-block-latest-posts li a {
    color:#c8aa5e !important;
    margin: 10px 1rem  0 1rem;
    display:block;
    border-bottom:1px solid gray;
    text-align:left !important;
    font-weight:bold;
    font-size:1.2rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    margin: 10px 1rem 10px 1rem;
    text-align:left !important;
}
.wp-block-latest-posts li time {
    color:#252a3e; 
}
.wp-block-latest-posts li a:hover {
    opacity:0.8;
}
.wp-block-latest-posts li {
-webkit-box-shadow: 1px 4px 15px 1px rgba(143,141,143,1);
-moz-box-shadow: 1px 4px 15px 1px rgba(143,141,143,1);
box-shadow: 1px 4px 15px 1px rgba(143,141,143,1);
}



.intro-section  ul li {
    list-style: none;
    padding:0.7rem;
}

.site-logo {
    margin:0px !important;
}

.page-wrapper {
    background-color:#fff;
}


.wp-block-latest-posts li:before {
    display:none !important;
}

  .page-content ul li {
    padding:0.3rem;
}

  h2 strong {
      color:#000;
  }

  .backstretch {
    position:relative;
    padding-top: 12rem;
    background-color:#d0e3ea;
    background-image:url('../img/eco-shop-world-icon.svg');
    background-repeat:no-repeat;
    background-position: top right;
    background-size: 30%;
    margin-bottom:2rem;
    padding-bottom:0rem;
  }
  .cat-buttons .button {
      margin-right:10px;
  }

       input[type="text"] {
        width: 100%;
        border: 2px solid #aaa;
        border-radius: 4px;
        /* margin: 8px 0; */
        outline: none;
        padding: 8px;
        box-sizing: border-box;
        transition: 0.3s;
      }    

input[type="text"]:focus {
    border-color: #c8aa5e;
  }
  

.menu.dropdown {
    text-transform:uppercase;
}

.wp-block-button__link {
    border-radius:0px;
    color:#000;
    font-size:0.9rem;
}
.wp-block-button__link:hover {
    color:#000;
    opacity:0.8;
}

.no-js .top-bar {
    display: none;
}

.accreds-holder .slick-slide img
{
    padding:0 !important;
    margin: 2rem;
    border-radius: 10px;
    width: 88%;
    display: inline-block;
}

.page-content {
    background-image: url('../img/eco-shop-heart-faded-background.svg');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 100% 28%;
}
.distributors-card h4 {
    font-family: 'Special Elite', cursive;
    color: #fff !important;
    text-transform: uppercase;
    font-size:1.4rem !important;
}
.news-overview {
    padding-top:2rem;
    padding-bottom:2rem;
}
.news-overview img {
    padding-bottom:1rem;
}
.news-overview p {
    min-height:40px;
}
.wp-block-file.document {
    display: inline-block;
    background-color: #d0e3ea;
    padding: 1rem;
    margin: 0 1rem 1rem 0;
}
.wp-block-file.document a {
    color:#fff !important;
}
.card.company-card .card-section {
    position:relative;
    padding-bottom:3rem;
}
.card.company-card .card-section a {
    position:absolute;
    left:1rem;
    bottom:1rem;
}
.distributors-card {
    padding:1.6rem !important;
    margin-bottom:1rem;
    color:#fff;
    font-size:0.85rem;
    padding-bottom: 6rem !important;
    position:relative;
}
.distributors-card .button {
    margin-bottom:0px;
    margin-top:1rem;
    position:absolute;
    bottom:1.6rem;
    left:1.6rem;
}
.intro h4 {
    font-family:'Special Elite', cursive;
}

.distributors-card .button::before {
    display: none;
}
.distributors-card .button::after {
    display: none;
}

.distributors-card.school {
    background-color:#0b7f75;
}
.distributors-card.school .button {
    background-color:#08655d !important;
}
.distributors-card.community {
    background-color:#d394a6;
}
.distributors-card.community .button {
    background-color: #a87684 !important;
}
.distributors-card.soon {
    background-color:#205072;
}
.distributors-card.soon .button {
    background-color:#19405b !important;
}
.page-content .key {
    list-style:none;
    margin-left:0rem !important;
}
.page-content .key ul {
    margin-left:0rem !important;
}   
.page-content .key img {
    max-width:20px;
    margin-right:10px;
}

.wp-block-cover.alignfull.has-background-dim {
    margin-bottom:2rem;
}

.footer {
    background-color: #6aa2bb;
    color:#fff !important;
}
.footer img {
    filter:unset;
}
.footer h3 {
    color:#fff !important;
    font-weight:normal;
}
.footer a {
    text-transform:uppercase;
    color:#fff !important;
}
.page-content {
    border-width:0px !important; 
}

body {min-height:100vh;}
body .main-content {
    min-height:81vh;
}

.home-overview {
    background-image:url('../img/field-background.jpg');
    background-size:cover;
    background-position:center;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.home-overview .item {
    /* background-image:url('../img/eco-shop-heart-faded-background.svg'); */
    background-image:url('../img/heart-for-stats.svg');
    background-size:contain;
    background-position: center;
    background-repeat:no-repeat;
    padding: 5rem 1rem;
    font-family: 'Special Elite', cursive;
    color:#8cc63f !important;
}
.home-overview .item h5 {
    width:100%;
    font-size:3rem;
    text-align:center;
    color:#8cc63f !important;
    font-family: 'Special Elite', cursive;
    padding-top:0.6rem;
}
.home-overview .item .sub-text {
    width:50%;
    margin-left:25%;
    margin-right:25%;
    text-align:center;
    display: block;
    font-size: 1.2rem;
    line-height: 1.3rem;
    
}

.accreds-holder {
    background-color:#d0e3ea;
    padding-top: 2rem;
    padding-bottom:2rem;
    background-image:url('../img/eco-shop-section-dividers-top-of-top-section.svg'), url('../img/eco-shop-section-dividers-bottom-of-top-section.svg');
    background-repeat:no-repeat;
    background-position:top left, bottom left;
}
.accreds-holder .slick-slider {
    margin-bottom:0px;
}
.accreds-holder .slick-slide img {
    padding:2rem;
}

.footer {
    background-image:url('../img/eco-shop-section-dividers-top-of-bottom-section.svg');
    background-repeat:no-repeat;
    background-position:top left;
}





@media only screen and (max-width: 1580px) {
    .main-content.homepage h2{
        font-size:2.5rem;
        line-height:3.5rem;
    }
}

@media only screen and (max-width: 1000px) {
.home-overview .item .sub-text {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    text-align:center;
    display: block;
    font-size: 1.2rem;
    line-height: 1.3rem;
    
}
}
@media only screen and (max-width: 440px) {

  
    


    .backstretch h1 {
      font-size:2rem;
      line-height:3rem;
    }
   .alignfull .wp-block-cover__inner-container .alignfull {
      margin-left: 0px;
      margin-right: 0px;
      width: auto;
   }
   .alignwide {
        margin-left: 0px;
        margin-right: 0px;
    }
   .main-content.homepage h2 {
      font-size:1.8rem;
      line-height:2.8rem;
   }
   .wp-block-column.is-vertically-aligned-center {
       order:2;
   }

   .menu.align-right.accordion-menu {
        justify-content:left !important;
   }
   .menu.align-right.accordion-menu li{
        justify-content:left !important;
    }
    .menu.align-right.accordion-menu li a {
        width:100%;
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .menu.align-right.accordion-menu li a:hover {
        color:#fff!important;
        background-color:#04a298;
    }
    .top-bar {
        background-color:rgb(227, 230, 234);
    }
}


@media only screen and (max-width: 1130px) {
    .lgrey img {
        margin-bottom: 1.0rem;
    }

}


@media screen and (min-width: 40em) {
.no-js .top-bar {
    display: block;
}

.no-js .title-bar {
    display: none;
}
}


@media screen and (max-width: 1290px) {
    .live-tracking {
        display:none;
    }
    .live-tracking.small-button {
        display:block;
    }
}

.wpcf7-form label {
    color:#fff;
}

.wpcf7-submit {
    width: 100%;
}

@media print {
    .menu  {
      display:none;
    }
    .backstretch {
        padding-top:0rem;
    }
    .robothelp {
        display:none;
    }
    .footer p, .footer h3, .footer ul {
        display:none;
    }
    .accreds-holder {
        display:none;
    }
}

@media screen and (max-width: 680px){
    .title-bar {
        padding: 0.8rem !important;
        padding-bottom: 0.6rem !important;
        background-color: #6aa2bb !important;
    }
    .hover-underline-menu .menu a {
        color:#676666 !important; 
    }
    .menu.align-right.accordion-menu li a:hover {
        background-color:#d0e3ea !important;
    }
    .wp-block-cover::before {
        opacity:0 !important;
    }
    .wp-block-cover::after {
        opacity:0 !important;
    }
    .intro h4 {
        margin-bottom: 3rem;
    }
    .wp-block-buttons .wp-block-button {
        margin-right: 19px !important;
    }
    .footer img {
        width: auto;
        margin: 0; 
        margin-right:10px;
    }
}
