/* FONTS */

@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/Gotham-Book.woff) format("woff"),
         url(../fonts/Gotham-Book.ttf) format("ttf");
}


/* STANDARD WORDPRESS REQUIRED STYLING */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	max-width: 100%;
	height: auto;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

#site-canvas {
	position: relative;
	overflow: hidden;
}

h1 {
	line-height: 0;
}

h2 {
	font-family: times, sans-serif;
	color: #140647;
	font-size: 35px;
	line-height: 1.2;
	text-transform: uppercase;
}

hr {
	width: 153px;
	border-color: #8c8b8a;
	margin: 1.5rem auto 2rem 0;
}

body {
	font-family: Gotham-Book, sans-serif;
	font-size: 20px;
	line-height: 1.45;
	color: #414042;
}

p {
	margin-bottom: 10px;
}

a:hover {
	text-decoration: none;
}

#main-header {
	position: absolute;
	top: 0;
	left: 0;
	width :100%;
	background-color: rgba(22,24,31,0.47);
	z-index: 100;
}

.header-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 124px;
}

.header-logo-wrapper {
	width: -moz-fit-content;
	width: fit-content;
}

.header-logo-wrapper img {
	width: 269px;
}

.mhg-button {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 23px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fbcb13;
	padding: 4px 18px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.mhg-button:hover {
	color: #414042;
	background-color: #fbcb13;
}

.top-hero-slider {
	position: relative;
}

#mhg-slider {
	border: none;
	margin-bottom: 0;
}

#mhg-slider .slide-wrapper {
	height: 638px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#mhg-slider .slides li:nth-child(2) .slide-wrapper {
	background-position: top center;
}

#mhg-slider .slides li:nth-child(3) .slide-wrapper {
	background-position: top center;
}

#mhg-slider .flex-control-nav {
	bottom: 18px;
}

#mhg-slider .flex-control-nav li a {
	box-shadow: inset 0 0 3px rgb(255 255 255 / 80%);
	background-color: transparent;
	width: 14px;
	height: 14px;
}

#mhg-slider .flex-control-nav li a.flex-active {
	background-color: #fff;
}

.hero-overlay-container {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.flexslider .slides .hero-overlay-container img {
	width: 543px;
	padding-bottom: 70px;
}

.top-section {
	position: relative;
}

.top-section .background-color {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	width: 59%;
	height: 100%;
	z-index: -1;
}

.top-section-content-wrapper {
	background-size: 44%;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.top-section h2 {
	letter-spacing: -0.1px;
}

.top-section p {
	letter-spacing: -0.1px;
}

.represent-block-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.represent-block {
	padding-top: 29px;
}

.top-section .row > div:nth-child(2) img {
	width: 616px;
	display: block;
	margin: 0 0 0 auto;
}

.portfolio-section {
	padding: 124px 0 103px 0;
}

.portfolio-section p {
	text-align: center;
}

.portfolio-section h2 {
	text-align: center;
	font-size: 29px;
	margin-top: 64px;
	margin-bottom: 37px;
}

.portfolio-row img {
	display: block;
	width: 204px;
	-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
	transition: all 0.2s ease-in-out;
}

.portfolio-row img:hover {
	-webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    filter: none; 

}

.portfolio-row a {
	display: block;
}

.portfolio-row > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
}

.portfolio-row > div:first-child img {
	
}

.portfolio-row > div:nth-child(2) img {

}

.portfolio-row > div:nth-child(3) img {

}

.portfolio-row > div:nth-child(4) img {
	width: 114px;
}

.portfolio-row > div:nth-child(5) img {

}

.portfolio-row > div:nth-child(6) img {
	width: 160px;
}

.portfolio-row > div:nth-child(7) img {

}

.portfolio-row > div:nth-child(8) img {

}

.multiple-overlay-section {
	margin-bottom: 8px;
}

.multiple-overlay-content-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 55px 0 0 0;
	background-attachment: fixed;
}

.full-width-container {
	display: flex;
	width: 100%;
	padding: 60px 0;
}

.full-width-left {
	width: 50%;
	float: left;
	background-color: rgba(255,255,255,0.94);
}

.full-width-right {
	display: flex;
	align-items: center;
	width: 50%;
	max-width: 570px;
	background-color: rgba(255,255,255,0.94);
}

.full-width-left img {
	display: block;
	margin: 38px 30px 38px auto;
}

.full-width-right .overlay-right {
	margin: 38px 30px 38px 30px;
}

.press-inquiry-content-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0 84px 0;
}

.press-inquiry-section h2,
.press-inquiry-section p {
	color: #fff;
}

.press-inquiry-section hr {
	border-color: #fff;
}

.press-inquiry-section p {
	max-width: 400px;
}

.press-inquiry-section .mhg-button {
	text-transform: uppercase;
	font-size: 24px;
	padding: 6px 70px;
	margin-top: 24px;

}

.press-inquiry-contact-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.footer-logo-wrapper {
	text-align: center;
}

.footer-logo-wrapper img {
	width: 250px;
	margin-top: 44px;
}

.copyright-text {
	font-family: times, sans-serif;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.mobile-only {
	display: none;
}

@media only screen and (max-width: 991px) {

	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.top-section .background-color {
		width: 100%;
	}

	.top-section-content-wrapper {
		background-size: cover;
		background-position: center;
	}

	.represent-block-col {
		margin-bottom: 100px;
	}

	.full-width-container {
		display: block;
		padding-bottom: 0;
	}

	.full-width-left {
		float: none;
		width: 100%;
	}

	.full-width-right {
		width: 100%;
		max-width: 100%;
	}

	.full-width-right .overlay-right {
		margin: 60px 30px;
	}

	.full-width-left img {
		margin: 0;
	}
}

@media only screen and (max-width: 575px) {

	.mhg-button {
		font-size: 16px;
		white-space: nowrap;
	}

	.header-items .mhg-button {
		margin-left: 20px;
	}

	.top-section-content-wrapper {
		padding: 40px 0;
	}

	.portfolio-section {
		padding: 40px 0;
	}

	.portfolio-row img {
		max-width: 100%;
	}
}