.top-header {
    font-size: 26px;
    color: #fff;
/*    text-transform: uppercase;*/
    font-weight: 600;
    /*margin: 20px 0 15px 0;*/
    margin: 20px 0 1px 0;
    padding: 6px 7px;
    /*background: blue;*/
}
.top-header:after{ height: 4px; width: 100%; content: none; background: #fed6d6; border-top: 1px solid #5b393a; border-bottom: 1px solid #5b393a; display: block; margin-top: 5px; }
.top-5-story {
    overflow: hidden;
    margin: 0 -10px;
}
.top-big-story {
    width: 40%;
    float: left;
    margin:  0 1%;
    position: relative;
}

.top-5-story .entry-wrapper {
    padding: 22px 15px;
    color: #fff;
    width: 100%;
}
.small-story-box figure,.top-big-story figure{ position: relative;}
.small-story-box figure:before,.top-big-story figure:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}
.entry-wrapper .category_link{ position:relative; font-size:10px;padding-left:7px; margin-left:4px; line-height:13px; display:inline-block; }
.entry-wrapper .category_link:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 11px;
    background: red;
    position: absolute;
    left: 0px;
    top: 1px;
}
.entry-wrapper .entry-title{ font-size: 20px; font-weight: 600; margin-bottom: 3px;}
.top-big-story .entry-wrapper .entry-title span{ color: #cc382a; }
.post-excerpt{
    color: #fff;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}
.social-doted{position: absolute;right: 15px;top: 4px; }
.social-doted span, .social-doted:before, .social-doted:after{ width: 8px; height: 8px; background: #fff; border-radius: 50%; display: inline-block;
    margin-left: 3px;  }
.social-doted:before, .social-doted:after{ content: ""; }
.top-small-story {
    width: 58%;
    margin: 0;
    float: left;
}
.small-story-box {
    width: 30.4%;
    float: left;
    margin: 0 1% 15px; 
    position: relative;
}
.tag {
    background: red;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 3px;
    color: #fff;
}
.entry-meta {
    font-size: 10px;
    margin: 8px 0 1px;
}
.video-col{ position: relative; }
.video-col .entry-wrapper {
    position: absolute;
    bottom: -19px;
    padding: 18px 15px;
    color: #fff;
    width: 100%;
}
.video-slider .slick-prev, .video-slider .slick-next {
    top: 50%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 25px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #00000059;
    z-index: 5;
}
.video-slider .slick-arrow {
    position: absolute;
    top: -22px;
}
.video-slider .slick-prev {
    right: 25px;
}
.video-slider .slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
}
.video-slider .slick-prev:before {
    background: url(../images/pre-icon.png) 7px 0 no-repeat;
    background-size: 62% auto;
}
.video-slider .slick-next:before {
    background: url(../images/next-icon.png) 7px 0 no-repeat;
    background-size: 62% auto;
}

.business-col{ /*border-radius: 20px; */ background: #008778; padding-bottom: 20px;margin-top: 30px; }
.business-head {
    background: #86c5b2;
    /*border-radius: 20px 20px 0 0;*/ 
    text-transform: capitalize;
    color: #fff;
    padding: 12px 20px;
}
.business-col figure {
    float: right;
    width: 334px;
    border-radius: 7px;
    overflow: hidden;
    margin: 10px 20px 0 15px;
}
.business-col .entry-wrapper{ color: #fff;padding: 20px 0 0 20px; position: relative; }

.business-col .post-excerpt{ height: 100px; }
.business-col .social-doted {
    right: 48%;
    top: 73%;
}
.business-col .social-bar{
    right: 48%;
    top: 53%;
}
.category-top-slider{ display: block;    overflow: hidden;}
.category-top-slider .top-big-story{ width: 100%; position: relative; margin: 0;}
.category-top-slider .top-big-story:before {
    position: absolute;
    content: "";
    background: #0000005c;
    width: 100%;
    height: 100%;
}
.category-top-slider .entry-wrapper{position: absolute;
    bottom: 0;
    left: 24px;}
.category-top-slider .entry-meta{ color: #fff; }    

.category-top-slider .slick-prev, .category-top-slider .slick-next{
    bottom: 0;
}
.category-top-slider .slick-prev{    left: 48%;
    margin-left: -8px;}
.category-top-slider .slick-next{    right: 48%;
    margin-right: -8px;}
.category-top-slider .slick-prev:before {
    background: url(../images/pre-icon.png) 7px 0 no-repeat;
    background-size: 62% auto;
}
.category-top-slider .slick-next:before {
    background: url(../images/next-icon.png) 7px 0 no-repeat;
    background-size: 62% auto;
}
.breadcrumb {
    margin-top: 20px;
}
.breadcrumb li{    font-weight: 600;color: #e2423b; display: inline-block; margin: 0 5px 0 0; font-size: 11px; text-transform: uppercase;}
.breadcrumb li a{ color: #000; }

.slick-dots{ text-align: center; }
.slick-dots li{ display: inline-block;padding: 0 5px;}
.slick-dots li button {
    background: #0f4e3b;
    border: none;
    width: 15px;
    height: 15px;
    text-indent: -333em;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots li.slick-active button{  background: #86c5b2;  }
.category-top-slider .entry-wrapper .entry-title{    font-size: 28px;}
.category-top-slider .post-excerpt p{ font-size: 18px; }
.images-div{ border-bottom: 1px solid #e9eaec;padding-bottom: 15px;}
.images-div figcaption {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}
.pagination a {
    border: 1px solid #e9eaec;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0px 10px 0 0;
}
.pagination a:hover{ background: #f44336; color: #fff; }
.story-page p{ font-size: 17px; line-height: 30px; margin-bottom: 10px; }
.read-story {
    background: #ccc;
    padding: 15px;
}


.heading{
position: relative;
    display: flex;
    align-items: center;
color: #000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1.625rem;        
}

.heading:after {
    content: "";
    display: flex;
    flex-grow: 1;
    margin-left: 0.5625rem;
    height: 1px;
    background-color: #000;
    position: inherit;
}
.read-story .story-col{ padding: 0 15px; }
.read-story .story-col .entry-wrapper{ margin: 10px 0; color: #000; }
.read-story .story-col .entry-wrapper a{ color: #000; }
.read-story .story-col .post-excerpt{ color: #000; }
.slick-dots li.slick-active button{ background-color: #e2423b; }
.slick-dots li button{    background: #616866;}

ul.social-bar {
    position: absolute;
    right: 11px;
    top: -36px;
    display: none;
    background: #fff;
    border-radius: 7px;
    padding: 5px 17px 0;
        border: 1px solid #e9eaec;
}

.social-doted.active + ul.social-bar{
    display: block;
}
 ul.social-bar .whatsapp a svg {
    fill: #00CE55;
    width: 28px;
    height: 25px;
}
 ul.social-bar .twitter a svg {
    fill: #01A2F9;
    width: 30px;
    height: 25px;
}
 ul.social-bar .facebook a svg {
    fill: #21428f;
    width: 26px;
    height: 26px;
}
.video-col figure{ position: relative; }
.video-col figure:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0),#000);
}
.video-sec {
    padding-top: 18px;
}
..business-col .entry-wrapper .entry-title a{ color: #fff; }
@media screen and (max-width: 768px){
.category-top-slider .entry-wrapper .entry-title{    font-size: 16px;}
.top-big-story,.top-small-story{ width: 100%; float: none; margin: 0 auto; }
.small-story-box{ float: none; }
.top-5-story .entry-wrapper {
    position: static;
    padding: 10px 10px;
    background: none;
    color: #000;
}
.social-doted span, .social-doted:before, .social-doted:after{
   background: #c5c5c5; 
}
.post-excerpt{
    color: #000;
}
.social-doted{
    position: static;
    float: right;
}
.socialshare {
    text-align: right;
    margin: 10px 0;
    padding-right: 10px;
    position: relative;
}
.small-story-box:first-child, .small-story-box:nth-child(2){
    display: inline-block;
    width: 44%;
    float: left;
}

.small-story-box:first-child img, .small-story-box:nth-child(2) img {
    height: 106px;
}
.small-story-box:nth-child(3), .small-story-box:nth-child(4){
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    border-bottom: 1px solid #e9eaec;
}
.small-story-box:nth-child(3) figure, .small-story-box:nth-child(4) figure{
 float: right; width: 100px; margin-left: 10px;
}
.small-story-box:nth-child(3){
    border-top: 1px solid #e9eaec;
    padding-top: 10px;
}
.entry-wrapper .entry-title {
        font-size: 18px;
    line-height: 23px;
}

.top-5-story .entry-wrapper .entry-title{
        font-size: 20px;
    line-height: 30px;
}

.video-slider .entry-wrapper .entry-title{
font-size: 18px;
}
.business-col figure {
    float: right;
    width: 156px;
    border-radius: 7px;
    overflow: hidden;
    margin: -14px 6px 0 8px;
}
.business-col .entry-wrapper{    padding: 10px 0 0 10px;}
.socialshare:after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
}
ul.social-bar{
        right: 0;
    top: -44px;
}
.business-col .post-excerpt{ display: none; }
.business-col .socialshare{ clear: both; padding-top: 10px; }
.category-top-slider .slick-prev {
    left: 87%;}
.category-top-slider .slick-next {
    right: 3%;}    
.business-col .entry-wrapper .entry-title a{ color: #fff!important; }
.small-story-box img {height: auto;} 
.small-story-box:nth-child(5), .small-story-box:nth-child(6) {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    border-bottom: 1px solid #e9eaec;
}
.small-story-box:nth-child(5) figure, .small-story-box:nth-child(6) figure {margin-left: 10px;    float: right;
    width: 180px;
}
}