* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #f7c400;
}

.container {
	width: 1200px;
	max-width: 94%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#header {
	background: #201d1e;
	border-top: 6px solid #f7c400;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

#header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 104px;
}

.logo {
	display: block;
	width: 448px;
	height: auto;
}

.menu {
	display: flex;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: block;
}

.menu a {
	display: block;
	padding: 41px 17px 39px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.menu .current-menu-item a,
.menu a:hover {
	background: #f7c400;
	color: #201d1e;
}

#slider {
	background: #f4f4f4;
	padding: 26px 0 0;
}

.cycle-slideshow {
	position: relative;
	background: #111;
	border-bottom: 5px solid #f7c400;
	box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.cycle-slideshow img {
	display: block;
	width: 100%;
	height: auto;
}

.cycle-slideshow img:nth-of-type(2) {
	display: none;
}

.cycle-slideshow > div:not(#alt-caption):not(.shadow) {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 13px 22px;
	background: rgba(0, 0, 0, .78);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

#alt-caption,
.shadow,
#prev,
#next {
	display: none;
}

#welcome {
	padding: 44px 0 50px;
	text-align: center;
}

#welcome h1 {
	margin: 0 0 22px;
	color: #201d1e;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
}

#welcome h1 span {
	color: #201d1e;
	font-weight: 700;
}

#welcome h1 strong {
	color: #f7c400;
	font-weight: 700;
}

#welcome p {
	max-width: 1060px;
	margin: 0 auto 16px;
}

#welcome p strong {
	color: #111;
}

.missing-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	margin-top: 12px;
	border: 1px dashed #b9b9b9;
	background: #f7f7f7;
	color: #777;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

#top-footer {
	padding: 36px 0 34px;
	background: #201d1e;
	color: #d6d6d6;
}

#top-footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 42px;
}

.fcol {
	width: 33.333%;
}

.fcol h3 {
	margin: 0 0 16px;
	color: #f7c400;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.fcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcol li {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.fcol li a {
	display: block;
	padding: 6px 0;
	color: #d6d6d6;
}

.fcol li a:hover {
	color: #f7c400;
}

.flogo {
	display: block;
	width: 448px;
	max-width: 100%;
	height: auto;
	margin: 16px auto 0;
}

.fcol p {
	margin: 0;
}

.fcol img[alt="Facebook"] {
	margin-left: 6px;
	vertical-align: middle;
}

#footer {
	background: #121112;
	color: #a9a9a9;
	font-size: 13px;
}

#footer .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #f7c400;
}

.page-banner {
	background: #f7c400;
	border-bottom: 4px solid #201d1e;
	color: #201d1e;
}

.page-banner .container {
	padding: 38px 0 34px;
}

.page-banner h1 {
	margin: 0 0 4px;
	font-size: 42px;
	line-height: 1.1;
	text-transform: uppercase;
}

.page-banner p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.page-content {
	padding: 44px 0 54px;
	background: #fff;
}

.page-content h2 {
	margin: 0 0 18px;
	color: #201d1e;
	font-size: 30px;
	line-height: 1.25;
}

.page-content h3 {
	margin: 0 0 16px;
	color: #201d1e;
	font-size: 22px;
}

.page-content p {
	margin: 0 0 16px;
}

.product-panel,
.contact-layout,
.blog-layout {
	display: flex;
	gap: 38px;
	align-items: flex-start;
}

.product-photo,
.product-copy {
	width: 50%;
}

.product-photo img,
.installation-photo img {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 5px solid #f7c400;
	box-shadow: 0 5px 14px rgba(0, 0, 0, .22);
}

.product-copy ul,
.steps {
	margin: 0 0 18px 20px;
	padding: 0;
}

.product-copy li,
.steps li {
	margin-bottom: 8px;
}

.installation-photo {
	margin-bottom: 34px;
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.industry-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 118px;
	padding: 20px;
	border: 1px solid #d5d5d5;
	background: #f8f8f8;
	color: #201d1e;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.industry-logo:hover {
	background: #201d1e;
	color: #f7c400;
}

.posts {
	width: 68%;
}

.sidebar {
	width: 32%;
	padding: 24px;
	background: #f4f4f4;
	border-left: 5px solid #f7c400;
}

.post-preview {
	margin-bottom: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd;
}

.post-preview h2 {
	font-size: 27px;
}

.date {
	color: #777;
	font-size: 13px;
	text-transform: uppercase;
}

.read-more {
	display: inline-block;
	padding: 9px 17px;
	background: #201d1e;
	color: #f7c400;
	font-weight: 700;
	text-transform: uppercase;
}

.read-more:hover {
	background: #f7c400;
	color: #201d1e;
}

.sidebar ul {
	margin: 0;
	padding-left: 18px;
}

.sidebar li {
	margin-bottom: 10px;
}

.contact-details,
.contact-form {
	width: 50%;
}

.contact-details img {
	margin-left: 6px;
	vertical-align: middle;
}

.contact-form label {
	display: block;
	margin-bottom: 14px;
	color: #333;
	font-weight: 700;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.contact-form button {
	padding: 11px 24px;
	border: 0;
	background: #201d1e;
	color: #f7c400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: default;
}

@media (max-width: 900px) {
	#header .container,
	#top-footer .container,
	#footer .container,
	.product-panel,
	.contact-layout,
	.blog-layout {
		display: block;
	}

	.logo {
		width: 260px;
		max-width: 100%;
		margin: 22px auto 10px;
	}

	.flogo {
		width: 260px;
	}

	#welcome h1 {
		font-size: 26px;
	}

	.menu {
		display: block;
		text-align: center;
		padding-bottom: 18px;
	}

	.menu a {
		padding: 9px 12px;
	}

	.fcol {
		width: 100%;
		margin-bottom: 28px;
		text-align: center;
	}

	.fcol ul {
		max-width: 300px;
		margin: 0 auto;
	}

	#footer {
		text-align: center;
	}

	.product-photo,
	.product-copy,
	.posts,
	.sidebar,
	.contact-details,
	.contact-form {
		width: 100%;
	}

	.logo-grid {
		grid-template-columns: 1fr;
	}

	.product-photo,
	.installation-photo,
	.sidebar,
	.contact-details {
		margin-bottom: 28px;
	}
}
