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



/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.875 * 16px = 14px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 87.5%;
	line-height: 1.625;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, 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: #FA001B;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:focus {
	color: #AAAAAA;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	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;
    padding-top: 0px;
  }
}
.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 {
	color: #333333;
	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;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar .widget-title a {
	color: #333333;
}
.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;
	letter-spacing: -1px;
	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;
	line-height: 2;
	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,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a {
	background: #EDEDED;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	background: #333333;
	color: #FFFFFF;
}
.builder-module-navigation li a:hover {
	background: #333333;
	color: #FFFFFF;
}
/* second level stuff */
.builder-module-navigation li ul {
	border: .1em solid #AAAAAA;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #AAAAAA;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.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;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
}
.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;
	/*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 {
}
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: .1em 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: 1em;
	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;
}


/*********************************************
	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;
	}
	.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 {
		background: #FFFFFF;
		border-radius: 2px;
		color: #333333;
		cursor: pointer;
		display: block;
		font-size: 1em;
		font-weight: bold;
		padding: .25em .75em;
		-webkit-font-smoothing: antialiased;	
	}
	.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 {
  text-decoration: none;
  transition: .3s all;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
img {
  display: inline-block;
  margin: 0;
}
ul {
  /*margin-left: 1.5em;*/
}
li {
  font-size: 18px;
}

.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 {
  float: right;
}
.builder-module-navigation li ul,
.builder-module-navigation li li {
  border-width: 1px;
}
.builder-module-navigation li li {
  width: 100%;
}
.builder-module-element {
  padding: 0;
}

.slick-track {
  display: flex !important;
  align-items: center;
}
.slick-slide img {
  margin: 0 auto;
}

.flexslider .slides > li {
  position: static !important;
}

.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 .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.gform_wrapper .top_label .gfield .gfield_label,
.gform_wrapper .top_label .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}
body .gform_wrapper .gform_body .top_label div.ginput_container {
  margin-top: 0;
}
.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;
}
body .gform_wrapper .gform_body select,
body .gform_wrapper .gform_footer input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  transition: .2s;
}
body .gform_wrapper .gform_body select {
  padding: 5px 4px;
  background-color: #fff;
}
.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 {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
}
.gform_wrapper .address_line_1 input {
  margin-bottom: 10px;
}
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;
    z-index: 4;
    transition: unset;
  }
  .builder-module-navigation #it-mobile-menu {
    display: inline-block;
    float: left;
    padding: 0;
    margin-left: 10px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 60px;
    line-height: 1;
  }
  .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-right: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
  }
  .builder-module-navigation #it-mobile-phone a {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    text-decoration: none;
  }
  .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: #fac61d;
  }
  .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 {
    display: block;
    position: absolute;
    height: 4px;
    width: 35px;
    top: 20px;
    left: 40px;
    background: #fff;
    border-radius: 1px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    content: "";
    z-index: 9;
  }
  .mobile-menu-open #it-mobile-menu-close {
    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 .menu > li > a {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .builder-module-navigation.mobile li a {
    border-bottom: 1px solid #434343;
    color: #434343;
    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: #434343;
    cursor: pointer;
  }
  .menu-item-has-children > a:hover:after {
    color: #fff;
  }
}

.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#builder-module-524d720c1a107 .entry-header,
#builder-module-52449ac681116 .entry-header,
#builder-module-5358add06aa15 .entry-header {
  display: none;
}
.cat-archive-description {
  padding-top: 3em;
}
.category #builder-module-52449ac681116 .entry-header,
.category #builder-module-52449ac681116 .entry-footer {
  display: block;
}
.category #builder-module-52449ac681116 .entry-header {
  margin-top: 3em;
}

#builder-module-52449ac681116-outer-wrapper {
  overflow: visible;
	margin-top:50px;
}
#builder-module-52449ac681116 {
  display: flex;
}
#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;
}
@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;
  }
}

.custom-header-background-wrapper {
  z-index: 2;
  top: 0;
  width: 100%;
  transition: .2s;
}
.header-social,
.header-phone {
  text-align: right;
}
@media (max-width: 1024px) {
  .custom-header-outer-wrapper .custom-header .builder-module-column-1-outer-wrapper.left {
    width: 100% !important;
  }
  .header-logo {
    padding: 10px 0;
    text-align: center;
  }
  .header-social,
  .header-phone {
    display: none;
  }
}
.custom-mobile-menu-background-wrapper {
  z-index: 2;
  width: 100%;
  transition: .3s;
}

.custom-slider-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;
}

body {
  font-family: "Source Sans Pro";
  font-size: 18px;
}

.custom-header-background-wrapper {
  padding-top: 10px;
}
.custom-header-outer-wrapper {
  max-width: 100% !important;
  padding: 0 45px !important;
}
.home-logo {
  display: none;
}
@media (min-width: 1025px) {
  .home:not(.sticky) .home-logo {
    display: block;
  }
  .home:not(.sticky) .int-logo {
    display: none;
  }
}
.header-social a {
  margin-left: 10px;
  color: #313131;
  font-size: 36px;
}
.header-social a:hover {
  color: #fac411;
}
.header-phone a {
  color: #313131;
  font-family: Oxygen;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
}
.header-phone a:hover {
  color: #fac411;
}

.custom-mobile-menu-background-wrapper {
  background-color: #000;
}
@media (min-width: 1025px) {
  .builder-module-navigation .menu > li > a {
    position: relative;
  }
  .builder-module-navigation .menu > li:not(:last-child) > a:after {
    content: "";
    position: absolute;
    top: 17px;
    right: -1px;
    width: 2px;
    height: 15px;
    background-color: #fff;
  }
  .builder-module-navigation .menu li a {
    font-size: 16px;
  }
  .builder-module-navigation .menu > li > a {
    text-transform: uppercase;
  }
  .builder-module-navigation .menu > li > a,
  .builder-module-navigation .menu > .current_page_item > a,
  .builder-module-navigation .menu > .current-cat > a,
  .builder-module-navigation .menu > .current-menu-item > a {
    background-color: transparent;
    color: #fff;
  }
  .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 {
    color: #ffde16;
  }
  
  .home:not(.sticky) .custom-header-background-wrapper {
    position: absolute;
    background-color: transparent;
  }
  .home:not(.sticky) .custom-mobile-menu-background-wrapper {
    position: absolute;
    top: 118px;
    background-color: transparent;
  }
  .home:not(.sticky) .header-social a,
  .home:not(.sticky) .header-phone a {
    color: #fff;
  }
  .home:not(.sticky) .header-social a:hover,
  .home:not(.sticky) .header-phone a:hover {
    color: #ffde16;
  }
  
  body:not(.home) {
    padding-top: 178px;
  }
  body:not(.home) .custom-header-background-wrapper,
  .home.sticky .custom-header-background-wrapper {
    position: fixed;
    z-index: 3;
    background-color: #fff;
  }
  body:not(.home) .custom-mobile-menu-background-wrapper,
  .home.sticky .custom-mobile-menu-background-wrapper {
    position: fixed;
    z-index: 3;
    top: 130px;
  }
}

.custom-contact-background-wrapper {
  padding: 130px 0;
  background-color: #000;
}
@media (min-width: 795px) {
  .home .custom-contact-background-wrapper {
    padding: 0;
    margin-top: -234px;
    /*background-color: transparent;*/
  }
}
.custom-contact .gform_wrapper {
  position: relative;
	z-index:99;
}
.gform_title {
  color: #fff;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
}
.gform_title span {
  color: #fac511;
  font-family: Oxygen;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .custom-contact #field_1_6,
  .custom-contact #field_1_7,
  .custom-contact #field_1_8,
  .custom-contact #field_1_4,
  .custom-contact #field_1_2,
  .custom-contact #field_1_10 {
    float: left;
    clear: none;
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  .custom-contact #field_1_8 {
    margin-right: 0;
  }
  .custom-contact #field_1_4 {
    clear: both;
  }
  .custom-contact #field_1_11 {
    float: left;
    clear: none;
    width: calc(75% - 4px);
  }
  .custom-contact #input_1_11_1 {
    width: calc(33.33% - 11px);
    margin-right: 13px;
    margin-bottom: 0;
  }
  .custom-contact #input_1_11_3_container {
    width: calc(33.33% - 2px);
  }
  .custom-contact #input_1_11_4_container {
    width: calc(33.33% - 4px);
  }
  .custom-contact .gform_wrapper .gform_footer {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: calc(25% - 12px);
  }
}
.custom-contact .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  height: 137px;
  margin-right: 0;
  border: none;
  background-color: #fac511;
  color: #363636;
  font-family: Oxygen;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .custom-contact-background-wrapper {
    padding: 30px 0;
  }
  .custom-contact .gform_wrapper {
    padding: 0 20px;
  }
  .gform_title {
    font-size: 36px;
  }
  .custom-contact .gform_wrapper .gform_footer input[type=submit] {
    height: auto;
  }
}

.custom-services .title-wrapper {
  padding: 60px 0;
  margin: 20px 0;
  background-color: #e1e1e1;
}
.main-title {
  font-family: Oxygen;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.main-title span {
  font-family: "Source Sans Pro";
  font-weight: 200;
  font-style: italic;
}
@media (max-width: 1024px) {
  .custom-services .title-wrapper {
    padding: 30px 0;
    background-color: transparent;
  }
  .main-title {
    font-size: 36px;
  }
}
.custom-services-outer-wrapper {
  max-width: 100% !important;
}
.service-wrapper {
  margin-bottom: 20px;
}
.service-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.service-item {
  position: relative;
}
.service-image {
  width: 100%;
  height: 100%;
}
.service-item .service-image {
  position: relative;
  overflow: hidden;
}
.service-image img {
  transition: .3s;
}
.service-item:hover .service-image img {
  transform: scale(1.2);
}
.service-item .service-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.service-item:hover .service-image:after {
  background-color: rgba(250, 197, 17, .9);
}
.service-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 150px;
  margin: 0;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/service-marker.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  color: #fff;
  font-family: Oxygen;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: .3s;
}
.service-item:hover .service-title {
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/service-mark-hover.png);
}
.service-title span {
  color: #fac511;
}
.service-item:hover .service-title span {
  color: #252525;
}
.service-button {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.service-button a {
  display: inline-block;
  padding: 20px 60px;
  background-color: #fac511;
  color: #000;
  font-family: Oxygen;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-item:hover .service-button a {
  background-color: #252525;
  color: #fff;
}
@media (min-width: 1025px) {
  .service-item-wrapper {
    float: left;
  }
  .service-striping {
    width: calc(33.33% - 14px);
    height: 740px;
    margin-right: 21px;
  }
  .service-paving {
    width: calc(33.33% - 14px);
    height: 300px;
    margin-right: 21px;
    margin-bottom: 21px;
  }
  .service-repair {
    width: calc(33.33% - 14px);
    height: 300px;
    margin-bottom: 21px;
  }
  .service-maintenance {
    width: calc(66.67% - 7px);
    height: 419px;
  }
  .service-item {
    width: 100%;
    height: 100%;
  }
  .service-striping .service-title {
    top: 250px;
  }
  .service-paving .service-title,
  .service-repair .service-title {
    top: 70px;
  }
  .service-maintenance .service-title {
    top: 150px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .service-striping .service-button,
  .service-maintenance .service-button {
    bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .service-item {
    height: 480px;
    margin-bottom: 120px;
  }
  .service-title {
    background-position: 0 10px;
    background-size: auto 100%;
    font-size: 36px;
  }
  .service-button {
    bottom: -100px;
  }
}
@media (max-width: 1280px) {
  .service-title {
    width: 100%;
    padding-top: 140px;
    padding-left: 0;
    background-position: center;
    background-size: 140px;
    font-size: 24px;
    text-align: center;
  }
}
.service-wrapper .slick-dots {
  list-style-type: none;
  padding: 10px 0 40px;
  margin-left: 0;
  text-align: center;
}
.service-wrapper .slick-dots li {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-top: 7px;
  margin: 0 10px;
  border: 1px solid #343434;
  border-radius: 25px;
  background-color: #343434;
}
.service-wrapper .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
.service-wrapper .slick-dots li.slick-active button {
  border-radius: 25px;
  background-color: #ffde0f;
}

.custom-content-outer-wrapper {
  max-width: 100% !important;
}
.home-content {
  display: flex;
}
.home-left {
  width: 50%;
}
.home-right {
  width: 50%;
  background-color: #e1e1e1;
}
.home-inner {
  max-width: 480px;
  padding: 60px 0;
  margin: 0 auto;
}
.home-title {
  position: relative;
  padding-bottom: 80px;
  margin: 0 0 20px;
  color: #010101;
  font-family: Oxygen;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.home-title span {
  display: block;
  font-weight: 700;
}
.home-title:after {
  content: "";
  position: absolute;
  left: calc(50% - 43px);
  bottom: 0;
  width: 86px;
  height: 63px;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/mark1.png);
  background-repeat: no-repeat;
}
.home-inner p {
  text-align: justify;
}
@media (max-width: 1024px) {
  .home-left {
    display: none;
  }
  .home-right {
    width: 100%;
    background-color: transparent;
  }
}

.custom-quote-background-wrapper {
  padding: 120px 0;
  margin: 20px 0;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/quote.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.custom-quote-outer-wrapper {
  max-width: 900px !important;
}
.quote-wrapper {
  position: relative;
  padding: 130px 0;
  text-align: center;
}
.quote-wrapper:before,
.quote-wrapper:after {
  content: "";
  position: absolute;
  left: 15%;
  width: 70%;
  height: 1px;
  background-color: #f9c513;
}
.quote-wrapper:before {
  top: 0;
}
.quote-wrapper:after {
  bottom: 0;
}
.quote-text {
  color: #f0f0f0;
  font-family: Oxygen;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.quote-meta {
  color: #f9c513;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .custom-quote-background-wrapper,
  .quote-wrapper {
    padding: 60px 0;
  }
  .quote-text,
  .quote-meta {
    font-size: 18px;
  }
}

.custom-feature-outer-wrapper {
  max-width: 100% !important;
}
.feature-wrapper {
  display: flex;
}
.feature-left {
  width: 50%;
  padding: 60px 0;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/feature-bg.jpg);
}
.feature-right {
  width: 50%;
}
.feature-list {
  margin-top: 40px;
}
.feature-text {
  max-width: 580px;
  padding: 40px 0 40px 130px;
  margin-left: auto;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 24px;
}
.feature-text:nth-of-type(1) {
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/feature-bullet1.png);
}
.feature-text:nth-of-type(2) {
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/feature-bullet2.png);
}
.feature-text:nth-of-type(3) {
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/feature-bullet3.png);
}
.feature-text:nth-of-type(4) {
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/feature-bullet4.png);
}
@media (max-width: 1024px) {
  .feature-left {
    width: 100%;
  }
  .feature-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .feature-list {
    padding: 0 40px;
  }
  .feature-text {
    padding-left: 80px;
    background-size: 60px;
    font-size: 12px;
  }
}

.custom-affi-background-wrapper {
  padding: 100px 0;
  margin: 20px 0 0;
  background-color: #e1e1e1;
}
.affi-item-inner {
  padding: 20px;
}
.affi-item-inner img {
  box-shadow: 3px 4px 8px 2px rgba(0, 0, 0, .3);
}

.custom-testi-outer-wrapper {
  max-width: 100% !important;
}
.title-wrapper {
  padding: 60px 0;
  margin: 20px 0;
}
.home .custom-testi .title-wrapper {
  background-color: #111;
  color: #fff;
}
.reviews-background-wrapper {
  position: relative;
  padding: 250px 0 90px;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/testi.jpg);
  background-size: cover;
}
.reviews-background-wrapper:before {
  content: "";
  position: absolute;
  left: calc(50% - 43px);
  top: 100px;
  width: 86px;
  height: 63px;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/mark2.png);
}
.reviews-outer-wrapper {
  max-width: 1170px !important;
  margin: 0 auto;
}
.review-content {
  color: #000;
  font-size: 30px;
  font-style: italic;
  text-align: center;
}
.review-meta {
  margin: 40px 0 80px;
  text-align: center;
}
.review-reviewer {
  color: #000;
  font-family: Oxygen;
  font-size: 30px;
  font-weight: 700;
}
.review-more {
  text-align: center;
}
.review-more a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #000;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
}
@media (max-width: 1024px) {
  .reviews-background-wrapper {
    padding: 200px 20px 60px;
  }
  .review-content {
    font-size: 18px;
  }
  .review-meta {
    margin-bottom: 40px;
  }
  .review-reviewer {
    font-size: 24px;
  }
  .review-more a {
    font-size: 20px;
  }
}

.custom-map-background-wrapper {
  margin: 20px 0;
}
.custom-map-outer-wrapper {
  max-width: 100% !important;
}

.custom-footer-background-wrapper {
  padding: 180px 0 160px;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/footer.jpg);
  background-size: cover;
}
.footer-wrapper {
  display: flex;
}
.footer-address {
  width: 50%;
}
.footer-nav {
  width: 50%;
}
.footer-contact {
  width: 35%;
}
.footer-title {
  margin-bottom: 40px;
  color: #fbc611;
  font-family: Oxygen;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.footer-address p {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
}
.footer-address p span {
  color: #f1c804;
}
.footer-nav ul {
  list-style-type: none;
}
.footer-nav li {
  position: relative;
  line-height: 36px;
}
.footer-nav li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -40px;
  width: 21px;
  height: 15px;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/footer-bullet.png);
  background-repeat: no-repeat;
}
.footer-nav li a {
  color: #fff;
}
.footer-nav li a:hover {
  color: #fbc611;
}
.footer-contact #field_3_2,
.footer-contact #field_3_4 {
  float: left;
  clear: none;
  width: calc(50% - 5px);
}
.footer-contact #field_3_2 {
  margin-right: 10px;
}
.footer-contact input[type=text],
.footer-contact textarea {
  border: none;
  border-radius: 5px;
}
.footer-contact .gform_wrapper textarea.medium {
  height: 100px;
}
.footer-contact .gform_wrapper .gform_footer {
  text-align: right;
}
.footer-contact .gform_wrapper .gform_footer input[type=submit] {
  margin-right: 0;
  padding: 10px 60px;
  border: none;
  border-radius: 5px;
  background-color: #fbc611;
  color: #000;
  font-family: Oxygen;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .custom-footer-background-wrapper {
    padding: 60px 0;
  }
  .footer-wrapper {
    display: block;
    padding: 0 20px;
  }
  .footer-address,
  .footer-nav,
  .footer-contact {
    width: 100%;
  }
}

.custom-subfooter-background-wrapper {
  padding: 40px 0;
  background-color: #000;
}
.subfooter-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}
.subfooter-text span {
  color: #efbb3b;
}

.custom-page-header-background-wrapper {
  padding: 150px 0 100px;
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/pageheader.jpg);
  background-size: cover;
}
.custom-page-header .entry-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-family: Oxygen;
  font-size: 72px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.custom-page-header .entry-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.custom-page-header .entry-title span {
  color: #ffdd16;
}
.custom-page-header .entry-subtitle {
  color: #ffdd16;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .custom-page-header .entry-title {
    font-size: 36px;
	  text-align:center;
  }
		.custom-page-header .entry-title:after {
  content: "";
  position: absolute;
  left: 3em;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
}

#builder-module-5358add06aa15-background-wrapper {
  background-color: #ebebeb;
}
#builder-module-5358add06aa15-outer-wrapper,
#builder-module-5358add06aa15 .builder-module-element {
  overflow: visible;
}
.contact-page-wrapper {
  display: flex;
  padding: 60px 0;
}
.contact-page-form-wrapper,
.contact-page-content-wrapper {
  float: left;
  width: calc(50% - 10px);
  box-shadow: 4px 3px 8px 0.2px rgba(0, 0, 0, .6);
}
.contact-page-form-wrapper {
  padding: 80px 40px;
  margin-right: 20px;
  background-color: #fac61d;
}
.contact-page-form-title {
  color: #333;
  font-family: Oxygen;
  font-size: 36px;
  font-weight: 400;
}
.contact-page-form-wrapper input[type=text],
.contact-page-form-wrapper .gform_wrapper .gform_body select,
.contact-page-form-wrapper textarea {
  background-color: transparent;
}
.contact-page-form-wrapper input[type=text],
.contact-page-form-wrapper select {
  border: none;
  border-bottom: 1px solid #333;
}
.contact-page-form-wrapper textarea {
  border-color: #333;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer {
  text-align: right;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
  padding: 10px 40px;
  margin-right: 0;
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer input[type=submit]:hover {
  
}
.contact-page-content-wrapper iframe {
  display: block;
}
.contact-page-content {
  padding: 30px;
  background-color: #fff;
}
.contact-page-social {
  margin-top: 40px;
}
.contact-page-social a {
  margin-right: 20px;
  color: #333;
  font-size: 24px;
}
@media (max-width: 767px) {
  #builder-module-5358add06aa15 .entry-content {
    display: block;
  }
  .contact-page-wrapper {
    display: block;
  }
  .contact-page-form-wrapper,
  .contact-page-content-wrapper {
    float: none;
    width: 100%;
  }
  .contact-page-form-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.two-col-wrapper {
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .two-col-wrapper {
    display: flex;
  }
  .two-col-wrapper .left-half {
    width: 50%;
  }
  .two-col-wrapper .right-half {
    width: 50%;
    padding-left: 40px;
  }
}
.about-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.about-left {
  float: left;
  width: 50%;
  text-align: justify;
  font-size:16px;
  margin-top:1.5em;
}
.about-left li,
.about-right li{
text-align:left!important;
}
.about-right {
  float: left;
  width: 50%;
  padding-left: 60px;
  text-align: justify;
  font-size:16px;
  margin-top:1.5em;
}
.about-left h2,
.about-left h3,
.about-left h4,
.about-right h2,
.about-right h3,
.about-right h4 {
  text-align: left;
}
@media (max-width: 767px) {
  .about-left,
  .about-right {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}
#gform_submit_button_4{
	background-color:#FB001B;
	padding:20px 40px;
	border-radius:10px;
	color:#fff;
}
#gform_submit_button_4:hover{
	background-color:#000;
}

.container,
.container-lg {
  width: 100%;
  max-width: 1300px;
  padding-left: 64px;
  padding-right: 64px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

.container-lg {
  max-width: 1500px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  grid-row-gap: 30px;
}

.row-reverse {
  flex-flow: row-reverse;
}

.flex-wrap {
  flex-flow: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666666%;
}

.col-12 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0;
}

@media (max-width: 991px) {
  .container,
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11 {
    width: 100%;
  }
  .reverse > :first-child {
    order: 2;
  }
  .reverse > :last-child {
    order: 1;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

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

.items-stretch {
  align-items: stretch;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: end;
}

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

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

.text-center {
  text-align: center;
}
.italic {
  font-style: italic;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.position-bottom {
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-80 {
  margin-bottom: 80px;
}

.city-about-img {
  height: 100%;
}

.city-about-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
  width: 100%;
}

.city-about-bg h2 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.2;
}

.city-about-bg h2 strong,
.city-about-bg h2 span {
  display: block;
  font-size: 48px;
  font-weight: 900;
  font-family: var(--font-heading);
  color: var(--color-acc);
}

.border-img {
  border-radius: 50px;
}

.w-100 {
  width: 100%;
}

.border-50 {
  border-radius: 50%;
  width: 592px;
  height: 592px;
  margin: auto;
}

.city-service-bg {
  background-image: url(https://www.howeasphalt.com/wp-content/uploads/2019/02/quote.jpg);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.font-20 {
  font-size: 20px;
}

.page-asphalt .city-about-bg h2 {
  font-weight: 900;
  font-family: "proxima-nova";
}

.page-asphalt .city-service-bg {
  background-color: #fff;
}

.page-asphalt .city-service {
  background-color: #000;
}

.page-asphalt .city-service ul li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.city-map {
  border: 2px solid #fff;
  overflow: hidden;
  height: 100%;
}

.city-map * {
  width: 100%;
  height: 100%;
}

.city-map iframe {
  min-height: 540px;
}

.city-service {
  height: 100%;
  background-color: #fff;
  padding: 60px 60px;
}

.city-service h2 {
	margin: 0;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2;
}

.city-service h2 strong {
  font-size: 36px;
  font-weight: 900;
  color: #fcc50b;
}

.city-service ul {
  margin: 0;
  font-size: 18px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  list-style: none;
  padding-left: 0;
}

.city-service ul ul {
  -moz-column-count: 1;
       column-count: 1;
  padding-left: 5px;
}

.city-service ul ul li {
  margin-bottom: 0;
  display: block;
  padding-left: 20px;
}

.city-service ul ul li a {
  font-size: 14px;
}

.city-service ul ul li:before {
  width: 10px;
  height: 10px;
  top: 10px;
}

.city-service ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.city-service ul li strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.city-service ul li h4, .city-service ul li h3, .city-service ul li h5, .city-service ul li p, .city-service ul li a {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.city-service ul li h4 strong, .city-service ul li h3 strong, .city-service ul li h5 strong, .city-service ul li p strong, .city-service ul li a strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.city-service ul li h4:hover, .city-service ul li h3:hover, .city-service ul li h5:hover, .city-service ul li p:hover, .city-service ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.city-service ul li:before {
  content: "" !important;
  border-radius: 50%;
  background-color: #fcc50b;
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
}

.cta-image.mobile {
  border: 2px solid #fcc50b;
  border-radius: 30px;
  overflow: hidden;
}

.cta-image.mobile img {
  width: 100%;
}

.choose-city .h1 {
  padding-left: 150px;
}

.choose-city .feature-inner ul li {
  font-size: 16px;
}

.choose-city .feature-inner ul li:before {
  top: 0;
  transform: translate(0, 0%);
}

@media (max-width: 991px) {
  .city-service-bg {
    padding-bottom: 80px;
  }
  .city-service-bg:before {
    height: 24px;
    background-size: 100% 24px;
  }
  .city-map iframe {
    min-height: 320px;
  }
  .city-service {
    padding: 60px 15px 30px;
  }
  .city-service h2 {
    margin-bottom: 30px;
  }
  .city-service .mt-60 {
    margin-top: 30px;
  }
  .city-service ul {
    font-size: 18px;
    -moz-column-count: 1;
         column-count: 1;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 50px;
  }
}
.things-bg .things-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.border-30 {
  border-radius: 32px;
}

@media (min-width: 991px) {
  .page-asphalt .city-service ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  .things-img {
    height: 100%;
  }
}
.things-bg h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.city-blogs-bg .h1 {
    text-align: center;
    font-size: 48px;
    margin: 0;
}

.city-blogs h2 {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
}
.bg-dark {
    background-color: #231F20;
    color: #fff;
}

.bg-dark h2 {
	color: #fff;
}