


.owl-theme .owl-nav.disabled + .owl-dots {  margin-top: 10px;  }
.owl-dots {  text-align: center;  -webkit-tap-highlight-color: transparent; margin-top: 10px;  }
.owl-dots .owl-dot { display: inline-block;  zoom: 1;  *display: inline; cursor:pointer; }
.owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #c6ced8;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span { background: #000; }
.owl-nav .owl-prev {
    left: -40px;
    background: rgba(0,0,0,0.125);
}
.owl-nav .owl-next {
    right: -40px;
    background: rgba(0,0,0,0.125);
}

.owl-dots.owl-dots-line .owl-dot span{
	border-radius:0;margin-left:0;margin-right:0;height:4px;width:30px;
}

/* ========================================================================== */

.widget_comments_list.widget_comments { line-height: 20px; overflow:hidden; }
.widget_comments_list.widget_comments a{ text-decoration:none; }

.widget_comments_list.widget_comments .item { margin-bottom: 12px; padding-bottom:14px; overflow: hidden; font-size:13px;  background:#fff; }
.widget_comments_list.widget_comments.widget_comments_slider .item, .widget_comments_list .item:last-child { margin-bottom: 0; border-bottom:0; padding-bottom:0; }

.widget_comments_list.widget_comments .item .image { float:left; margin-right: 10px; padding:2px; border:0 !important; }
.widget_comments_list.widget_comments .item .image img { display: block; overflow:hidden; border-radius:50%;  -moz-border-radius:50%; }
.widget_comments_list.widget_comments .item .info { line-height:16px; padding-top:5px; overflow:hidden; }

.widget_comments_list.widget_comments .item .title{ }
.widget_comments_list.widget_comments .item .title .author{ padding-bottom:5px;}
.widget_comments_list.widget_comments .item .title .author a{ color:#000 !important; display:inline-block; }


.widget_comments_list.widget_comments .item .subject{ margin-top:4px; overflow:hidden; display:flex; width:100%; align-items:center; }
.widget_comments_list.widget_comments .item .subject .fa{ width:32px; text-align:center; padding-right:13px; }
.widget_comments_list.widget_comments .item .subject .fa:before{ width:32px !important; display:block; text-align:center !important; transform: scale(1.4) rotate(-180deg); color:#2980b9; margin-top:-5px; }
.widget_comments_list.widget_comments .item .subject a{ line-height:15px; overflow:hidden; padding-right: 5px;  }

.widget_comments_list.widget_comments .item .date { font-size:11px; color:#999; float:right; padding-right: 5px; }
.widget_comments_list.widget_comments .item .text { display:table; width:100%; color:#333; padding:3px 0 5px 0; font-size:14px; line-height:16px; overflow:hidden; text-decoration:none !important; position:relative; }
.widget_comments_list.widget_comments .item .text:hover { color:#db4797; }
.widget_comments_list.widget_comments.widget_comments_slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #12bbad; }
	  
	  
/* ========================================================================== */


