/************************************************************
				Box Sizing
************************************************************/
.wpocup-owl-carousel *, .wpocup-owl-autowidth * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}

/************************************************************
				Clearfix
************************************************************/
.wpocup-clearfix:before, .wpocup-clearfix:after{content: "";display: table;}
.wpocup-clearfix::after{clear: both;}
.wpocup-clearfix{clear: both;}

/***************************************************************
				Some common css
***************************************************************/
.wpocup-img-wrap{position: relative;overflow: hidden;}

.wpocup-slider-short-content p{margin-bottom:7px !important;}
.wpocup-slider-readmore{display:inline-block; text-decoration: none !important;}

.wpocup-hide{display:none;}
.wpocup-owl-image-slide{position:relative;}

.wpocup-owl-carousel .wpocup-slide-title{padding:0px !important; margin:8px 0 8px 0 !important;}
.wpocup-owl-carousel .wpocup-slide-title a{text-decoration: none !important;}

h2.wpocup-slide-title{margin:5px 0 !important; line-height:normal !important; padding-top:0px !important;font-size:22px !important;  padding-bottom:0px !important;}
h2.wpocup-slide-title a{font-size:22px !important;line-height:normal !important; color:#444; text-decoration:none !important; outline:none !important;}
h2.wpocup-slide-title a:hover, h2.wpocup-slide-title a:focus, h2.wpocup-slide-title a:active{font-size:22px !important;line-height:normal !important; color:#444; text-decoration:none !important; outline:none !important;}

a.wpocup-owl-slider-link{position: absolute;height: 100%;width: 100%;top: 0px;left: 0px; z-index:1;}

/***************************************************************
				Image and Image Fit
***************************************************************/
img.wpocup-slider-img{border-radius:0 !important;box-shadow: none !important; height:100%;}
.wpocup-image-fit img.wpocup-slider-img{-o-object-fit: cover;object-fit: cover;-o-object-position: top center;object-position: top center;height: 100%;width: 100%;}
.wpocup-owl-carousel.wpocup-image-fit .wpocup-img-wrap{height: 300px; background: #dadada;}

/*************************************************************************
                 carousel Designs
***************************************************************************/
/******************** carousel Pro design 1 *********************/
.wpocup-owl-carousel.wpocup-owl-carousel-slider.wpocup-prodesign-1 .wpocup-slide-wrap{position:relative;}
.wpocup-owl-carousel.wpocup-owl-carousel-slider.wpocup-prodesign-1 .wpocup-img-wrap{ position:relative;}
.wpocup-owl-carousel.wpocup-owl-carousel-slider.wpocup-prodesign-1 .wpocup-owl-image-slide img{display:inline-block !important;}
.wpocup-owl-carousel.wpocup-owl-carousel-slider.wpocup-prodesign-1 .wpocup-img-wrap img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}

/*************************************************************************
                 Auto Width Designs
***************************************************************************/
.wpocup-owl-carousel.wpocup-owl-autowidth h2.wpocup-slide-title a{color: #fff;}
/******************** carousel Pro design 1 *********************/
.wpocup-owl-carousel.wpocup-owl-autowidth.wpocup-prodesign-1 .wpocup-slide-wrap{position:relative;}
.wpocup-owl-carousel.wpocup-owl-autowidth.wpocup-prodesign-1 .wpocup-img-wrap{position:relative;}
.wpocup-owl-carousel.wpocup-owl-autowidth.wpocup-prodesign-1 .wpocup-owl-image-slide img{display:inline-block !important;}
.wpocup-owl-carousel.wpocup-owl-autowidth.wpocup-prodesign-1 .wpocup-img-wrap img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}

.wpocup-owl-carousel .owl-dot , .wpocup-owl-autowidth .owl-dot{padding:0px !important; margin:0px !important; background:none !important; background-color:transparent !important;} 
.wpocup-owl-carousel .owl-dot:hover,
.wpocup-owl-carousel .owl-dot:focus,
.wpocup-owl-autowidth .owl-dot:hover,
.wpocup-owl-autowidth .owl-dot:focus{ background:none !important; background-color:transparent !important; border:0px !important}
.wpocup-owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.wpocup-owl-carousel .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.wpocup-owl-carousel .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
.wpocup-owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.wpocup-owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.wpocup-owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.wpocup-owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.wpocup-owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.wpocup-owl-carousel .owl-dots .owl-dot.active span, .wpocup-owl-carousel .owl-dots .owl-dot:hover span {
      background: #869791; }