.single_event_category_row{
	
}

.single_event_posted_on_row{
	
}

.single_event_category{
	background: #E3EEFF;
	color:#082043;
	border-radius:0px;
}

.single_event_posted_on{
	font-family: Noto Sans;
	color:#6F7287;
}

.single_event_name{
	font-family: Noto Sans;
	font-size:42px;
	color: #1B1D28;
	font-weight:bold;
	line-height:57px;
	text-transform:capitalize;
}



// Calender
   .single_event_calender_row{
        background: white; 
    }
    .single_event_calender{
    	background:white;
    }
 


@media screen and (max-width: 980px) {
    .single_event_container{
        margin-top:0px !important;
    }
	.single_event_category_row{
		margin-top:2% !important;
		width:40% !important;
	}

	.single_event_posted_on_row{
		width:60% !important;
	}
	.single_event_name{
		font-size: 24px; !important;	
        line-height:30px !important;
	}
    
    // Calender
    .single_event_calender{
    	margin-top:20px !important;
    }
    
    .single_event_calender{
        padding:0px 10px !important;
        margin-top:20px !important;
    }

    // Carousel
    #single_event_carousel_id{
    	height:200px !important;
        border:2px solid black;
    }
    #single_event_carousel_inner_id{
		height:150px !important;
        border:2px solid black;
    }
    
    // Recent Image
	/*.recent_post_img_row{
		width:40% !important;
		border:2px solid black;     
	}
	.recent_post_text_row{
		width:60% !important;
		border:2px solid black;
	}*/
}