/*
Theme Name: Custom Builder Child Theme
Theme URI: http://405mediagroup.com/
Description: Custom Builder child theme for client sites.
Author: 405 Media Group
Author URI: http://405mediagroup.com/
Template: Builder
*/
@font-face {
	font-family: ProximaNova;
	src: url(webfonts/proximanova-regular.otf) format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: ProximaNova;
	src: url(webfonts/proximanova-semibold.otf) format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: ProximaNova;
	src: url(webfonts/proximanova-bold.otf) format("opentype");
	font-weight: 700;
}

:root {
	--color-green: #6e7e29;
	--font-primary: 'Source Serif 4', serif;
}
/*********************************************
Default font settings and typography.
The font-size percentage is of 16px. (0.875 * 16px = 14px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-family: ProximaNova, sans-serif;
	font-size: 16px;
	line-height: normal;
}
input, select, textarea {
	font-family: ProximaNova, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}
/*********************************************
Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
/*********************************************
Main Background
*********************************************/
body {
	background: #FFFFFF;
}
/*********************************************
Universal Link Styles
*********************************************/
a {
	color: #e96024;
	text-decoration: none;
}
a:hover {
	color: #e96024;
	text-decoration: none;
}
a:focus {
	color: #e96024;
}
/*********************************************
Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/*********************************************
Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto;
}
/*********************************************
Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	/*margin-bottom: 0;
	*/
}
/*@media (min-width: 1025px) {
*/
.builder-module-background-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*
}
*/
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-element {
	padding: 1.5em;
}
/*********************************************
All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: .75em 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: .75em 1em;
}
.builder-module-sidebar .widget-section-wrapper {
	padding: 0 .75em;
}
.builder-module-sidebar .widget-section-wrapper .widget {
	padding: .75em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: .75em;
}
.builder-module-sidebar .widget-title {
	background: none;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar .widget-title a {
}
.builder-module-sidebar .widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	/*margin-top: 0;
	*/
}
.builder-module-sidebar .widget *:last-child {
	/*margin-bottom: 0;
	*/
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
/*********************************************
Header Module
*********************************************/
.builder-module-header {
	padding: .75em 0;
}
.builder-module-header .builder-module-sidebar {
	background: none;
	padding: 0;
}
.builder-module-header .builder-module-element {
	padding: .75em 1.5em;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}
.site-title {
	font-size: 2em;
	line-height: 1;
	margin: 0;
}
.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline, .site-tagline a {
	color: #666666;
}
/*********************************************
Navigation Module
*********************************************/
.builder-module-navigation {
	display: block;
	font-size: 1em;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	padding: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a {
	position: relative;
	padding: 10px 25px;
	color: white;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a,
.builder-module-navigation li a:hover {
	color: black;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 20em;
	border: 1px solid #aaa;
	/*border-bottom: 0;*/
	background-color: #fff;
	font-size: 13px;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #AAAAAA;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
	color: #111;
}
.builder-module-navigation li li a:hover, .builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.55em 0 0 19.9em;
}
/*
*** Uncomment for auto-width sub-menu ***
.builder-module-navigation li ul {
width: auto;
}
.builder-module-navigation li li {
clear: both;
width: 100%;
max-width: 600px;
}
*/
#it-mobile-menu {
	display: none;
}
/*********************************************
Widget Bar Module
*********************************************/
.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	/*padding-bottom: 0;*/
	/*margin-bottom: 0;*/
}
.builder-module-widget-bar-background-wrapper.builder-module-after-widget-bar-background-wrapper {
	/*padding-top: 0;*/
}
.builder-module-widget-bar-outer-wrapper,
.builder-module-widget-bar,
.builder-module-widget-bar .widget-wrapper {
	overflow: visible;
}
.builder-module-widget-bar .builder-module-sidebar {
	padding: 0;
}
.builder-module-widget-bar .widget {
	padding: 1em;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: 1em;
}
/*********************************************
Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	background: transparent;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .left .builder-module-element {
	padding-top: 0;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .right .builder-module-element {
	padding-bottom: 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
/*********************************************
Image Module
*********************************************/
.builder-module-image-background-wrapper {
	background: transparent;
}
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
/*********************************************
HTML Module
*********************************************/
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	/*margin-bottom: 30px;*/
}
/*********************************************
Content Module
*********************************************/
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	/*margin-bottom: 1.5em;
	*/
}
.entry-title, .entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none!important;
}
.entry-title {
	display:none;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: none;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	display: none;
	clear: both;
	margin: 0 0 1.5em 0;
}
.entry-content {
	clear: both;
	line-height: 1.5;
	/*margin-top: 1.5em;
	*/
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}
/*********************************************
Style images and galleries .hentry is used instead of .page or .post as it applies to all content types
*********************************************/
.hentry .gallery a, .hentry .gallery dt, .hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}
.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}
.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
@media (max-width: 767px) {
	.hentry .alignright {
		float: none;
		margin: 0 auto;
	}
}
/*********************************************
Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both;
	/* we need this so floats in the post are cleared */
}
.entry-footer {
	clear: both;
	/* we need this so floats in the post are cleared */
	margin-bottom: 3em;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories, .entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}
.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both;
	/* To clear any floats */
}
/*********************************************
Comment Styles
*********************************************/
#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li.comment {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input, #commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}
/*********************************************
Text elements
*********************************************/
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
/*********************************************
Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content > ul, .entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.6em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	/*margin-top: 0;
	*/
}
li *:last-child {
	/*margin-bottom: 0;
	*/
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}
/*********************************************
Tables
*********************************************/
table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}
/*********************************************
Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*********************************************
Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	border: 1px solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
/*#gform_wrapper_1 {
background: #ccc;
margin: 0;
padding: 1em;
}
#gform_wrapper_1 .custom-form-header {
text-align: center;
}
#gform_wrapper_1 .custom-form-header img {
margin: 0;
}
#gform_wrapper_1 .gform_title {
font-size: 1.5em;
margin-top: 0.5em;
}
*/
/*********************************************
Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 14px;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	/* position: relative;
	top: .25em;
	*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password] {
	font-size: 1em;
}
/*#gform_wrapper_1 input[type=text] {
line-height: 1.3;
}
#gform_wrapper_1 .gform_footer input[type=submit] {
background: #333;
border: none;
color: #fff;
cursor: pointer;
padding: 0.5em 1em;
}
*/
/* Error messages */
#gform_wrapper_1 div.validation_error,
#gform_wrapper_1 .validation_message {
	display: none;
}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required,
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0;
}
body .gform_wrapper .chosen-container a.chosen-single {
	border-radius: inherit;
	height: 43px!important;
}
/*********************************************
Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/********************************************* Widget Styling *********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}
/*********************************************
The Obligatory WP Styles
*********************************************/
.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}
/*********************************************
Slider
*********************************************/
.custom-slider-background-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*********************************************
Mobile
*********************************************/
.custom-mobile-only-background-wrapper {
	display: none;
}
@media screen and (max-device-width: 760px) and (-webkit-min-device-pixel-ratio: 1.5), 
	/* Higher dpr/newer phones */
	screen and (max-device-width: 760px) and (min-resolution: 144dpi), 
	/* Higher resolution/newer phones */
	screen and (max-device-width: 400px) {
		/* Lower resolution/older phones (pre-iPhone4) */
		.custom-mobile-only-background-wrapper {
			display: block;
		}
		.custom-desktop-only-background-wrapper {
			display: none;
		}
}
@media all and (max-width: 1024px) {
	/*********************************************
	Navigation Module (Mobile)
	*********************************************/
	.builder-module-navigation.mobile .builder-module-navigation-menu-wrapper {
		display: block;
		margin: 0;
	}
	.builder-module-navigation.mobile ul {
		background: #FFFFFF;
		margin-top: .5em;
	}
	.builder-module-navigation.mobile li {
		position: relative;
		width: 100%;
	}
	/* second level stuff */
	.builder-module-navigation.mobile li ul {
		display: none;
		position: relative !important;
		left: 0 !important;
		border: 0;
		margin: 0;
		width: 100%;
	}
	.builder-module-navigation.mobile li a,
	.builder-module-navigation.mobile .current_page_item li a,
	.builder-module-navigation.mobile .current-cat li a,
	.builder-module-navigation.mobile .current-menu-item li a {
		background: transparent;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-radius: 0;
		color: #333333;
		margin: 0;
		padding: .5em 1em !important;
		text-transform: capitalize;
	}
	.builder-module-navigation.mobile li a:hover,
	.builder-module-navigation.mobile .current_page_item li a:hover,
	.builder-module-navigation.mobile .current-cat li a li a:hover,
	.builder-module-navigation.mobile .current-menu-item li a:hover {
		/*background: #333333;
		color: #FFFFFF;
		*/
	}
	.builder-module-navigation.mobile li li {
		border: 0;
		width: 100%;
	}
	.builder-module-navigation.mobile li ul ul {
		margin: 0;
	}
	.builder-module-navigation.mobile li li a {
		border-radius: 0;
		line-height: inherit;
		padding: .25em 0 .25em 2em;
	}
	.builder-module-navigation.mobile li li li a {
		padding-left: 4em;
	}
	.builder-module-navigation .menu.hidden {
		display: none;
	}
	.builder-module-navigation #it-mobile-menu {
		display: inline-block;
		float: left;
		padding: 0;
		margin-top: 20px;
		margin-left: 10px;
		background: transparent;
		color: #fff;
		font-size: 30px;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		cursor: pointer;
	}
	.builder-module-navigation.mobile.borderless {
		border: 0;
	}
}
@media all and (max-width: 500px) {
	.builder-module-footer .builder-module-element .alignleft,
	.builder-module-footer .builder-module-element .alignright {
		float: none;
		margin: 0;
		text-align: left;
	}
	.builder-module-content .builder-module-element .alignleft,
	.builder-module-content .builder-module-element .alignright {
		float: none;
		margin: 0;
		text-align: left;
	}
}
* {
	box-sizing: border-box;
}
a {
	transition: .3s all;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
img {
	margin: 0;
	transition: .3s;
	vertical-align: top;
}
ul {
	/*margin-left: 1.5em;*/
}
p, li {
	font-size: 16px;
}
@media (max-width: 1024px) {
	p, li {
		/*font-size: 14px;*/
	}
}
@media (max-width: 767px) {
	p, li {
		/*font-size: 14px;*/
	}
}
.builder-container-outer-wrapper {
	margin: 0 auto;
}
.builder-module-widget-bar .widget {
	padding: 0;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: 0;
}
.builder-module-navigation ul.menu {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 999;
	font-size: 0;
}
.builder-module-navigation ul.menu li {
	display: inline-block;
	float: none;
}
.builder-module-navigation ul.menu li ul {
	visibility: hidden;
	opacity: 0;
	/*left: 0;*/
	/*width: 100%;*/
	/*padding-left: calc(50% - 400px);*/
	/*padding-right: calc(50% - 400px);*/
	/*font-size: 0;*/
	text-align: left;
	transition: .2s;
}
.builder-module-navigation ul.menu li:hover ul {
	visibility: visible;
	opacity: 1;
}
.builder-module-navigation li ul, .builder-module-navigation li li {
	border-width: 1px;
}
.builder-module-navigation li li {
	width: 100%;
	border: none;
}
.builder-module-navigation li li a {
	padding-top: .5em;
	padding-bottom: .5em;
}
.builder-module-element {
	padding: 0;
}
.slick-track {
	display: flex !important;
	align-items: center;
}
.slick-slide img {
	margin: 0 auto;
}
.affi-wrapper .slick-prev,
.affi-wrapper .slick-next {
	display: none !important;
}
.slick-prev:before, .slick-next:before {
	color: #000 !important;
}
.flexslider .slides > li {
	position: static !important;
}
body .gform_wrapper {
	margin: 0;
}
body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
body .gform_wrapper .gform_body .top_label div.ginput_container {
	margin-top: 0;
}
body .gform_wrapper li.hidden_label input {
	margin-top: 0;
}
body .gform_wrapper .top_label input.medium.datepicker {
	width: 100%;
}
body .gform_wrapper.gf_browser_chrome select {
	padding: 5px 4px;
}
.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	min-height: unset !important;
}
.gform_wrapper ul.gform_fields:after {
	content: "";
	display: block;
	clear: both;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper input.text,
.gform_wrapper input.title,
.gform_wrapper textarea,
.gform_wrapper select {
	margin: 0;
	line-height: 1.5 !important;
	-webkit-appearance: none;
}
body .gform_wrapper .gform_body select,
body .gform_wrapper .gform_footer input[type="submit"] {
	-webkit-appearance: none;
	margin-right: 0;
	cursor: pointer;
	transition: .2s;
}
body .gform_wrapper .gform_body select {
	background-color: #fff;
}
body .gform_wrapper textarea {
	padding: 5px 4px;
}
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield select {
	margin-top: 0;
	margin-left: 0;
}
body .gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 0;
}
.gform_wrapper input::-webkit-input-placeholder {
	color: #000;
}
.gform_wrapper input::-moz-placeholder {
	color: #000;
}
.gform_wrapper input:-ms-input-placeholder {
	color: #000;
}
.gform_wrapper input:-moz-placeholder {
	color: #000;
}
.gform_wrapper textarea::-webkit-input-placeholder {
	color: #000;
}
.gform_wrapper textarea::-moz-placeholder {
	color: #000;
}
.gform_wrapper textarea:-ms-input-placeholder {
	color: #000;
}
.gform_wrapper textarea:-moz-placeholder {
	color: #000;
}
@media (max-width: 1024px) {
	body .gform_wrapper {
		margin: 0 15px;
	}
}
#it-mobile-menu-close,
#it-mobile-menu-close:before,
#it-mobile-menu-close:after {
	display: block;
	position: absolute;
	height: 4px;
	width: 35px;
	top: 20px;
	right: 270px;
	background: #fff;
	border-radius: 1px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	content: "";
	z-index: 9;
}
#it-mobile-menu-close {
	height: 16px;
	background-color: transparent;
}
#it-mobile-menu-close:before,
#it-mobile-menu-close:after {
	top: 8px;
	left: 0;
	transform: rotate(45deg);
}
#it-mobile-menu-close:after {
	transform: rotate(-45deg);
}
#it-mobile-phone,
#it-mobile-logo,
#it-mobile-menu-close {
	display: none;
}
.mobile-menu-open {
	overflow: hidden;
}
.mobile-menu-open .builder-container:after {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
}
@media (max-width: 1024px) {
	.mobile-menu-open .custom-mobile-menu-background-wrapper {
		background-color: transparent;
		transition: unset;
	}
	body:not(.home) .builder-module-navigation #it-mobile-menu {
		/*font-size: 52px;*/
	}
	.mobile-menu-open .builder-module-navigation #it-mobile-menu {
		visibility: hidden;
		opacity: 0;
	}
	.builder-module-navigation #it-mobile-phone {
		display: inline-block;
		float: right;
		margin-left: 10px;
		font-size: 36px;
		font-weight: 400;
		line-height: 65px;
		font-family: 'Source Serif 4';
		margin-right: 10px;
	}
	.builder-module-navigation #it-mobile-phone a {
		display: inline-block;
		color: white;
	}
	.builder-module-navigation .menu.hidden {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		overflow-y: scroll;
		margin-top: 0;
		width: 0;
		height: 100vh;
		background-color: transparent;
		transition: .3s all;
	}
	.mobile-menu-open .builder-module-navigation .menu.hidden {
		width: 75%;
		/*max-width: 260px;*/
		background-color: #6b7b28;
		text-align: left;
	}
	.mobile-menu-open #it-mobile-phone {
		/*display: none;*/
	}
	.mobile-menu-open #it-mobile-menu-close,
	.mobile-menu-open #it-mobile-menu-close:before,
	.mobile-menu-open #it-mobile-menu-close:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 9;
		top: 20px;
		left: 25px;
		width: 35px;
		height: 4px;
		border-radius: 1px;
		background-color: #fff;
		cursor: pointer;
		transition: all .5s ease-in-out;
	}
	.mobile-menu-open #it-mobile-menu-close {
		position: fixed;
		top: 80px;
		height: 16px;
		background-color: transparent;
	}
	.mobile-menu-open #it-mobile-menu-close:before,
	.mobile-menu-open #it-mobile-menu-close:after {
		top: 8px;
		left: 0;
		transform: rotate(45deg);
	}
	.mobile-menu-open #it-mobile-menu-close:after {
		transform: rotate(-45deg);
	}
	.builder-module-navigation.mobile li a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
	}
	.builder-module-navigation.mobile li ul {
		background-color: transparent;
	}
	.builder-module-navigation.mobile li li {
		padding-left: 1em;
	}
	.menu-item-has-children > a:after {
		content: "\25bc";
		position: absolute;
		right: 20px;
		color: #fff;
		cursor: pointer;
	}
	.menu-item-has-children > a:hover:after {
		/*color: #fff;*/
	}
}
@media (max-width: 767px) {
	.builder-module-navigation #it-mobile-menu {
		margin-top: 6px;
		font-size: 52px;
	}
}
.builder-module-background-wrapper {
	/*position: relative;*/
	width: 100%;
	background-color: #fff;
	background-size: cover;
	transition: .2s;
}
#builder-module-52449ac681116-outer-wrapper {
	overflow: visible;
	max-width: 100% !important;
}
.blog #builder-module-52449ac681116-outer-wrapper {
	max-width: 1200px !important;
}
#builder-module-52449ac681116 {
	/*display: flex;*/
	padding: 60px 0;
}
#builder-module-52449ac681116 .builder-module-element-outer-wrapper.left {
	padding-right: 40px;
	margin-right: 0;
}
#builder-module-52449ac681116 .builder-module-sidebar-outer-wrapper.right {
	margin-left: 0;
	margin-right: auto;
	background-color: #00264b;
}
#builder-module-52449ac681116 .entry-footer {
	display: none;
}
@media (max-width: 1024px) {
	#builder-module-52449ac681116-background-wrapper {
		/*padding: 0 !important;*/
	}
	#builder-module-52449ac681116 {
		display: block;
	}
	#builder-module-52449ac681116 .builder-module-element-outer-wrapper.left,
	#builder-module-52449ac681116 .builder-module-sidebar-outer-wrapper.right {
		float: none !important;
		width: auto;
	}
	#builder-module-52449ac681116 .builder-module-element-outer-wrapper.left {
		padding-left: 20px;
		padding-right: 20px;
	}
	#builder-module-52449ac681116 .builder-module-sidebar-outer-wrapper.right .builder-module-sidebar {
		float: none;
		max-width: 320px;
		margin: auto;
	}
}
.category #builder-module-52449ac681116 {
	max-width: 100%;
	margin: 0 auto;
}
.category #builder-module-52449ac681116 .loop-content {
	/*margin-top: 20px;*/
}
.inner-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 0;
}
@media (max-width: 1200px) {
	.inner-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.custom-top-header {
	display: none;
}
@media (max-width: 1024px) {
	.custom-top-header {
		display: block;
		text-align: center;
		padding: 15px;
		font-size: 18px;
		font-weight: 700;
		background-color: #e3e3e3;
	}
	#it_widget_content-3{
		text-align: center;
	}
}
.header-address {
	display: inline-block;
	margin-right: 25px;
	color: white;
}
.header-address span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.header-logo {
	display: inline-block;
	padding: 15px 0 10px;
}
.header-phone {
	padding-top: 20px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
.header-social,
.header-no {
	font-weight: 400;
	display: inline-block;
	color: white;
}
.header-social:hover,
.header-no:hover {
	color: black;
}
.header-social {
	margin-right: 15px;
}
.header-no {
	font-family: 'Source Serif 4';
}
.logo-color {
	display: none;
}
@media (max-width: 1024px) {
	.logo-color {
		display: inline;
	}
	.logo-white {
		display: none;
	}
}
@media (min-width: 1025px) {
	body:not(.home) {
		padding-top: 121px;
	}
	.custom-header-background-wrapper {
		z-index: 9;
		top: 0;
		background-color: #e96024;
	}
	.home:not(.sticky) .custom-header-background-wrapper {
		position: absolute;
		background-color: transparent;
	}
	body:not(.home) .custom-header-background-wrapper,
	.home.sticky .custom-header-background-wrapper {
		position: fixed;
		z-index: 9;
		top: 0;
		height: 121px;
	}
	.custom-mobile-menu-background-wrapper {
		position: absolute;
		z-index: 9;
		top: 70px;
		right: 4%;
		width: 70%;
		background-color: transparent;
	}
	body:not(.home) .custom-mobile-menu-background-wrapper,
	.home.sticky .custom-mobile-menu-background-wrapper {
		position: fixed;
	}
	.custom-header-outer-wrapper {
		max-width: 100% !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.custom-mobile-menu-outer-wrapper {
		max-width: 100% !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.home:not(.sticky) .header-social, .home:not(.sticky) .header-no {
		/*color: black;*/
		font-weight:400;
	}
	.home:not(.sticky) .header-social:hover, .home:not(.sticky) .header-no:hover {
		/*color: #cd071e;*/
	}
	
	.builder-module-navigation .menu > li > a {
		font-weight: 700;
	}
	.builder-module-navigation .menu > li:not(:last-child) > a:after {
		content: "";
		position: absolute;
		top: 12px;
		right: 0;
		width: 1px;
		height: 12px;
		background-color: white;
	}
	.sticky .builder-module-navigation .menu > li > a:not(:hover) {
		/*color: #111;*/
	}
	.home:not(.sticky) .custom-mobile-menu-background-wrapper {
		/*top: 100px;*/
	}
	.home:not(.sticky) .builder-module-navigation .menu > li > a {
	}
	.home:not(.sticky) .builder-module-navigation .menu > li:not(:last-child) > a:after {
		/*background-color: #fff;*/
		/*height: 16px;*/
	}
	.home:not(.sticky) .builder-module-navigation .menu > .current_page_item > a,
	.home:not(.sticky) .builder-module-navigation .menu > .current-cat > a,
	.home:not(.sticky) .builder-module-navigation .menu > .current-menu-item > a,
	.home:not(.sticky) .builder-module-navigation .menu > li > a:hover {
		/*background-color: transparent;*/
		/*color: #6fd0f4;*/
	}
}
@media (max-width: 1024px) {
	.custom-header-background-wrapper {
		/*position: static;*/
		/*top: 0;*/
		/*margin-bottom: 65px;*/
	}
	.custom-header-outer-wrapper .custom-header .builder-module-column-1-outer-wrapper.left {
		width: 100% !important;
	}
	.custom-header-outer-wrapper .custom-header .builder-module-column-2-outer-wrapper.right {
		width: 100% !important;
		margin-left: 0 !important;
	}
	#builder-module-5244708dea1f3 .builder-module-column-1-outer-wrapper.left,
	#builder-module-5244708dea1f3 .builder-module-column-2-outer-wrapper.right {
		float: none !important;
	}
	.header-logo {
		display: inline-block;
		padding: 10px 0;
		text-align: center;
	}
	.header-logo img {
		width: auto;
	}
	.header-phone {
		display: none;
	}
	.custom-header{
		padding-bottom: 0px !important;
	}
	.custom-mobile-menu-background-wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
		background-color: #6e7e29;
	}
	.builder-module-navigation .menu > .current_page_item > a,
	.builder-module-navigation .menu > .current-cat > a,
	.builder-module-navigation .menu > .current-menu-item > a,
	.builder-module-navigation .menu > li > a:hover {
		background-color: transparent;
	}
}
.custom-slider-outer-wrapper {
	max-width: 100% !important;
}
.custom-map-outer-wrapper {
	max-width: 100% !important;
}
#html5-watermark {
	display: none !important;
}
.full-img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.map-wrapper iframe {
	display: block;
	width: 100%;
	height: 460px;
}
.map-wrapper p {
	margin-bottom: 0;
}
.custom-page-header-background-wrapper {
	/*padding: 180px 0 40px;*/
	background-image: url(/wp-content/uploads/2020/03/pageheader.jpg);
	background-position: center;
}
.custom-page-header-outer-wrapper {
	/*max-width: 100% !important;
	padding: 0 40px !important;*/
}
.custom-page-header .entry-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	text-align: center;
}
.custom-page-header .entry-title {
	position: relative;
	margin-bottom: 0;
	padding: 0 30px;
	color: #fff;
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Source Serif 4';
	display:contents;
}
.custom-page-header .entry-subtitle {
	margin-bottom: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.custom-page-header .entry-subtitle span {
	font-weight: 600;
}
.custom-page-header .entry-link {
	display: inline-block;
	display: none;
	padding: 0 20px;
	margin: 60px auto 0;
	border: 1px solid #fff;
	box-shadow: 7px 6px 12px 1px rgba(24, 24, 24, .75);
	background-color: #e96024;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 100px;
}
.custom-page-header .entry-link:hover {
	background-color: #6e7e29;
}
@media (max-width: 1024px) {
	.custom-page-header .entry-title {
		font-size: 36px;
	}
	.custom-page-header .entry-subtitle {
		font-size: 27px;
	}
}
#builder-module-52449ac681116-background-wrapper {
	/*padding: 80px 0;*/
	/*background-color: #f7f7f7;*/
}
#builder-module-5358add06aa15-background-wrapper {
	/*background-color: #e1e1e1;*/
}
#builder-module-5358add06aa15-outer-wrapper,
#builder-module-5358add06aa15 .builder-module-element {
	overflow: visible;
}
.contact-page-wrapper {
	display: flex;
	padding: 50px 0;
}
.contact-page-form-wrapper {
	float: left;
	width: 55%;
}
.contact-page-content-wrapper {
	float: left;
	width: 45%;
	padding-left: 100px;
}
.contact-page-content-wrapper {
	text-align: center;
	/*background-color: #fff;*/
}
.contact-page-form-title {
	margin-bottom: 0;
	color: #e96024;
	font-family: 'Source Serif 4';
	font-size: 40px;
	line-height: 1;
	text-transform: UPPERCASE;
}
.contact-page-form-subtitle {
	margin-top: 30px;
	color: #050505;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Source Serif 4';
}
.contact-page-form-text {
	color: #000;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}
.contact-page-form-text span {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.contact-page-form-wrapper .gform_wrapper {
	margin-top: 40px;
}
.contact-page-form-wrapper input[type=text],
.contact-page-form-wrapper textarea,
.contact-page-form-wrapper select {
	background-color: transparent;
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper .gform_body select {
	background-color: transparent;
}
.contact-page-form-wrapper .gform_wrapper .gform_body select option {
	color: #000;
}
.contact-page-form-wrapper input[type=text],
.contact-page-form-wrapper select,
.contact-page-form-wrapper textarea {
	padding-left: 10px !important;
	padding-right: 10px !important;
	border: 3px solid #00bae8;
	border-radius: 20px;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer {
	text-align: right;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
	width: 202px;
	height: 43px;
	padding-left: 40px;
	margin-right: 0;
	border: none;
	border-radius: 50px;
	background-image: url(/wp-content/themes/BuilderChild-custom/images/submit-button.png);
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer input[type=submit]:hover {
}
.contact-page-form-wrapper .gform_wrapper input::-webkit-input-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper input::-moz-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper input:-ms-input-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper input:-moz-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper textarea::-webkit-input-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper textarea::-moz-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper textarea:-ms-input-placeholder {
	color: #010835;
}
.contact-page-form-wrapper .gform_wrapper textarea:-moz-placeholder {
	color: #010835;
}
.contact-page-content-wrapper iframe {
	display: block;
}
.contact-page-content:after {
	content: "";
	display: block;
	clear: both;
}
.contact-page-title {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #e96024;
	font-family: 'Source Serif 4';
}
.contact-page-text {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.contact-page-text span {
	color: #cd071e;
}
.contact-page-address {
	margin-bottom: 40px;
	padding-left: 40px;
	font-size: 18px;
	background-image: url(/wp-content/uploads/2020/03/contact-address.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 80px) center;
}
.contact-page-phone {
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	padding-left: 40px;
	background-image: url(/wp-content/uploads/2020/03/contact-phone.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 80px) center;
}
.contact-page-fax{
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	padding-left: 40px;
	background-image: url(/wp-content/uploads/2020/03/contact-fax.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 80px) center;
}
.contact-page-content a {
	color: #c13438;
}
.contact-page-content a:hover {
}
.contact-page-social {
	clear: both;
	padding-top: 40px;
}
.contact-page-social a {
	display: inline-block;
	width: 24px;
	padding-top: 2px;
	margin-right: 10px;
	color: #1c1b1b;
	font-size: 24px;
	line-height: 22px;
	text-align: center;
	vertical-align: super;
}
.contact-page-social a:hover {
	color: #f61500;
}
@media (max-width: 1024px) {
	#builder-module-5358add06aa15 .entry-content {
		display: block;
	}
	.contact-page-wrapper {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-page-form-wrapper, .contact-page-content-wrapper {
		float: none;
		width: 100%;
	}
	.contact-page-form-wrapper {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-page-address, .contact-page-phone, .contact-page-fax{
		background-position: calc(50% - 80px) center;
	}
	.contact-page-content-wrapper {
		padding-left: 0;
		padding-top: 70px;
		text-align: center;
	}
	.contact-page-form-title{
		text-align: center;
	}
}

.custom-content-background-wrapper {
	padding: 40px 0;
}
.home-wrap {
	display: flex;
}
.home-wrap p {
	margin-bottom: 30px;
	font-size: 16px;
}
.home-text-1,
.home-text-2{
	font-size: 30px !important;
	font-family: 'Source Serif 4';
	color: #e96024;
	line-height: 1;
	margin-bottom: 20px !important;
}
.home-text-2{
	font-size: 24px !important;
}
.home-suppliers {
	text-align: center;
}
.home-suppliers img{
	margin-top: 20px;
	margin-right: 5%;
	vertical-align: middle;
}
.home-left {
	width: 50%;
}
.home-right {
	width: 50%;
	padding-left: 60px;
	text-align: center;
}
.home-video {
	position: relative;
	margin-bottom: 40px;
}
.home-video img {
	display: block;
	margin: 0 auto;
}
.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-left .home-left-text {
	color: #cd071e;
	font-size: 28px;
	font-weight: 900;
}
.home-right h1 {
	margin: 0 0 10px;
	color: #cd071e;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}
.home-right h1 span {
	display: block;
	color: #000;
}
@media (max-width: 1024px) {
	.home-wrap {
		display: block;
		padding: 0 15px;
	}
	.home-left {
		width: 100%;
	}
	.home-right {
		width: 100%;
		padding-left: 0;
	}
	.video-button {
		width: 80px;
	}
	.home-left .home-left-text {
		font-size: 24px;
		text-align: center;
	}
	.home-right h1 {
		font-size: 24px;
	}
	.home-right-image {
		display: block;
		margin-top: 30px;
	}
}
.main-title {
	padding: 40px 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 1024px) {
	.main-title {
		padding: 40px 0;
		font-size: 24px;
	}
}
.custom-services-outer-wrapper {
	max-width: 100% !important;
	padding: 0 60px !important;
}
.service-item {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 100px;
}
.service-inner {
	width: 100%;
	height: 100%;
}
.service-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-image {
	position: relative;
	overflow: hidden;
	height: 100%;
	display: inline-block;
	width: 50%;
	padding-right: 60px;
}
.service-content{
	display: inline-block;
	width: 49%;
}
.service-title {
	margin: 0;
	color: #f70018;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}
.service-title a {
	color: #f70018;
}
.service-title span {
	display: block;
	color: #000;
	font-size: 30px;
}
.service-button {
	text-align: center;
}
.service-button a {
	display: inline-block;
	padding: 30px 60px;
	border: 1px solid black;
	color: black;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.service-button a:hover {
	background-color: #6e7e29;
	color: #fff;
}
@media (min-width: 1024px) {
	.service-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.service-item {
		width: 100%;
	}
	.service-title {
		position: absolute;
		left: 25px;
		bottom: 15px;
		transition: .2s;
	}
	.service-title span {
		color: #fff;
	}
	.service-item:hover .service-title {
		left: 0;
		bottom: calc(50% - 20px);
		width: 100%;
		text-align: center;
	}
	.service-button {
		display: inline-block;
		text-align: center;
		margin-top: 50px;
		right: 0;
		bottom: 0;
	}
	.service-swap .service-button {
		left: 0;
		text-align: left;
		width: 74%;	
	}
}
@media (max-width: 1024px) {
	.service-inner {
		position: relative;
	}
	.service-item {
		height: auto;
		padding: 0 10px;
	}
	.service-link {
		height: 400px;
	}
	.service-title {
		display: inline-block;
		margin-top: 20px;
	}
	.service-button {
		margin-top:50px;
		right: 0;
		bottom: 0;
	}
}

.custom-affi-background-wrapper {
	background-color: #ededed;
	padding: 60px 0px;
}

.custom-feature-outer-wrapper {
	max-width: 100% !important;
}
.feature-wrap {
	display: flex;
	flex-wrap: wrap;
}
.feature-left {
	width: 50%;
	max-height: 750px;
}
.feature-right {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 40px;
	background-color: #f4f4f4;
}
.feature-item {
	display: inline-block;
	width: 33%;
	margin-bottom: 60px;
	background-image: url(/wp-content/uploads/2020/03/feature-bullet.png);
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: center;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 2;
	font-weight: 700;
	text-align: center;
}
.feature-item span {
	font-family: 'Source Serif 4';
	font-size: 24px;
	font-weight: 400;
	color: #6e7e29;
	display: inline-block;
	width: 100%;
	line-height: 2;
	text-align: center;
	margin-top: 200px;
	text-transform: UPPERCASE;
}
@media (max-width: 1280px) {
	.feature-left {
		width: 35%;
	}
	.feature-right {
		width: 65%;
	}
}
@media (max-width: 1024px) {
	.feature-left {
		order: 2;
		width: 100%;
		max-height: 500px;
	}
	.feature-right {
		order: 1;
		width: 100%;
	}
	.feature-item {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 10%;
		padding-right: 10%;
		background-position: center top;
	}
}

.custom-testi-background-wrapper {
	padding: 40px 0 0;
}
.reviews-background-wrapper {
	padding: 0px 140px;
	text-align: center;
	padding-bottom: 50px;
}
.review-content {
	font-size: 24px;
	line-height: 1.75;
}
.review-more {
	color: #e96024;
	font-style: italic;
}
.review-more a{
	color: #e96024;
}
.review-meta {
	position: relative;
	margin-top: 30px;
	padding-top: 20px;
}
.review-meta:before {
}
.review-reviewer {
	color: #e96024;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.reviewer-info {
	display: block;
	font-size: 18px;
	font-style: italic;
}
@media (max-width: 1024px) {
	.reviews-background-wrapper {
		padding: 0 40px 40px;
		background-image: none;
	}
	.review-content {
		font-size: 16px;
	}
}

.custom-footer-background-wrapper {
	padding: 80px 0 100px;
	background-color: #6e7e29;
}
.footer-wrap {
	display: flex;
}
.footer-col {
	width: 50%;
}
.footer-logo {
	margin-bottom: 40px;
}
.footer-address, .footer-phone {
	margin-bottom: 30px;
	padding-left: 100px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.footer-address {
	background-image: url(/wp-content/uploads/2020/03/icon-address.png);
	line-height: 30px;
}
.footer-phone {
	background-image: url(/wp-content/uploads/2020/03/icon-phone.png);
	line-height: 50px;
}
.footer-title {
	margin-top: 35px;
	margin-bottom: 64px;
	color: #fff;
	font-family: 'Source Serif 4';
	font-size: 48px;
	text-transform: UPPERCASE;
}
.footer-wrap ul {
	list-style-type: none;
	margin-left: 0;
	font-size: 0;
}
.footer-wrap li {
	display: inline-block;
	margin-bottom: 20px;
	width: 33.3%;
	font-size: 18px;
}
.footer-wrap li a {
	color: #fff;
}
.footer-social {
	margin-top: 140px;
	text-align: center;
}
.footer-social img {
	display: inline-block;
	margin: 0 25px;
}
.subfooter-text {
	margin-bottom: 0;
	padding: 20px 0 80px;
	font-size: 18px;
	text-align: center;
}
.subfooter-text span {
	color: black;
}
@media (max-width: 1024px) {
	.footer-wrap {
		display: block;
	}
	.footer-col {
		width: 100%;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-address, .footer-phone {
		margin-left: auto;
		margin-right: auto;
		max-width: 230px;
		padding-left: 80px;
	}
	.footer-title {
		text-align: center;
	}
	.footer-wrap li {
		display: block;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.footer-social {
		margin-top: 60px;
	}
	.footer-social img {
		width: 65px;
	}
}
.space-40 {
	clear: both;
	height: 40px;
}
.cat-description{
	margin: 0 60px 40px;
}
.cat-description ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-left: 0;
}
.cat-description li {
	position: relative;
	margin-bottom: 10px;
	width: 50%;
	padding-left: 40px;
}
.cat-description li:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #cd071e;
}
.cat-feature-wrap {
	padding: 40px 10%;
	background: #ededed;
}
.cat-feature-wrap  .main-title{
	color: #6e7e29;
}
.cat-archive-inner{
	padding: 60px 0px;
	margin: 0 5%;
}
.cat-archive-inner .right-panel{
	margin-top: 60px;
}
.left-panel, .right-panel{
	line-height: 1.5;
}
.left-panel p{
	margin-bottom: 0px;
}
@media (min-width: 1200px) {
	.right-panel {
		float: right;
		width: 50%;
		line-height: 1.5;
	}
	.left-panel {
		float: left;
		width: 50%;
		padding-right: 40px;
		line-height: 1.5;
	}
}
@media (max-width: 1199px){
	.loop-header .left-panel li:last-child{
		margin-bottom: 40px !important;
	}
	.cat-description .interior-title{
		text-align: left;
	}
	.interior-title{
		text-align: center;
	}
}
.interior-title {
	color: #6e7e29;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.interior-title a {
	color: #6e7e29;
	font-weight: 400;
}
.interior-subtitle {
	font-size: 18px;
}
.offer-list {
	list-style-type: none;
	margin-left: 0;
}
.offer-list li {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 126px;
	line-height: 1;
	margin-bottom: 15px;
}
.offer-list li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 93px;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background-color: #6e7e29;
}
.offer-list li a {
	color: #6e7e29;
}
.post-440{
	/*margin: 0 5% 60px;*/
}
@media (max-width: 1199px) {
	.offer-list li {
		width: 100%;
		padding-left: 30px;
		text-align: left;
	}
	.offer-list li:before {
		top: 4px;
		left: 0px;
		width: 12px;
		height: 12px;
	}
	.loop{
		text-align: center;
	}
}
.interior-wrap {
	/*padding: 60px 0 120px;*/
}
.interior-gray {
	background-color: #f4f4f4;
}
.interior-inner {
	margin: 0 auto;
	max-width: 1200px;
}
.interior-inner:after {
	content: "";
	display: block;
	clear: both;
}
.interior-left {
	float: left;
	width: 50%;
	padding-right: 40px;
	line-height: 1.85;
}
.interior-left p{
	margin-top: 60px;
}
.interior-right {
	float: right;
	width: 50%;
}
.interior-wrap .main-title {
	padding-top: 0;
	color: #cd071e;
}
.interior-image-center {
	text-align: center;
}
.interior-wrap ul {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0;
}
.interior-wrap li {
	margin-bottom: 30px;
	padding-left: 60px;
	background-image: url(/wp-content/uploads/2020/03/interior-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
@media (max-width: 1200px) {
	.interior-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.interior-left {
		width: 100%;
		padding-right: 0;
	}
	.interior-right {
		width: 100%;
		text-align: center;
	}
}

/*.quote-button {
display: none;
position: fixed;
z-index: 99999;
bottom: 0;
right: 0;
transition: .3s;
cursor: pointer;
}
.quote-button a {
display: inline-block;
padding: 5px 20px;
border-top-left-radius: 20px;
background: #6b7b28;
color: #fff;
font-size: 36px;
text-transform: uppercase;
}
.quote-button .close {
display: none;
}
.quote-button.opened {
bottom: 434px;
}
.quote-button.opened .closed {
display: none;
}
.quote-button.opened .close {
display: inline;
}
.quote-title {
padding-bottom: 10px;
border-bottom: 2px solid #fff;
color: #fff;
font-size: 48px;
line-height: 1;
text-align: center;
}
.quote-title span {
display: block;
color: #000;
}
#gform_wrapper_1 form{
display: flex;
height: 155px;
}
@media (max-width: 767px) {
.custom-estimate .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
line-height: 1.5;
}
}
@media (max-width: 1024px) {
.quote-button {
display: block;
}
.custom-estimate-background-wrapper {
display: block;
position: fixed;
z-index: 99999;
bottom: -542px;
right: 0;
width: 340px;
padding: 20px 20px 10px;
border: 2px solid #fff;
background-color: #6e7e29;
transition: .3s;
}
.custom-estimate-background-wrapper.opened {
bottom: 0;
}
.custom-estimate .gform_wrapper textarea.medium {
display: block;
width: 300px !important;
height: 120px;
padding: 5px 4px;
}
.custom-estimate .gform_wrapper .gform_footer input[type="submit"] {
padding: 10px 0;
}
.custom-estimate-wrapper li {
font-size: 18px;
}
.custom-estimate .gform_wrapper li.gfield.gfield_error {
padding: 0 !important;
margin-bottom: 10px !important;
border: none !important;
}
.custom-estimate .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
width: 100% !important;
max-width: 100% !important;
}
.custom-estimate .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.quote-wrapper .gform_wrapper li.gfield_error textarea {
display: block;
}
.estimate-title-wrap {
display: none;
}
.custom-estimate .gform_wrapper img {
display: none;
}
#gform_wrapper_1 form{
display: block;
height: auto;
}
.custom-estimate #field_1_5{
display: none;
}
}

.gform_title_wrap .gform_title{
text-align: center;
font-size: 36px;
font-family: 'Source Serif 4';
margin-bottom: 5px;
}
.gform_title_wrap .gform_subtitle{
font-size: 18px;
font-family: 'Source Serif 4';
text-align: center;
}*/

#builder-module-524d720c1a107-outer-wrapper{
	max-width: 90% !important;
	margin: 0 5%;
}
.entry-content h1{
	margin-top: 0;
	margin-bottom: 70px;
	margin-left: 12%;
	margin-right: 12%;
	text-align: center;
	font-size: 48px;
	font-family: 'Source Serif 4';
	font-weight: 400;
}
.home-left.animated.fadeInLeft.go{
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.85;
	text-align: left;
}
.service-main-title-left{
	display: inline-block;
	width: 29%;
	font-size: 72px;
	text-align: left;
	font-family: 'Source Serif 4';
	line-height: 0.8;
	text-transform: uppercase;
}
.service-main-title{
	margin-top: 30px;
	margin-bottom: 80px;
	padding: 0 60px;
}
.service-main-title-right{
	display: inline-block;
	width: 70%;
	font-size: 24px;
	line-height: 1.5;
}
.service-content h2{
	font-size: 72px;
	text-align: left;
	font-family: 'Source Serif 4';
	line-height: 0.8;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.service-content p{
	font-size: 24px;
	line-height: 2;
}
.service-image{
	font-family: 'Source Serif 4';
	height: unset;
}
.service-item.service-swap .service-content{
	order: -1;
	padding-right: 60px;
}

#it_widget_content-7{
	display: inline-block;
	width: 100%;
	padding: 7% 30%;
	text-align: center;
	margin-bottom: 30px;
	background-attachment: fixed;
	background-image: url(/wp-content/uploads/2020/03/home-estimate.jpg);
}
.custom-cta .main-title{
	color: #e96024;
}
.cta-text{
	font-size: 18px;
	color: white;
	margin-bottom: 30px;
	line-height: 1.5;
}
.cta-button{
	margin-top: 17%;
}
.cta-button a{
	width: 78%;
	color: white;
	padding: 5% 15%;
	border: 1px solid white;
	background-color: #6e7e29;
}
.cta-button a:hover{
	background-color: #e96024;
}
@media (max-width: 1024px) {
	#it_widget_content-7 {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}
}

#builder-module-5e61ff82aec5c-outer-wrapper{
	max-width: 100% !important;
}
#builder-module-5e61ff82aecd5-outer-wrapper{
	max-width: 100% !important; 
	background-color: #ededed;
	padding: 30px 0px;
}
.slick-slide{
	width: 25% !important;
}
#it_widget_content-10 .widget-content{
	margin: 0px;
}
.service-item.service-swap .service-image{
	padding: 0px;
}
@media (max-width: 1024px) {
	.entry-content h1{
		font-size: 24px;
	}
	.custom-content-background-wrapper{
		padding-top: 40px;
	}
	.home-text-1{
		font-size: 24px !important;
	}
	.home-text-2{
		text-align: center;
	}
	.service-main-title-left{
		text-align: center;
		display: inline-block;
		width: 100%;
		font-size: 24px;
		padding: 0 31%;
		margin-bottom: 30px;
	}
	.service-main-title{
		padding: 0px;
	}
	.service-main-title-right{
		font-size: 18px;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.service-main-title{
		margin-bottom: 40px;
	}
	.service-item {
		display: block;
		text-align: center;
	}
	.service-image p{
		text-align: left;
	}
	.service-content h2{
		font-size: 24px;
		text-align: center;
		padding: 0 25%;
	}
	.service-content {
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.service-content p{
		font-size: 18px;
	}
	.service-image{
		padding-right: 0px;
	}
	.service-item.service-swap .service-content {
		order: -1;
		padding-right: 0px;
	}
	.custom-footer-background-wrapper{
		padding: 40px 0px;
	}
	.footer-title{
		margin-bottom: 20px;
	}
	.service-swap .service-button{
		text-align: center;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.service-main-title-left{
		text-align: center;
		margin-bottom: 15px;
		width: 100%;
	}
	.service-main-title-right{
		text-align: center;
		width: 100%;
	} 
	.gform_title_wrap .gform_title{
		font-size: 28px;
	}
}


.gform_wrapper li{
	font-size: 14px;
}
.gfield_radio li label{
	font-weight: 400;
}
.gfield_label{
	font-weight: 400 !important;
	margin-left: 15px;
}
.gform_wrapper .gfield_required {
	color: black !important;
}
ul.gfield_radio li {
	display: inline-block;
	width: 15%;
	float: left;
	margin-bottom: 15px !important;
}
.gfield_radio{
	margin: 10px 0 !important;
}
.ginput_container_radio{
	margin-left: 30px;
}
.custom-testi-outer-wrapper{
	max-width: 100% !important;
}
.custom-affi-outer-wrapper{
	max-width: 100% !important;
}
.div#it_widget_content-8{
	background: #ededed;
}
#builder-module-5e6201250498e {
	background: #ededed;
}
.custom-estimate-outer-wrapper{
	max-width: 100% !important;
}
.cat-feature-inner li{
	display: inline-block;
	width: 49%;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 60px;
	background-image: url(/wp-content/uploads/2020/03/cat-feature-bullet.png);
	background-repeat: no-repeat;
	/* background-position: calc(50% - 80px) center;*/
}
@media (max-width: 1024px){
	.cat-feature-inner p{
		width: 100%;
		padding-right: 0px;
	}
}
@media (min-width: 1516px){
	.offer-list li:before{
		top: 4px;
	}
}

@media (min-width: 1025px) {
	.half-image {
		max-width: 50%;
	}
}

.team-title {
	padding: 80px 0;
	margin-bottom: 0;
	color: #e96024;
	font-family: "Source Serif 4";
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.team-wrap {
	display: flex;
	flex-wrap: wrap;
}
.team-member {
	margin-bottom: 40px;
	width: 33.33%;
	padding: 0 20px;
}
.member-name {
	margin-top: 10px;
	margin-bottom: 0;
	color: #e96024;
	font-family: "Source Serif 4";
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}
.member-role {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.member-name {
		font-size: 24px;
	}
	.member-role {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.team-member {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 400px;
	}
}

.internal-pages {
	padding: 40px 15em;
}
.bg-grey {
	background-color: #f0f0f0;
}
.inner-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0;
}
@media (min-width: 1025px) {
	.inner-content {
		width: 50%;
	}
	.inner-image {
		width: 50%;
		padding-left: 60px;
		text-align: right;
	}
	.inner-reverse .inner-content {
		order: 2;
	}
	.inner-reverse .inner-image {
		order: 1;
		padding-left: 0;
		padding-right: 60px;
		text-align: left;
	}
	.inner-2 {
		width: 66.67%;
	}
	.inner-1 {
		width: 33.33%;
	}
}
@media (max-width: 1024px) {
	.internal-pages {
		padding-left: 1em;
		padding-right: 1em;
	}
	.inner-content {
		margin-bottom: 40px;
		width: 100%;
	}
	.inner-image {
		width: 100%;
		text-align: center;
	}
}

h2, h3 {
	font-family: 'Source Serif 4';
}
.inner-title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #6e7e29;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.inner-subtitle {
	margin-top: 0;
	margin-bottom: 20px;
	color: #6e7e29;
	font-size: 36px;
	line-height: 1;
}
.inner-subtitle:not(:first-child) {
	margin-top: 40px;
}


.gform_img,
.gform_title {
	display: none;
}
.gform_subtitle {
	display: flex;
	align-items: center;
	height: 91px;
	margin-bottom: 0;
	padding-right: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 1024px) {
	.gform_title {
		display: none;
		font-family: var(--font-primary);
		color: #fff;
		font-size: 26px;
		text-align: center;
	}
	.gform_subtitle {
		height: auto;
		padding-right: 0;
		text-align: center;
	}
}

.quote-button {
	position: absolute;
	z-index: 1;
	left: calc(50% - 183px);
	width: 366px;
	padding: 15px 0;
	background-image: url(https://www.arcoroofing.net/wp-content/uploads/2020/10/bg-form-tab.png);
	background-position: center top;
	color: white;
	font-family: 'Source Serif 4';
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.quote-button:after {
	content: "";
	position: absolute;
	left: calc(50% - 170px);
	bottom: 0;
	width: 340px;
	height: 1px;
	background-color: #272727;
}
@media (min-width: 1025px) {
	.sticked {
		padding-top: 151px;
	}
	.sticked .custom-estimate-background-wrapper {
		position: fixed;
		z-index: 99999;
		bottom: -151px;
	}
	.sticked .custom-estimate-background-wrapper.opened {
		bottom: 0;
	}
	body:not(.sticked) .quote-button {
		top: -56px;
	}
	.sticked .quote-button {
		position: fixed;
		z-index: 99999;
		bottom: 0;
		transition: .3s;
	}
	.sticked .quote-button.opened {
		bottom: 151px;
	}
}

.custom-estimate-background-wrapper {
	position: relative;
	padding: 30px 45px !important;
	background-color: var(--color-green);
	transition: .3s;
}
.custom-estimate .gform_wrapper ul.gform_fields li.gfield input,
.custom-estimate .gform_wrapper ul.gform_fields li.gfield textarea {
	padding: 10px !important;
	border: none;
	border-radius: 15px;
}
.custom-estimate .gform_wrapper textarea.medium {
	height: 91px;
}
@media (min-width: 1025px) {
	.custom-estimate .gform_wrapper .gform_body {
		position: relative;
		float: left;
		width: 83.33%;
		height: 91px;
	}
	.custom-estimate .gform_wrapper .gform_footer {
		float: right;
		clear: none;
		width: 16.67%;
	}
	.custom-estimate .gform_wrapper ul.gform_fields li.gfield {
		position: absolute;
		width: calc(33.33% - 90px);
		padding-right: 15px;
	}
	.custom-estimate #field_1_5 {
		margin-bottom: 0;
		width: 270px;
	}
	.custom-estimate #field_1_6 {
		left: 270px;
	}
	.custom-estimate #field_1_2 {
		top: 50px;
		left: 270px;
	}
	.custom-estimate #field_1_4 {
		left: calc(33.33% + 180px);
	}
	.custom-estimate #field_1_8 {
		top: 50px;
		left: calc(33.33% + 180px);
	}
	.custom-estimate #field_1_7 {
		left: calc(66.66% + 90px);
	}
}
.custom-estimate .gform_wrapper .gform_footer input[type="submit"] {
	margin-bottom: 0;
	width: 100%;
	padding: 0;
	border: none;
	background-color: #3d3d3d;
	color: #fff;
	font-family: var(--font-primary);
	font-size: 30px;
	line-height: 91px !important;
	text-transform: uppercase;
}
.custom-estimate .gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
	margin-bottom: 10px !important;
	border: none !important;
}
.custom-estimate .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100% !important;
	max-width: 100% !important;
}
.custom-estimate .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.quote-wrapper .gform_wrapper li.gfield_error textarea {
	display: block;
}

@media (max-width: 1024px) {
	.quote-button {
		position: fixed;
		top: unset;
		left: 0;
		right: unset;
		bottom: 0;
		transform: none;
		width: auto;
		padding: 15px 20px;
		border-bottom: 1px solid #fff;
		border-top-right-radius: 10px;
		background-color: var(--color-green);
	}
	.quote-button:after {
		display: none;
	}
	.quote-button.opened {
		top: unset;
		right: unset;
		bottom: 416px;
		bottom: 674px;
		transform: none;
	}
	.custom-estimate-background-wrapper {
		padding: 0 !important;
		background-color: transparent;
	}
	.custom-estimate .gform_wrapper {
		position: fixed;
		z-index: 9;
		top: unset;
		left: 0;
		right: unset;
		bottom: -416px;
		bottom: -674px;
		margin: 0;
		width: 340px;
		padding: 20px;
		border-radius: 0;
		background-color: var(--color-green);
	}
	.custom-estimate-background-wrapper.opened .gform_wrapper {
		top: unset;
		right: unset;
		bottom: 0;
		max-height: calc(100vh - 64px);
		overflow-y: scroll;
	}
}

body:not(.home) .custom-estimate-background-wrapper {
	position: fixed;
	z-index: 99999;
	bottom: -151px;
}
body:not(.home) .custom-estimate-background-wrapper.opened {
	bottom: 0;
}

.drone-button a {
	background-color:#E75E2F;
	padding:1em;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	border:1px solid #fff;
}
.cat-loop {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
}
#builder-module-5358add06aa15{
	padding:60px 0
}
@media (max-width: 992px) {
	.cat-description {
		padding: 0 15px;
	}
	.cat-description li {
		width: 100%;
	}
	.cat-description li:before {
		top: 30px;
		left: 15px;
		width: 12px;
		height: 12px;
	}
	.cat-feature-wrap li {
		width: 100%;
	}
}

.blog-main {
	float: left;
	width: 75%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog-sidebar {
	float: right;
	width: 25%;
	padding-top: 20px;
	padding-left: 10px;
}
.widget-wrap {
	margin-bottom: 20px;
	padding: 40px 20px 20px;
	border: 10px solid #f2f2f2;
	background-color: #fff;
}
.widget-title {
	color: #000;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.widget-wrap ul {
	margin-left: 30px;
}
.widget-wrap ul li {
	font-size: 18px;
	line-height: 2;
}
.widget-wrap ul li a {
	color: inherit;
}

.blog-item {
	margin-bottom: 20px;
	width: 33.33%;
	padding: 0 10px;
}
.blog-inner {
	box-shadow: 1px 0 6.23px .77px rgba(0, 0, 0, .6);
}
.blog-title {
	overflow: hidden;
	margin: 0;
	height: 48px;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.blog-title a {
	color: inherit;
}
.blog-image {
	height: 300px;
}
.blog-content {
	padding: 10px;
}
.blog-button {
	padding: 0 10px 10px;
	text-align: right;
}
.blog-button a {
	display: inline-block;
	padding: 20px 30px;
	background-color: #e96024;
	color: #fff;
	text-transform: uppercase;
}
.blog-button a:hover {
	background-color: #000;
}
@media (max-width: 1200px) {
	.blog-main {
		width: 66.67%;
	}
	.blog-sidebar {
		width: 33.33%;
	}
	.blog-item {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.blog-main {
		width: 100%;
	}
	.blog-sidebar {
		width: 100%;
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	.blog-item {
		width: 100%;
	}
}

.custom-slider-background-wrapper {
	background-image: url(https://www.arcoroofing.net/wp-content/uploads/2020/03/home-slider.jpg);
}
.banner-wrapper {
	height: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1024px) {
	.banner-wrapper {
		height: 400px;
	}
	.banner-wrapper img {
		width: 340px;
	}
}