/* .featured .btn-white,
.featured .btn-white:visited {
  font-size: 12px;
  color: #282828 !important;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 14px 42px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.svg-inline--fa.fa-w-8{
    width: .5em;
}

.featured .btn-white:hover {
  color: #fff !important;
  background-color: #121212;
  transform: scale(1.05);
  box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.2);
}

.featured .btn-white:active {
  transform: scale(1.1);
}

.featured .btn-black,
.featured .btn-black:visited {
  font-size: 12px;
  color: #fff;
  background-color: #282828;
  border: 1px solid transparent;
  padding: 14px 42px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured .btn-black:hover {
  color: #282828;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.2);
}

.featured .btn-black:active {
  transform: scale(1.1);
}

.featured .btn-pink,
.featured .btn-pink:visited {
  font-size: 12px;
  color: #fff;
  background-color: #ff3347;
  border: 1px solid transparent;
  padding: 14px 42px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured .btn-pink:hover {
  color: #282828;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.2);
}

.featured .btn-pink:active {
  transform: scale(1.1);
}

.featured .btn-red,
.featured .btn-red:visited {
  font-size: 12px;
  color: #fff;
  background-color: #e50000;
  border: 1px solid transparent;
  padding: 14px 42px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured .btn-red:hover {
  color: #282828;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.2);
}

.featured .btn-red:active {
  transform: scale(1.1);
}

.featured .owl-carousel {
   background-color: #000; 
}

.featured .owl-carousel .owl-item {
  opacity: 0.5;
}

.featured .owl-carousel .owl-item.active {
  opacity: 1;
  z-index: 999;
}

.aw-small-carousel img.image:hover, .aw-small-carousel .image img:hover{
    filter: none;
}

.featured .owl-carousel .item, .aw-small-carousel .item {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}

.featured .owl-carousel .item img, .aw-small-carousel .item img{
    transition: 0.5s ease;
}

.featured .owl-carousel .item:hover img, .aw-small-carousel .item:hover img{
  transform: scale(1.02);
}

.featured .owl-carousel .item .date {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.featured .owl-carousel .item .date span {
  font-family: "Flama-Black", "Flama", "Helvetica Neue", Helvetica, Roboto,
    Arial, sans-serif;
  display: block;
  font-size: 42px;
  letter-spacing: 0;
  font-weight: 900;
}

.featured .owl-carousel .item .cta {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.featured .owl-carousel .item img {
  width: 100%;
  height: auto;
  z-index: 1;
  filter: brightness(0.9);
}

.featured .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

.featured .owl-carousel:hover .owl-nav {
    opacity: 1;
}

.featured .owl-carousel .owl-nav {
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.featured .owl-carousel .owl-nav .owl-prev {
  background: transparent;
  color: #fff;
  font-size: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  left: 30px;
  padding: 20px !important;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.featured .owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: #fff;
  font-size: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  right: 30px;
  padding: 20px !important;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured .owl-carousel .owl-nav .owl-prev:hover,
.featured .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.3);
  opacity: 0.7;
}

.featured .owl-carousel .owl-nav .owl-prev:active,
.featured .owl-carousel .owl-nav .owl-next:active {
  transform: scale(1.4);
  opacity: 0.9;
}

.aw-small-carousel .owl-carousel .owl-nav{
    display: none;
}

.featured .owl-carousel .owl-nav svg{
    width: .5em;
}

.featured .owl-theme .owl-nav [class*='owl-']:hover{
    background: none;
}

.featured .owl-nav > button:focus
{
    outline: unset;
}

.slide-up-fade-in {
    animation: slide-up-fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: slide-up-fade-in ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: slide-up-fade-in ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: slide-up-fade-in ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: slide-up-fade-in ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    opacity: 0;
    opacity: 1\9;
  }
  
  @keyframes slide-up-fade-in {
    0% {
      opacity: 0;
      transform: translate(0px, 40px);
    }
    100% {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }
  
  @-moz-keyframes slide-up-fade-in {
    0% {
      opacity: 0;
      -moz-transform: translate(0px, 40px);
    }
    100% {
      opacity: 1;
      -moz-transform: translate(0px, 0px);
    }
  }
  
  @-webkit-keyframes slide-up-fade-in {
    0% {
      opacity: 0;
      -webkit-transform: translate(0px, 40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
    }
  }
  
  @-o-keyframes slide-up-fade-in {
    0% {
      opacity: 0;
      -o-transform: translate(0px, 40px);
    }
    100% {
      opacity: 1;
      -o-transform: translate(0px, 0px);
    }
  }
  
  @-ms-keyframes slide-up-fade-in {
    0% {
      opacity: 0;
      -ms-transform: translate(0px, 40px);
    }
    100% {
      opacity: 1;
      -ms-transform: translate(0px, 0px);
    }
  }
  
@media (max-width: 991.98px) {
    
  
    .featured .owl-carousel .item .cta {
      bottom: 20px;
    }
  
    .featured .btn-white,
    .featured .btn-black,
    .featured .btn-pink,
    .featured .btn-red {
      font-size: 9px;
      padding: 10px 22px;
    }
  
    .featured .owl-carousel .item .date {
      font-size: 12px;
      letter-spacing: 2px;
      padding: 10px;
      top: 20px;
      right: 20px;
    }
  
    .featured .owl-carousel .item .date span {
      font-size: 24px;
    }
  
    .featured .owl-carousel .owl-nav .owl-prev {
      font-size: 24px;
      top: 40%;
      left: 20px;
    }
  
    .featured .owl-carousel .owl-nav .owl-next {
      font-size: 24px;
      top: 40%;
      right: 20px;
    }
} */

/*.........CAROUSEL POSTS CSS RULES.............*/
/*.2 POSTS CAROUSEL WITH TEXT ON IMAGE.*/
.text-on-image-2-posts .item{
  position: relative;
  border-radius:6px;
  overflow:hidden;
}
.text-on-image-2-posts .item .img-holder{
  position: relative;
  display: block;
}
.text-on-image-2-posts .item .img-holder:after{
  content:"";
  background: rgb(0,0,0);
  background: -moz-linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8102591378348214) 34%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8102591378348214) 34%, rgba(0,0,0,0) 100%);
  background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8102591378348214) 34%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.85;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: 1;
}
.text-on-image-2-posts .item .item-category {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 2px 10px;
  background-color: #e4e4e4;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.text-on-image-2-posts .item .item-category:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 12px solid transparent;
  border-top: 33px solid #e4e4e4;
  position: absolute;
  top: 0px;
  right: -12px;
  z-index: -1;
}
.text-on-image-2-posts .item .external-link {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #ffffff;
  z-index: 2;
  font-size: 22px;
}
.text-on-image-2-posts .item .content{
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 35px;
  z-index: 2;
  color:#ffffff;
}
.text-on-image-2-posts .content .item-title{
  text-transform: uppercase;
  font-size:20px;
  font-weight:700;
}
.text-on-image-2-posts .content .item-title a{
  color:inherit;
  font-weight: inherit;
  text-decoration:none;
}
.text-on-image-2-posts .content .description{
  font-size:14px;
  line-height: 20px;
  margin-bottom: 18px;
}

.text-on-image-2-posts .item .btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #e50000;
  border: none;
  text-transform: none;
  box-shadow:none !important;
}
.text-on-image-2-posts .item .btn:hover {
  background-color: #cc0303;
}

/*.3 POSTS CAROUSEL WITH TEXT ON IMAGE.*/
.text-on-image-3-posts .item{
  position: relative;
  border-radius:6px;
  overflow:hidden;
}

.text-on-image-3-posts .item .img-holder{
  position: relative;
  display:block;
}

.text-on-image-3-posts .item .img-holder:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.35);
  z-index: 1;
}

.text-on-image-3-posts .item .content{
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  z-index: 2;
  color:#ffffff;
}

.text-on-image-3-posts .content .item-title{
  font-size:20px;
  font-weight:600;
}
.text-on-image-3-posts .content .item-title a{
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.text-on-image-3-posts .content .description {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
} 

.text-on-image-3-posts .item .item-dated {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  background-color: rgba(255,255,255,0.85);
  font-weight: 700;
  line-height: 20px;
}

.text-on-image-3-posts .item .item-dated span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

/*.3 POSTS CAROUSEL WITH TEXT BELOW IMAGE.*/
.text-below-image-3-posts .item{
  position: relative;
}
.text-below-image-3-posts .item .img-holder{
  position: relative;
  border-radius:6px;
  overflow:hidden;
}

.text-below-image-3-posts .item .external-link {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  z-index: 2;
  font-size: 22px;
}
.text-below-image-3-posts .item .content{
  color:#2a2a2a;
  padding: 15px 6px; 
}

.text-below-image-3-posts .content .item-title{
  font-size:14px;
  font-weight:600;
  line-height:20px;
}
.text-below-image-3-posts .content .item-title a{
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.text-below-image-3-posts .content .item-title a:hover{
  color:#e50000 !important;
}
.text-below-image-3-posts .content .description {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}

.text-on-image-2-posts,
.text-on-image-3-posts,
.text-below-image-3-posts{
  margin-top:20px;
}

/*...Nav Arrows CSS....*/
.text-on-image-2-posts.owl-theme .owl-prev,
.text-on-image-2-posts.owl-theme .owl-next,
.text-on-image-3-posts.owl-theme .owl-prev,
.text-on-image-3-posts.owl-theme .owl-next,
.text-below-image-3-posts.owl-theme .owl-prev,
.text-below-image-3-posts.owl-theme .owl-next{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px !important;
  color: #000000;
  background-color:transparent;
  z-index: 2;
}

.text-on-image-2-posts.owl-theme .owl-prev:hover,
.text-on-image-2-posts.owl-theme .owl-next:hover,
.text-on-image-3-posts.owl-theme .owl-prev:hover,
.text-on-image-3-posts.owl-theme .owl-next:hover,
.text-below-image-3-posts.owl-theme .owl-prev:hover,
.text-below-image-3-posts.owl-theme .owl-next:hover{
  background-color: transparent !important;
  color:#e50000 !important;
}

.text-on-image-2-posts.owl-theme .owl-prev,
.text-on-image-3-posts.owl-theme .owl-prev,
.text-below-image-3-posts.owl-theme .owl-prev{
  left:-40px;
}
.text-on-image-2-posts.owl-theme .owl-next,
.text-on-image-3-posts.owl-theme .owl-next,
.text-below-image-3-posts.owl-theme .owl-next{
  right:-60px;
}


@media screen and (max-width:992px){
  .text-on-image-2-posts.owl-theme .owl-prev:before,
  .text-on-image-2-posts.owl-theme .owl-next:before,
  .text-on-image-3-posts.owl-theme .owl-prev:before,
  .text-on-image-3-posts.owl-theme .owl-next:before,
  .text-below-image-3-posts.owl-theme .owl-prev:before,
  .text-below-image-3-posts.owl-theme .owl-next:before {
      content: '';
      width: 55px;
      height: 55px;
      background-color: rgba(0,0,0,0.3);
      position: absolute;
      top:-7px;
      border-radius: 100%;
      z-index: -1;
  }

  .text-on-image-2-posts.owl-theme .owl-prev:before,
  .text-on-image-3-posts.owl-theme .owl-prev:before,
  .text-below-image-3-posts.owl-theme .owl-prev:before{
      left:-15px;
  }

  .text-on-image-2-posts.owl-theme .owl-next:before,
  .text-on-image-3-posts.owl-theme .owl-next:before,
  .text-below-image-3-posts.owl-theme .owl-next:before {
      right:5px;
  }


  .text-on-image-2-posts.owl-theme .owl-prev,
  .text-on-image-3-posts.owl-theme .owl-prev,
  .text-below-image-3-posts.owl-theme .owl-prev{
      left:15px;
      color:#ffffff !important;
  }
  .text-on-image-2-posts.owl-theme .owl-next,
  .text-on-image-3-posts.owl-theme .owl-next,
  .text-below-image-3-posts.owl-theme .owl-next{
      right:-5px;
      color:#ffffff !important;
  }
  .text-below-image-3-posts .content .item-title{
      font-size: 18px;
  }
  .text-below-image-3-posts .content .description {
      font-size: 15px;
      line-height: 18px;
  }
}

@media screen and (max-width:575px){
  .text-on-image-2-posts.owl-theme .owl-prev,
  .text-on-image-3-posts.owl-theme .owl-prev,
  .text-below-image-3-posts.owl-theme .owl-prev{
      left:15px;
      color:#ffffff !important;
  }
  .text-on-image-2-posts.owl-theme .owl-next,
  .text-on-image-3-posts.owl-theme .owl-next,
  .text-below-image-3-posts.owl-theme .owl-next{
      right:-5px;
      color:#ffffff !important;
  }

  .text-on-image-2-posts .item .content{
      bottom: 18px;
  }

  .text-on-image-2-posts .content .item-title{
      font-size:18px;
  }
  .text-on-image-2-posts .item .item-category{
      display: none;
  }
  .text-on-image-2-posts .content .item-title {
      font-size: 18px;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      display: -webkit-box;
  }
  .text-on-image-2-posts .content .description {
      text-overflow: ellipsis;
      max-height: 40px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
  }
}
@media screen and (max-width:400px) {
  .text-on-image-2-posts .content .item-title{
      -webkit-line-clamp:2;
  }
}

/*..............................................*/

/*.....................................................................*/ 