.breaking-news .news-btn {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: initial ;
}

.author-detail {
    margin-top: 30px;
    margin-bottom: 0px;

}

.text-two-rows { 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weather .weather-icon {
    max-height: 44px;
}

.weather .weather-temprecher:before {
    right: -8px;
    top: 7px;
}

.img-logo { 
    max-width: 101%;
    height:45px!important;
}

blockquote ul { 
    margin-left: 30px;
    list-style: circle;
}

.sidebar {
  overflow: hidden;
}
.blog-post-share-box .badges a {
    margin-left: 10px;
}

@media (min-width: 751px) {
    .blockquote { 
      width: 50%;
      margin: 20px;
      float: right ;
    }
}


@media (max-width: 751px) {
    .owl-carousel.arrow-styel-02 .owl-nav button.owl-prev {
        right: 55px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        width: 48px;
        height: 48px;
    }
    .owl-carousel .owl-nav button.owl-next {
        width: 48px;
        height: 48px;
    }

    .breaking-news .owl-carousel.arrow-styel-03 .owl-nav button {
        width: 48px;
        height: 48px;
        display: none;
    }
}