* {
	margin: 0;
	padding: 0
}
html {
	font-family: sans-serif
}
body {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 1.65em
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
figure {
	margin: 0
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],
template {
	display: none
}
a {
	background-color: transparent;
	color: #E21B2F
}
a:active,
a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,
select {
	text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
input {
	line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td,
th {
	padding: 0
}
body {
	font-family: 'proxima-nova', sans-serif;
	font-size: .9em
}
img {
	max-width: 100%;
	height: auto
}
h1,
h2,
h3 {
	line-height: 1.5em;
	font-family: 'proxima-nova', sans-serif
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.6em
}
h3 {
	font-size: 1.3em;
	position: relative;
	padding: 10px 0 20px;
	text-align: center
}
p {
	font-size: 1.125em
}
hr {
	border-top: 1px solid #9A9A9A;
	margin: 30px 50px
}
.alignleft {
	float: left;
	margin-right: 40px
}
.alignright {
	float: right;
	margin-left: 40px
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select {
	width: 100%;
	max-width: 304px;
	height: 25px
}
.sidebar input[type="submit"],
.screen-reader-text {
	display: none
}
.ginput_recaptcha {
	margin-bottom: 30px
}
.gform_body li {
	list-style: none;
	margin-left: 0
}
.gform_wrapper .percentbar_blue {
	background-color: #E21B2F !important
}
.gform_wrapper ul.gform_fields li.gfield {
	font-size: 1.125em
}
.gform_wrapper label.gfield_label {
	font-weight: 600 !important
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0
}
section {
	padding: 5%;
	clear: both;
	overflow: auto
}
.page-title {
	position: relative;
	background: #E21B2F;
	padding: 1% 3%;
	color: #FFF
}
.page-title h1 {
	text-transform: uppercase;
	font-weight: 500;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%
}
#page {
	background: #F2F2F2
}
#primary {
	margin: 0 auto;
	max-width: 100%
}
main,
aside {
	padding: 30px;
	box-sizing: border-box;
	width: 94%;
	background-color: #FFF;
	margin: 3%;
	float: left
}
main li {
	list-style-position: outside;
	margin-left: 40px
}
.half {
	float: left;
	width: 100%;
	box-sizing: border-box
}
.gform_wrapper label.gfield_label {
	font-weight: normal;
	font-size: 1.125em
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important
}
header {
	height: 100px;
	border-bottom: 2px solid #eee;
	box-sizing: border-box;
	clear: both;
	background-color: #FFF
}
#logo {
	padding-top: 10px;
	text-align: center
}
#logo img {
	max-height: 50px
}
#mobile-menu {
	position: relative;
	height: 18px;
	background: 0;
	outline: 0;
	width: 25px;
	border: 0;
	top: 5px;
	transition: 0.3s;
	cursor: pointer;
	display: block;
	margin: 0 auto
}
#mobile-menu span,
#mobile-menu span:before,
#mobile-menu span:after {
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transition: 0.3s
}
#mobile-menu span:before {
	top: -6px
}
#mobile-menu span:after {
	top: 6px
}
nav ul {
	display: block;
	width: 100%;
	background: #E21B2F;
	z-index: 99999;
	position: absolute;
	top: -999px;
	height: calc(100vh - 100px);
	right: 0;
	padding: 20px;
	margin: 0;
	box-sizing: border-box
}
nav ul li {
	list-style: none;
	margin-bottom: 25px;
	text-align: center
}
nav ul li a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'proxima-nova', sans-serif
}
nav ul li a:hover {
	color: #222221
}
nav.active ul {
	top: 100px
}
nav.active #mobile-menu span {
	background: none
}
nav.active #mobile-menu span:before {
	top: 0;
	transform: rotate(45deg);
	transition: 0.3s
}
nav.active #mobile-menu span:after {
	top: 0;
	transform: rotate(-45deg);
	transition: 0.3s
}
#welcome {
	position: relative;
	padding: 0 1%;
	text-align: center;
	background: url(welcomebg.png) repeat-x center center;
}
#welcome h1 {
	margin: 5% 2%;
	padding: 0 2%;
	color: #222221;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal
}
#welcome h1 span {
	color: #E21B2F;
	font-weight: 700
}
.overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85)
}
.btn-grp {
	margin: 10px 0
}
.btn-grp a {
	text-decoration: none;
	text-transform: uppercase
}
.btn,
#gform_submit_button_2 {
	display: inline-block;
	margin: 10px 20px;
	padding: 20px 40px;
	font-size: 15px;
	min-width: 205px;
	text-align: center;
	box-sizing: border-box;
	background: #222221;
	border: 2px solid #E21B2F;
	cursor: pointer;
	color: #FFF;
	box-shadow: inset 0 0 5px #000;
	text-transform: uppercase
}
.btn a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF
}
.sidebar .btn {
	margin: 0;
	min-width: 0;
	width: 100%;
	padding: 15px
}
.btn-small {
	padding: 4px 8px;
	margin: 0;
	min-width: 0;
	border: none
}
.btn:hover,
#gform_submit_button_2:hover {
	background: #161616;
	border: 2px solid #E21B2F
}
.btn-small:hover {
	border: none;
	background: #161616;
	box-shadow: none
}
#cta {
	text-align: center;
	background: #FFF
}
#cta h2 {
	text-transform: uppercase;
	margin-bottom: 30px
}
#portfolio {
	position: relative;
	background: url(portfolio-bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: auto;
	padding-left: 5%;
	padding-right: 5%;
	color: #FFF
}
#portfolio h3 {
	text-transform: uppercase
}
#portfolio .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(226, 27, 47, 0.9)
}
#portfolio img {
	display: block;
	margin: 0 auto
}
#portfolio .recent-work,
#portfolio .testimonial {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto
}
#portfolio .recent-work {
	margin-bottom: 30px
}
#portfolio .recent-work img {
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 200px
}
.piece {
	float: left;
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box
}
.piece img {
	margin: 0 auto;
	display: block;
	border: 1px solid #f2f2f2;
	width: 100%;
	height: auto;
	box-sizing: border-box
}
.posts {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	line-height: 0;
	box-sizing: border-box;
	height: 204px;
	float: left
}
.posts .overlay {
	bottom: 0;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5em
}
.posts h3 {
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	padding: 0;
	font-weight: normal
}
.posts .meta,
.posts .meta a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none
}
article h2 {
	text-transform: uppercase;
	font-weight: normal
}
article .meta {
	text-transform: uppercase;
	margin-bottom: 15px
}
article .meta a {
	text-decoration: none;
	color: #222221;
	margin-bottom: 30px
}
cite {
	display: block;
	margin: 15px;
	font-size: 1.25em
}
#blog h3 {
	text-transform: uppercase
}
.recent-post {
	position: relative;
	min-height: 1px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 25px;
	text-align: center;
	padding: 0 3%
}
.recent-post img {
	text-align: center;
	border-radius: 50%
}
.content {
	display: inline-block;
	width: 100%
}
footer {
	background: #E21B2F;
	clear: both;
	overflow: auto;
	padding: 5%
}
footer .sect {
	float: left;
	width: 100%;
	box-sizing: border-box;
	color: #222221;
	margin-bottom: 30px
}
footer .sect a {
	color: #FFF;
	text-decoration: none
}
footer h4,
.sidebar h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: 600;
	color: #222221;
	text-align: left
}
.sidebar {
	margin-bottom: 30px
}
.sidebar li {
	list-style: none;
padding-bottom: 8px;
}
.sidebar li a {
	color: #E21B2F;
	text-decoration: none
}
.sidebar li a:hover {
	color: #222221
}
footer p {
	color: #FFF
}
footer ul {
	list-style: none
}
footer ul li a,
footer ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 1.125em
}
footer ul li a:hover {
	color: #222221
}
footer .social-media li {
	display: inline-block
}
footer .social-media li:first-child {
	margin-right: 10px
}
#services {
	width: 15vw;
	height: 100vh;
	position: fixed;
	background: #222221;
	padding: 0;
	display: none;
	top: 0;
	left: 0;
	margin: 0
}
#services .service {
	height: 25vh;
	box-sizing: border-box;
	position: relative;
	cursor: pointer
}
#services .service a {
	display: block;
	height: 100%;
	text-decoration: none
}
#services .service:hover {
	background: #E21B2F;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5)
}
#services .service img {
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #E21B2F
}
.service-icon img {
	border-radius: 50% !important;
	background: #E21B2F !important
}
#services .service:hover img {
	position: relative;
	background: #222221;
	transform: scale(.8);
	top: 0;
	left: 0;
	margin: 0 auto;
	display: block
}
.svc-title {
	display: none;
	text-transform: uppercase;
	color: #FFF;
	text-align: center
}
.svc {
	background: transparent;
	margin-bottom: 30px;
	padding: 40px;
	color: #222221
}
.svc-row {
	background: #222221;
	margin-bottom: 30px;
	padding: 40px;
	color: #FFF
}

.svc-row-child {
	background: #222221;
    margin-bottom: 30px;
    padding: 40px;
    color: #FFF;
    float: left;
    width: 31%;
    box-sizing: border-box;
}

.svc-row-child:nth-child(2) {
	margin: 0 3.5%;
}

.svc-row-child:nth-child(2) {
background: red;}


.svc-row h2,
.svc h2 a,
.svc-row-child h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #E21B2F;
	text-decoration: none;
	display: inline-block;
	font-weight: 700
}
.svc h2 a {
	color: #222221
}
.svc h2 a:hover {
	color: #E21B2F
}
.svc img {
	width: 60px;
	height: 60px;
	background-color: #E21B2F;
	border-radius: 50%
}
@media (min-width: 767px) {
	#welcome {
		position: relative;
		padding: 0 1%;
		min-height: 375px
	}
	#welcome h1 {
		position: relative;
		font-size: 4em;
		margin-top: 100px;
		text-align: center
	}
	main {
		width: 61.5%;
		float: left;
		padding: 30px;
		margin: 3% 1.5% 3% 2.5%
	}
	aside {
		width: 30.5%;
		float: left;
		margin: 3% 2.5% 3% 1.5%
	}
	#layout {
		width: 95%
	}
	.posts img {
		box-sizing: border-box;
		display: inline-block
	}
	.content {
		display: inline-block;
		width: 100%;
		float: left;
		box-sizing: border-box
	}
	#portfolio .overlay {
		background: rgba(226, 27, 47, 0.9)
	}
	.half {
		float: left;
		width: 48%;
		box-sizing: border-box;
		padding: 0 1%
	}
	footer .sect {
		width: 24%;
		margin-right: 1%
	}
}

@media (min-width: 800px) and (max-width: 1199px) {
	.posts {
	width: 48%;
    margin: 0 1% 30px;	
	}
}

@media (min-width: 1024px) {
	#page {
		margin-left: 15vw
	}
	#logo {
		padding-top: 16px;
		float: left;
		padding-left: 20px
	}
	#logo img {
		max-height: 100%
	}
	#mobile-menu {
		display: none
	}
	nav ul {
		background: transparent;
		width: inherit;
		position: relative;
		top: 0;
		height: 100px;
		padding: 0;
		float: right;
		padding-right: 20px
	}
	nav ul li {
		display: inline-block;
		margin-bottom: 0
	}
	nav ul li a {
		color: #222221;
		line-height: 100px;
		padding-left: 20px
	}
	nav ul li a:hover {
		color: #E21B2F
	}
	#services {
		display: block
	}
	#portfolio .testimonial {
		width: 80%
	}
}
@media (min-width: 1200px) {
	#logo {
		padding-left: 50px
	}
	nav ul {
		padding-right: 50px;
		min-height: 100px
	}
	#portfolio .testimonial {
		width: 50%
	}
	#blog .posts {
		width: 28.5%;
		margin-right: 3%;
		float: left
	}
	.posts {
		width: 47%;
		margin: 1.5%
	}
	main {
		width: 65%;
		float: left;
		padding: 30px;
		margin: 3% 2.5%;
	}
	aside {
		width: 25%;
		float: left;
		margin: 3% 2.5% 3% 2.5%
	}
	.piece {
		width: 50%;
		padding: 30px
	}
}