.elementor-sb-tabs {
  transition: .3s;
}
.slick-hide {
  opacity: 0;
  transition: .3s;
}
.elementor-sb-tabs__slide {
  position: relative;
  display: block; }

.elementor-sb-tabs__slide-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6F6F6F; }

.elementor-sb-tabs__slide-image img {
  display: block; }

@media (max-width: 1024px) {
  .sb-hide-on-mobile {
    display: none !important; }
  .elementor-sb-tabs__slide {
    min-height: auto !important;
    display: none; } }

@media (min-width: 1025px) {
  .sb-hide-on-desktop {
    display: none !important; }
  .elementor-sb-tabs__slider {
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: stretch; }
  .elementor-sb-tabs__slider-track {
    position: relative;
    display: flex;
    flex-wrap: nowrap; }
  .elementor-sb-tabs__slide {
    width: 100%;
    min-width: 100%;
    height: 100% !important;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .elementor-sb-tabs__slide-cell {
    width: calc(50% - 10px); }
  .elementor-sb-tabs__tabs {
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .elementor-sb-tabs__tab {
    width: calc(100%/3 - 10px);
    flex: 0 1 auto;
    cursor: pointer; }
  /*fadeIn*/
  .elementor-sb-tabs__slider-track {
    left: 0%;
    transition-delay: .2s; }
  .elementor-sb-tabs__slide {
    opacity: 0;
    transition: .2s ease; }
  .elementor-sb-tabs__slide.is-active {
    opacity: 1;
    transition-delay: .2s; } }
	
	   .posts-wrap__heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px; }
  .posts-wrap__title{
    font-weight: bold;
    color:#000;}
  .posts-wrap__content{
    padding: 0 30px;}
  .posts-wrap__image .posts-wrap__cat{
    position: absolute;
    right: 10px;
    top: 10px;}
  .posts-wrap__image .posts-wrap__cat span{
    padding: 2px 10px 4px 10px;
    background-color: #1DB9F2;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;} 
  .posts-wrap__image{
    position: relative;}
  .posts-wrap__post {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap; }
  .posts-wrap__image, .posts-wrap__content {
    width: 50%; }

  @media only screen and (max-width: 750px){
    .posts-wrap__image, .posts-wrap__content{
      width: 100%;
    }
  }		


