.cloux-wrapper {
  background-color: #fafafa;
}
.cloux-blog > .post-list{
  justify-content: center;
}
.cloux-blog > .post-list.column-3 > .item {
  width: 27rem;
  border-radius: 1%;
  overflow: hidden;
  padding: 0;
  padding-bottom: 1rem;
  box-shadow: 0 1px 5px 0 rgba(115, 150, 201, .6);
  margin: 1rem 1rem;
  cursor: pointer;
  -webkit-transition:  300ms ease; 
    -o-transition:  300ms ease; 
    transition: 300ms ease; 
  background-color: #fff;
}
.cloux-blog > .post-list.column-3 > .item:hover {
  box-shadow: 0 1px 5px 3px rgba(115, 150, 201, .6);
}

.cloux-blog > .post-list.column-3 > .item .content {
  padding: 1rem;
}
.cloux-blog > .post-list.column-3 > .item .content .cloux-button {
  float: right;
}
.cloux-blog > .post-list.column-3 > .item .image {
  margin: 0;
  max-height: 15rem;
}
.cloux-blog > .post-list.column-3 > .item .title {
  font-size: 1.5rem;
  margin-bottom: 0.538rem;
}
.cloux-blog > .post-list.column-3 > .item .details ul li {
  font-size: 0.8231rem;
}
.cloux-blog > .post-list.column-3 > .item .details ul .author {
  font-size: 0.9rem;
  width: 100%;
}
.cloux-blog > .post-list.column-3 > .item .summary {
  margin-bottom: 1rem;
  color: #222;
}

.cloux-element-wrapper ul li a i {
  color: #81d742;
}
.cloux-element-wrapper ul li a svg {
  color: #81d742;
  font-size: 2.692rem;
}
.cloux-page-banner {
  margin: 0;
  margin-bottom: 20px;
}
.single-content,
.social-share,
.post-author,
.related-posts,
.post-navigation {
  background-color: #fff;
}

/*PW SLIDER*/
.pl-slider-layout6 .pl-thumbnail-overlay{
  background: none;
}
.pl-slider-layout6 .pl-slider-content {
  height: 120px;
  -webkit-transition: height 300ms ease;
  -o-transition:  height 300ms ease;
  transition: height 300ms ease;
}
.pl-slider-content .pl-meta{
  position: relative;
  bottom: -100px;
  -webkit-transition: bottom 600ms ease-in-out;
  -o-transition:  bottom 600ms ease-in-out;
  transition: bottom 600ms ease-in-out;
}
.pl-slider-layout6 .pl-slider-content{
  height: 0;
  padding: 0 20px;
}
.pl-slider-layout6 .pl-multi-item:hover .pl-slider-content {
  height: 120px;
}
.pl-slider-layout6 .pl-multi-item:hover .pl-meta{
  bottom: 0;
}
.pl-slider-layout6 .pl-slider-content .pl-title a {
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
}
.pl-slider-layout6 .pl-item-big .pl-slider-content .pl-title a {
  line-height: 2rem;
}
.pl-slider-layout6 .pl-item-mini .pl-slider-content .pl-title a {
  line-height: 1.5rem;
}

/*carusel wp-slider*/
.cloux-game-carousel .wrap .title{
  text-shadow: 1px 1px 1px #000 !important;
}

/*RELATED POST*/
.single-content-wrapper .related-posts .post-style-3 .title {
  font-size: 1.2rem;
}
.single-content-wrapper .related-posts .column > .post {
  padding: 0 0.5rem 1.308rem;
}

/*SLIDER VISUAL COMPOSER*/
.vc_gitem-animate-slideInRight .vc_gitem-zone-b{
  -webkit-transition:  all 300ms ease;
  -o-transition:  all 300ms ease;
  transition: all 300ms ease;
}
.vc_gitem-animate-slideInRight .vc_gitem-zone-b .vc_gitem-post-data h3{
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-family: 'Titillium Web', sans-serif !important;
  text-shadow: 1px 1px 1px #000;
}
.vc_gitem-animate-slideInRight .vc_gitem-zone-b .vc_custom_1419258058654{
  background-color: rgba(0,0,0,0.7) !important;
}

/*Video carusel*/
.cloux-video-carousel-element .video iframe {
  height: 19.8rem;
  width: 36rem;
}
.cloux-video-carousel-element .video{
  height: 21rem;
}
.cloux-video-carousel-element .text{
  font-size: 12px;
}
.cloux-video-carousel-element .text p{
 margin: 0 !important;
 padding: 0 !important;
 font-size: 12px;
}
p.title.style-scope.ytd-video-primary-info-renderer{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
}

.cloux-video-carousel-element .item {
  width: 40rem;
  margin: 0 1rem;
  height: 30rem;
}
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 1.8em;
  right: 1.8em;
}
.scroll-up a {
  background-color: rgba(68, 218, 30, 0.85);
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  opacity: 0.7;
  border-radius: 2px;
}
.scroll-up a svg, .scroll-up a i{
  margin:0;
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { 
  /*PW SLIDER*/
  .pl-slider-layout6 .pl-slider-content {
    height: 120px;
    -webkit-transition: none;
    -o-transition:  none;
    transition: none;
  } 
  .pl-slider-layout6 .pl-slider-content:hover {
    height: 120px;
  } 
 }
/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
  .cloux-mobile-header > .main-wrap{
    box-shadow: 0.01rem 0.01rem 1rem #222;
  }
  /*PW SLIDER*/
  .pl-slider-layout6 .pl-slider-content {
    height: 120px;
    -webkit-transition: none;
    -o-transition:  none;
    transition: none;
  } 
  .pl-slider-layout6 .pl-slider-content:hover {
    height: 120px;
  } 
 }
/*Small devices (landscape phones, 544px and up)*/
@media (max-width: 544px) { 
  /*HOME*/
  .cloux-blog > .post-list.column-3 > .item .image {
    max-height: 10rem;
  }
  .cloux-blog > .post-list.column-3 > .item{
    height: auto;
    width: 27rem;
    border-radius: 0;
    margin: 0; 
    margin-bottom: 1rem;
  }
  .cloux-blog > .post-list.column-3 > .item .title{
    font-size: 1.2rem;
    margin-bottom: 0.538rem;
  }
  .post-style-3 .summary{
    max-height: 15.462rem;
  }
  .post-style-3 .cloux-button{
    margin: 0;
  }
  .cloux-button.style-3 a{
    font-size: 1rem;
    border-bottom: none;
    padding: 0.01rem 0.5rem;
    background: #81d742;
    font-family: 'Titillium Web';
    font-weight: bold;
    border-radius: 0.2rem;
    color: white;
  }

  /*PW SLIDER*/
  .pl-slider-layout6 .pl-slider-content {
    height: 120px;
    -webkit-transition: none;
    -o-transition:  none;
    transition: none;
    background-color: rgba(0,0,0,0.4);
  } 
  .pl-slider-layout6 .pl-slider-content:hover {
    height: 120px;
  } 
  .pl-multi-slider .pl-multi-item{
    box-shadow: none; 
    -webkit-box-shadow:none;
  }
  .pl-item-big{
    height: 298px !important;
  }
  .pl-item-mini{
    height: 120px !important;
  }
  
  
  .pl-item-mini .pl-title a {
    font-size: 1.2rem !important;
  }
  /*SLIDER VISUAL COMPOSER*/
  .vc_gitem-animate-slideInRight .vc_gitem-zone-b .vc_gitem-post-data h3{
    font-weight: 800 !important;
    font-family: 'Titillium Web', sans-serif !important;
    text-shadow: 1px 1px 1px #000;
    font-size: 1rem;
  }

  /*CARUSEL GAMES*/
  .cloux-game-carousel .wrap{
    height: 19.62rem;
  }

  /*Video carusel*/
  .cloux-video-carousel-element .video iframe {
    height: 14.8rem;
    width: 25rem;
  }
  .cloux-video-carousel-element .video{
    height: 15rem;
    width: 25rem;
  }
  .cloux-video-carousel-element .text{
    font-size: 12px;
    padding: 0 1.5rem;
  }
  .cloux-video-carousel-element .text p{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
  }
  p.title.style-scope.ytd-video-primary-info-renderer{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
  }
  .cloux-video-carousel-element .item {
    width: 30rem;
    height: 25rem;
  }
  .cloux-video-carousel .slick-arrow{
    height: 3rem;
    width: 8rem;
    bottom: 6rem;
  }

   /*POST*/
   .cloux-page-banner h1{
    font-size: 2rem;
   }
   .single-content-wrapper .content-box{
     padding: 1rem;
   }
   .single-content-wrapper .post-author .image{
    width: 4rem;
   }
   .single-content-wrapper .post-author .image{
    min-width: 4.462rem;
   }
   .content-wrapper .content{
    padding-left: 1rem;
   }
   .single-content-wrapper .post-author .content-wrapper{
    display: flex;
   }
}