.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next{
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    bottom: 0;
    margin: auto;
}
.owl-prev{
	left: 0;
}
.owl-next{
  right: 0;
}
.owl-prev span,
.owl-next span {
    color: #fff;
    font-size: 60px;
	opacity:0;
	transition:0.5s;
}
.owl-carousel:hover .owl-prev span,
.owl-carousel:hover .owl-next span {
	opacity:1;
}
.owl-nav button:focus {
    outline: inherit;
}
.newsbox-home-slider .owl-nav,
.newsbox-home-slider .owl-nav.disabled {
    display: none !important;
}
.newsbox-home-slider.show-arrow .owl-nav,
.newsbox-home-slider.show-arrow .owl-nav.disabled {
    display: block !important;
}
.newsbox-home-slider .owl-dots,
.newsbox-home-slider .owl-dots.disabled {
    display: none;
}
.newsbox-home-slider.show-dots .owl-dots,
.newsbox-home-slider.show-dots .owl-dots.disabled {
    display: block;
}
/*social share widget style*/
.newsbox-social-widget li {
    display: inline-block;
}

.newsbox-social-widget li a {
    padding: 7px 14px;
    border: 1px solid #ccc;
    margin-right: 3px;
}

.newsbox-social-widget li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}
/*About widget style*/
.about-img {
    position: relative;
    margin-bottom: 20px;
}
.about-img:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0;
	transition:0.3s
}
.about-img img {
    margin: 0;
    width: 100%;
}
.about-img-cap {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 999;
    height: 80px;
    width: 100%;
    margin: auto;
    top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0;
	transition:0.6s
}
.about-info:hover .about-img-cap,
.about-info:hover .about-img:before{
    opacity: 1;
}
.about-info:hover .about-img:before{
    opacity: 0.6;
}
/*recent post widget style*/
.newsbox-recent-img {
    width: 35%;
    float: left;
    margin-right: 4%;
}

.widget ul li.newsbox-recent-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.newsbox-recent-img img {
    margin: 0;
    min-height: 70px;
}
.newsbox-recent-text {
    width: 61%;
    float: left;
}

.newsbox-recent-text h4 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 16px;
}

.newsbox-recent-text span.post-date {
    font-size: 12px;
    text-transform: uppercase;
}
/* Recent post widget style two*/
ul.style-two {
    display: block;
    width: 100%;
    overflow: hidden;
}
ul.style-two li.newsbox-recent-item {
    width: 46%;
    float: left;
}

ul.style-two li.newsbox-recent-item:nth-child(odd) {
    margin-right: 8%;
}

ul.style-two li .newsbox-recent-img, ul.style-two li .newsbox-recent-text {
    width: 100%;
    float: none;
    margin: 0;
}

ul.style-two li .newsbox-recent-img img {
    margin-bottom: 10px;
}

ul.style-two li .newsbox-recent-text {
    position: relative;
    padding-right: 0;
    z-index: 9;
}
ul.style-two li .newsbox-recent-text.has-date {
    padding-top: 27px;
}
ul.style-two li .newsbox-recent-text span.post-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
/*Recent post slider widget style*/
.slider-recent-item.item {
    position: relative;
}

.slider-recent-text {
    position: absolute;
    top: 8%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 250px;
    height: 100%;
    text-align: center;
    z-index: 99;
    min-height: 100px;
}
.slider-recent-img img {
    min-height: 200px;
	margin-bottom:0;
}

.slider-recent-text .x-overlay {
    padding: 30px 20px;
}
.slider-recent-text h4 {
    min-width: 210px;
}
.owl-dots {
    text-align: center;
	display:none;
}
.show-dots .owl-dots {
    display: block;
}

.newsbox-slider-widget button.owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
}
.newsbox-slider-widget button.owl-dot.active {
    background: #000;
}
/*Recent slider widget style three*/
.style-three .newsbox-recent-img {
    width: 100%;
    margin: 0 0 10px 0;
}

.style-three .newsbox-recent-text {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.style-three .newsbox-recent-text.has-date {
    position: relative;
    padding-top: 25px;
}

.style-three .newsbox-recent-text.has-date span.post-date {
    position: absolute;
    top: 0;
    left: 0;
}
.style-three li.newsbox-recent-item {
    border-bottom: 1px solid #ededed;
}

.style-three li.newsbox-recent-item:last-child {
    border: none;
    margin-bottom: 0;
}
/* Recent widget slider style four*/
.widget ul.style-four li.newsbox-recent-item:first-child {}

.widget ul.style-four li.newsbox-recent-item:first-child .newsbox-recent-img {
    width: 100%;
    margin: 0 0 12px 0;
}

.widget ul.style-four li.newsbox-recent-item:first-child .newsbox-recent-text {
    width: 100%;
    padding: 36px 0 0 0;
    position: relative;
}
.widget ul.style-four li.newsbox-recent-item:first-child .newsbox-recent-text h4{
    font-size: 18px;
}

.widget ul.style-four li.newsbox-recent-item:first-child .newsbox-recent-text.has-date span.post-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/*style four recent widget*/
span.post-adv {
    position: absolute;
    top: 0;
    right: 0;
}

span.post-adv ul.advance-meta li p {
    border: none;
    font-size: 13px;
    margin: 0;
    padding: 2px 5px;
}

span.post-adv ul.advance-meta li {
    margin: 0;
}

/*ads widget*/
.ads-img img {
    margin: 0;
}
.widget-ads a, .widget-ads img {
    display: block;
    width: 100%;
}
.no-padding h4.widget-title {
    padding: 20px 5px 10px;
}
/*Tabs widget*/
.widget-area .widget ul.tabs-nav__list {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

.widget-area .widget ul.tabs-nav__list li {
    margin: 0;
}

.widget-area .widget ul.tabs-nav__list li a {
    padding: 4px 10px;
    background: #ededed;
    display: inline-table;
    margin-right: -4px;
}

.widget-area .widget ul.tabs-nav__list li.active a,.widget-area .widget ul.tabs-nav__list li a:hover {
    background: #ccc;
    color:#000
}
.tabs-nav__drag {
    border-bottom: 2px solid #CE2525;
}
.widget .tabs-content {
    margin-bottom: 0;
}
.widget .tabs {
    border-bottom: none !important;
}