
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: 'Rubik', sans-serif;
}
/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/

/*
 2.0.2) Global Headings
 -----------------------------*/

/*
 2.0.3) Form Elements
 -----------------------------*/

/*
 2.0.4) List Styles
 ---------------------------------*/

/*
 2.0.5) General Text Formatting
 -----------------------------------*/

img{
	max-width: 100%;
	height: auto;
}
/*
 2.0.6) Link style
 -------------------------*/


/*
 2.0.7) Table Elements
 --------------------------*/

/*
 2.0.8) Button Styles
 -------------------------*/

/*
 2.0.9) Sprite Icons
 -------------------------*/


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*
 3.) Site Wide Content
 ------------------------------*/

 /* Stylesheet by Parameters */
 .entertainment{
	background: #540D6E;
	border-radius: 7px;
	margin: 0px 3px;
 }
.sports{
	background: #004B72;
	border-radius: 7px;
	margin: 0px 3px;
}

.technology{
	background: #FF006A;
	border-radius: 7px;
	margin: 0px 3px;
}
.food{
	background: #CC0000;
	border-radius: 7px;
	margin: 0px 3px;
}
.wellness{
	background: #CC0000;
	border-radius: 7px;
	margin: 0px 3px;
}
.lifestyle{
	background: #CC0000;
	border-radius: 7px;
	margin: 0px 3px;
}
.default__theme{
	background: #fff;
	border-radius: 7px;
	margin: 0px 3px;
}
.sports .visual_story h3, .entertainment .visual_story h3, .technology .visual_story h3, .food .visual_story h3, .lifestyle .visual_story h3, .wellness .visual_story h3{
	color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11'%3E%3Cpath fill='%23ffffff' d='M344.974,430.608a16.732,16.732,0,0,1,10.71-2.439.261.261,0,0,1,.233.26c.115,4.944-2.28,8.018-5,10.481-.094.075-.262.224-.43.035l-6.516-7.4a.213.213,0,0,1,.047-.318c.113-.093.956-.617.956-.616' transform='translate(-343.921 -428.037)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 20px center;
}

.custom__htmlwidget{
	margin-bottom: 0px;
}
.visual_story{
	padding: 20px 0 16px;
    position: relative;
    box-shadow: 1px 1px 3px #00000026;
    border-radius: 5px;
}
.visual_story a{
	text-decoration: none;
}
.visual_story a.vs__anchor{
	display: table;
}
.visual_story h3{
	color: #1a1a1a;
    font: normal normal bold 15px/18px Rubik;;
    padding: 0px;
    margin-bottom: 18px;
    text-transform: uppercase;
    padding-left: 37px;
    background-image: url(https://akm-img-a-in.tosshub.com/sites/data-image/download.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.story_wrapper {
	margin:0;
}
.story-cell{
	width: 200px;
    white-space: normal;
    display: inline-block;
    border: 1px solid #E2E2E2;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #E2E2E2;
	display: flex;
}
.story-cell a h4{
	letter-spacing: 0px;
    color: var(--catbrandcolor, #CC0000);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding: 15px 10px 0px 10px;
}

.story-cell p {
	color: #fff;
    background: #fff;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 10px 15px;
    position: relative;
    height: 100%;
    z-index: 1;
}
.story-cell p span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
    color: #000;
}
.vs__content__wrap{
    position: relative;
    z-index: 1;
}
.story-cell figure img{
	width: 100%;
	border-radius: 5px 5px 0 0;
	position: relative;
	height: 267px;
}
.story-cell figure {
	position: relative;
    line-height: 0;
}
.story-cell figure::after {
	content: '';
    background: transparent linear-gradient( 180deg , #000000B3 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    height: 25px;
    left: 0;
    right: 0;
    border-radius: 5px 5px 0px 0px;
}
.story-cell figure::before {
	z-index: 9999;
    top: 8px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, #A5A5A5 80%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-repeat: repeat-x, repeat-y;
    background-size: 16.6px 2px, 1px 10px;
    width: calc(100% - 20px);
    height: 2px;
    left: 10px;
    right: 10px;
}
.story-cell a {
    display: block;
    text-decoration: navajowhite;
    width: 100%;
    height: 100%;
}

.swiper-container{
    width: calc(100% - 18px);
    margin-left: 18px;
}
.swiper-button-prev, .swiper-button-next{
	width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 8px);
    border: 0;
}
.swiper-button-prev svg, .swiper-button-next svg{
    height: 10px;
	width: 10px;
}
.swiper-button-prev svg{
  margin-left: -2px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: auto;
    right: 59px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 20px;
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    top: 40px;
}
.swiper-button-disabled{
    display: flex;
}
.__story__items__wrapper {
    border-radius: 5px;
    opacity: 1;
    padding: 0px 0px;
}
.story-cell.swiper-slide:last-child {
    margin-right: 16px !important;
}

/* For default__theme nav buttons */
.default__theme .swiper-button-prev, .default__theme .swiper-button-next{
	background-color: #000;
}
.default__theme .swiper-button-prev svg, .default__theme .swiper-button-next svg {
    fill: #fff;
}
.default__theme .swiper-button-next.swiper-button-disabled, .default__theme .swiper-button-prev.swiper-button-disabled {
    background-color: #d5d5d5;
	opacity: 1;
}
.default__theme .swiper-button-disabled svg, .default__theme .swiper-button-disabled svg {
    fill: #000;
}
/* End */


@media only screen and (max-width:667px){
    .entertainment, .sports, .technology, .food, .wellness, .lifestyle, .default__theme{
        border-radius: 0px;
        margin:0px;
    }
	.story-cell.swiper-slide:last-child {
		margin-right: 2px !important;
	}
 /* Hide scrollbar for Chrome, Safari and Opera */
 .story_wrapper::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .story_wrapper {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  } 
    
    .swiper-container{
        width: 100%;
    }  
	.__story__items__wrapper {
		padding: 11px;
	}
    .swiper-button-prev,
    .swiper-button-next{
       display: none;
    }    
	.swiper-container{
		margin-left: 0px;
	}
	.visual_story h3 {
		margin-bottom: 5px;
		margin-left: -10px
}
.default__theme{
	margin: 0px 0px;
}
.visual_story {
    border-radius: 0px;
}
.visual_story {
    border: 0px solid #E2E2E2;
}
}