/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

section#page-title.page-title-parallax:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 0;
}

.br-blue{
	border:1px solid #2999bb;
	border-radius: 3px;
}
@media(max-width:500px){

	#logo img{
		height: auto;
    	margin-top: 25px;
	}
	.content-wrap{
		padding:40px 0;
	}
	.accordion.accordion-bg .acc_content{
		padding:10px 0 15px 0;
	}
	#page-title.page-title-parallax{
		padding:20vh 0 10vh!important;
	}
	#scrollDown{
		display: none;
	}
	#copyrights{
		padding-top:0
	}

	#primary-menu-trigger{
		color:#2999bb;
		font-size:20px;
	}

	.footer-widgets-wrap img.alignleft{
		float: none;
		display: block;
		margin: 0 auto;
		border-right: none!important;
		margin-bottom: 20px;
	}

	.footer-widgets-wrap p{
		/* text-align: justify; */
	}
		
}
