.flexed.blog-cont {
  gap: 0  50px; 
}

.blog-list.flexed {
  -ms-flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
}

a.resource-single {
  width: calc(50% - 20px) !important;
}

/* The switch - the box around the slider */
.switch.tog {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch.tog input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ECEBED;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.switch.tog.active .slider:before {
  background-color: #FFE256;
}

input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

.switch.tog.active .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.filter-box.flexed {
  gap: 20px 10px;
  margin-bottom: 30px;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 7px;
}

ul.year-filter li {
  list-style: none;
  padding: 15px 0;
  margin-left: 0;
  border-bottom: 1px solid #BABFBF;
  cursor: pointer;

}

.year-filter h4 {
  margin-bottom: 0px !important;
  color: #BABFBF;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

li.switch.years.active h4,
li.switch.years:hover h4 {
  color: #000000;
}

ul.year-filter {
  margin-left: 0px;
}

.social-bar {
  margin-top: 25px;
  gap: 10px;
}

.social-bar img {
  max-width: 30px;
}

.blog-cont .v-space {
  padding-top: 80px;
}

.blog-title {
  padding: 35px;
  background-color: #000000;
  border-radius: 0 0 5px 5px; 
}

.blog-bg.bg-img {
  min-height: 230px;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

p.meta {
  display: inline;
  padding-bottom: 0!important;
}

a.resource-single {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.blog-title h3 {
  font-size: 22px!important;
  line-height: 31px!Important;
}




@media screen and (max-width: 769px) {
  .filter-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-list.flexed,
  .flexed.social-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .collapse {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }

  .date-box::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    background-image: url(https://pe2023.webcodio.xyz/wp-content/uploads/2023/06/plastic-energy-toggle-arrow-down.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    right: 15px;
  }

  .date-box {
    position: relative;
  }

  .date-box.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .date-box h3 {
    margin-bottom: 0 !important;
  }

  .date-box {
    margin-bottom: 30px;
  }

  .blog-list.flexed {
    gap: 25px;
  }

  .blog-list.flexed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
  }

  a.resource-single {
      width: calc(50% - 13px) !important;
      width: 100%!important;
  }

  .blog-meta.flexed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
  }

}



@media screen and (max-width: 690px) {
  .filter {
    margin-right: 20px;
  }

  a.resource-single {
    width: 100% !important;
  }

  .date-box {
    margin-bottom: 40px;
  }

  .blog-title {
    padding: 25px; 
  }

}