/*
Theme Name: ICM Group
Description: ICM Group Web Site
Author: InDepth
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.header-cert:after {
	content: "";
	display: table;
	clear: both;
}

.header-cert svg {
	width: 44px;
	height: 44px;
	float: left;
}

.header-cert svg:nth-of-type(1), .header-cert svg:nth-of-type(2) {
	margin-bottom: 8px;
}

.header-cert svg:nth-of-type(even) {
	float: right;
}

.footer-cert {
	width: 188px;
	height: 188px;
	margin: 0 0 9px;
}

.footer-cert:after {
	content: "";
	display: table;
	clear: both;
}

.footer-cert svg {
	width: 88px !important;
	height: 88px !important;
	float: left;
}

.footer-cert svg:nth-of-type(1), .footer-cert svg:nth-of-type(2) {
	margin-bottom: 12px;
}

.footer-cert svg:nth-of-type(even) {
	float: right;
}

@media only screen and ( max-width : 1060px ) {
	.header-cert {
		display: none;
	}
}

@media only screen and ( max-width : 978px ) {
	.header-cert {
		display: block;
		width: 196px !important;
		height: 44px !important;
		top: -2px !important;
	}
	.header-cert svg {
		margin: 0 5px 0 0 !important;
	}
}
@media only screen and ( max-width : 670px ) {
	.header-cert {
		display: none !important;
	}
}