/*
Name : crn-mobile.css
Author : BIS (anon.id)
Type : Default Style
*/

.widget-crn{
	position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
}
.bg-crn-mobile{
	background-color: #990811;
    color: #fff;
	border-radius: 15px;
	padding-bottom: 15px;
}
.title-crn{
	padding: 20px 50px;
    position: relative;
}
.title-crn h1{
	font-size: 20px;
    font-weight: 400;
    font-family: "Roboto" !important;
    display: inline-block;
    margin-left: 8px;
}

.title-crn h1 a{
	color: #fff;
	text-decoration: none;
}

.crn-lft{
	position: absolute;
	left: 15px;
	top: 15px;
}
.arw-rgt{
	right: 15px;
	top: 22px;
    position: absolute;
}
.big-ads-crn{
	position: relative;
}
.big-ads-crn img{
	width: 100%;
	height: auto;
	max-height: 250px;
}
.big-ads-crn .description-crn{
	position: absolute;
	bottom: 0;
}
.big-ads-crn .description-crn::before{
	content: "";
    display: block;
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #000000 5.73%, rgba(51, 51, 51, 0) 83.85%);
    left: 0;
    right: 0;
}
.description-crn{
	padding: 15px;
}
.description-crn a,
.description-crn a:hover,
.description-crn a:active{
	text-decoration: none !important;
	box-shadow: none !important;
}
.description-crn p{
	font-family: "Roboto-Regular" !important;
	font-size: 19px;
	position: relative;
	color: #fff;
}
.description-crn span.time-crn{
	font-family: 'arial1';
    font-weight: 100;
    font-size: 10px;
    color: #fff;
    position: relative;
    top: 5px;
}
.crn-hr{
	border-top: 1px solid #b51720 !important;
    width: calc(100% - 30px) !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}