/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

	.no-touch .g-btn:before {
    		height: 100%;
  		opacity: 0;
    		-webkit-transition: opacity 0.3s;
    		transition: opacity 0.3s;
	}

.no-touch .g-btn:hover:before {
    opacity: 1;
}
	

	.facebook-feed	{
		border:1px solid #1B98E0;
		border-radius:2%;
		margin-top:15px !important;
	}

	.g-btn	{
		border-radius:0;
	}

@media screen and (max-width:768px){
	
	.facebook-feed	{
		display:none;
	}
}

@media screen and (max-width:400px){
	
	.l-header	{
		height:40% !important;
	}

	.l-subheader	{
		height:40% !important;
	}

	.w-nav-control	{
		padding:13px !important;
	}	
}