section#hero .post .thumb img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.trenting-wrapper .post .thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}
.post.post-list .more-link {
    display: none;
}
.pagination {
    text-align: center;
    justify-content: center;
}

.pagination .page-numbers {
    width: 30px;
    background: white;
    height: 30px;
    border: 1px solid black;
    margin: 0px 2px;
    color: #000;
    display: inline-block;
}

.pagination .page-numbers.page-numbers.current, .pagination .page-numbers.page-numbers:hover {
    background: #ffb400;
    color: #000;
    border-color: #ffb400;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers {
    color: transparent;
    font-size: 0px;
}

.pagination .prev.page-numbers::before {
    content: "«";
    font-size: 16px;
    color: black;
}
.pagination .next.page-numbers::before {
    content: "»";
    font-size: 16px;
    color: black;
}
a.more-link {
    display: none;
}
.category-single-page-wrapper .row>div {
    margin-bottom: 30px;
}
form.search-form label {
    width: 100%;
}
.search-field {
    display: block;
    border-radius: 25px;
    width: 100%;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #8F9BAD;
    background-color: #FFF!important;
    background-image: none;
    border: solid 1px #EBEBEB;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-submit {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0px;
    margin-top: 10px;
}
.search-submit .screen-reader-text {
    display: block;
    width: 100%;
    color: black;
    font-size: 16px;
    clip: inherit;
    height: 40px;
    clip-path: initial;
    position: relative;
    line-height: 40px;
    border-radius: 30px;
    background: #ffb400;
    color: white;
    font-weight: 600;
    transition: 0.5s;
}
.search-submit .screen-reader-text:hover {
    background: black;
}
.main-content{
    padding-bottom: 70px;
}
.inner-wrapper-sticky {
    position: relative!important;
    left: 0px!important;
    top: 0px!important;
    width: 100%!important;
    transform: translate(0px)!important;
}

.sidebar {
    height: auto!important;
}
.tag {
    color: #525252;
    border: solid 1px #EBEBEB;
    border-radius: 25px;
    font-size: 11px;
    display: inline-block;
    padding: 3px 14px;
    margin: 4px 1px;
    font-weight: 600;
}
body.tag {
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    border: none;
    font-size: inherit;
    display: block;
    color: inherit;
    font-weight: 400;
}
body.tag:hover {
    color: inherit;
}
.widget-content.tags-ovarflow {
    max-height: 1460px;
    overflow: auto;
}
.widget-content.tags-ovarflow::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .widget-content.tags-ovarflow::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .widget-content.tags-ovarflow::-webkit-scrollbar-thumb {
    background: #ffb400; 
  }
  
  /* Handle on hover */
  .widget-content.tags-ovarflow::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .page-title.search-result-heading {
    font-size: 30px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.post .category-badge {
    color: black;
}
.post .thumb.circle .inner {
    border-radius: 5px;
}
.post-list.trending-post .thumb {
    float: none;
    max-width: 100%;
}
.social-share svg path {
    fill: #9faabb;
    transition: 0.5s;
}
.social-share svg:hover path {
    fill: black;
}
.social-share svg {
    position: relative;
    top: -1px;
}
.social-sharing ul li a svg {
    fill: white;
}
@media (max-width:575px){
    .an-header nav.an-navbar {
    padding: 5px 16px;
}

.top-bar .an-search-form div input {
    padding: 5px 10px!important;
}

.an-search-form>div i {
    font-size: 16px!important;
}

.top-bar .an-social-link {
    margin-top: 3px!important;
}
}