/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">



*/

.logo .responsive{
	width: 280px !important;
	max-height: 80px !important;
}

@media screen and (max-width: 992px){
	.logo .responsive{
		width: 320px !important;
		max-height: 80px !important;
}

}

@media screen and (max-width: 600px){
	.logo .responsive{
		width: 95% !important;
		max-height: 85px !important;
}
}

@media screen and (max-width: 380px){
	.logo .responsive{
		width: 85% !important;
		max-height: 85px !important;
		padding: 10px 10px 10px 20px !important;
}
}