/*
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:*/
@media (max-width: 768px) {
.header_calllink {
 display: block !important;
  }
.header_calllink_text strong {
 font-size: 15px !important;
}
.header_calllink_text span {
display:none !important;
}
.header_calllink a {
  gap: 5px !important;
}
.header_calllink a i {
 width: 25px !important;
 height: 25px !important;
}
.header_calllink img{
  width: 16px;
}	
}
@media (max-width: 350px) {
  .header_calllink_text strong {
    font-size: 10px !important;
	  font-weight:500 !important;
  }
	  .header_calllink img {
    width: 13px;
  }
	.header_calllink_text span {
  font-size: 14px;
  display: none !important;
}
  .header_calllink a i {
    width: 20px !important;
    height: 20px !important;
  }
}