body {
    background: #ffffff;
    color: #2a2a2a;
}
header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
}
header .page-header-wrapper {
    width: 100%;
    height: 100%;
}
.menu-title {
    font-family: archivo black,sans-serif;
    font-size: 48px;
}
.background-drawing {
  position: absolute;
  left: -2vw;
  top: -2vh;
  width: calc(100% + 2vw);
  height: calc(100% + 2vh);
  z-index: 99;
}
.header-logo:before{
    position: absolute;
    left: -19.5px;
    content: '';
    height: 1px;
    width: 20px;
    height: 20px;
    bottom: -20px;
    z-index: -2;
    background: rgba(0, 0, 0, 0) linear-gradient(to top right, transparent 50%, grey 50%) repeat scroll 0 0;
}

.header-logo-link {
    width: 100%; display: block;
}


.bgdrawing{
position: absolute;
  left: -28px;
  content: '';
  width: 126px !important;
  height: 276px !important;
  z-index: -1;
  top: -30px;
}

#branding {
    position: absolute;
margin-top: 30px;
  margin-left: 28px;
    width: 16vw;
    width: 260px;
    filter: drop-shadow(0px 10px 4px rgba(0,0,0,0.1));
}
#branding * {
    display: block;
}
#site-title {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    
}
#site-title .header-logo {
    padding: 8% 10%;
    position: relative;
}
#site-title .header-logo .logo-img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    
    background: white;
  z-index:6;
}
#header-logo-container {
    width: 22%;
    max-width: 350px;
    min-width: 280px;
}
#header-logo-container .header-logo-link {
    background: white;
    padding: 10% 5%;
}
#header-logo-container .header-logo-link,
#header-logo-container .header-logo-link .logo-image {
    width: 100%;
    height: auto;
}
#site-title::before, 
#site-title::after{
  display: block;
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:6;
}
#site-title::after {
    left: -32px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, #fff 50%) repeat scroll 0 0;
}
#site-title::before {
    right: -32px;
    background: rgba(0, 0, 0, 0) linear-gradient(to top left, transparent 50%, #fff 50%) repeat scroll 0 0;
}

#site-title .backdrop {
background: grey;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: -12px;
  right: -15px;
  z-index: -1;
}
#site-title .backdrop::before, 
#site-title .backdrop::after{
  display: block;
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -32px;
}
#site-title .backdrop::after {
    left: -32px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, grey 50%) repeat scroll 0 0; display:none;
}
#site-title .backdrop::before {
    right: -32px;
    background: rgba(0, 0, 0, 0) linear-gradient(to top left, transparent 50%, grey 50%) repeat scroll 0 0;
}



.two-column-wrapper-right {
  position: fixed;
  top: 0;
  right: 0;
  max-width: calc(100% - 350px);
}
.page-header-wrapper .two-column-wrapper-right {
      background: white;
  padding-right: calc(((100% - 16rem) - 1480px) / 2);
       padding-right: calc((100% - 1480px) / 2);
      margin-top: 0;
}
  .header-menu {
      margin-top: 0;
      background: white;
      position: relative;
  padding: 0 3.5rem 0 0;
  height: 100px;
  }  
  
    
    #menu {
  position: relative;
  z-index: 9;padding: 0 0;
  background: white;
  height: 100%;
}
.menu-top-header-menu-container,
.menu-top-header-menu-container > ul {
    height: 100%;
}
  .header-menu:after {
position: absolute;
  left: -20px;
  bottom: -0.8rem;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: red;
      
  }
  .header-menu:before {
position: absolute;
  left: -52px;
  width: 32px;
  bottom: -0.8rem;
  height: 100%;
  content: '';
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, red 50%) repeat scroll 0 0;
  }
  .header-menu #menu:before {
      position: absolute;
      left: -32px;
      width: 32px;
      height: 100%;
      content: '';background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, #fff 50%) repeat scroll 0 0;
  }

#menu-top-header-menu { font-size: 0;
    display: flex;
  align-items: center;padding-left: 2rem;
}
  #menu-top-header-menu li.menu-item {
    display: inline-block;padding: 10px 5px;
  }
 
  #menu-top-header-menu li.menu-item:last-child {
    margin-right: -5px;
  }
  
#menu-top-header-menu li.menu-item a {
padding: 0.9rem 0.5rem;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #2a2a2a;
  font-family: 'AvenirMedium', san-serif;
  font-weight: 900;
}
#menu-top-header-menu li.menu-item.cta a {
    color:#f1f1f1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 800;
}
#menu-top-header-menu li.menu-item.cta {
    padding-left: 0.9rem;
}
#menu-top-header-menu li.menu-item.cta a:hover {
    color: #f1f1f1;
    background: red;
}
#menu-top-header-menu li.menu-item:not(.cta):hover > a span {
    color: red;
}
li.current-menu-ancestor > a span,
li.menu-item.current_page_item > a span {
    color: red;
}
#menu-top-header-menu li.menu-item.cta a span {
    font-family: archivo black,sans-serif;
  font-size: 20px;
}
.lighter-text p {
    color: #141414;
}
.section-2-box ul li .cta {
    margin-top: auto;
}
.more {
    display: inline-block;
    background: grey;
    padding: 0.8rem 1.2rem;
    margin-top: 1.2rem;
    color: white;
}
#home-section1 {
    width: 100%;
    background: #cccccc;  
    min-height: 65vh;
  display: flex;
  align-items: center;position: relative;overflow: hidden;
  transition: opacity 0.12s ease-in-out 0s;
}
#home-section3 {
    position: relative;
}
#home-section3:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(225deg, grey 0%, rgba(0,0,0,0) 54%);
    opacity: 1;
}
#home-section3 .page-content {
    position: relative;
    z-index: 1;
}
#home-section3-p2 {
    background: #f2f2f2;
    position: relative;
    margin-top: -3rem;
}
#home-section3-p2 .page-content.page-content-margins {
    position: relative;
    z-index: 1;
}

#home-section3-p2 .page-content.page-content-margins {
    margin-top: 0;
  margin-bottom: 0;
}
.colums.list-columns {
    display: block;
    padding-bottom: 0; 
    padding: 5rem 0 0 0; 
}

.features-list {
    display: flex;
    list-style: none;
    padding: 0; 
    margin: 0;
}
#home-section3-p2 .page-content.page-content-margins .content-center {
  padding-top: 2.5rem;
}
.fcol {
}
.colu2 {
    width: 35%;
}
.colu2 > img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.colu1, .colu3 {
    flex: 1;
}

#home-section5 .page-content-margins {
    margin-top: 0;
}



#bgvid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-banner {
  width: 100%;
  background: #cccccc;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner::after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; display: block;
}
.home-slider {
    width: 100%;
}
.slider-theme1 {
  height: 100%;
}

.slider-theme1 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.12s ease-in-out 0s; font-size: 0;
}
  .slider-theme1 .slick-next.slick-arrow {
    left: 22px;transform: translateY(-34px);
  }

  .slider-theme1 .slick-prev.slick-arrow {
    left: 22px;transform: translateY(34px);
  }

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.slider-theme1 .slick-slide {
    min-height: 300px;
}
.slide-content {
    height: 100%;
}
.slide-content a.cta {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    margin-right: 15px;
}
.slide-content a.cta.light {
    background: #f1f1f1;
    color: #000;
}
.slide-content h1, .slide-content h2 {
    font-family: AvenirBlack;
    color: #f1f1f1;
    font-size: 50px; text-transform: uppercase;
}
.slide-content h2 {
    margin: 0;
}
.slide-content p {
    color: #f1f1f1;
}
.page-content {
    width: 100%; max-width: 1480px;margin: 0 auto; padding: 0 3.5rem;
}
.slide-content.page-content {
    max-width: 1026px;
    padding: 0 5rem;
}
.intro, .content-center{ max-width: 1024px; margin: 0 auto; padding: 0 2.5rem 3.5rem 2.5rem}
.intro p:last-of-type {margin-bottom:0;}
.slick-prev:before {
  content: "";
  font-size: 30px;
}
.slick-next:before {
  content: '';
  font-size: 0;
  background-size: 100%; 
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow svg path {
    stroke: grey;
}
#home-section2 {
    background: white;
}
#home-section2 .page-content, .content-center {
    text-align: center;
}
.page-content-margins {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.section-2-box {
    width: 100%;
}
.section-2-box ul {
    width: 100%;
    display:flex;flex-wrap:wrap;    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: repeat(3, 1fr);padding: 0;
  margin: 0;
}
.section-2-box ul li {
    list-style:none; 
    background: #f2f2ef;
    padding: 3rem 10%;
    display: flex;
    flex-direction: column;
    color: #565656;
    text-align: left;
}
.section-2-box ul li h3 {
    text-transform: uppercase;
    margin: 0;
    font-family: archivo black,sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 1rem 0;
    line-height: 36px;
    color: #2a2a2a;
}
.section-2-box ul li {
    list-style:none; 
    background: #f2f2ef;
    padding: 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    color: #565656;
    text-align: center;
}
.section-2-box ul li.box-child-page .boximage {
    background: white;
    margin-bottom: 1.2rem;
}
.section-2-box ul li.box-child-page {
    padding: 0;
    background: white;
}
.section-2-box ul li.box-child-page .boxcontent {
    padding: 3rem 10%;
    background: #f2f2ef;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.section-2-box ul li.box-child-page .boximage a {
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 60%;
}
.section-2-box ul li.box-child-page .boximage a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section-2-box ul li.box-child-page .cta {
  margin-top: auto;
  margin-top: auto;
  padding-top: 1.5rem;
}
.more-text {
    margin-right: 1.5rem;
}








.home-intro-wrapper .more-about {
    margin-top: 2rem;
}
.more-about {
    padding: 2.5rem 0 0 0;
    text-align: right;
}
.boxcontent {
    display: block;
    margin-bottom: 1rem;
}
.wp-block-heading {
    font-size: 28px;
    font-family: archivo black,sans-serif;
}
.page-title.wp-block-heading {
    font-size: 32px;
}
.wp-block-heading-sm {
    font-size: 24px;
}
.block-content h2,
.block-content h3 {
    font-family: archivo black,sans-serif;
}
h2.wp-block-heading,
h3.wp-block-heading,
.block-content h2,
.block-content h3 {
    font-size: 22px;
    margin: 0 0 2.5rem 0;
    line-height: 35px;
}
.blog h2.wp-block-heading {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 28px;
}
.blog p {
    margin-top: 0;
}
.blog article {
    border-bottom: 5px solid #2a2a2a;
    padding-bottom: 2rem;
}
.boxicon {
    display: block;
    width: 33%;
    border: 2px solid #000;
    margin: 0 auto;
    border-radius: 50%;
    padding: 15px;
   margin-bottom: 1rem;
}
.boxicon svg {
  width: 100%;
  height: auto;
  display: block;
}

.brand-color2-bg {
    background: #2e2e2e;
}
.colums {
    display: flex;
    padding: 5rem 3.5rem 5rem 0;
}
.colums .column {
    flex-wrap:wrap;
    width: 50%;
    align-self: center;
}
.brand-color2-bg * {
    color: #f1f1f1;
}

.section2-list {
    list-style:none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.section2-list li {
    list-style:none;
    padding: 1.4em 0;
    padding-left: 15%;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    position: relative;
}
.section2-list li:after {
    position: absolute;
    left: 0;
    width: 10%;
    padding-bottom: 10%;
    border: 2px solid rgba(0,0,0,0.1);
    content: '';
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.section2-list li:last-child {
    border-bottom: none;
}
.section2-list li:before {
    position: absolute;
    left: 0;
    width: 10%;
    padding-bottom: 10%;
    background: transparent;
    content: '';
    top: 50%;
    border: 2px solid transparent;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.881' height='10.848' viewBox='0 0 13.881 10.848'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23ffffff;stroke-linecap:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1.414 1.414)'%3E%3Cpath class='a' d='M-24421.531-17663.252l3.025,3,8.027-8.023' transform='translate(24421.531 17668.279)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}
.section2-list strong {
    display: block;
}
.section2-list p {
    margin: 0; padding: 0; font-size: 20px;
}
.column2-img {
    width: 100%;
    height: auto;
    padding-left: 3rem;
}
.column2-img img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: -8rem;
  position: relative;
}
.column2-img,.col2 {
  position: relative;
}
.col2 img {
  position: relative;
  z-index: 2;
}
.column2-img::after {
  content: '';
  background: grey;
  width: 60%;
  height: 60%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.col2::after {
  content: '';
  background: grey;
  width: 60%;
  height: 60%;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
.content-title {
    font-size: 2.1em;
    font-family: AvenirBlack;
    margin: 1rem 0;
}
#home-section3 .page-content-margins {
  margin-top: 0;
}
.title-sm {
    position: relative;
    padding-left: 3rem;
    font-size: 1.2em;
    font-family: AvenirHeavy;
    display: block;
    line-height: 1.2rem;
}
.title-sm:before {
    position: absolute;
    left: 1.3rem;
    bottom: 0.9rem;
    width: 1rem;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    content: '';
}
.title-sm:after {
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 2.3rem;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    content: '';
}
#home-section4 {
    padding-top: 1.5rem;
    background: white;
    margin-top: 0;
    padding-top: 0;
}
.body-uk-wide-distribution-and-warehousing #home-section4 {
    padding-top: 3rem;
}
.whsa {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.warehouse-service-areas {
    width: 620px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
body.page .page-content.page-content-margins {
    padding-top: 0;
    margin-top: 0;
}
.recent-reviews,
.recent-posts {    
    width: 100%;
    display:flex;
    lex-wrap:wrap;    
    display: grid;
    grid-column-gap: 3%;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0;
    margin: 0;
}
.post-date {
    width: 5rem;
    height: 5rem;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
.post-date > div {
    margin-top: 50%;
  transform: translateY(-50%);
  display: block;
}
.post-date span {
    display: block;
    color: white;
font-family: archivo black,sans-serif;
  line-height: 1.1em;
}
.post-date .date-day {
    font-size: 1.5em;
    letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}
.post-date .date-month {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.recent-posts li { 
    border: none;
    list-style: none;
    background: white;
}
.recent-rv.recent-posts li {
    background: transparent;
}
.recent-posts li .recent-post-image { 
    width: 100%;
    padding-bottom: 55%;
    background: grey;
    position: relative;
}
.post-title-img-link {
    display: block;
}
.recent-posts li .recent-post-image img { 
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.post-title-link {
font-family: "Archivo Black",sans-serif;
  font-size: 24px;
  display: block;
  margin: 0 0 0.5rem 0;
  color: #2a2a2a;
}
.post-title-link:hover {
    color: red;
}
.post-content {
    width: 100%; 
    padding: 5% 0;
    padding-bottom: 0;
    text-align: center;
}
.recent-posts .post-content {
    padding: 2rem 0.5rem 0 0.5rem;
}
.recent-post-footer {
    width: 100%;
    text-align: center;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.recent-post-footer > span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.posted-by::after {
    content: "";
    width: 1px;
     background: #999;
    height: 80%;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.page-footer .footer-content {
    display: flex;
    padding: 5rem 0;
}
.footer-content-left, .footer-content-right {
    /*border: 1px dotted rgba(255,255,255,0.2);*/
}
.footer-content-right > div {
    width: calc(100% / 3);
    padding-left: 1%;
}

.footer-content-left {
    width: 25%;
    padding-right: 5%;
}
.footer-content-right {
    width: 75%;
    display:flex;flex-wrap:wrap;
    padding: 0;
    
}
.footer-logo-image {
    width:80%;
    max-width: 100%;
    display: block;
}
.footer-content-left .text {
    margin-top: 2.5rem;
    display: none;
}
.footer-content-right .title {
    display: block;
    margin-bottom: 1.4rem;
    font-family: archivo black,sans-serif;
    color: white;
    text-transform: uppercase;
}
.footer-content ul.menu li {
    margin: 6px 0;
}
.footer-content ul.menu li a span {
    color: #a2a2a2;
    transition: color 0.2s ease-in-out 0s;
}
.footer-content ul.menu li a:hover span {
    color: white;
}
.site-subscribe {
    position: relative;
}
.site-subscribe input[type='email']{
    background: transparent;
    font-size: 1rem;
    padding: 0.5rem;
    border: 2px solid rgba(255,255,255,0.2);
    width: 100%;
    height: 60px;
}
.site-subscribe input[type='email']:focus{
    border: 2px solid red;
    box-shadow: none;
    outline: none;
}
.site-subscribe input[type='submit']{
    position: absolute;
    height: 100%;
    width: 56px;
    border: 2px dotted transparent;
    background: red;
    right: 0;
    top: 0;
    height: 60px;
    font-size: 0;
    cursor: pointer;
}
.wpcf7-form-control-wrap {
    display: block;
}
.site-subscribe input[type='submit']:hover{
 background: red;
}
.subcribe-box:after{
    content: '';
    background-size: 100%;
    top: 0;
    position: absolute;
    right: 0;
    text-align: 0;
    display: block;
    width: 56px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.743' height='14.014' viewBox='0 0 19.743 14.014'%3E%3Cg id='Arrow_Medium_Icon' transform='translate(0 0.707)'%3E%3Cg id='Arrow_Medium_Icon-2' transform='translate(18.328 12.6) rotate(180)'%3E%3Cpath id='Path_491' d='M6.3,0,0,6.3l6.3,6.3' transform='translate(0)' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3Cpath id='Path_492' d='M0,0H18' transform='translate(0.328 6.302)' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: center center;
}
.connect {
    text-align: right;
}
.footer-bottom {
    width: 100%;
    background: black;
    padding: 1rem 0;
    font-size: 14px;
}
.footer-bottom .page-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
#menu-footer-bottom-links {
    display: flex;
    align-items: center;
}
#menu-footer-bottom-links li {
    padding: 0 0.5rem;
    position: relative;
}
#menu-footer-bottom-links li:not(:last-child):after {
    background: rgba(255,255,255,0.2);
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    right: -1px;
}
.subcribe-box {
    position: relative;
    height: 60px;
}
.subcribe-box p {
    margin: 0;
    padding: 0;
}
.title-decoration {
    position: relative;
    display: inline-block;
    margin: 0 0 12px 0;
}
.title-decoration:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: -12px;
    left: 0;
}
#home-section2-continued .page-content-margins {
    padding-right: calc((100% - 1480px) / 2);
    margin-bottom: 6rem;
}

#home-section2-continued2 {
    width: 100%;
    background: grey;
}
.content-columns1 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    align-items: center;
}

.col1 {
    order: 2;flex: 1;
}
.col2 {
    order: 1;
    flex: 1;
    padding-right: 3rem;flex: 1.618;
}
.block-content p:first-of-type {
    margin-top: 0;
}
.column-content p:last-of-type,
.block-content p:last-of-type {
    margin-bottom: 0;
}
.column-content .cta,
.block-content .cta {
    padding-top: 0.5rem;
}
.col2 .why-grid {
    display: flex;
    flex-wrap: wrap;
}
.col2 img {
    display: block;
    width: 100%;
}

.col2 .why-grid li {
    width: 50%;border: 2px solid green;
}
.columns-full-width {
    display: flex;
}
.column-left-full-width {
    width: 50%;
    position: relative;
    width: calc((50% + (100% - 1480px) / 2));
    background: grey;
    padding-bottom: 25%;
}
.column-left-full-width img {
    position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
}
#home-section5 .column-left-full-width img  {
      object-position: 100% 100%;
}
.column-right-page-margin {
    flex: 1;
    align-self: end;
    padding-right: 0;
    position: relative; z-index: 1;
}
.column-content-block {
    background: #0c1117;
    width: 100%;
    padding: 3rem;
    margin-bottom: -3rem;
    margin-left: -3.5rem;
}
.column-content-block * {
    color: white;
}
.column-content-block .content-title {
    margin: 0 0 1rem 0;
}
#home-section5 .column.column-left-full-width {
  width: 50%;
}
#home-section5 .column-left-full-width, .column-right-page {
width: 50%;
  padding-right: calc((100% - 1480px) / 2);
  align-items: center;
  display: flex;
}
.column-right-page {
    background: #f2f2f0;
}
.column-content-block-full-width {
    width: 100%;
    padding: 5rem 8rem 5rem 5rem;
}
#home-section5 .columns-full-width {
    display: flex;
  flex-wrap: wrap;
}
.column-content-block-full-width * {
    color: #2a2a2a;
}
body.page {
    min-height: 100vh;  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
body.page .page-content-top,
body.post .page-content-top {
    padding-top: 81px;
}
.body-home .container,
body.page .container,
body.post .container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 6rem 8rem;
}
.body-contact-us .page-content-top,
.body-uk-wide-distribution-and-warehousing .page-content-top,
.body-beyond-just-delivery .page-content-top,
.body-final-mile-delivery-services .page-content-top,
.body-milk-run-logistics-service .page-content-top,
.body-regional-distribution-centre-services .page-content-top,
.body-track-my-order .page-content-top,
.body-services .page-content-top {
  position: relative;
}
.body-contact-us .page-content-top::after,
.body-uk-wide-distribution-and-warehousing .page-content-top::after,
.body-beyond-just-delivery .page-content-top::after,
.body-final-mile-delivery-services .page-content-top::after,
.body-milk-run-logistics-service .page-content-top::after,
.body-regional-distribution-centre-services .page-content-top::after,
.body-track-my-order .page-content-top::after,
.body-services .page-content-top::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #cccccc;
  opacity: 0.9;
}
.body-contact-us .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/10/contact-1.png);
  background-size: cover;
  background-position: top center;
}

.body-beyond-just-delivery .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/10/AssemblyServices.png);
  background-size: cover;
  background-position: center;
}

.body-services .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/07/services.jpeg);
  background-size: cover;
  background-position: center;
}
.body-milk-run-logistics-service .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/07/milkrunbanner.png);
  background-size: cover;
  background-position: center;
}
.body-regional-distribution-centre-services .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/06/rcpagebanner.png);
  background-size: cover;
  background-position: center;
}
.body-track-my-order .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/06/delivery-tracking-1.png);
  background-size: cover;
  background-position: center;
}
.body-final-mile-delivery-services .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/07/fmdb.png);
  background-size: cover;
  background-position: center;
}
.body-uk-wide-distribution-and-warehousing .page-content-top {
    background-image: none;
    background-size: auto;
  background-image: url(https://www.finalsteplogistics.co.uk/wp-content/uploads/2024/10/warhouseFeatured.png);
  background-size: cover;
  background-position: center;
}
.page-content-top {
    background: #cccccc;
}
.page-content-top .container {
    position: relative;
    z-index: 2;
}
.page-content-top a {
    color: #2a2a2a;
}
.page-title {
   margin: 0 0 2rem 0;
}
.post-edit-link {
    display: none;
}
.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: archivo black,sans-serif;
}
.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    font-size: 13px;
    line-height: 15px;
    margin-right: 1rem;
}
.breadcrumbs li a {
    display: block;
}
.breadcrumbs li a:hover {
    color: white;
}
.breadcrumbs li ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs li ul li {
   margin-right: 0;   
   padding: 0;
}
.breadcrumbs li:first-child {
    padding-left: 0;
}
.breadcrumbs > li:not(:last-child):after {
    content: '';
width: 1rem;
  height: 0.8em;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%232a2a2a;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
}
.breadcrumbs .current {
    color: rgba(0,0,0,0.4);
}
.page-full-width-wrapper {
    position: relative;
}
.page-full-width-wrapper:after {
    content: '';
    background: #f2f2f0;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.page-full-width.content-part2.grey-bg {
    background: #f2f2f0;
    margin-top: 4rem;
}
.page-full-width.content-part2.grey-bg .content-border {
    border-color: #2a2a2a;
}
.page-full-width.content-part2.grey-bg .content-border .highlight {
    background: #2a2a2a;
    color: #f2f2f0;
}
.post .entry-content h2,
.post .entry-content h3 {
font-size: 20px;
  font-family: 'AvenirMedium', san-serif;
  margin: 2.2rem 0 1.2rem 0;
  line-height: 30px;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}
.entry-content p a {
    display: inline-block;
    margin-top: 10px;
}
.wp-block-list li {
    margin-bottom: 1.5rem;
}
.page-columns {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
}
.page-columns .page-column {
    width: 50%;
    color: #565656;
}
.page-column-lg {
    width: 50%;
}
.page-column-sm {
    width: 50%;
    padding-right: 5rem;
}
.page-columns.blog .wp-post-image {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 1.8rem;
}
.page-columns.blog .page-column1 {
    width: 70%;
    position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-columns.blog .page-column1:before {
    content: '';
  background: #f2f2f0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
body.post .page-full-width-wrapper > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-columns.blog {
  align-items: stretch;
}
.page-columns.blog .page-column2 {
    width: 30%;
}
.ltr .page-column.page-column1 {
  padding-left: 2.5rem;
  order: 2;
  padding-right: 0;
}
.ltr .page-column.page-column2 {
  padding-right: 5rem;
  order: 1;
}
.page-column1-img {
    
}
.page-column1-img img {
    width: 100%;
    display: block;
}
.page-full-width-wrapper.ltr .container.page-content::after {
  right: 0;
  left: unset;
}
.post .page-full-width-wrapper .container.page-content::after {
  display: none;
}
.page-full-width-wrapper.ltr::after {
  right: 0;
  left: unset;
}
.container.page-icons {
    position: relative;
}
.icon-set {
    background: #2a2a2a;
}
.icon-set li {
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.icon-set li .icon {
    display: block;
    width: 100%;
    padding-bottom: 80%;
    position: relative;
}
.icon-set li .info-label {
  color: #f1f1f1;
  display: block;
   margin-top: 0.6rem;
   font-weight: 600;
   font-size: 12px;
   line-height: 16px;
     font-family: archivo black,sans-serif;
  color: #f2f2f0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-table;
  text-align: center;
  width: 100%;
}
.info-icons-title {
  writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: auto;
    color: #fff;
    position: absolute;
    left: 8rem;
    top: 8rem;
    font-family: archivo black,sans-serif;
    font-size: 12px;
}
.info-icons-title.row2 {
right: 8rem;
  left: unset;
  top: unset;
  bottom: 2rem;
transform: rotate(360deg);
}
.icondata {
    display: none; position: absolute;
    position: absolute;
  top: calc(100% + 14px);
  width: 250%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 8;
}
.iconcontent {
    background: red;
    width: 100%;
    padding: 1.5rem;
}
.iconcontent li {
    text-align: left;
}
.iconcontent ul {
    padding: 0;
    margin: 0;
}
.icon-set li:not(.icons) svg {
    width: 70%;
    display:block;  
    position: absolute;
    height: 100%;
    object-fit: contain;
    height: auto;
      margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.full-img--boxbg--list ul,
.page-column-sm ul,
.iconcontent ul li {
    padding: 0; margin: 0;
    padding-left: 1.5rem;
  list-style: none;
}
.full-img--boxbg--list ul li,
.page-column-sm ul li,
.iconcontent ul li {
  position: relative;
  min-height: 1rem;
  font-weight: 900;
}
.iconcontent ul li {
  font-size: 12px;
}
.full-img--boxbg--list ul li:not(:last-child),
.page-column-sm ul li:not(:last-child),
.iconcontent ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.full-img--boxbg--list ul li::before,
.page-column-sm ul li::before,
.iconcontent ul li::before {
position: absolute;
  left: -1.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #2a2a2a;
  content: '';
}
.iconcontent ul li::before {
  left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.iconcontent ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.full-img--boxbg--list ul li {
    display: block;
    margin-bottom: 0.5rem !important;
}
.icon-set li:hover .iconcontent::after {
    bottom: calc(100% - 4px);
    position: absolute;
    left: 0;
    margin-left: auto;
    margin: 0 auto;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 20px solid red;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    filter: drop-shadow(0px -2px 0px rgba(0,0,0,0.1));
  }
.page-columns .cta {
    margin-top: 1.5rem;
}
.page-columns.content-start {
    align-items: center;
}
.content-border {
    border: 15px solid #f2f2f0;
    padding: 3rem;
    position: relative;
}
.content-list ul {
    padding-left: 3rem;
    list-style: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.content-list ul li {
    position: relative;
    min-height: 2rem;
    font-weight: 700;
}
.content-list ul li:not(:last-child) {
    margin-bottom: 1.2rem;
}
.content-list ul li:before {
    position: absolute;
    left: -3rem;
    top: 0.2rem;
    width: 1.8rem;
    height: 1.8rem;
    background: #2a2a2a;
    display: block;
    content: '';
}
.content-list ul li:after {
    position: absolute;
    left: -2.2rem;
    top: 0.7rem;
    width: 0.4rem;
    height: 0.4rem;
  width: 0; 
  height: 0; 
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
 
  border-left: 0.4rem solid white;
    content: '';
}
.highlight {
    display: block;
    background: white;
    position: absolute;
    top: -8px;
    transform: translateY(-50%);
    padding: 1rem 1.5rem;
    right: 3rem;
    font-family: archivo black,sans-serif;
}
.page-columns .page-column h1,
.page-columns .page-column h2,
.page-columns .page-column h3 {
    color: #2a2a2a;
}
.section-2-box ul li a,
.page-columns .page-column a:not(.cta-arrow-btn) {
    color: #2a2a2a;
    font-family: archivo black,sans-serif;
    position: relative;
}
.section-2-box a:not(.service-img)::after,
.page-columns .page-column a:not(.cta-arrow-btn)::after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%232a2a2a;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: all 0.2s ease-in-out 0s;
}
.section-2-box a:not(.service-img):hover:after,
.page-columns .page-column a:not(.cta-arrow-btn):hover::after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:red;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.section-2-box a:hover,
.page-columns .page-column a:not(.cta-arrow-btn):hover {
    color: red;
}
.home-why {
    position: relative;
}
.home-why:after{
    background: #f2f2f0;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    content: '';display: block;
  position: absolute;
  z-index: -1;
}
.home-why .container {
    padding-bottom: 0;
}
.home-why .page-columns {
  align-items: end;
}

.page-columns form input {
    background: white;
}
.page-columns form input[type="text"],
.page-columns form input[type="email"] {
    height: 3rem;
}
.page-columns form input[type="text"],
.page-columns form input[type="email"],
.page-columns textarea {
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 2% 3%;
}
.page-columns form textarea {
    height: 8rem;
}
.page-columns form input[type="submit"] {
    padding: 1.2rem 1.5rem;
    background: #2a2a2a;
    color: #f1f1f1;
    display: inline-block;
    font-size: 16px;
    font-family: archivo black,sans-serif;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}
.page-columns form input[type="submit"]:hover {
    background: red;
}
.page-columns .wpcf7-form .wpcf7-spinner{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(50%);
    left: 0;
    z-index: 1;
}
.wpcf7 {
    position: relative;
}
.page-columns .wpcf7-form.submitting::after {
    background: #f2f2f0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.submit-form {
    width: 100%;
    text-align: right;
}
.page-columns form label span.label {
    font-size: 0;
    position: absolute;
}
.page-columns form p {
    margin: 1.5rem 0 0.5rem 0;
    padding: 0;
}
.page-column.page-column1 {
    padding-right: 3rem;
}
.blog .page-column.page-column1 {
    padding-right: 3rem;
}
.page-column.page-column2 {
    padding-left: 5rem;
}
.blog .page-column.page-column2 {
    padding-right: 0;
    padding-left: 3rem;
}

.contact-details {
    background: #2a2a2a;
    padding: 3rem;
   background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 473.806 473.806' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23363636' d='M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4 c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8 c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6 c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5 c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26 c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9 c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806 C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20 c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6 c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1 c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3 c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5 c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8 c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9 l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1 C420.456,377.706,420.456,388.206,410.256,398.806z'/%3E%3Cpath fill='%23363636' d='M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2 c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11 S248.656,111.506,256.056,112.706z'/%3E%3Cpath fill='%23363636' d='M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11 c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2 c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); 
   background-size: 130% 150%;
}
.contact-details {
    color: #f1f1f1;
}
.field-wrap {
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr repeat(4, 0);
grid-column-gap: 1rem;
grid-row-gap: 0px; 
}
.field-wrap > div {
    width: 100%;
}
.page-column.page-column2 img {
    display: block;
    width: 100%;
    height: auto;
}
.page-full-width-wrapper .container.page-content {
    position: relative;
}
.page-full-width-wrapper .container.page-content:after {
    content: '';
    background: #f2f2f0;
    position: absolute;
    width: 75%;
    height: 100%;
    left: 0;
    top: 0;
}
body.page #home-section4 .container {
    padding-top: 0;
}
body.page.body-contact-us #home-section4 .container {
    padding-top: 6rem;
}
.wp-block-heading.no-top-margin {
    margin-top: 0;
}
body.page .content-part2 .title-full-width {
    padding-right: 6rem;
}
.additional-content {
    background: #2a2a2a;
  margin-bottom: 6rem;
}

.additional-content .container{
  color: #f1f1f1;
  text-align: center;
}
.light-cta .cta-arrow-btn.light,
.additional-content .cta-arrow-btn.light,
.intro-content .cta-arrow-btn.light {
    border-color: #f1f1f1;
    color: #f1f1f1;
}
.light-cta .cta-arrow-btn.light:after,
.additional-content .cta-arrow-btn:after,
.intro-content .cta-arrow-btn.light:after {
  background-color: rgba(255,255,255,0.2);
}
.light-cta .cta-arrow-btn.light.secondary,
.additional-content .cta-arrow-btn.light.secondary {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #2a2a2a;
}
.intro-content .cta-arrow-btn.light::after {
  background-color: #1a1a1a;
}
.cta-arrow-btn.dark {
    border-color: #2a2a2a;
    background-color: #2a2a2a;
    color: #f1f1f1;
}
.cta-arrow-btn.dark:after {
    background-color: rgba(255,255,255,0.2);
}
.cta-arrow-btn.dark:hover {
    background-color: red;
}
.cta-arrow-btn.dark:hover:after {
    background-color: white;
}
.light-cta .cta-arrow-btn.light.secondary:after,
.additional-content .cta-arrow-btn.light.secondary:after {
  background-color: #2a2a2a;
}
.light-cta .cta-arrow-btn.light:hover,
.additional-content .cta-arrow-btn.light:hover,
.intro-content .cta-arrow-btn.light:hover {
  background: #f1f1f1;
    color: #2a2a2a;
}
.light-cta .cta-arrow-btn.light:hover:after,
.additional-content .cta-arrow-btn.light:hover:after,
.intro-content .cta-arrow-btn.light:hover:after {
  background-color: #2a2a2a;
}
.light-cta .cta-arrow-btn.light:hover::after,
.additional-content .cta-arrow-btn.light:hover::after {
  background-color: #2a2a2a;
}
.cta-arrow-btn.light:not(.secondary):hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23ffffff;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cta.row.dark .cta-arrow-btn.light.secondary {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  color: #f1f1f1;
}
.cta.row.dark .cta-arrow-btn.light.secondary:hover {
  border-color: red;
  background-color: red;
  color: #f1f1f1;
}
.cta.row.dark .cta-arrow-btn.light.secondary:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23ffffff;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.additional-content .cta.row {
    margin-top: 1rem;
}
.cta.row > a {
    margin: 0.4rem 0.4rem 0 0.4rem;
}
.additional-content .title-full-width {
    padding: 0 6rem;
}
.additional-content h3.wp-block-heading {
    margin-bottom: 2rem;
}

.light-cta .cta-arrow-btn.light.secondary:hover,
.additional-content .cta-arrow-btn.light.secondary:hover {
  background-color: red;
  border-color: red;
}
.cta-arrow-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:red;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
}


body.page .container.page-icons {
    padding-bottom: 0;
}
.icon-set.rdc {
display: grid;
grid-template-columns: repeat(5, minmax(0, 120px));
grid-template-rows: repeat(2, 1fr) repeat(0);
grid-column-gap: 4rem;
grid-row-gap: 2rem;
margin: 0;
padding: 5rem 6rem;
list-style: none;
}
.icon-set .icon1 { grid-area: 1 / 1 / 2 / 2; }
.icon-set .icon2 { grid-area: 1 / 2 / 2 / 3; }
.icon-set .icon3 { grid-area: 1 / 3 / 2 / 4; }
.icon-set .icon4 { grid-area: 1 / 4 / 2 / 5; }
.icon-set .icon5 { grid-area: 1 / 5 / 2 / 6; }
.icon-set .icon6 { grid-area: 2 / 1 / 3 / 2; }
.icon-set .icon7 { grid-area: 2 / 2 / 3 / 3; }
.icon-set .icon8 { grid-area: 2 / 3 / 3 / 4; }
.icon-set .icon9 { grid-area: 2 / 4 / 3 / 5; }
.icon-set .icon10 { grid-area: 2 / 5 / 3 / 6; }
.icon-set li {
    position: relative;
}
.icon-set.rdc .icon1:after,
.icon-set.rdc .icon2:after,
.icon-set.rdc .icon3:after,
.icon-set.rdc .icon4:after,
.icon-set.rdc .icon6:after,
.icon-set.rdc .icon7:after,
.icon-set.rdc .icon8:after,
.icon-set.rdc .icon9:after,
.icon-set.final-miles .icon1:after,
.icon-set.final-miles .icon2:after
{
    position: absolute;
    top: 50%;
    right: -3rem;
    width: 2rem;height: 2rem;
    transform: translateY(-50%);
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.743' height='14.014' viewBox='0 0 19.743 14.014'%3E%3Cg id='Arrow_Medium_Icon' transform='translate(0 0.707)'%3E%3Cg id='Arrow_Medium_Icon-2' transform='translate(18.328 12.6) rotate(180)'%3E%3Cpath id='Path_491' d='M6.3,0,0,6.3l6.3,6.3' transform='translate(0)' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3Cpath id='Path_492' d='M0,0H18' transform='translate(0.328 6.302)' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-set.milkrun .icon6:before,
.icon-set.milkrun .icon6:after,
.icon-set.milkrun .icon3:after,
.icon-set.milkrun .icon8:after,
.icon-set.milkrun .icon7:before,
.icon-set.milkrun .icon12:after,
.icon-set.milkrun .icon13:after,
.icon-set.milkrun .icon14:after,
.icon-set.milkrun2 .icon9:after
{
    position: absolute;
    width: 2rem;
    height: 2rem;
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.743' height='14.014' viewBox='0 0 19.743 14.014'%3E%3Cg id='Arrow_Medium_Icon' transform='translate(0 0.707)'%3E%3Cg id='Arrow_Medium_Icon-2' transform='translate(18.328 12.6) rotate(180)'%3E%3Cpath id='Path_491' d='M6.3,0,0,6.3l6.3,6.3' transform='translate(0)' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3Cpath id='Path_492' d='M0,0H18' transform='translate(0.328 6.302)' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  
}
.icon-set.milkrun .icon3:after,
.icon-set.milkrun .icon8:after
{
    left: 0;
    right: 0;
    transform: rotate(90deg);
    margin: 0 auto;
    bottom: -2.5rem;
}
.icon-set.milkrun .icon6:before,
.icon-set.milkrun .icon7:before,
.icon-set.milkrun .icon13:after,
.icon-set.milkrun .icon14:after
{
    right: -3rem;
    transform: rotate(-38deg);
    bottom: 50%;
}
.icon-set.milkrun .icon6:after,
.icon-set.milkrun .icon12:after
{
    right: -3rem;
    transform: rotate(38deg);
    top:50%;
}
.icon-set.final-miles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 120px));
    grid-column-gap: 4rem;
    margin: 0;
    padding: 5rem 6rem;
    list-style: none;
    justify-content: center;
}
.icon-set.milkrun {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 100px));
    grid-column-gap: 4rem;
    margin: 0;
    padding: 5rem 6rem 2.5rem 6rem;
    list-style: none;justify-content: center;
    grid-template-rows: repeat(3, 1fr) repeat(0);
    grid-row-gap: 3rem;
}
.icon-set.milkrun2 {
    padding: 2.5rem 6rem 5rem 6rem;
}
.icon-set.milkrun li.translate {
    transform: translateY(-50%);
}
.icon7.translate,
.icon9.translate {
    z-index: 7;
}
.icon.icons-3 > svg {
    position: absolute;
    width: auto;
}
.icon.icons-3 .icon-3-1 {
    top: 0;
    height: 50%;
    width: 100%;
  left: 0;
}
.icon.icons-3 .icon-3-2 {
    bottom: 0;
    height: 50%;
    left: 1%;
}
.icon.icons-3 .icon-3-3 {
    bottom: 0;
    height: 50%;
    right: 1%;
}
.icon-set.milkrun2 .icon14:after,
.icon-set.milkrun2 .icon13:after {
  right: -2.5rem;
  transform: rotate(138deg);
  bottom: 50%;
}
.icon-set.milkrun2 .icon3::after, .icon-set.milkrun2 .icon9::after {
right: -3rem;
  transform: rotate(38deg);
  top: 50%;
  left: unset;
}
.icon-set.milkrun2 .icon8::after {
  display: none;
}
.icon-set.milkrun2 .icon12::after, 
.icon-set.milkrun2 .icon6::after {
  transform: rotate(-138deg);
}
.full-width-image-right {
    width: calc(50% - 3.5rem);
    position: absolute;
    margin-bottom: -3rem;top: 0;
  right: 0;
  z-index: 1;
}
.full-width-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.content-part0 .container.page-content {
    position: initial;
    margin-top: 0;
    padding-top: 0;
}
.page-full-width-wrapper.content-part0::after {
    background: white;
}
.page-full-width-wrapper.content-part0 .container.page-content::after {
    display: none;
}
.content-part0 .full-width-image-right {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}
.content-part0 .full-width-image-right img {
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;object-position: right top;
    top: 0;
    left: 0;
}
.home-intro {
    background: white;
    color: #f1f1f1;
    position: relative;
}
.home-intro-wrapper {
    position: relative;
  max-width: 1480px;  
  margin: 0 auto;
  padding: 5rem 8rem;
}
.home-intro-wrapper .intro-content {
    background: #2a2a2a;
    position: absolute;
    bottom: 0;
    padding: 4rem 4.5rem;
    right: 8rem;
    left: 8rem;
}
.home-intro-wrapper .intro-content .more-about {
    border-top: 5px solid #f1f1f1;
}
.home-intro-wrapper .intro-content h1 {
    margin-top: 0;
    font-size: 38px;
    line-height: 48px;
    padding-right: 0;
    display: block;
    font-family: archivo black,sans-serif;
    font-size: calc(18px + 1vw);
    line-height: calc(28px + 1vw);
}
.home-intro-wrapper .intro-content p:last-of-type {
    margin-bottom: 0;
}
#home-section1 {
  min-height: calc(100vh - 13.5rem);
  align-items: flex-end;
}
#home-section2 .page-content {
  padding-top: 4.5rem;
}
#bgvid {
  object-position: bottom;
}
.blog-sidebar {
    list-style: none;
    padding: 0;
     margin: 0;
     width: 100%;
}
.blog-sidebar .widget_search {
    
}
.wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search__input {
    width: 100%;
    border: 4px solid #cccccc;
    height: 54px;
}
.wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 4px solid green;
    border: 4px solid #cccccc;
    height: 54px;
      padding: 0;
  width: 54px;
  font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.743' height='14.014' viewBox='0 0 19.743 14.014'%3E%3Cg id='Arrow_Medium_Icon' transform='translate(0 0.707)'%3E%3Cg id='Arrow_Medium_Icon-2' transform='translate(18.328 12.6) rotate(180)'%3E%3Cpath id='Path_491' d='M6.3,0,0,6.3l6.3,6.3' transform='translate(0)' fill='none' stroke='%2353aa47' stroke-width='2'%3E%3C/path%3E%3Cpath id='Path_492' d='M0,0H18' transform='translate(0.328 6.302)' fill='none' stroke='%2353aa47' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 48%;
  background-repeat: no-repeat;
  background-position: center center;
}
.wp-block-search__button-outside {
    padding-bottom: 1.5rem;
}
.blog .blog-sidebar .wp-block-heading, .wp-block-search__label {
    font-size: 1rem;
    font-family: archivo black,sans-serif;
}
@media screen and (max-width : 1366px) {
     #home-section1 {
    min-height: calc(100vh - 12rem);
  }
  #bgvid {
      object-position: bottom right;
    }
    .home-intro-wrapper {
      padding: 4.5rem 8rem;
    }
}
@media screen and (max-width : 1193px) {
    #header-logo-container {
      height: 80px;
    }
    .header-logo-link {
      display: inline-block;
      width: auto;
    }
    #header-logo-container .header-logo-link {
      padding: 5%;
    }
    #header-logo-container .header-logo-link, #header-logo-container .header-logo-link .logo-image,
    .logo-wrapper {
        width: auto;
        height: 100%;
    }    
    .content-list ul li::before {
        left: -2.2rem;
        width: 1.4rem;
        height: 1.4rem;
    }
    .content-border {
        padding: 2.5rem;
    }
    .content-list ul li::after {
        position: absolute;
        left: -1.6rem;
        width: 0.4rem;
        height: 0.4rem;
        width: 0;
        height: 0;
        border-top: 0.3rem solid transparent;
        border-bottom: 0.3rem solid transparent;
        border-left: 0.3rem solid white;
        content: '';
    }
    .page-column-sm {
        padding-right: 4rem;
    }
    .content-list ul {
        padding-left: 2.2rem;
    }
}
@media screen and (min-width : 481px) {
    body.page .page-content-top,
    body.post .page-content-top {
        padding-top: 100px;
    }
}
@media screen and (min-width : 1194px) {
    body.page .page-content-top,
    body.post .page-content-top {
        padding-top: calc(100vw - 88%);
    }
}
@media screen and (max-width : 1057px) {
    .field-wrap {
      display: block;
    }
    .body-contact-us .page-column.page-column2 {
        padding-left: 2.5rem;
    }
}
.icon-set li:hover .icondata {
    display: block;
}
@media screen and (max-width : 1025px) {
    .icon-set li.active .icondata {
        display: block;
    }  
}
@media screen and (min-width : 1023px) {
 .page-columns.blog .page-column1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width : 1180px) {
    #bgvid {
      object-position: right;
    }
    #home-section1 {
        min-height: calc(100vh - 7rem);
    }
    .home-intro-wrapper {
        padding: 2rem 3rem;
    }
}
@media screen and (max-width : 1025px) {
    body, html {
        font-size: 16px;
    }
    .page-content {
        padding: 0 2rem;
    }
    .colums {
        padding: 3.5rem 0;
    }
    #home-section3 .column .content-title {
        width: 100%;
    }
    .content-title {
        font-size: 1.6em;
        margin: 1rem 0;
    }
    .section2-list li::before,
    .section2-list li::after {
        width: 50px;
        height: 50px;
        padding: 0;
    }
    .section2-list li {
      padding-left: 72px;
    min-height: 70px;
    display: flex;
    align-items: center;
   }
   .column-list-container {
      display: flex;
   }
   .column-list-container .section2-list, .mobile-column2-img {
      width: 50%;
   }
   #home-section2-continued2 .colums {
    padding: 2.5rem 0;
  }
   .mobile-column2-img img {
      width: 100%;    margin-bottom: -3.5rem;
   }
   .column-list-container .section2-list {
       padding-bottom: 3.5rem;
   }
   .mobile-column2-img {padding-left: 2rem; align-self: end;}
    .desktop { display: none; }

    #home-section5 .columns-full-width {
      display: block;
    }
    #home-section5 .column-left-full-width, .column-right-page,
    #home-section5 .column-left-full-width {
        width: 100%;
    }
    .column-content-block-full-width {
      padding: 6rem 8rem;
    }
    .page-full-width.content-part2.grey-bg {
      margin-top: 6rem;
    }
    .recent-posts {
      padding: 0 0;
    }
    #home-section5 .column.column-left-full-width {
      width: 100%;padding-bottom: 45%;
    }
    .col2::after {
      display: none;
    }
    body-home .container,
    body.page .container,
    body.post .container {
      padding: 4rem 6rem;
    }
    .page-column.page-column1 {
      padding-right: 2rem;
    }
    .page-column.page-column2 {
      padding-left: 4rem;
    }  
    .blog .page-column.page-column2 {
      padding-left: 3rem;
    }  
    .page-column-sm {
      padding-right: 4rem;
    }
    .additional-content {
      margin-bottom: 4rem;
    }
    h2.wp-block-heading, 
    h3.wp-block-heading,
    .block-content h2,
    .block-content h3 {
      margin: 0 0 2.5rem 0;
    }
    .info-icons-title {
      left: 6rem;
      top: 5.5rem;
    }
    .info-icons-title.row2 {
      right: 6rem;
      bottom: 1.5rem;
    }
    body.page .container.page-icons {
      padding: 4rem 6rem 0 6rem;
    }
    .section-2-box ul {
      display: block;
    }
    .section-2-box ul li {
        margin-bottom: 1.5rem;
    }
    .home-intro-wrapper .intro-content h1 {
        padding-right: 0;
    }
    .home-intro-wrapper .intro-content {
      padding: 3rem 3.5rem;
    }
    .boxicon {
      max-width: 120px;
      margin-bottom: 1.5rem;
    }
    .section-2-box ul li {
      padding: 2.5rem 10%;
      text-align: center;
    }
    .intro, .content-center {
      padding-left: 0;
      padding-right: 0;
    }
    
    
    
    
    
    
    
    
    
}
@media screen and (max-width : 920px) {
    .content-part2 .page-columns {
      display: block;
    }
    .page-column-lg {
      width: 100%;
      margin-top: 3rem;
    }
    .page-column-sm {
      width: 100%;
      padding-right: 0;
    }
    .content-border {
      padding: 2.5rem 3rem;
    }
    .additional-content .title-full-width {
      padding: 0 2.5rem;
    }
    .additional-content {
      margin-bottom: 4rem;
    }
    .icon-set.rdc {
      grid-column-gap: 3.5rem;
      grid-row-gap: 1.5rem;
      padding: 4rem 5rem;
    }
    .info-icons-title {
      left: 3.5rem;
      top: 5rem;
    }
    .info-icons-title.row2 {
      right: 3.5rem;
      bottom: 1rem;
    }
    body.page .container.page-icons {
      padding: 4rem 3.5rem 0 3.5rem;
    } 
    
}
@media screen and (max-width : 819px) {

    .section-2-box ul li {
      padding: 2rem rem;
    }
    .section-2-box ul li .cta {
      margin-top: 0.5rem;
    }
    .boxicon {
      width: 65px;
      height: 65px;
    }
    .section-2-box ul li {
      margin-bottom: 1rem;
    }
    .section-2-box ul li:last-child {
      margin-bottom: 0;
    }
    .colums.list-columns {
      padding: 3.5rem 0;
    }
    .features-list {
      display: block;
    }
    .fcol.colu2 { display: none; }
    #home-section3-p2 .page-content.page-content-margins .content-center {
      padding: 1.5rem 0 1rem 0;
    }
    .features-list {
      padding: 0 1.5rem;
    }
    .section2-list {
      padding-top: 0;
    }
    .colu3 .section2-list {
      border-top: 2px solid rgba(0,0,0,0.1);
    }
    .footer-content-right > div {
        width: 50%;
    }
    .footer-content-right > div:last-of-type {
        width: 100%;
    }
    .connect {
      text-align: left;
      padding-top: 2rem;
    }
    .footer-content-left {
        width: 35%;
    }
    .footer-content-right {
    width: 65%;
    }
    
    .content-part0 .page-columns {
  display: block;
    }
.content-part0 .page-columns .page-column {
  width: 100%;
}  .content-part0 .page-columns .page-column.page-column2 {
    padding: 0 2.5rem;
  }
      .page-column.page-column1 {
    padding-right: 0;
    padding-bottom: 3rem;
  }
.content-part0:after {
    position: absolute;
}
    .content-part0 .container.page-content {
  padding-bottom: 0;
}
.page-full-width-wrapper.content-part0::after {
  background: #f2f2f0;
  content: '';
  width: 100%;
  height: 5rem;
  bottom: 0;
  left: 0;
  display: block;
  top: unset;
}
.ltr .page-column.page-column1 {
  padding-left: 0;
  padding-right: 0;
}
#home-section2   .more-about .cta-arrow-btn.dark {
    width: 100%;
  }

#home-section2  .more-about {
    margin-top: 0;
  }
#home-section2  .more-text {
    display: none;
  }
 .section-2-box ul li {
    padding: 2rem 1rem;
    text-align: center;
  }
  .content-part1.ltr .page-columns .page-column.page-column1 {
    padding-top: 1.5rem;
  }

}




@media screen and (min-width : 770px) {
.blog .page-column.page-column1 {
  padding-right: 4rem;
}
                
        .post .entry-content h2,
        .post .entry-content h3 {
        font-size: calc(0.7em + 1vw);
          margin: 2.5rem 0 1.5rem 0;
          line-height: calc(0.9em + 1vw);
        }
}
@media screen and (max-width : 769px) {
    .content-part1 .page-columns {
      display: block;
    }
    .content-part1 .page-columns .page-column {
      width: 100%;
    }
    body.page .content-part1 .container {
        padding: 4rem 6rem 0 6rem;
    }
    body:not(.post).page-full-width-wrapper::after {
      display: none;
    }
    .page-full-width-wrapper .container.page-content::after {
      position: absolute;
      width: 100%;
      height: calc(100% - 3.5rem);
    }
      .page-column.page-column1 {
        padding-right: 0;
        padding-bottom: 3rem;
      }
     .page-column.page-column2 {
        padding: 0 2.5rem;
      }
    .additional-content .title-full-width {
        padding: 0;
    }
    body.page .content-part2 .title-full-width {
      padding-right: 0;
    }
    .post-content {
        padding-bottom: 0;
    }
    body.page .additional-content .container {
        padding: 4rem 2rem;
   }
   .page-columns form input[type="submit"] {
      width: 100%;
    }
    .body-contact-us .page-column.page-column2 {
        padding: 0;
    }
    body.page.body-contact-us #home-section4 .container {
      padding-top: 4rem;
    }
    body.page .container.page-icons {
        padding: 4rem 0 0 0;
    }
    .icon-set.rdc {
      grid-column-gap: 3.5rem;
      grid-row-gap: 1.5rem;
      padding: 4rem 4rem;
    }
    .info-icons-title {
        left: 0;
    }
    .info-icons-title.row2 {
        right: 0;
    }
    .home-intro-wrapper {
      padding: 2.5rem 6rem;
    }
    .home-intro-wrapper .intro-content {
      padding: 3.5rem 4rem;
      right: 6rem;
      left: 6rem;
    }
    .body-home .container {
      padding: 6rem 6rem;
        padding-top: 6rem;
    }
    #home-section1 {
        min-height: calc(100vh - 8rem);
      }
    .icon-set.milkrun {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    
      .column-content-block-full-width {
    padding: 6rem 6rem;
  }
  
  
.page-columns {
  flex-wrap: wrap;
}
.page-columns.blog .page-column1 {
  width: 100%;
}
.page-columns.blog .page-column2 {
  order: 2;
}
.post .page-full-width-wrapper .container.page-content {
  background: #f2f2f0;
}
  .blog .page-column.page-column1 {
    padding-right: 0;
  }


.page-columns.blog .page-column2 {
    width: 100%;
  padding-left: 0;
}



}
@media screen and (max-width : 700px) {
    .home-intro-wrapper .intro-content {
    padding: 3.5rem 4rem;
    right: 3.5rem;
    left: 3.5rem;
  }
  .home-intro-wrapper {
    padding: 4rem 5rem;
  }
   #home-section1 {
    min-height: calc(100vh - 11rem);
  }
}
@media screen and (max-width : 680px) {
    .recent-posts {
    display: block;
    padding: 0;
  }
    .recent-posts li {
    margin-bottom: 2.5rem;
  }
    .recent-posts li:last-child {
    margin-bottom: 0;
  }
    .content-border {
    padding: 2.3rem 2.5rem;
  }
    

}
@media screen and (max-width : 600px) {
    .page-content {
       padding: 0 22px;
    }
    .intro, .content-center {
       padding: 0 0 2rem 0;
    }
    .section2-list li::before,
    .section2-list li::after {
       width: 30px;
       height: 30px;
       padding: 0;
    }
    .section2-list li {
       padding-left: 52px;
        min-height: 50px;
     }
    .title-sm {
      padding-left: 30px;
    }
    .title-sm::before {
      left: 10px;
      bottom: 13px;
      width: 10px;
    }
    .title-sm::after {
      bottom: 5px;
      width: 20px;
    }
    .col2::after {
      left: -10px;
      top: -10px;
    }
    #home-section5 .columns-full-width {
        position: relative;
    }
    #home-section5 .column.column-left-full-width {
        position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: 1;
    }
    #home-section2-continued2 .col1 {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    #home-section5 .column-right-page {
      position: relative;
      z-index: 1;
    }
    #home-section5 .column.column-left-full-width {
      padding-bottom: 0;
    }
    .column-content .cta, .block-content .cta {
      padding-top: 0;
    }
    .page-content-margins {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .colums {
      padding: 2.5rem 0 0 0;
    }
    .content-title {
        margin: 0.5rem 0;
    }
    #home-section2-continued2 .colums {
      padding: 2.5rem 0 1.5rem 0;
    }
    #home-section2-continued2 .col2 {
      padding-right: 0;
      width: 100%;
    }
    .colums {
      flex-direction: column;
    }
    .colums .column {
      width: 100%;
      align-self: end;
    }
    .footer-bottom .page-content {
      display: block;
      text-align: center;
    }
    #menu-footer-bottom-links {
      display: block;
    }
    #menu-footer-bottom-links li {
      display: inline-block;
    }
    .page-footer .footer-content {
      display: flex;
      padding: 3rem 0;
      flex-direction: column;
    }
    .footer-content-left {
      width: 100%;
      padding-right: 0;
    }
    .footer-content-left > a {
        display: block;
    }
    .footer-logo-image {
      width: 50%;
      max-width: 100%;
    }
    #menu-footer-bottom-links {
      display: block;
      align-items: center;
    }
    .post-date {
      width: 4rem;
      height: 4rem;
    }
    body.page .content-part1 .container {
        padding: 4rem 4rem 0 4rem;
    }
    h2.wp-block-heading,
    h3.wp-block-heading,
    .block-content h2,
    .block-content h3
    {
        margin: 0 0 2rem 0;
    }
    .page-column.page-column1 {
    padding-bottom: 2.5rem;
  }
    body.page .content-part1 .container {
    padding: 4rem 3rem 0 3rem;
  }
      body.page .container,
    body.post .container {
    padding: 4rem 3rem;
  }
    .cta.row > a {
  margin: 1rem 0.4rem 0 0.4rem;
}
    .footer-content-right {
    width: 100%;
  }
    .page-footer .footer-content {
    padding: 3rem 0 1rem 0;
  }
   .footer-content-right .title {
    margin-top: 2rem;
  }
    .connect {
      padding-top: 0;
    }
    
    
     .home-intro-wrapper {
        padding: 4rem 3rem;
      }
        .home-intro-wrapper .intro-content {
        padding: 3.5rem 3rem;
        right: 3rem;
        left: 3rem;
      }
        
     .home-intro-wrapper .intro-content {
    padding: 2rem 2rem;
    right: 2rem;
    left: 2rem;
  }
 .more-about {
  padding: 1.5rem 0 0 0;
  text-align: left;margin-top: 1.5rem;
}
    .home-intro-wrapper .intro-content .more-about {
  border-top: 2px solid #f1f1f1;
}
    
    .more-text {
  margin-bottom: 1rem;
  display: block;
}
    
   .footer-logo-image {
    width: 46%;
  }
   .footer-content-left {
    margin-bottom: 1rem;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
}
@media screen and (max-width : 480px) {
    #header-logo-container {
      width: auto;
      min-width: unset;
      height: 60px;
    }
   #header-logo-container .header-logo-link {
    padding: 2%;
   }
  .column-list-container {
    display: block;
  }
  .column-list-container .section2-list, .mobile-column2-img {
    width: 100%;
  }
 .mobile-column2-img {
    padding-left: 0;
  }
    .column-list-container .section2-list {
    padding-bottom: 0.5rem;
  }
  .mobile-column2-img img {
    margin-bottom: -2.5rem;
  }
  .mobile-column2-img {
    margin-top: 1.5rem;
  }
  .recent-posts {
      display: block;
      padding: 0;
    }
    .features-list {
      padding: 0 0
    }
    .section2-list li {
      padding: 10px 0;
      padding-left: 46px;
    }
   .colums.list-columns {
      padding: 5rem 0 3.5rem 0;
    }
    .recent-posts li {
      margin-bottom: 2rem;
    }  
    .footer-content-right .title {
      margin-bottom: 0.6rem;
      margin-top: 1.7rem;
    }
    .footer-content-right > div {
      width: 100%;
    }
    .footer-content-right {
      width: 100%;
      padding: 0;
      display: block;
    }
  body.page .content-part1 .container {
    padding: 3rem 2rem 0 2rem;
  }
  .page-column.page-column2 {
    padding: 0 2rem;
  }
    .body-home .container,
    body.page .container,
    body.post .container {
    padding: 2rem 2rem 3rem 2rem;
  }
    .content-border {
        padding: 1.5rem 1.5rem;
    }
  .additional-content .cta.row {
      margin-top: 0rem;
    }
    .additional-content {
        margin-bottom: 3rem;
      }
  .contact-details {
      padding: 2rem;
    }

    .icons-overflow {
        width: 100%;
    }
    .icons-overflow .container {
        overflow-x: auto;
    }    
    .icons-overflow .container ul {
        width: max-content !important;
      position: relative;
    }    
    .icons-overflow .info-icons-title {
       position: sticky;
    top: 0;transform: unset;
    writing-mode: initial;
    background: #2a2a2a; 
    left: 0;
    }   
    .icons-overflow .info-icons-title h4 {
       margin: 0;
       padding: 0.5rem 0.5rem 0 0.5rem;
    }
    .icons-overflow {
        width: 100%;
    }
    .icon-set.rdc {
      grid-template-columns: repeat(5, minmax(0, 80px));
    }
    .icon-set.final-miles {
      grid-template-columns: repeat(3, minmax(0, 80px));
    }
    .icon-set.milkrun {
      grid-template-columns: repeat(5, minmax(0, 70px));
    }
    .info-icons-title.row2 {
        right: 0;
        top: unset;
        bottom: 0;
      }
    .icon-set.rdc {
        padding: 2.5rem 2.5rem;
      }
    .icon-set.final-miles {
        padding: 2.5rem 2.5rem;
    }
    .icon-set.milkrun {
        
        padding: 1rem 2.5rem 2.5rem 2.5rem;
    }
    .icon-set.milkrun2 {
      padding: 1rem 2.5rem 2rem 2.5rem;
    }
    .menu-title {
  font-size: 38px;
}
   #home-section1 {
    min-height: calc(100vh - 8rem);
  }
      .home-intro-wrapper {
    padding: 2rem 3rem;
  }
  #home-section2 .page-content {
  padding-top: 3rem;
}
.page-title {
  margin: 0 0 1.5rem 0;
}
.column-content-block-full-width {
    padding: 3.5rem 2rem;
  }
.footer-bottom {
  font-size: 13px;
}
.content-border {
  border: 12px solid #f2f2f0;
}
}
@media screen and (max-width : 420px) {
    
    
    .home-intro-wrapper .intro-content {
    right: 1rem;
    left: 1rem;
  }
    
      .body-home .container {
        padding: 2rem 1rem;
        
    }

.section-2-box ul li h3 {
  font-size: 18px;
  line-height: 32px;
}
  .section-2-box ul li {
    padding: 1.2rem 0.8rem;
  }
.boxicon {
  padding: 10px;
  margin-bottom: 0.6rem;
}
  .intro .more-about {
    padding: 1.5rem 0 0 0;
    text-align: center;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width : 600px) {
    .mobile-column2-img {
        display: none;
    }
    .desktop { display: block; }
    .page-title.wp-block-heading {
        font-size: calc(36px + 1vw);
    }
    h2.wp-block-heading, h3.wp-block-heading, .block-content h2, .block-content h3 {
      font-size: calc(20px + 1vw);
      line-height: calc(30px + 1vw);
  }
   .blog h2.wp-block-heading {
       font-size: calc(13px + 1vw);
       line-height: calc(23px + 1vw);
       margin-top: 2.5rem;
       margin-bottom: 1rem;
   }
    .home-intro-wrapper .intro-content h1 {
        font-size: calc(26px + 1vw);
        line-height: calc(40px + 1vw);
    }
    .page-columns.blog .page-column1 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media screen and (min-width : 801px) {
    .home-intro-wrapper .intro-content h1 {
        font-size: calc(34px + 1vw);
        line-height: calc(44px + 1vw);
    }
}
@media screen and (min-width : 1026px) {
  body, html {
    font-size: calc(0.3em + 1vw);
  }
  #menu-top-header-menu li.menu-item a {
      font-size: calc(10px + 1vw);
      line-height: calc(10px + 1vw);
    }
    #header #menu .menu-item-has-children > ul.sub-menu > li a {
      font-size: calc(6px + 1vw);
      line-height: calc(6px + 1vw);
    }
    .slide-content h1, .slide-content h2 {
      font-size: calc(50px + 1vw);
    }
    .slide-content p {
      font-size: calc(16px + 1vw);
    }
    .page-columns form input[type="text"], .page-columns form input[type="email"], .page-columns textarea {
        font-size: calc(8px + 1vw);
    }
    .page-columns form input[type="submit"] {
        font-size: calc(8px + 1vw);
    }
    .wp-block-heading {
      font-size: calc(28px + 1vw);
    }
    .page-title.wp-block-heading {
        font-size: calc(42px + 1vw);
    }
    h2.wp-block-heading,
    h3.wp-block-heading,
    .block-content h2,
    .block-content h3 {
        font-size: calc(30px + 1vw);
        line-height: calc(40px + 1vw);
    }
    .section-2-box ul li h3 {
      font-size: calc(7px + 1vw);
      line-height: calc(14px + 1vw);
    }
    .post-title-link {
        font-size: calc(14px + 1vw);
        line-height: 1.3;
    }
    .breadcrumbs li {
        font-size: calc(0.1em + 1vw);
        line-height: calc(0.1em + 1vw);
    }
    .icon-set li .info-label {
        font-size: calc(2px + 1vw);
        line-height: calc(6px + 1vw);
    }
    .iconcontent ul li {
        font-size: calc(3px + 1vw);
    }
    .info-icons-title {
        font-size: calc(4px + 1vw);
    }
    
          .home-intro-wrapper .intro-content h1 {
    font-size: calc(30px + 1vw);
    line-height: calc(42px + 1vw);
  }
  
  
   .page-columns.blog .page-column1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    }
    .blog .page-column.page-column1 {
        padding-right: 6rem;
    }
    .page-columns.blog .page-column2 {
        padding-top: 6rem;
    }
}
@media screen and (min-width : 1200px) {
    .slide-content.page-content {
        max-width: 1480px;
        padding: 0 13.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (min-width : 1600px) {
    body, html {
        font-size: 20px;
    }
    #menu-top-header-menu li.menu-item a {
        font-size: 24px;
        line-height: 24px;
    }
    #header #menu .menu-item-has-children > ul.sub-menu > li a {
        font-size: 20px;
        line-height: 20px;
    }
    .home-intro-wrapper .intro-content h1 {
        font-size: 50px;
        line-height: 62px;
    }
    body.page .page-content-top,
    body.post .page-content-top {
        padding-top: 165px;
    }
    .section-2-box ul li h3 {
      font-size: 28px;
      line-height: 38px;
    }
    .page-columns form input[type="text"], .page-columns form input[type="email"], .page-columns textarea {
          font-size: 20px;
    }
    .page-columns form input[type="submit"] {
          font-size: 22px;
    }
    .post-title-link {
      font-size: 30px;
    }
    .breadcrumbs li {
        font-size: 18px;
        line-height: 18px;
    }
    .icon-set li .info-label {
        font-size: 15px;
        line-height: 20px;
    }
    .iconcontent ul li {
      font-size: 16px;
    }
    .info-icons-title {
        font-size: 18px;
    }
   .blog h2.wp-block-heading {
    font-size: 28px;
    line-height: 38px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
   }
}
@media screen and (min-width: 1194px) and (max-height: 899px) {
    /* Laptop */

    .home-intro-wrapper .intro-content {
      background: #000000;
    }
    #home-section1 {
      min-height: 100vh;
    }
    .home-intro-wrapper .intro-content {
        background: rgba(0,0,0,0.6);
    }
    .home-intro-wrapper .intro-content {
    	position: absolute;
    	padding: 4rem 8rem;
    	right: 0;
    	left: 0;
    	bottom: 0;
    }
    .home-intro-wrapper .intro-content {
        background: transparent;
    }
    .page-banner::after {
      background: rgba(0, 0, 0, 0.7);
    }
    .home-intro-wrapper {
      position: relative;
      max-width: none;
      margin: 0 auto;
      padding: 0;
    }
}
@media screen and (max-width : 1480px) {
    .header-menu::after {
      width: 100%;
      background: red;
    }
}
@media screen and (min-width : 1480px) {
    .header-menu::after {
      width: calc((100% - 3.5rem) + 32px);
      background: red;
    }
  .header-menu {
  padding-right: 3.5rem;
  }  
}

    #section-login {
        margin-top: 3.5rem;
    }
    .blockcol-wrapper,
    .login-widget {
        display: flex;
    }
    .li-w {
        background: #f2f2f0;
        width: 100%;
        padding: 2rem;
    }
    .li-w ul {
        padding: 1rem 0 1.5rem 1.5rem;
    }
    .blockcol-wrapper,
    .login-widget {
        display: block;
    }
    .blockcol-wrapper strong.title,
    .login-widget strong {
        display: block;
        text-align: left;
        font-size: 22px;
        font-family: archivo black,sans-serif;
        line-height: 1.5;
    }
    .page-actions,
    .login-action {
        width: 100%;
    }
    .blockcol-wrapper .subtitle {
        font-size: 20px;
        line-height: 1.5;
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .blockcol-wrapper .subtitle strong {
        margin-top: 1rem;
        text-align: left;
        font-size: 20px;
        line-height: 1.5;
        font-family: 'AvenirMedium', san-serif;
    }        
    .ulwrapper > div {
        margin-top: 1.5rem;
    }       
    .ulwrapper ul{
        margin: 1rem 0 0 0;
        padding: 0 0 0 1rem;
    }
    @media screen and (max-width : 767px) {
        .login-widget2 {
            margin-top: 1rem;
        }
        .ulwrapper {
            display: block;
        }
    }
    @media screen and (min-width : 768px) {
        .blockcol-wrapper strong.title,
        .login-widget strong {
            font-size: 26px;
        }
        .blockcol-wrapper strong.title,
        .login-widget strong {
            text-align: center;
        }
        .blockcol-wrapper,
        .login-widget {
            display: flex;
        }
        .li-w {
            padding: 2.5rem;
        }
        .login-widget1,
        .login-widget2 {
            width: calc(50% - 1rem);
        } 
        .login-widget1 {
            margin-right: 1rem;
        }
        .login-widget2 {
            margin-left: 1rem;
        }
        .page-actions,
        .login-action {
            text-align: right;
        }
    }
    @media screen and (min-width : 601px) {
        .ulwrapper {
            display: flex;
        }
        .ulwrapper > div {
            width: 50%;
        }
        .ulleft {
            padding-right: 0.5rem;
        }
        .ulright {
            padding-left: 0.5rem;
        }
    }




    @media screen and (max-width : 920px) {
        
        .home-why .page-column-sm.page-column1 {
            display: none;
        }
        .home-why::after { display:none;}
        
        
    }

    @media screen and (min-width : 921px) {

        .home-why .page-column2 {
            margin-bottom: 4rem;
        }
}

        .home-why .content-border {
  border: 15px solid #2a2a2a;
}


.infopage.page-full-width-wrapper::after,
.infopage.page-full-width-wrapper .container.page-content::after {
  display:none !important;
}
.infopage .page-columns {
  background: #f1f1f1;
  padding: 6rem;
} 
.infopage .container.page-content {
    padding-top:0;
}
.recent-reviews-image {
    text-align:center;
  height: 100%;
}
.reviews-link{
    display:inline-block;
    max-width: 100%;
    width: 100%; 
    text-align:center;
    cursor: pointer;
}


.reviews-link img{
    max-width: 100%; 
    display:inlin-block;
    height:auto;
    width: 260px;
}
.reviews-link span {
    font-weight:bold;
    font-size: 16px;
    margin-top: 20px;
    display:block;
}



.modalpopup {
    position: fixed;
    display:none;
    background: #ffffff;
    max-height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index:100;
}
.review-modal-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 40px
}
.review-modal-content .modal-close {
    position: fixed;
    top: 20px;right: 20px;
  width: 60px;
  height: 60px;
  display: block;
  padding: 15px;
  cursor: pointer;
}


.review-modal-content ul {
    list-style: none;
    padding: 0;
}

.review-modal-content ul li {
    margin-bottom: 20px;
}


.review-top {
    display: flex;
}
.sw-avatar {
  max-width: none;
  height: 60px;
  width: 60px;border-radius: 50%;background: #f1f1f1;
}


#review-overlay {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0s ease;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(6px);
}
.sw-review-item-stars .star {
  min-width: auto;
  min-height: auto;
  position: unset;
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  margin: 0 2px 0 0;
}
.sw-review-item-stars > .star use {
  fill: #ffcc00;
}
.reviewer {
    font-size: 16px;
    font-weight: bold;
}
.sw-review-item-date {
  font-size: .667rem;
  line-height: 1.3rem;
  letter-spacing: .8px;
  color: #999;
}
.review-name {
    padding-left: 10px;
    display:flex;
    width: 100%;
}
.review-content {
    padding-top: 10px;
}
.review-card {
    margin-bottom: 15px;
    padding-top: 15px;
    /*border-top: 2px solid #f1f1f1;*/
}
.review-rating {
align-self: center;
  flex: 1;
  display: flex;
  text-align: right;
  justify-content: right;
}
body.overflow-hidden {
    overflow: hidden;
}
.wp-block-heading-sm {
   font-size: calc(20px + 1vw);
   line-height: 1.5;
   margin-top: 0;
}
.full-img .container.page-content {
    padding: 3.5rem 2rem !important;
}






@media screen and (min-width : 500px) {
   
   
       
    .review-modal-content .modal-close {
        top: 0;right: 0;
    }
           
    
    .modalpopup {
        max-height: 480px;
        top: 50%;
        left: 50%;
        bottom: unset;
        right: unset;    width: 480px;
    transform: translate(-50%, -50%);
    max-height:75vh;min-height: 400px;
    }
       
   .review-modal-content .modal-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
   
.reviews-link{
    padding: 0 15px;
}

   
   
    }

.full-img--flex {
    display: block;
    text-align: left;
}
.full-img--flex ul {
    list-style: none;
}



@media screen and (max-width : 920px) {
        .reviews-link img {
            max-width: 50%;
        }

    .reviews-link span {
        margin-top: 5px;
        margin-bottom: 30px;
    
        }
    

}
@media screen and (max-width : 481px) {
    .home-reviews .wp-block-heading.no-top-margin {
        margin-bottom: 0;
    }
    .post-title-link {
         font-size: 19px;line-height: 24px;
    }
}
.testimonial-reel {
    display: flex;
}
.review-card.slick-slide {
    width: 100%;
}
.review-container {
    width: 100%;
    display: block;
}
.recent-reviews {
    display: flex;
    list-style:none;
}
.recent-reviews li {
    width: 50%;
}
.review-card {
    opacity: 0;
    display: none;
}
.slick-track {
    display:flex;
}
.testimonial-reel.slick-initialized
.review-card {
    opacity: 1;
    display: block;
}
.viewall-reviews {
    font-size: 22px; font-weight: bold;
    margin-top: 10px;
    display: block;
}
.reviews-link-external.reviews-link {
    color: #2a2a2a;
}
@media screen and (min-width : 769px) {
            
    .reviews-link span {
        font-size: 20px;
    }
    .modalpopup {
        width: 680px;
    }
    .review-modal-content {
        padding: 60px;
    }
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-family: 'AvenirMedium', san-serif !important;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.page-columns .page-column .entry-content a:not(.cta-arrow-btn) {
    font-family: 'AvenirMedium', san-serif;
    margin: 0;
    color: #53aa47;
    font-weight: bold;
}
.nav-previous a,
.nav-next a {
    display: block;
}
.nav-next {
    margin-top: 1rem;
}
.wp-block-latest-posts__list a:after,
.nav-previous a:after,
.nav-next a:after,
.post .entry-content a:after,
.post .entry-content a:hover:after {
  content: '' !important;
  display:none !important;
}
.navigation.post-navigation {
    padding-top: 1.5rem;
}
.testimonial-reel .slick-next.slick-arrow,
.testimonial-reel .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    background: transparent;
}
.testimonial-reel .slick-prev.slick-arrow {
    content: '';
  display: inline-block;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
  background-color: #ffffff;
  padding: 0.5rem;  display: flex;
  align-items: center;
  border: 2px solid grey;z-index:9;
}
.testimonial-reel .slick-prev.slick-arrow:before {
    content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23ffffff;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
  background-color: #2a2a2a;
  padding: 0.2rem;
  margin-right: 0.5rem;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.testimonial-reel .slick-next.slick-arrow {
    content: '';
  display: inline-block;
  right: 0;
  transition: all 0.2s ease-in-out 0s;
  background-color: #ffffff;
  padding: 0.5rem;  display: flex;
  align-items: center;
  border: 2px solid grey;
}
.testimonial-reel .slick-next.slick-arrow:after {
    content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.473' height='16.117' viewBox='0 0 9.473 16.117'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23ffffff;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(8.059 1.414) rotate(90)'%3E%3Cpath class='a' d='M13465.645-20820.355l-6.645,6.645,6.645,6.645' transform='translate(-20807.066 -13459) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  right: 0;
  transition: all 0.2s ease-in-out 0s;
  background-color: #2a2a2a;
  padding: 0.2rem;
  margin-left: 0.5rem;
}

.boxbg {
    background: var(--brand1);
    color: white;
}
.boxbg--list,
.boxbg--grid {
    list-style: none;
    padding: 0;
    margin: 0;
}
.boxbg--list-grid,
.boxbg--list li,
.boxbg--grid li {
    display: flex;
}
.boxbg--list-grid {
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;  
    justify-content: center;
}
.boxbg--list-grid li {
    width: 50%;
    text-align: center;
    padding: 1rem;
}
.boxbg--list-grid li img {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    height: auto;
}
.boxbg--gridicon,
.boxbg--gridicon svg,
.beyond-icon {
    width: 42px;
    height: 42px;
    display: block;
}
.beyond-icon {
    border-radius: 4px;
}
.boxbg--gridicon svg path {
    fill: white;
}
.boxbg--list li .boxcontent,
.boxbg--grid li .boxcontent {
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
}
.boxbg--list li h3,
.boxbg--grid li h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.boxbg--grid {
    padding-bottom: 3.5rem;
}
.boxbg--grid li:last-child .boxcontent {
  margin-bottom: 0;
}
.bannerbox {
    text-align: center;
    margin: 0 auto; display: flex;
    justify-content: center;
}
.bannerbox-row {
    background: #eaeaea;
    padding: 3rem 2rem;max-width: 1480px;
}
.bannerbox h2 {
    font-size: 20px;
    font-family: 'AvenirMedium', san-serif;
}
.content-banner {
    width: 100%;
    min-height: 300px;
    background: black;
}
.full-img {
    width: 100%;
    display: block;
    text-align: center;
}
body.page .content-part1 .full-img .full-img--boxbg--list {
    margin-bottom: 2rem;
}
.full-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.beyond-icon1 {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
}
body.page .container.beyond-section1 {
    color: #f1f1f1;
    padding: 3rem 2rem;
}
body.page .container.beyond-section1 p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
body.page .container.beyond-section1 p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-full-width.content-banner {
    position: relative;
    overflow: hidden;
}

.bannershape2 {
    position: absolute;
    width: 40vw;
    padding-bottom: 50%;
    border-radius: 32%;
    top: -15em;
    right: -15em; rotate: 30deg;
}
.triangle {
    opacity: 0;
	position: relative;
	background-color: #336f03;
	text-align: left;
}
.triangle:before,
.triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
	width:  25em;
	height: 25em;
	border-top-right-radius: 30%;
}

.triangle {
	transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
.recent-post-image .post-date {
    opacity: 0;
}
.recent-post-footer {
    display: none;
}
@media screen and (min-width : 600px) {
    
        
    .bannerbox-row {
        display:flex;
        text-align: left;
        padding-left: 8rem;
        padding-right: 8rem;
        align-items: center;
    }  
    .bannerbox-content {
        padding-left: 2.5rem;
    }
    .beyond-icon1 {
        width: 100px;
        max-width: 100px;
    }
    
    .boxbg--list-grid li {
        width: 33.3333%;
    }
}
@media screen and (min-width : 770px) {
    .boxbg--list,
    .boxbg--grid {
        padding-bottom: 0;
    }
    .boxbg--list-grid li {
        width: 25%;
    }
}
@media screen and (min-width : 921px) {
    .boxbg--gridicon,
    .boxbg--gridicon svg,
    .beyond-icon {
        width: 62px;
        height: 62px;
    }
    .boxbg--grid {
        display: flex;
        flex-wrap: wrap;
    }
    .boxbg--grid li {
        display: inline-flex;
        width: 50%;
    }
    .boxbg--grid li .boxcontent {
      padding-left: 1.8rem;
      padding-right: 3rem;
    }
    .boxbg--list li:last-child .boxcontent,
    .boxbg--grid li:last-child .boxcontent,
    .boxbg--grid li:nth-last-child(2) .boxcontent { 
        margin-bottom: 0;
    }
    .boxbg--grid {
       width: calc(100% + 3rem);
    }
    .content-banner {
        min-height: 38vw;
    }
    .bannerbox h2 {
        font-size: 22px;
    }
    body.page .container.beyond-section1 {
        padding: 6rem 6rem 6rem 6rem;
    }  
    .full-img--flex {
        display: flex;
        align-items: center;
    }
    body.page .content-part1 .full-img .full-img--boxbg--list {
        max-width: 45%;
        min-width: 45%;
    }
.full-img .container.page-content {
  padding: 6rem 8rem !important;
}

.full-img img {
    max-width: 65%;
}
    .boxbg--list-grid li {
        width: 20%;
    }

}
@media screen and (min-width : 1000px) {
   
     .bannerbox {
        margin: 0 6rem;
    } 
   
 .bannerbox-row {
     margin-bottom: -3.5rem;
 }
      
.boxbg {
    padding-top: 3.5rem;
}
 .bannerbox-row {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  body.page .container.beyond-section1 {
    padding: 6rem 6rem 3rem 6rem;
  }
}
@media screen and (min-width : 1200px) {
   
      .bannerbox {
        margin: 0 8rem;
    } 
      
    .bannerbox-row {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }  
  body.page .container.beyond-section1 {
    padding: 6rem 8rem 5rem 8rem;
}
 .bannerbox-row {
     margin-bottom: -3.5rem;
 }
   
.bannershape2 {
    position: absolute;
    width: 40vw;
    padding-bottom: 50%;
    border-radius: 32%;
    top: -15em;
    right: -5em; rotate: 30deg;
}
.boxbg {
    padding-top: 3.5rem;
}
.bxbg2.boxbg {
    padding-top: 0;
}

.boxbg--list li .boxcontent,
.boxbg--grid li .boxcontent {
    margin-bottom: 3.5rem;
}





}
.boxbg1 {
    background: #7f7f7f;
}
.title-green {
    color: #53aa47;
}


@media screen and (min-width : 1026px) {
    .body-uk-wide-distribution-and-warehousing #home-section4 {
      padding-top: 6rem;
    }
}

.contact-details a {
    font-weight: 400;
    color: white !important;
    padding: 4px 0;
    display: block;
}

.contact-details a:hover:after,
.contact-details a:after {
    content: '' !important;
    display: none !important;
}




