/*
	Theme Name: Mackin Industries
	Theme URI: https://mackin-ind.com
	Description: A 100% custom theme developed for Mackin Industries.
	Version: 1.0.0
	Author: Quinton Chester
	Author URI: https://quintonchester.com
	Tags: Custom, Theme
*/




#menu-main-menu>li:nth-child(2)>a::before {
	content: none !important;
}

#menu-main-menu>li:nth-child(2)>a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
	.post-block .post-wrapper .post-image-date-container .post-image {
		height: 650px !important;
	}

	.product-line-hero .product-line>a .logo-container {
		width: 80%;
	}

	.product-line-hero>.row {
		align-items: center;
	}
}

@media only screen and (min-width: 920px) and (max-width: 1024px) {
	.product-line-hero .product-line .logo-container {
		padding: 20px 10px !important;
	}
}