/**
* Theme Name: Industrial Child
* Description: This is a child theme of Industrial, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/Anps/portfolio">AnpsThemes</a>
* Template: industrial
* Version: 1.6.2
*/

@media (min-width:768px) and (max-width:1025px){
	.contact_info{
		flex-wrap:wrap;
	}
	.header-wrap .logo a {
		display: block;
	}
	.header-wrap.clearfix.row{
		display:flex;
	}
	.header-wrap.clearfix.row .logo.pull-left {
		display: grid !important;
		margin-top: 0;
	}
	.logo-img {
		width: 60px;
	}
	li.contact_info_item {
		padding: 5px 10px;
	}
	li.contact_info_item span {
		font-size: 12px;
	}
}