/**
 * Plugin Name: APT post carousel
 * Plugin URI:  https://cwad.com.au
 * Description: Add carousel for website. <strong>Shortcode:</strong> [post_carousel]
 * Author:      Cooper Westwood
 * Author URI:  https://cwad.com.au
 * Version:     1.0
 * License:     GPLv2+
 *
 */


.testimonials {
  background-color: #EFEFEF;
}
.testimonials  .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%3A3A3A' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .testimonials  .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%3A3A3A' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }
.testimonials .carousel-inner {
  width: 80% !important;
  margin: auto;
}
.testimonials  .logo-client {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 10%;
  border: 1px solid #333;
  margin: auto;
  transform: translateY(30%);
  /* position: absolute; */
  /* bottom: 100px;
  left: 25%; */
}

.testimonials  .img-logo-client {
  width: 150px;
  margin-top: 15px;
}

.testimonials .wrap {
  background-color: #fff;
  position: relative;
  font-family: Istok Web;
  padding-top: 50px;
  border: 1px solid #333;
}

.testimonials  .wrap-content {
  padding: 10px 30px 10px 30px;
}

.testimonials  .wrap-content p {
  font-size: 17px;
  font-weight: 600;
  font-style:italic;
  text-align: center;
  line-height: 29px;
  color: #7A7A7A;
}

.testimonials .wrap-footer {
  margin-top: -50px;
  width: 100%;
  height: 200px;
  background-color: #EE2737;
}
.testimonials .wrap-footer p {
  padding-top: 130px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.testimonials .wrap-footer-blue {
  background-color: #244c5a;
}

.wrap:hover > .wrap-footer , .wrap:hover > .wrap-footer-blue {
    background-color: #444444;
}


.testimonials .logo-client-last {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 9% 5% 10% 5%;
  border: 1px solid #333;
  margin: auto;  
  transform: translateY(30%);
  /* position: absolute;
  bottom: 100px;
  left: 25%; */
}

@media screen and (max-width: 1350px) and (min-width: 1150px) {
  .testimonials  .logo-client {
    left:  22%;
  }
}

.testimonials a.carousel-control-prev {
  margin-top: 350px;
  margin-left: 5%;
  max-height: 50px;
  max-width: 50px;
  background-color:rgba(0, 0, 0, 0.5);
}

.testimonials a.carousel-control-next {
  margin-top: 350px;
  margin-right: 5%;
  max-height: 50px;
  max-width: 50px;
  background-color:rgba(0, 0, 0, 0.5);
}

@media screen and  (min-width: 1025px) {
  #caroselTablet{
    display: none;
  }
  #caroselMoblie {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #caroselTablet{
    display: block;
  }
  #caroselDesktop {
    display: none;
  }
  #caroselMoblie {
    display: none;
  }
  .testimonials a.carousel-control-next {
    margin-right: 0;
  }

  .testimonials a.carousel-control-prev {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .testimonials  .logo-client {
    left: 18%;
  }

}
@media screen and (max-width: 600px) {
  .testimonials  .logo-client {
    left: 30%;
  }
  #caroselMoblie {
    display: block;
  }
  #caroselTablet{
    display: none;
  }
  #caroselDesktop {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .testimonials  .logo-client {
    left: 20%;
  }
}

.testimonials .carousel-indicators{
  position: relative !important;
}

.testimonials .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: darkgrey;
}
.testimonials .carousel-indicators .active {
  background-color: black;
}