/*
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
*/

:root {
	--color-primary: #1f265c;
	--color-secondary: #e96206;
	--color-text: #191b1b;
	--color-grey: #f6f6f6;
	--font-primary: ProximaNova, sans-serif;
	--font-secondary: WorkSans, sans-serif;
}

.font-sans {
	font-family: var(--font-secondary);
}

.text-blue {
	color: var(--color-primary);
}
.text-white {
	color: #fff;
}

.text-center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: ProximaNova;
	src: url('webfonts/proximanova-regular.otf') format('opentype');
}
@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-semiboldit.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: ProximaNova;
	src: url('webfonts/proximanova-bold.otf') format('opentype');
	font-weight: 700;
}
@font-face {
	font-family: WorkSans;
	src: url('webfonts/WorkSans-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: WorkSans;
	src: url('webfonts/WorkSans-Bold.ttf') format('truetype');
	font-weight: 700;
}

/*********************************************
Default font settings and typography.
The font-size percentage is of 16px. (0.875 * 16px = 14px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: var(--color-text);
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 1.5;
}
input, select, textarea {
	font-family: var(--font-primary);
}
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;
}


/*********************************************
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: var(--color-primary);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


/*********************************************
Headings
*********************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--font-secondary);
	font-weight: 700;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5, h6, .h6 {
	font-size: 18px;
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 24px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5, h6, .h6 {
		font-size: 16px;
	}
}
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 30px;
	color: #000;
	font-size: 16px;
	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: var(--color-secondary);
}
/* 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: -3.1em 0 0 14em;
}

/* *** 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: 0;
}


/*********************************************
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;
}

.entry-title {
	clear: both;
	color: #262626;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .56em;
	text-align:center;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: none;
}
.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;
	/*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;
}


/*********************************************
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: var(--color-secondary);
		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: 20px;
}
p:last-child {
	margin-bottom: 0;
}
img {
	margin: 0;
	vertical-align: top;
	transition: .3s;
}
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;*/
	}
}

@media (min-width: 1025px) {
	.hidden-desktop {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.hidden-phone {
		display: none !important;
	}
}

.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;
	font-size: 0;
	text-align: right;
}
.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;
}
.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;
}
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; }

#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;
		font-size: 36px;
		font-weight: 700;
		line-height: 65px;
	}
	.builder-module-navigation #it-mobile-phone a {
		display: inline-block;
		color: #fff;
	}
	.builder-module-navigation .menu {
		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 {
		width: 75%;
		/*max-width: 260px;*/
		background-color: var(--color-primary);
		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: 145px;
		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;
	background-position: center;
	transition: .2s;
}

.blog #builder-module-52449ac681116-background-wrapper {
	background-color: #f7f7f7;
}

#builder-module-52449ac681116-outer-wrapper {
	overflow: visible;
	/*max-width: 100% !important;*/
}
.blog #builder-module-52449ac681116-outer-wrapper {
	max-width: 100% !important;
	padding: 0 40px;
}
#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-outer-wrapper {
	max-width: 100% !important;
}
.category #builder-module-52449ac681116 .loop-content {
	/*margin-top: 80px;*/
}
.category .custom-page-header .entry-header {
	/*padding-bottom: 120px;*/
}
.category .custom-page-header .entry-link {
	/*display: none;*/
}
.category .custom-map-background-wrapper {
	display: none;
}

.inner-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 60px 0;
}

.header-logo {
	padding: 25px 0;
}
.header-phone {
	padding-top: 30px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
.header-social,
.header-no {
	display: inline-block;
}
.header-social {
	color: var(--color-primary);
}
.header-no {
	color: var(--color-primary);
	margin-left:15px;
}
.header-social:hover,
.header-no:hover {
	color: var(--color-secondary);
}
.header-social {
	margin-right: 15px;
}

@media (min-width: 1025px) {
	.sticky:not(.home):not(.page-id-1389) {
		padding-top: 120px;
	}

	.custom-header-background-wrapper {
		z-index: 9;
		top: 0;
		box-shadow: 8px 2px 8px 0 rgba(0, 0, 0, .9);
	}
	.home:not(.sticky) .custom-header-background-wrapper,
	.page-id-1389:not(.sticky) .custom-header-background-wrapper {
		position: absolute;
		background-color: transparent;
		box-shadow: none;
	}
	.sticky .custom-header-background-wrapper {
		position: fixed;
		z-index: 9;
		top: 0;
		background-color: #fff;
	}
	.custom-mobile-menu-background-wrapper {
		position: absolute;
		z-index: 9;
		top: 65px;
		right: 0;
		width: 75%;
		background-color: transparent;
	}
	.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-logo {
		display: none;
	}
	.page-id-1389:not(.sticky) .header-social,
	.page-id-1389:not(.sticky) .header-no {
		color: #fff;
	}
	.page-id-1389:not(.sticky) .header-social:hover,
	.page-id-1389:not(.sticky) .header-no:hover {
		color: var(--color-secondary);
	}

	.builder-module-navigation .menu > li:not(:last-child) > a:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 0;
		width: 1px;
		height: 12px;
		background-color: #000;
	}

	.sticky .builder-module-navigation .menu > li > a:not(:hover) {
		/*color: #111;*/
	}

	.home:not(.sticky) .custom-mobile-menu-background-wrapper {
		/*top: 100px;*/
	}
	.page-id-1389:not(.sticky) .builder-module-navigation .menu > li > a {
		color: #fff;
	}
	.page-id-1389:not(.sticky) .builder-module-navigation .menu > li:not(:last-child) > a:after {
		background-color: #fff;
		/*height: 16px;*/
	}
	.page-id-1389:not(.sticky) .builder-module-navigation .menu > .current_page_item > a,
	.page-id-1389:not(.sticky) .builder-module-navigation .menu > .current-cat > a,
	.page-id-1389:not(.sticky) .builder-module-navigation .menu > .current-menu-item > a,
	.page-id-1389:not(.sticky) .builder-module-navigation .menu > li > a:hover {
		/*background-color: var(--color-secondary);*/
		/*color: white;*/
	}
}

@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 {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-phone {
		display: none;
	}

	.custom-mobile-menu-background-wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
		background-color: var(--color-primary);
	}
	.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-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 {
	background-image: url(/wp-content/uploads/2020/04/pageheader.jpg);
	background-position: center;
	position: relative;
	padding: 180px 0 160px;
}
.custom-page-header-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 38, 92, .85);
}
.custom-page-header .entry-header {
	text-align: center;
}
.custom-page-header .entry-title {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-left: 30px;
	color: white;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}
.custom-page-header .entry-title span {
	display: block;
	color: var(--color-secondary);
	font-size: 36px;
	font-weight: 400;
}
.custom-page-header .entry-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: var(--color-secondary);
}
.custom-page-header .entry-link {
	display: none;
}

.space-40 {
	clear: both;
	height: 40px;
}
@media (min-width: 992px) {
	.right-panel {
		float: right;
		width: 50%;
		padding-left: 40px;
	}
	.left-panel {
		float: left;
		width: 50%;
		padding-right: 40px;
	}
}
.interior-title {
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--color-primary);
	font-family: var(--font-secondary);
	font-size: 24px;
	font-weight: 700;
}
.interior-title a {
	color: var(--color-primary);
}
.cat-description {
	margin-bottom: 40px;
	padding: 0 60px;
}
.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: var(--color-primary);
}
.cat-description li a {
	color: var(--color-primary);
}
.cat-feature-wrap {
	background-color: var(--color-grey);
}
.cat-feature-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px 40px;
}
.cat-feature-wrap ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-left: 0;
}
.cat-feature-wrap li {
	position: relative;
	margin-bottom: 40px;
	width: 50%;
	padding-left: 100px;
	padding-right: 40px;
	background-image: url(images/cat-feature-bullet.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}
.cat-archive-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 60px 15px 0;
}
.cat-loop {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
}
.cat-loop .interior-title {
	text-transform: uppercase;
}
@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%;
	}
}

.quote-button {
	display: none;
	position: fixed;
	z-index: 99999;
	top: calc(50% - 120px);
	right: 0;
	transform: rotateZ(-90deg) translateY(128px);
	transition: .3s;
	cursor: pointer;
}
.quote-button a {
	display: inline-block;
	padding: 10px 20px 10px 65px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: var(--color-secondary);
	background-image: url(images/icon-comments.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	color: white;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.quote-button .close {
	display: none;
}
.quote-button.opened {
	transform: rotateZ(-90deg) translateY(-212px);
}
.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;
}
@media (max-width: 767px) {
	.custom-free-estimate .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1.5;
	}
}

.quote-button {
	display: block;
}
.custom-estimate-background-wrapper {
	display: block;
	position: fixed;
	z-index: 99999;
	top: calc(50% - 270px);
	right: -340px;
	width: 340px;
	padding: 20px !important;
	border-radius: 10px;
	box-shadow: 8px 7px 42.8065px 0.1935px rgba(0, 0, 0, 0.36);
	background-color: #fff;
	transition: .3s;
}
.custom-estimate-background-wrapper.opened {
	right: 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"] {
	margin-bottom: 0;
	width: 100%;
	padding: 20px 0;
	border: none;
	background-color: var(--color-secondary);
	color: white;
	line-height: 1.5 !important;
	text-transform: uppercase;
}
.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;
}
.gform_header {
	text-align: center;
}

@media (max-width: 1024px) {
	.quote-button {
		top: unset;
		left: 0;
		right: unset;
		bottom: 0;
		transform: none;
	}
	.quote-button.opened {
		top: unset;
		right: unset;
		bottom: 566px;
		transform: none;
	}
	.quote-button a {
		border-top-left-radius: 0;
	}
	.custom-estimate-background-wrapper {
		top: unset;
		left: 0;
		right: unset;
		bottom: -566px;
		border-radius: 0;
		border-top-right-radius: 10px;
	}
	.custom-estimate-background-wrapper.opened {
		top: unset;
		right: unset;
		bottom: 0;
	}
}

.main-title-wrap {
	padding: 60px 0;
	text-align: center;
	text-transform: uppercase;
}
.main-title {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}
.main-title span {
	display: block;
	font-family: var(--font-primary);
}
.main-title span,
.sub-title {
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
}
@media (max-width: 1024px) {
	.main-title-wrap {
		padding: 40px 15px;
	}
	.main-title {
		font-size: 30px;
	}
	.main-title span,
	.sub-title {
		font-size: 24px;
	}
}

.custom-content-outer-wrapper,
.custom-services-outer-wrapper {
	max-width: 100% !important;
}
.home-wrap {
	position: relative;
	padding-top: 30px;
}
.home-content {
	margin-left: auto;
	width: 50%;
	padding: 30px 50px;
	background-color: var(--color-grey);
}
.home-inner h1 {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.home-inner h1 span {
	font-size: 24px;
	font-weight: 500;
}
.home-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: calc(100% - 50px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.home-about {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about-heading {
	position: relative;
	font-size: 30px;
	font-weight: 700;
}
.about-subheading {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	max-width: 575px;
	padding: 0 15px;
}
.about-video a {
	position: relative;
	display: inline-block;
	padding: 30px 60px;
	background-color: var(--color-secondary);
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
}
.about-video a i {
	font-size: 36px;
	vertical-align: middle;
}
@media (max-width: 1024px) {
	.home-wrap {
		padding-top: 0;
	}
	.home-content {
		width: 100%;
		padding: 15px 0;
		background-color: transparent;
	}
	.home-inner {
		margin: 0 auto;
		max-width: unset;
	}
	.home-image {
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 585px;
		height: 500px;
	}
}

.inset {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.service-wrap {
	padding: 40px 15px 100px;
	background-color: var(--color-grey);
}
.service-inner {
	margin: 0 auto;
	max-width: 1200px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.service-item {
	position: relative;
}
.service-image {
	height: 370px;
	transition: .2s;
}
.service-image a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.service-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/service-overlay.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.service-item:hover .service-image:before {
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/service-overlay-full.jpg);
}
.service-content {
	position: relative;
}
.service-title {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 0 15px;
	color: #fff;
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}
.service-title:after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 0;
}
@media (max-width: 1024px) {
	.service-wrap {
		padding-top: 0;
		padding-bottom: 60px;
		background-color: transparent;
	}
	.service-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.service-item {
		max-width: 370px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.service-image {
		height: 300px;
	}
}

.custom-feature-background-wrapper {
	background-color: #112046;
	color: white;
}
.feature-wrap {
	display: flex;
	padding: 80px 0 120px;
}
.feature-col {
	width: 33.33%;
	text-align: center;
}
.feature-image {
	margin-bottom: 40px;
}
.feature-text {
	margin-bottom: 0;
	padding: 0 40px;
	font-size: 18px;
}
.feature-text span {
	color: var(--color-secondary);
}
@media (max-width: 1024px) {
	.feature-wrap {
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 400px;
		padding: 0;
	}
	.feature-col {
		margin-bottom: 40px;
		width: 100%;
	}
}

.custom-testi-background-wrapper {
	padding: 80px 0;
}
.custom-testi .main-title-wrap {
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/testi-quote.png);
	background-repeat: no-repeat;
	background-position: top;
}
.custom-testi .sub-title {
	font-size: 30px;
	text-transform: capitalize;
}
.review-content {
	font-size: 24px;
	text-align: center;
	padding: 0 15px;
}
.review-meta {
	margin-top: 40px;
	text-align: center;
}
.review-reviewer {
	color: #20283d;
	font-family: var(--font-secondary);
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.custom-testi .sub-title {
		font-size: 24px;
	}
	.reviews-outer-wrapper {
		margin: 0 auto;
		max-width: 400px;
	}
	.review-content {
		font-size: 16px;
	}
	.review-more {
		display: block;
	}
	.review-reviewer {
		font-size: 24px;
	}
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.custom-affi-background-wrapper {
	padding: 60px 0;
}
.custom-affi .owl-carousel .owl-stage {
	display: flex;
}
.custom-affi .affi-item {
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-footer-background-wrapper {
	padding: 100px 0;
	background-image: url(/wp-content/uploads/2022/11/home-footer-2022.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}
.footer-col {
	float: left;
	width: 33.33%;
}
.footer-col:nth-child(2) {
	padding-left: 40px;
}
.footer-title {
	margin-bottom: 40px;
	font-family: var(--font-secondary);
	font-size: 48px;
	font-weight: 700;
	line-height: 68px;
	text-transform: uppercase;
}
.footer-logo {
	margin-bottom: 40px;
}
.footer-logo img {
	/*max-width: 75%;*/
	height: 68px !important;
}
.footer-address,
.footer-phone {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-left: 80px;
	min-height: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
}
.footer-address {
	background-image: url(/wp-content/uploads/2020/04/icon-address.png);
}
.footer-phone {
	background-image: url(/wp-content/uploads/2020/04/icon-phone.png);
}
.footer-menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-menu li {
	margin-bottom: 10px;
}
.footer-menu li a {
	color: white;
	font-size: 18px;
	/*line-height: 2.5;*/
}
.footer-menu li a:hover {
	color: #efc239;
}
.footer-wrap p:not([class]) {
	font-size: 18px;
}
.subfooter-text {
	margin-bottom: 0;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.subfooter-text span {
	color: #2680a3;
}
@media (max-width: 1024px) {
	.custom-footer-background-wrapper {
		padding-bottom: 40px;
	}
	.footer-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-col {
		float: none;
		margin: 0 auto 40px;
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	.footer-col:nth-child(2) {
		padding-left: 0;
	}
	.footer-address,
	.footer-phone {
		margin-left: auto;
		margin-right: auto;
		max-width: 280px;
		text-align: left;
	}
}

.inner-wrap {
	padding: 0 15px;
}
.inner-right {
	position: relative;
}
@media (min-width: 1025px) {
	.inner-wrap {
		display: flex;
	}
	.inner-left {
		width: calc(50% - 15px);
		padding-right: 30px;
	}
	.inner-right {
		width: calc(50% - 15px);
	}
}
@media (max-width: 1024px) {
	.inner-right {
		clear: both;
		margin: 0 auto;
		max-width: 400px;
		max-height: 500px;
	}
}

#builder-module-5358add06aa15-outer-wrapper {
	max-width: 100% !important;
}
.contact-page-wrap {
	display: flex;
	flex-wrap: wrap;
}
.contact-page-left {
	width: 50%;
	padding: 60px 0 120px;
}
.contact-page-inner {
	margin-left: auto;
	max-width: 640px;
	padding-left: 15px;
}
.contact-page-right {
	width: 50%;
	padding-left: 80px;
}
.contact-page-title {
	color: var(--color-primary);
	font-family: var(--font-secondary);
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-page-text {
	font-family: var(--font-secondary);
}
.contact-page-address,
.contact-page-phone {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-page-address {
	background-image: url(/wp-content/uploads/2020/04/contact-address.png);
}
.contact-page-phone {
	background-image: url(/wp-content/uploads/2020/04/contact-phone.png);
}
.contact-page-wrap .gform_wrapper {
	margin-bottom: 100px;
}
.contact-page-wrap input[type=text],
.contact-page-wrap select,
.contact-page-wrap textarea {
	padding-left: 10px !important;
	border: 3px solid #00bae8;
	border-radius: 20px;
}
.contact-page-wrap .gform_wrapper .gfield_radio li {
	display: inline-block;
	margin-right: 20px;
}
.contact-page-wrap .gform_wrapper .gform_footer {
	text-align: right;
}
.contact-page-wrap .gform_wrapper .gform_footer input[type=submit] {
	width: 202px;
	height: 43px;
	padding-left: 30px;
	border: none;
	border-radius: 25px;
	background-image: url(images/submit-button.png);
	color: white;
	font-size: 18px;
	line-height: 43px;
	text-align: left;
}
@media (max-width: 1024px) {
	.contact-page-left {
		width: 100%;
		padding-bottom: 60px;
	}
	.contact-page-right {
		width: 100%;
		height: 360px;
		padding-left: 0;
	}
	.contact-page-inner {
		max-width: 100%;
		padding-right: 15px;
	}
	.contact-page-wrap .gform_wrapper {
		margin-bottom: 40px;
	}
}

.cat-feature-wrap .main-title {
	padding: 40px 0;
	text-align: center;
}

.team-wrap {
	display: flex;
	flex-wrap: wrap;
}
.member-wrap {
	margin-bottom: 30px;
	width: 25%;
	padding: 0 15px;
}
.member-photo {
	position: relative;
	margin-bottom: 10px;
	/*height: 360px;*/
	padding-top: 133.33%;
}
.member-photo img {
	position: absolute;
	top: 0;
	left: 0;
}
.member-name,
.member-title {
	margin-bottom: 0;
	font-size: 18px;
}
.member-link {
	color: var(--color-secondary);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.member-wrap {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.member-wrap {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.member-wrap {
		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: var(--color-primary);
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.widget-wrap ul li {
	font-size: 18px;
	line-height: 2;
}

.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 {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.blog-image {
	height: 300px;
}
.blog-content {
	padding: 10px;
}
.blog-button {
	margin-top: 10px;
	padding: 0 10px 10px;
	text-align: right;
}
.blog-button a {
	display: inline-block;
	padding: 20px 30px;
	background-color: var(--color-secondary);
	color: #fff;
	text-transform: uppercase;
}
.blog-button a:hover {
	background-color: var(--color-primary);
}
@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%;
	}
}
@media (max-width: 767px) {
	.blog-item {
		width: 100%;
	}
}
.circle-services{
	margin-top:140px
}

@media (max-width: 1024px) {
	.entry-content {
		padding: 0 20px;
	}
}
.roof-damage{
	margin:0 40px!important;
	padding-bottom:1em;
}
.post-1137 .entry-title{
	display:none;
}
.contest-button{
	background-color:#E76020;
	padding:10px;
	border-radius:10px;
	color:#fff;
}
.contest-button:hover{
	background-color:#20275A;
	color:#fff;
}

/* solar page */

.page-id-1389 .custom-page-header-background-wrapper {
	display: none;
}

.logo-white {
	display: none;
}
@media (min-width: 1025px) {
	.page-id-1389:not(.sticky) .logo-white {
		display: inline;
	}
	.page-id-1389:not(.sticky) .logo-main {
		display: none;
	}
}

.page-id-1389 .entry-content {
	padding: 0;
}

.solar-banner-bg {
	position: relative;
}
.solar-banner-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.solar-banner-video video {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}
.solar-banner {
	position: relative;
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/banner-bottom.png),
		url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/banner-overlay.png);
	background-size: 100% 149px, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom, center;
	height: 880px;
	display: flex;
	align-items: center;
}
@media (max-width: 1024px) {
	.solar-banner {
		height: 340px;
		background-size: 100% 50px, 100% 100%;
		padding-bottom: 50px;
	}
	.solar-banner-badge {
		text-align: center;
	}
}

.solar-service-bg {
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
	margin-top: -250px;
}
.solar-service-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
}
.solar-service {
	background-color: #fff;
	padding: 40px 20px;
	box-shadow: 3px 2px 26.25px 5.76px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}
.solar-service-bg .alignleft {
	margin-right: 60px;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.solar-service-bg {
		margin-top: -120px;
	}
	.solar-service-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.solar-service {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.solar-service-bg .alignleft {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.solar-power-bg {
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/solar-power-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding-top: 280px;
	padding-bottom: 200px;
}
.solar-power-badge {
	display: inline-block;
	background-color: var(--color-secondary);
	border: 10px solid #fff;
	line-height: 1;
	padding: 40px 30px;
}
.solar-power .h3 {
	max-width: 980px;
	margin: 60px auto 0;
}
@media (max-width: 767px) {
	.solar-power-bg {
		padding-top: 100px;
		padding-bottom: 100px;
		background-attachment: unset;
	}
}

.solar-feature-bg {
	padding-top: 60px;
	padding-bottom: 100px;
}
.solar-feature {
	margin-top: 60px;
	display: flex;
	align-items: center;
}
.solar-feature-image {
	width: 400px;
}
@media (min-width: 1025px) {
	.solar-feature-image {
		order: 1;
	}
}
.solar-feature-list {
	flex: 1 1 0%;
	padding-left: 60px;
}
.solar-feature-list ul {
	margin-left: 0;
	list-style: none;
}
.solar-feature-list li {
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px;
	min-height: 33px;
}
.solar-feature-list li:before {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	width: 32px;
	height: 33px;
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/feature-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}
@media (max-width: 1024px) {
	.solar-feature {
		display: block;
		margin-top: 20px;
	}
	.solar-feature-image {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.solar-feature-list {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.solar-feature-list li {
		padding-left: 0;
		padding-top: 50px;
		text-align: center;
	}
	.solar-feature-list li:before {
		top: 0;
		left: calc(50% - 16px);
		background-position: top;
	}
}

.solar-gaf-bg {
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url(https://www.rooftopservicesva.com/wp-content/uploads/2022/08/solar-gaf-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
@media (max-width: 767px) {
	.solar-gaf-bg {
		padding-top: 100px;
		padding-bottom: 100px;
		background-attachment: unset;
	}
}

.custom-slider-outer-wrapper {
	max-width: 100% !important;
}
.banner-wrap {
	position: relative;
	height: 1000px;
}
.banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-bg img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.banner-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../uploads/2024/01/banner-top.png),
		url(../../uploads/2024/01/banner-bottom.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top, bottom;
}
.banner-year {
	position: absolute;
	left: 80px;
	bottom: 120px;
}
.banner-badge {
	margin-top: -120px;
	padding: 80px 15px 90px;
	text-align: center;
	clip-path: polygon(50% 0, 100% 120px, 100% 100%, 0 100%, 0 120px);
	background-color: #fff;
}
@media (max-width: 767px) {
	.banner-wrap {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}
	.banner-bg:after {
		display: none;
	}
	.banner-year {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.banner-year img {
		width: 135px;
	}
	.banner-badge {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		clip-path: none;
	}
}