@media (max-width: 815px)
{
	.whats_new_col, .whats_new_div
	{
		padding:0px;
    }
    .whats_new_listing_row
	{
		margin:0px;
	}
}

.main_container
{
  	background: linear-gradient(0, #CADFDA, #DDEAE9); 
}

.whats_new_container
{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding: 5px 0px 15px;
}
@media (min-width: 768px) 
{
	.whats_new_container
	{
		width:90%;
		padding:40px 0px;
	}
}

.whats_new_text
{
	position:relative;
	padding:10px 10px 20px 10px;
}
@media (min-width: 768px) 
{
	.whats_new_text
	{
		padding:10px 40px 40px 40px;
	}
}
.whats_new_text p
{
	margin-bottom:25px;
	font-size:16px;
	line-height:26px;
}
.whats_new_text_title
{
	font-size:20px;
	font-weight:bold;
	margin:5px 0 10px 0;
}
@media (min-width: 768px) 
{
	.whats_new_text_title
	{
		font-size:25px;
		margin:5px 0 15px 0;
	}
}

.whats_new_listing_container
{
	max-width:100%;
	padding-top:30px;
}

.whats_new_listing_row
{
	margin-left: 0 !important;
    margin-right: 0 !important;
}

.whats_new_listing_cell
{
	width:100%;
	min-height: 100px;
	padding:15px 20px;
    border-radius: 12px;
    background:rgba(255,255,255,0.4);
	box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.4), 0 0 8px 1px rgba(0, 0, 0, .25);
	margin: 0 auto 14px;
	position: relative;
    font-size: 16px;
}

.whats_new_patreon_container
{
	padding: 15px;
	border: 3px dashed rgba(255,255,255,0.9);
	font-size: 16px;
    text-align: center;
    max-width: 400px;
	margin: 30px auto 0;
	border-radius: 12px;
}

.patreon_btn {
    background-color: #FF424D;
    border-color: #FF424D;
    color: white;
    font-weight: bold;
}

.whats_new_banner
{
    margin: 25px 0 45px;
}

.whats_new_date
{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #C0955D;
}

.whats_new_item
{
    margin-bottom: 20px;
}

.whats_new_more_btn
{
	background: none;
	box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.4), 0 0 8px 1px rgba(0, 0, 0, .05);	
	border: none;
	color: #7B7D78;
}
.whats_new_more_btn:hover, .whats_new_more_btn:focus, .whats_new_more_btn:active
{
	background: rgba(255,255,255,0.4);
	color: #646662;
}

.whats_new_thumbnail
{
	width: 100%;
	height: auto;
}