/*==================================================
 Responsive Style
 ==================================================*/

@media (min-width: 981px) {
	
	.single-post .et_pb_section.et_pb_section_2 {padding: 0; background: #edeceb;}

	
	#left-area {
		width: 79.125%;
		padding-bottom: 0px;
	}

	.et_right_sidebar #main-content .container:before {
		right: 0%!important;
	}
	
	.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
		right: 0%!important;
	}
	
	#main-content .container:before {
    	display: none;
	}
	
	.et_pb_gutters2.et_right_sidebar #left-area {
		padding-right: 0%;
	}
	
	.et_pb_gutter.et_pb_gutters2 #left-area {
		width: 100%;
		min-height: 400px;
	}
	
	.et_pb_gutters2 .footer-widget {
		margin-right: 3%;
		margin-bottom: 0.5%;
	}
}


/*** Responsive Styles Tablet And Below ***/

@media (max-width: 980px) {
	.et_pb_section {
		padding: 50px 0;
		padding: 0;
	}
	
	.et_pb_column .et_pb_row_inner, .et_pb_row {
		padding: 30px 0;
		padding: 20px 0 20px 0;
	}
	
}

@media all and (max-width: 768px) {
	.bc {display: none;}
	
	.unews .career .et_pb_post {
		margin-bottom: 20px;
		height: auto;
	}
}


@media all and (max-width: 568px) {

	.home-news .et_pb_post {
		width: 100% !important;
		float: none !important;
		height: auto;
	}
	
	.home-news .et_pb_post {
		padding-right: 0%; 
		padding-left: 0%; 
		border-right: 0px;
		border-right: 0px;
	}
	
	.home-news .et_pb_posts a.more-link {
		display: inline-block !important;
		clear: both;
		margin-top: 10px !important;
		position: relative;
		margin-left: 0px;
		left: 0;
	}

	.home-news .et_pb_post:first-child a.more-link {
		position: relative;

	}
	
}