/*
Theme Name: SFL Blaze
Theme URI: https://www.surefirelocal.com/
Description: This is the Blaze baseline theme created for the Genesis Framework.
Author: Web Dev Team
Author URI: https://www.surefirelocal.com/

Version: 2.8.1-dev

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sfl-blaze
*/

/* Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
    - Modals
    - Icons
    - Buttons
    - Slicks
- Structure and Layout
    - Site Container
    - Site Inner
    - Hero Section
    - Sections
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
    - Display
    - Animate
    - Text Alignment
    - Text Color
- Widgets
    - Featured Content
- Plugins
    - Genesis eNews Extended
    - Genesis Simple FAQ
- Skip Links
- Site Header
    - Title Area
- Site Navigation
    - Responsive Menu
    - Header Menu
    - Footer Menu
- Content Area
    - Entry Content
    - Entry Meta
    - Pagination
    - Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
    - Max-width: 991px
        - Site Header
        - WordPress
        - Blog
        - Site Footer
        - Modals
        - Gallery
    - Max-width: 768px  
        - Modals
    - Max-width: 600px  
        - Blog
        - Modals
    - Min-width: 993px
        - Site Header
        - Genesis Menu
        - Responsive Menu
        - Header Menu
        - Site Inner
        - Content
        - Blog
        - Sidebar
        - Modals
        - Author Box
        - After Entry
        - Column Classes
        - Entry Misc.
        - Footer Widgets
Custom Classes

- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

/* stylelint-disable */

/* stylelint-disable */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');

@font-face {
	font-family: 'greshamroofingFont';
	src: url('fonts/greshamroofingFont.eot');
	src: url('fonts/greshamroofingFont.woff2') format('woff2'), url('fonts/greshamroofingFont.woff') format('woff'), url('fonts/greshamroofingFont.ttf') format('truetype'), url('fonts/greshamroofingFont.svg#greshamroofingFont') format('svg'), url('fonts/greshamroofingFont.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	color: #464646;
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0;
	text-align: center;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	content: " ";
	display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #f25f26;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus, a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b, strong {
	font-weight: 700;
}

blockquote, cite, em, i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

.primary-font-family {
	font-family: 'Montserrat', sans-serif;
}

.secondary-font-family {
	font-family: 'Oswald', sans-serif;
}

.light-text {
	color: #ffffff !important;
}

.dark-text {
	color: #ffffff !important;
}

.light-bg:hover {
	background: #fff;
	color: #00308f !important;
	text-shadow: none !important;
	border-color: #fff;
}

.light-bg:hover .icon-arrow-right {
	background-position: -130px -5px;
}

.text-uppercase {
	text-transform: uppercase;
}

.check {
	margin-left: 25px;
	margin-bottom: 25px;
}

.check li {
	list-style-type: none !important;
}

.check li:before {
	content: '';
	width: 19px;
	height: 19px;
	background-position: -207px -5px;
	display: inline-block;
	background-image: url(/wp-content/uploads/2019/02/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -20px;
	transform: translateX(-8px);
	vertical-align: top;
}

.toggle-btn:after {
	content: "\f107";
	color: #f25f26;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

h1, .archive-title {
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	position: relative;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #000;
}

.entry-content h2, .entry-content h3 {
	position: relative;
	padding-bottom: 5px;
	color: #000;
}

.entry-content h2:after, .entry-content h3:after {
	content: "";
	position: absolute;
	bottom: -25px;
	display: block;
	width: 45px;
	height: 2px;
	margin: 15px 0 15px;
	background-color: #f25f26;
	left: 0;
	margin-left: 0;
}

.archive-title {
	font-size: 38px !important;
	font-weight: normal !important;
}

.after-content .section-wrap h2, .financing h2 {
	position: relative;
	margin-bottom: 40px;
}

h1:before, .after-content .section-wrap h2:before, .financing h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 50px;
	height: 2px;
	margin: 15px 0 15px;
	background-color: #f25f26;
	left: 50%;
	margin-left: -25px;
}

.section.full-width.content-section:after {
	content: '';
	background: #FFF;
	background: rgba(255, 255, 255, 0.78);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
}

.after-content .section-wrap h2:before, .after-content .section-wrap h2:after, .financing h2:before, .financing h2:after {
	bottom: -33px;
}

.financing h2:before, .financing h2:after {
	left: 0%;
	margin-left: 0px;
}

h2 {
	font-size: 35px;
	color: #000;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.sfl-large {
	font-size: 18px !important;
}

.sfl-xlarge {
	font-size: 30px !important;
}

.sfl-xxlarge {
	font-size: 36px !important;
}

.sfl-xxxlarge {
	font-size: 48px !important;
}

.sfl-jumbo {
	font-size: 64px !important;
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus, .gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-container, .before-after-container {
	border: 1px solid #cccccc;
	box-shadow: 0 5px 5px #f1f1f1;
	margin: 0 auto 25px;
}

.gallery-caption-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	color: #0d333f;
	text-transform: uppercase;
}

.gallery-container:hover {
	background: #00308f;
	color: #fff;
}

.gallery-container:hover .gallery-caption-title {
	color: #fff;
}

.project-gallery-caption {
	padding: 0 50px;
}

.divider {
	padding-bottom: 40px;
	clear: both;
}

/* Forms
--------------------------------------------- */
input, select, textarea {
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

::placeholder {
	color: #fff;
	opacity: 1;
}

.entry-content .search-form ::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.entry-content .search-form :-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.entry-content .search-form ::placeholder {
	color: #000;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #8d2624;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
	background-color: #8d2624;
	color: #fff;
}

.entry-content .button:focus, .entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

.form-title {
	text-align: center;
	font-size: 47px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: .7;
	padding: 9px 0 18px;
	color: #fff;
	background: #F25F22;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'Oswald', sans-serif;
}

input.wpcf7-form-control.wpcf7-submit {
	border-radius: 5px !important;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	left: 0;
	bottom: 8px !important;
	right: 0;
	text-align: center;
	margin: 0 auto !important;
}

.entry-content span.ajax-loader {
	bottom: 42px !important;
}

#wpcf7-f702-p374-o2 .ajax-loader {
	bottom: -17px !important;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto !important;
}

.fields-container {
	padding: 0 20px 20px;
	border: 10px solid #000;
	border-top: 0;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	    position: relative;
}

.sfl-button {
	padding: 10px;
	font-size: 2rem;
	cursor: pointer;
	color: #FFF;
}

.sfl-button:hover {
	font-weight: bold;
	text-shadow: 0 0 5px #333;
}

.contact-form div.wpcf7 {
	border: 0;
	max-width: 600px;
	margin: auto;
}

span.wpcf7-list-item {
	display: block !important;
}

form.use-floating-validation-tip span.wpcf7-not-valid-tip {
	padding: 0 5px;
	font-size: 14px;
	right: 0;
	left: auto;
	top: 0;
	border: 1px solid #a82f2e !important;
	background: #a82f2e !important;
	color: #FFF !important;
}

form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked {
	position: relative;
	border: 2px solid rgb(251, 34, 34);
	background: rgba(255, 0, 0, .8);
	color: #fff;
	font-size: 14px;
	margin: -16px 0 0 0 !important;
	text-align: center;
}

form div.wpcf7-mail-sent-ok {
	border: 2px solid #0a4328;
	background: rgb(23, 78, 53);
	position: relative;
	color: #fff;
	font-size: 14px;
	margin: -16px 0 0 0 !important;
	text-align: center;
}

.grecaptcha-badge {
	opacity: 0 !important;
}

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

form select:after {
	font-family: "greshamroofingFont";
	content: "\f107";
	color: #fff;
	right: 11px;
	top: 6px;
	height: 34px;
	padding: 11px;
	position: absolute;
	pointer-events: none;
}

span.wpcf7-form-control-wrap.interested:after, span.wpcf7-form-control-wrap.preferred:after {
	font-family: "greshamroofingFont";
	font-size: 16px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
	font-weight: 600;
	content: "\f107";
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td, th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child, th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span, #blog-widget .widget-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;    /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* Modals
--------------------------------------------- */
.sfl-modal {
	z-index: 99999;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8)
}

.sfl-modal-content {
	margin: auto;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sfl-modal-content div.wpcf7 {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.62);
}

.modal-button.updated-modal {
	right: -131px;
}

.modal-button {
	position: fixed;
	font-size: 34px;
	top: 366px;
	bottom: auto;
	left: auto;
	right: -141px;
	z-index: 5;
	margin: auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	background: #f25f26;
	border: #f25f26;
	transition: right ease-in .3s;
	font-weight: bold;
	height: 50px;
	font-weight: 400;
}

.home .modal-button {
	right: -197px;
}

/* Icons
--------------------------------------------- */
.icons-fa::after {
	font-family: "greshamroofingFont";
	font-weight: 500;
	position: relative;
	margin-left: 5px;
}

.icon {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

.icon-fa-arrow-up::after {
	content: "\f062" !important;
}

.icon-top {
	width: 61px;
	height: 67px;
	background-position: -5px -5px;
}

.icon-fa-star:after {
	content: "\f005";
	color: #ff7f00;
	font-size: 20px;
}

.icon-arrow-down {
	width: 40px;
	height: 35px;
	background-position: 0 -21px;
}

.icon-arrow-right {
	width: 8px;
	height: 10px;
	background-position: -113px -5px;
}

.icon-arrow-right-dark {
	width: 7px;
	height: 11px;
	background-position: -131px -5px;
}

.icon-calendar {
	width: 18px;
	height: 19px;
	background-position: -148px -5px;
}

.icon-fa-check {
	width: 50px;
	height: 50px;
	background-position: -136px 0;
}

.icon-fa-check-dark {
	width: 50px;
	height: 50px;
	background-position: -56px -32px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.icon-check-circle {
	width: 19px;
	height: 19px;
	background-position: -207px -5px;
}

.icon-four {
	width: 17px;
	height: 24px;
	background-position: -259px -5px;
}

.icon-gbusiness {
	width: 25px;
	height: 23px;
	background-position: -286px -5px;
}

.icon-gplus {
	width: 33px;
	height: 21px;
	background-position: -321px -5px;
}

.icon-home {
	width: 15px;
	height: 13px;
	background-position: -364px -5px;
}

.icon-houzz {
	width: 20px;
	height: 23px;
	background-position: -389px -5px;
}

.icon-linkedin {
	width: 23px;
	height: 21px;
	background-position: -419px -5px;
}

.icon-next-arrow {
	width: 11px;
	height: 19px;
	background-position: -452px -5px;
}

.icon-person {
	width: 15px;
	height: 17px;
	background-position: -473px -5px;
}

.icon-phone-w-bg {
	width: 33px;
	height: 37px;
	background-position: -498px -5px;
}

.icon-porch {
	width: 25px;
	height: 17px;
	background-position: -541px -5px;
}

.icon-prev-arrow {
	width: 12px;
	height: 19px;
	background-position: -576px -5px;
}

.icon-yelp {
	width: 19px;
	height: 25px;
	background-position: -123px -61px;
}

.social-media .yelp:hover {
	background-color: #cd2626;
}

.icon-fa-angle-right::after {
	content: "\f105";
}

/* Buttons
--------------------------------------------- */
.sfl-primary-btn, .sfl-secondary-btn {
	color: #fff !important;
	text-decoration: none;
	padding: 10px 34px;
	margin: 15px auto 0;
	display: inline-block;
	transition: all .3s;
	cursor: pointer;
	text-transform: uppercase;
}

.sfl-primary-btn {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #363636 100%);
	background: -webkit-linear-gradient(top, #000000 0%, #363636 100%);
	background: linear-gradient(to bottom, #000000 0%, #363636 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#363636', GradientType=0);
}

.sfl-secondary-btn {
	color: inherit;
}

.sfl-secondary-btn a {
	color: #111;
	font-weight: 600;
	font-size: 14px;
}

.sfl-primary-btn a {
	color: #FFF;
}

.sfl-tertiary-btn {
	text-decoration: none;
	padding: 12px 25px;
	margin: auto;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #7f9520;
	background: rgb(155, 180, 49);
	background: -moz-linear-gradient(top, rgba(155, 180, 49, 1) 0%, rgba(129, 152, 33, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(155, 180, 49, 1) 0%, rgba(129, 152, 33, 1) 100%);
	background: linear-gradient(to bottom, rgba(155, 180, 49, 1) 0%, rgba(129, 152, 33, 1) 100%);
}

a.sfl-primary-btn:hover {
	color: #FFF;
}

/* Slick
--------------------------------------------- */

/*
.hero-slider-item:nth-child(n+2) {
    display: none;
}

.slick-initialized .hero-slider-item:nth-child(n+2) {
    display: block;
}*/

.hero-caption.sfl-display-container .sfl-display-left {
	background: rgba(0, 0, 0, 0.50);
	max-width: 900px;
	padding: 20px 30px 10px;
	color: #FFF;
}

.hero-caption.sfl-display-container {
	height: 940px;
}

button.slick-arrow, .hero-slider button.slick-arrow {
	background: transparent;
	position: absolute;
	top: 50%;
	z-index: 1;
}

button.slick-arrow:hover, .hero-slider button.slick-arrow:hover {
	background: transparent;
}

button.slick-next, .hero-slider button.slick-next {
	right: 0;
}

button.slick-prev, .hero-slider button.slick-prev {
	left: 0;
}

.slick-dots, .hero-slider .slick-dots {
	display: flex !important;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.slick-dots li, .hero-slider .slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots button, .hero-slider .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
	box-sizing: border-box;
}

.slick-dots li.slick-active button, .hero-slider .slick-dots li.slick-active button {
	background-color: #0d333f;
	border-color: #0d333f;
}

.slider-slick-prev {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.slider-slick-next {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

.bounce {
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}

}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* Site Inner
--------------------------------------------- */
.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 80px 0px 0;
}

/* Hero Section
--------------------------------------------- */
.hero-section {
	height: 100vh;
}

.hero-section.test, .hero-section-wrap {
	height: 970px !important;
}

.hero-section.inner-page {
	height: 500px;
	position: relative;
}

.hero-section-wrap {
	display: block;
	height: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.hero-section.inner-page .hero-section-wrap {
	max-height: 500px !important;
	background-position: top !important;
}

.page-id-376 .hero-section.inner-page .hero-section-wrap {
	background-position: bottom !important;
}

.page-id-1161 .hero-section.inner-page .hero-section-wrap {
	background-position: center !important;
}

.hero-section-wrap.static {
	background: #e1e1e1;
}

.hero-slider-item {
	background: #e1e1e1;
	display: block;
	height: 100%;
	background-size: cover;
}

.inner-page .hero-caption {
	height: 830px;
}

.hero-section .title {
	font-size: 46px;
	line-height: 1;
}

.hero-section .sub-title {
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0;
}

#overlay-light, #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;    /*background-color: rgba(0, 0, 0, 0.17);*/
	cursor: pointer;
}

#overlay-dark {
	position: absolute;
	width: 100%;
	height: 268px;
	top: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

#overlay-light {
	background-color: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

#overlay-dark {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.68) 39%, rgba(0, 0, 0, 0.49) 58%, rgba(0, 0, 0, 0.3) 71%, rgba(0, 0, 0, 0.11) 87%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.68) 39%, rgba(0, 0, 0, 0.49) 58%, rgba(0, 0, 0, 0.3) 71%, rgba(0, 0, 0, 0.11) 87%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.68) 39%, rgba(0, 0, 0, 0.49) 58%, rgba(0, 0, 0, 0.3) 71%, rgba(0, 0, 0, 0.11) 87%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
}

.hero-slider .icons-fa::after {
	font-size: 30px;
	color: #FFF;
	padding: 20px 10px;
}

.hero-slider .icon-fa-angle-left::after {
	content: "\f104" !important;
}

.slider-slick-prev {
	position: absolute;
	left: -9px !important;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.hero-slider .slider-slick-next {
	right: 0 !important;
}

.slider-slick-next {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

/* Sections
--------------------------------------------- */
.get-estimate-form {
	border: 1px solid #ffffff;
	border-radius: 25px;
	padding: 10px !important;
	box-sizing: border-box;
	max-width: 450px;
	color: #fff;
	text-transform: none;
}

.gef-wrap {
	padding: 20px;
	background: rgba(15, 15, 15, .80);
	border-radius: 25px;
}

.section {
	background-size: cover !important;
	position: relative;
}

.full-height {
	height: 100vh;
}

.full-height .section-wrap {
	position: relative;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.section-wrap {
	max-width: 1170px;
	margin: auto;
	padding: 60px 20px;
	z-index: 2;
	position: relative;
}

ul.image-list {
	text-align: center;
}

.image-list li {
	display: inline-block;
	padding: 15px;
	filter: grayscale(1);
}

.image-list li:hover {
	filter: grayscale(0);
}

.slidedown {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar, .alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry, .archive-description, .author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 14px;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
	color: #231f20;
	font-weight: 500;
}

.bc-wrap {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
}

.breadcrumb .icon-fa-home::after {
	content: "\f015" !important;
	font-family: "greshamroofingFont";
	font-weight: 500;
	position: relative;
	top: -1px;
	color: #f25f26;
}

.breadcrumb a {
	color: #f25f26 !important;
}

.breadcrumb-link, .breadcrumb a {
	text-decoration: none;
}

.breadcrumb-link:hover, .breadcrumb-link:visited, .breadcrumb-link {
	color: #fff;
}

.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Title
--------------------------------------------- */
.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	color: #3d3d3d;
	font-size: 40px;
	margin-bottom: 10px;
}

.entry-title a, .sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
	color: #00308f;
}

select#selectdp {
	color: #000;
}

.widget-title {
	font-size: 25px;
	font-weight: 400;
	background: #000;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.title {
	font-family: 'Oswald', sans-serif;
}

.section .title {
	text-align: center;
	font-size: 38px;
}

.with-line {
	position: relative;
	padding-bottom: 25px;
}

.with-line::before {
	content: "";
	position: absolute;
	bottom: 2px;
	display: block;
	width: 42px;
	height: 2px;
	margin: 15px 0 15px;
	background-color: #f25f26;
	left: 50%;
	margin-left: -25px;
}

.with-line.al-center::after, .with-line.center::after {
	left: 50%;
	margin-left: -25px;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone, .alignnone {
	margin-bottom: 15px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 30px;
}

.hi-icon {
	box-shadow: 0 0 0 0px transparent !important;
}

.grid-gallery-caption img {
	object-fit: cover !important;
	height: 100%;
}

.contact-us-form {
	position: relative;
}

/* Display
--------------------------------------------- */
.sfl-display-container {
	position: relative;
}

.sfl-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

.sfl-display-middle {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
	-ms-transform: translate(-50%, -10%)
}

.sfl-display-right {
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translate(4%, -50%);
	-ms-transform: translate(4%, -50%);
	border-right: 10px solid #000;
}

.sfl-display-left {
	position: absolute;
	bottom: 8%;
	left: 2%;
	transform: translate(2%, -8%);
	-ms-transform: translate(2%, -8%);
	border-right: 10px solid #000;
}

/* Animate
--------------------------------------------- */
.sfl-animate-opacity {
	animation: opac 0.8s
}

@keyframes opac {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

/* Text Alignment
--------------------------------------------- */
.center-align {
	text-align: center;
}

/* Text Alignment
--------------------------------------------- */
.primary-color {
	color: #00308f !important;
}

.secondary-color {
	color: #9bb431 !important;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget-gallery-title {
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.widget {
	margin-bottom: 40px;
}

.widget ul>li a {
	color: #f25f26;
}

.widget p:last-child, .widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 10px;
}

section#text-6 .widget-title.widgettitle {
	background: transparent;
	color: #3d3d3d;
	text-align: center;
	font-size: 29px;
}

/* .widget ul>li:last-of-type {
    padding-bottom: 0;
} */
ul.archive-post-list li:first-child {
	display: none;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form+p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus, .gs-faq__question:hover {
	background: transparent;
	color: #00308f;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons;    /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	position: fixed;
	width: 100%;
	z-index: 9999;    /* background-color: #fff;
															                        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
	padding: 0;
}

.site-header .wrap {
	width: 100%;
	margin: auto;
	max-width: 1920px;
	position: relative;
}

.phone-number {
	text-decoration: none;
}

.sticky-head {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.site-location {
	font-size: 15px;
	color: #111;
}

.site-location span {
	position: relative;
}

.site-location span:before {
	content: "\f041" !important;
	font-family: "greshamroofingFont";
	font-weight: 500;
	top: -2px;
	position: absolute;
	left: -14px;
	color: #111111;
}

.archive .blog-posts-article {
	width: 100%;
}

article.post-19.page.type-page.status-publish.entry {
	display: none;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.sticky-head .title-area {
	max-width: 262px;
	margin-top: 20px;
	padding-left: 40px;
}

.sticky-head .header-cta-wrap span.uppercase {
	font-size: 13px;
}

/* .sticky-head .col-2.header-cta {
    max-width: 160px;
} */
.sticky-head .tracking-no {
	font-size: 20px;
}

.wp-custom-logo .site-container .sticky-head .title-area {
	padding-top: 2px;
	transform: scale(.5) translate(0, -94px);
}

/* .sticky-head .header-widget-area {
    display: none;
} */
.sticky-head .col-2.header-info, .sticky-head .header-location {
	display: none;
}

/* .sticky-head #genesis-nav-primary {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    top: 8px;
    max-width: 75%;
    margin: 0 auto;
} */
.sticky-head #genesis-nav-primary a {
	color: #000;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding-bottom: 0px;
	padding-top: 33px;
	z-index: 2;
	position: relative;
	padding-left: 60px;
}

.sticky-head .title-area {
	padding-top: 0px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 25px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a, .site-title a:focus, .site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description, .wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.header-widget-area {
	float: right;
	width: 70%;
}

.header-location {
	position: absolute;
	bottom: 54px;
	background: #CCC;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: right;
	padding: 5px 60px;
}

.header-widget-area .widget {
	margin-bottom: 0;
	padding: 25px 55px 15px 15px
}

.sticky-head .header-widget-area .widget {
	padding: 20px 40px 15px 15px;
}

.phone_header {
	font-size: 20px;
	font-weight: bold;
	color: #9bb431;
	text-decoration: none;
}

.phone_header .icon-phone-w-bg {
	vertical-align: middle;
	margin-right: 5px;
}

.tracking-no {
	font-size: 29px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.sticky-head .genesis-nav-menu .sub-menu {
	margin-top: -4px;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	outline-offset: -1px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item>a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
	background: #FFF;
	background: rgba(255, 255, 255, 0.10);
	background: #a82f2e;
	background: rgba(168, 47, 46, 0.55);
}

.sticky-head .genesis-nav-menu a:focus, .sticky-head .genesis-nav-menu a:hover, .sticky-head .genesis-nav-menu .current-menu-item a {
	color: #a82f2e !important;
	box-shadow: none !important;
}

.sticky-head .genesis-nav-menu .sub-menu a:focus, .sticky-head .genesis-nav-menu .sub-menu a:hover, .sticky-head .genesis-nav-menu .sub-menu .current-menu-item a, .genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item>a:hover, .genesis-nav-menu .sub-menu .current-menu-item>a {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 1%, rgba(37, 37, 37, 1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 1%, rgba(37, 37, 37, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgba(37, 37, 37, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#252525', GradientType=0) !important;
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.35) !important;
	color: #FFF !important;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu, .menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
	display: none;
}

.menu-toggle, .sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #00308f;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	top: -80px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: -2px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
	clear: left;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}

.sticky-head .nav-primary {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0);
}

/* Footer Menu
--------------------------------------------- */
.site-footer .menu li:hover:before {
	margin-left: 20px;
	color: #fff;
}

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.menu-footer_menu-container {
	padding: 6px 0;
}

#menu-footer_menu li {
	display: inline-block;
	color: #00308f;
}

#menu-footer_menu li a {
	padding: 0 15px;
	text-decoration: none;
}

#menu-footer_menu li:last-of-type span {
	display: none;
}

.ftr-contact-info .icon-fa-home::before {
	content: "\f015" !important;
	font-family: "greshamroofingFont";
	font-weight: 500;
	top: -1px;
	position: absolute;
	left: -20px;
	color: #fff;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul, .after-content-2 ol {
	margin-bottom: 30px;
}

.entry-content ol>li, .after-content-2 ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: none;
}

.entry-content ol ul>li, .entry-content ul ul>li {
	list-style-type: none;
	padding-left: 40px;
}

.entry-content ol ol, .entry-content ul ul, .after-content-2 ol ol, .after-content-2 ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

li.page_item.page-item-794, li.page_item.page-item-792, option:empty, .sfcr-title {
	display: none;
}

.custom-form {
	display: block;
	max-width: 344px;
	margin: auto;
}

.custom-form td {
	text-align: center;
	border-top: 0;
}

.grid-gallery {
	margin-top: 0 !important;
}

/* Entry Meta
--------------------------------------------- */
.blog-posts-article:hover .blog-entry-title {
	text-decoration: underline;
}

.blog-posts-article:hover {
	background: #ffffff;
}

.blog-posts-article p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
	padding: 5px 20px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid darkgray;
	padding-bottom: 10px;
	font-size: 14px;
}

.entry-header i {
	transform: translateY(3px);
	margin-right: 5px;
}

.entry-author-link {
	text-decoration: none;
}

.entry-footer .entry-meta {
	border-top: 1px solid #b3b0b0;
	padding-top: 20px;
}

.author-wrap {
	float: right;
}

.entry-categories, .entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.second-half {
	border-top: 1px solid #CCC;
	margin-top: 10px;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 18px;
	text-decoration: none;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #f25f26;
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.pagination-next:before {
	content: "\f105";
	font-family: "greshamroofingFont";
	padding: 5px;
}

.pagination-next-1:before {
	content: "\f101";
	font-family: "greshamroofingFont";
	padding: 5px;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar p {
	margin-bottom: 20px;
}

#blog-widget {
	max-width: 1170px;
	margin: auto;
}

.sidebar .gallery-item {
	margin: 0;
}

.sidebar .gallery img {
	border: 0;
}

.gallery-link a:after {
	font-family: "greshamroofingFont";
	content: "\f055";
	margin-left: 5px;
	color: #acacac;
}

.gallery-link a {
	font-weight: 600;
	padding: 5px;
	display: block;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child, .footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Custom Classes
---------------------------------------------------------------------------- */
.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.clr {
	clear: both;
}

.col-2 {
	width: 50%;
	display: inline-block;
}

.col-2.header-info {
	text-align: center;
}

.small-text {
	font-size: 14px;
	color: #111;
}

.semi-bold {
	font-weight: 600;
}

.relative {
	position: relative;
}

.flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.slider-form {
	position: absolute;
	top: 288px;
	right: 0%;
	z-index: 3;
	max-width: 1800px;
	width: 100%;
	margin: 0 auto;
	left: 0;
	transform: translate(-1%, -50%);
	-ms-transform: translate(-1%, -50%);
}

.inner-page-form {
	color: #FFF;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.form-field-captcha {
	text-align: center;
	font-size: 13px;
}

.form-field-captcha a {
	color: #FFF;
}

.home .slider-form div.wpcf7 {
	position: absolute;
	color: #FFF;
	padding: 0px;
	max-width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

strong.company-name {
	font-size: 19px;
}

.home form {
	background: rgba(0, 0, 0, .50);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.home .slider-form div.wpcf7 input, .home .slider-form div.wpcf7 textarea, .slider-form div.wpcf7 select, .inner-page-form div.wpcf7 input, .inner-page-form div.wpcf7 textarea, .inner-page-form div.wpcf7 select, .sfl-modal-content input, .sfl-modal-content select, .sfl-modal-content textarea {
	width: 100%;
	padding: 15px 0px;
	margin: 0px 0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.sfl-modal-content .form-field-captcha, .slider-form div.wpcf7 select, select.wpcf7-form-control.wpcf7-select option {
	color: #FFF;
}

form.search-form input#searchform-1, .entry-content::placeholder {
	color: #000 !important;
}

select.wpcf7-form-control.wpcf7-select option {
	background: #272727;
}

.inner-page-form div.wpcf7 {
	background: rgba(0, 0, 0, .50);
}

.inner-page-form {
	max-width: 524px;
}

.inner-page-form .form-field-captcha {
	color: #FFF;
}

.inner-page-form .wpcf7-submit {
	width: 100%;
	background: #f25f26 !important;
	color: #FFF !important;
}

.entry-content div.wpcf7 {
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	padding: 20px;
	color: #FFF;
}

.wpcf7-submit {
	text-transform: uppercase !important;
	border-bottom: 0 !important;
	padding: 20px !important;
	background: #ce4207 !important;
	background: -moz-linear-gradient(top, #ce4207 0%, #f25f22 100%) !important;
	background: -webkit-linear-gradient(top, #ce4207 0%, #f25f22 100%) !important;
	background: linear-gradient(to bottom, #ce4207 0%, #f25f22 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4207', endColorstr='#f25f22', GradientType=0) !important;
}

.entry-content textarea {
	height: 110px;
	resize: vertical;
	margin-top: 25px;
}

.entry-content .wpcf7-submit {
	border: 0;
}

.entry-content input, .entry-content textarea, .entry-content select {
	border: 1px solid #CCC;
}

.wpcf7-submit {
	color: #FFF !important;
}

div.wpcf7 textarea {
	height: 57px;
	resize: vertical;
}

.hero-slider .slider-image {
	height: 970px !important;
	background-position: center center !important;
}

ul.home-boxes li {
	width: 25.0%;
	position: relative;
	overflow: hidden;
}

.services-we-offer {
	max-width: 1920px;
	margin: 0 auto;
}

.services-we-offer .section-wrap {
	max-width: 100% !important;
	width: 100%;
	padding: 60px 0;
}

.service-boxes .service-box-image {
	height: 500px;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center !important;
}

.service-box-info {
	position: absolute;
	top: 0%;
	transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	color: #FFF;
	font-size: 16px;
	padding: 20px 15%;
	opacity: 1;
	background: #F25F22;
	background: rgba(242, 95, 34, .60);
	left: 0;
	right: 0;
}

.box0 .service-box-info, .box2 .service-box-info {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

.box1 figure.effect-zoe figcaption, .box3 figure.effect-zoe figcaption {
	background: #F25F22;
	background: rgba(242, 95, 34, .60);
}

.service-box-info p {
	font-weight: 400;
	margin-top: -20px;
}

.service-boxes:hover .service-box-info {
	opacity: 0;
}

.dark-overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.2s ease 0s;
}

.service-box-info-title {
	font-size: 35px;
	font-weight: 400;
}

.light-line:after {
	content: "";
	bottom: 0;
	display: block;
	width: 50px;
	height: 1px;
	margin: 0 auto;
	background-color: #fff;
	left: 0;
	right: 0;
}

li.box .service-boxes:after {
	position: absolute;
	content: '';
	bottom: 0;
	height: 15px;
	width: 100%;
	z-index: 999;
	left: 0;
	right: 0;
}

.service-box-info-hvr-wrap {
	bottom: 0;
	color: #FFF;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.service-box-info-hvr p {
	font-size: 15px;
	font-weight: 400;
}

.service-box-info-link a {
	color: #FFF;
}

.service-boxes:hover .service-box-info-hvr-wrap {
	top: auto;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 50%, 0);
	top: 50%;    /* transform: translate(0%, 50%);
															                                                                                                                                                                            -ms-transform: translate(0%, -50%); */
}

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(0, 0, 0, 0.50);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #FFF;
}

figure.effect-zoe:hover figcaption {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
}

.service-box-info-hvr {
	width: 100%;
	height: 100%;
	top: 50%;
	position: absolute;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	left: 0;
	padding: 45px;
}

.why-choose .title {
	color: #d91d25 !important;
}

.section.full-width.reviews {
	padding: 100px 0 0 0 !important;
}

form.search-form::placeholder {
	color: #000 !important;
}

.review-link-text {
	display: none;
}

.author-review span {
	padding: 10px 20px;
	background: #CCC;
	display: inline-block;
}

.reviews .section-wrap {
	position: relative;
	color: #464646;
	z-index: 2;
	padding: 0;
	max-width: 100%;
}

.review-google img {
	margin: 30px auto 0;
}

.review-info p {
	margin-bottom: 50px;
	margin-top: 50px;
}

.featured-testimonials-wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.testimonial-section {
	background: #FFF;
	background: rgba(255, 255, 255, 0.75);
	padding: 10px;
	border-bottom: 10px solid #000;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

blockquote.sfcr-item-body {
	text-align: center;
}

.testimonial-item blockquote {
	padding: 10px 30px 30px;
	font-size: 17px;
	margin: 0;
	min-height: 120px;
}

.icon-fa-quote {
	display: inline-block;
	height: 50px;
	width: 100px;
	position: relative;
}

.icon-fa-quote:after, .icon-fa-quote:before {
	font-family: greshamroofingFont;
	font-size: 30px;
	width: 38px;
	margin: 0 auto;
	color: #f25f26;
	border-radius: 5px;
	height: 50px;
	font-style: normal;
	z-index: 4;
	position: absolute;
	top: 0;
}

.icon-fa-quote:after {
	content: "\f10e";
	right: 15px;
}

.icon-fa-quote:before {
	content: "\f10d";
	left: 15px;
}

.testi-author span {
	color: #111111;
}

.testimonial-quote-wrap {
	display: block;
}

.testimonial-quote-wrap:before {
	content: '';
	height: 1px;
	width: 45%;
	position: absolute;
	background: #CCC;
	left: 0;
	top: 20px;
}

.testimonial-quote-wrap:after {
	content: '';
	height: 1px;
	width: 45%;
	position: absolute;
	background: #CCC;
	right: 0;
	top: 20px;
}

.review-link {
	text-align: center;
	margin-top: 20px;
}

.financing.flex-container {
	align-items: start;
}

.financing-col {
	width: 49%;
	padding: 1%;
}

.financing-col:first-child {
	margin-top: 50px;
}

.financing .section-wrap {
	width: 100%;
	padding: 20px 60px;
	max-width: 1920px
}

.after-content ul {
	padding-left: 60px;
}

.after-content-3 .section-wrap {
	position: relative;
	z-index: 1;
	color: #FFF;
}

.financing-wrap-right {
	background: #FFF;
	max-width: 580px;
	margin: 0 auto;
	border-radius: 50%;
	padding: 110px;
	border: 2px solid #2abe36;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
}

.financing h2 {
	color: #d40704;
}

.blog-posts-article p.entry-meta span:last-child {
	float: right;
}

.featured-blog-list li {
	display: inline-block;
}

li.featured-blog-list0 {
	width: 38%;
}

li.featured-blog-list1 {
	width: 25%;
}

li.featured-blog-list2 {
	width: 32%;
	margin-right: 0 !important;
}

ul.featured-blog-list li {
	vertical-align: top;
	padding: 0px;
	margin-right: 2%;
}

ul.featured-blog-list {
	text-align: center;
}

.featured-blog-info-wrap {
	text-align: left;
}

.featured-blog-info-wrap .featured-blog-title {
	position: absolute;
	bottom: 41px;
	background: rgba(0, 0, 0, 0.80);
	color: #FFF;
	padding: 13px;
	left: 0;
	right: 0;
}

ul.featured-blog-list li:hover {
	box-shadow: 1px 9px 10px 0px rgba(0, 0, 0, 0.30);
}

ul.featured-blog-list li:hover .featured-blog-title {
	background: rgba(212, 7, 4, 0.80);
}

ul.featured-blog-list li:hover .blog-date:before, ul.featured-blog-list li:hover .blog-author:before {
	color: #d40704;
}

.featured-blog-title {
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
	max-width: 100%;
}

.featured-blog-title {
	font-size: 16px !important;
	text-transform: none;
	text-align: left !important;
}

.featured-blog-image {
	height: 365px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.featured-blog-sec {
	background: #f9f2f2 !important;
}

a.featured-blog-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.featured-entry-meta {
	padding: 10px;
}

.featured-blog-entry {
	background: #FFF;
	font-size: 13px;
}

.review-link span::after {
	color: #f25f26 !important;
	font-size: 17px;
}

.blog-author {
	display: block;
}

.blog-date:before {
	content: "\f073";
	font-family: "greshamroofingFont";
}

p.the-excerpt {
	padding: 20px;
	margin: 0;
}

.blog-date:before {
	content: "\f073";
}

.blog-date:before, .icon-fa-user::before {
	color: #3d3d3d;
	font-family: "greshamroofingFont";
	margin-right: 5px;
}

.icon-fa-user::before {
	content: "\f007";
}

.featured-entry-meta span {
	display: inline-block;
}

.featured-entry-meta span:last-child {
	float: right;
}

.badges-ctn {
	margin-top: 40px;
}

.badges-ctn img {
	margin: 0 auto;
}

ul.badges-ctn-wrap.badge-items {
	padding: 0;
}

.inner-page-form {
	max-width: 524px;
}

.left-slide.slick-prev-badges.slick-arrow, .right-slide.slick-next-badges.slick-arrow {
	position: absolute;
	top: 42%;
	font-size: 22px;
	color: #898989;
	cursor: pointer;
}

.icon-fa-angle-left::after {
	content: "\f104" !important;
	margin-left: 0;
}

.right-slide.slick-next-badges.slick-arrow {
	right: -20px;
}

.hero-section .icon-fa-angle-right::after, .hero-slider .icons-fa::after {
	color: #FFF;
	font-weight: 400;
}

.hero-section .slider-slick-prev {
	left: 25px !important;
}

.hero-slider .slider-slick-next {
	right: 25px !important;
}

/*Blog Widget*/
ul.recent-post-list span#post-title {
	font-family: 'Oswald', sans-serif;
}

.recent-post-list .post-date {
	position: absolute;
	top: 0;
	right: auto;
	left: -1px;
	background-color: #3d3d3d;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 0;
	transition: transform .5s;
	height: 100%;
	text-align: center;
}

span#post-day {
	font-size: 21px;
}

a.wrap-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.recent-post-list li span#post-title {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 76px;
	text-transform: capitalize;
	right: 10px;
}

ul.recent-post-list span#post-title {
	font-size: 20px;
	line-height: 1.2em;
	color: #f25f26;
}

ul.recent-post-list li span {
	display: block;
	font-size: 12px;
}

ul.recent-post-list li, ul.category-post-list li, ul.archive-post-list li {
	padding: 15px 15px;
	position: relative;
	background: #FFF;
}

ul.recent-post-list li:hover span {
	color: #fff !important;
}

ul.recent-post-list li {
	min-height: 80px;
	margin: 5px 0;
	background: #FFF;
}

ul.recent-post-list li:hover, ul.category-post-list li:hover, ul.archive-post-list li:hover {
	background-color: #f25f26;
	color: #fff !important;
}

ul.recent-post-list.show, ul.category-post-list.show, ul.archive-post-list.show {
	visibility: visible;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}

ul.recent-post-list, ul.category-post-list, ul.archive-post-list {
	visibility: hidden;
	height: 0;
	opacity: 0;
}

section#text-5 .widget-title.widgettitle:after, section#text-4 .widget-title.widgettitle:after, section#text-3 .widget-title.widgettitle:after {
	content: "\f107";
	font-family: "greshamroofingFont";
	float: right;
	font-weight: 400;
}

.widget-title.widgettitle.change:after {
	content: "\f106" !important;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	background: #000;
	padding: 60px 0 60px;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 13px;
}

.footer-col {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	max-width: 49%;
}

.footer-col.ftr-logo div {
	display: inline-block;
	vertical-align: middle;
	max-width: 49%;
	padding-right: 10px;
}

.footer-col span.uppercase {
	color: #f25f26;
}

footer .secton-heading {
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 25px;
}

footer.site-footer .wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.ftr-heading {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #555555;
	padding-bottom: 17px;
}

.site-footer .menu li a {
	color: #CCC;
}

.site-footer .menu li:before {
	content: "\f0da";
	color: #f25f26;
	padding-right: 8px;
	font-family: "greshamroofingFont";
	transition: .33s all ease;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-phone {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #9bb431;
}

.icon-fa-phone::before {
	content: "\f095" !important;
	font-family: "greshamroofingFont";
	font-weight: 500;
	top: -1px;
	position: absolute;
	left: -20px;
	color: #f25f26;
}

.icon-fa-clock-o:before {
	content: "\f017";
	font-family: "greshamroofingFont";
	font-weight: 500;
	top: -1px;
	position: absolute;
	left: -20px;
	color: #f25f26;
}

.icon-fa-volume-control-phone a:before {
	content: "\f2a0";
	font-family: "greshamroofingFont";
	font-weight: 500;
	top: -1px;
	position: absolute;
	left: -20px;
	color: #fff;
}

.footer-bottom-info {
	margin-top: 40px;
}

.ftr-contact-info div {
	padding-left: 20px;
	margin-left: 14px;
}

.icon-fa-map-marker::before {
	content: "\f041" !important;
	font-family: "greshamroofingFont";
	font-weight: 500;
	top: -1px;
	position: absolute;
	left: -20px;
	color: #f25f26;
}

.sfl-display-left.breadcrumbs, .sfl-display-middle.breadcrumbs {
	background: rgba(0, 0, 0, 0.50);
	padding: 30px;
	display: table;
	border-right: 10px solid #000;
}

.ftr-box a.qoute-phone-number {
	color: #FFF;
	font-weight: 600;
}

.scrollToTop {
	position: fixed;
	right: 5px;
	bottom: 40px;
	display: none;
	padding-top: 29px;
	font-size: 11px;
	z-index: 999;
	text-align: center;
	color: #ccc !important;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
}

a.scrollToTop:after {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	color: #FFF;
}

.copyright {
	font-size: 14px;
	color: #a1a1a1;
	padding: 28px 0;
}

.footer_bottom_info {
	margin-top: 30px;
}

.social-media-icon {
	display: inline-block;
	padding: 10px 13px;
	margin: 0 2px;
	border: 1px solid #555555;
	border-radius: 5px;
}

.social-media-icon:hover {
	border: 1px solid transparent;
}

.sprite {
	background-image: url('images/icons.png');
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 25px;
}

.icon-facebook {
	background-position: 4px 3px;
}

.icon-twitter {
	background-position: -85px 5px;
}

.icon-gmb {
	background-position: -42px 5px;
	width: 22px;
}

.social-media .facebook:hover {
	background-color: #3b5998;
}

.social-media .facebook:hover .icon-facebook {
	background-position: 4px 3px;
}

.social-media .twitter:hover {
	background-color: #00acee;
}

.social-media .twitter:hover .icon-twitter {
	background-position: -17px 5px;
}

.social-media .gmb:hover {
	background-color: #4b81e7;
}

.social-media .gmb:hover .icon-gmb {
	background-position: -42px 5px;
}

.modal-button.updated-modal {
	right: -141px;
}

.modal-button span {
	position: relative;
	top: -11px;
	padding-left: 15px;
	display: inline-block;
}

.after-content .section-wrap {
	position: relative;
	z-index: 2;
	max-width: 100%;
}

.after-content-4 .section-wrap {
	max-width: 1920px;
	padding: 20px 60px;
	width: 100%;
}

.banner-title {
	line-height: 1;
	color: #FFF;
	font-weight: 600;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	font-size: 50px;
}

.banner-title-sep {
	color: #FFF;
	line-height: 27px;
	font-size: 25px;
	font-weight: 400;
}

span.separator:after {
	content: '/';
	position: absolute;
	margin-left: 3px;
	left: -13px;
	font-size: 12px;
	top: 1px;
	color: #d7d7d7;
}

span.breadcrumb-link-wrap {
	margin-right: 20px;
}

.breadcrumb-link-wrap .icon-fa-home:hover:after {
	color: #111;
}

.after-content-2 ol {
	padding-left: 30px;
}

span.separator {
	position: relative;
}

ul.ftr-info {
	margin-bottom: 40px;
}

ul.ftr-info li {
	width: 50%;
	padding-right: 20px;
}

ul.ftr-info li:last-child {
	padding-right: 0;
}

ul.ftr-info li div {
	padding: 15px 10px;
}

.location, .business-hour {
	background: #FFF;
	color: #3d3d3d;
}

.phone {
	background: #f25f26;
}

.business-time {
	background: #252525;
}

ul.ftr-info .phone a {
	color: #FFF;
	position: relative;
}

.footer-container p {
	display: none;
}

/*HEADER WIDGET*/
.header-cta-wrap:after {
	position: absolute;
	content: '';
	left: -51px;
	top: -21px;
	background: url(images/icons.png) no-repeat -188px 0;
	width: 96px;
	height: 90px;
}

.sticky-head .header-cta-wrap:after {
	transform: scale(0.6);
	top: -28px;
}

.header-cta-wrap {
	margin-top: 13px;
}

.sticky-head .header-cta-wrap {
	margin-top: 0px;
}

.col-2.header-cta {
	text-align: left;
	max-width: 280px;
	float: right;
}

.sticky-head .col-2.header-cta {
	max-width: 220px;
}

.col-2.header-cta a {
	padding: 0 0px 0 48px;
}

.header-cta-wrap {
	position: relative;
}

.header-info span {
	display: block;
}

span.offer-btn {
	background: #2abe36;
	color: #FFF;
	padding: 10px 25px;
	display: inline-block;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	font-size: 26px;
	font-weight: 400;
}

span.tracking-no a {
	color: #FFF;
}

.header-cta-wrap span {
	display: block;
	background: #f25f26;
}

ul#menu-primary-menu li {
	text-align: left;
}

ul#menu-primary-menu>li {
	margin-left: -4px;
}

.latest-img {
	height: 300px;
	background-size: cover;
	background-position: center;
}

a.qoute-phone-number {
	font-weight: bold;
}

.blog-posts-article {
	width: 100%;
	display: block;
	margin: 1%;
	vertical-align: top;
	border: 1px solid #CCC;
	text-align: left;
}

.blog-sec select {
	width: 100%;
}

.cta-blog {
	text-align: left;
	margin-top: 20px;
}

.cta-blog .section-wrap {
	padding: 30px 0 60px;
}

.blog-read-more {
	padding: 0px 20px 20px;
}

.blog-read-more:after {
	color: #acacac;
}

.blog-read-more a {
	padding: 10px 20px;
}

.blog-entry-title {
	font-size: 20px;
	color: #f25f26;
	padding: 10px 20px;
	margin: 0;
}

.after-content .section-wrap h2 {
	color: #FFF;
	text-align: center;
	font-size: 32px;
}

.copyright-txt a {
	color: #d40704;
}

.column-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 41px;
	-moz-column-gap: 41px;
	column-gap: 41px;
}

.entry-column-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 41px;
	-moz-column-gap: 41px;
	column-gap: 41px;
}

.entry-content ul>li, .content-section ul li {
	position: relative;
}

.homepage-about-wrap ul li:before, .after-content ul li:before {
	content: "\f14a";
	font-family: 'greshamroofingFont';
	left: 0px;
	color: #fff;
	position: relative;
}

.entry-content ul>li:before {
	content: "\f061";
	font-family: 'greshamroofingFont';
	left: 0px;
	color: #f25f26;
	position: relative;
	margin-right: 10px;
}

.entry-content ul>li {
	list-style-type: none;
}

.after-content ul li {
	padding: 4px 5px;
}

.after-content .section-wrap {
	padding: 0 20px;
}

.after-content ul li, .after-content ul li.column-count {
	position: relative;
	margin-bottom: 10px;
	background: #111111;
	padding: 0;
}

.after-content-2, .after-content-4 {
	background-size: auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
}

.after-content ul li:before {
	content: "\f14a";
	font-family: 'greshamroofingFont';
	position: absolute;
	left: -33px;
	color: #fff;
	background: #d81f1d;
	padding: 0px 10px;
	top: 0;
}

.content-section, .financing {
	background-size: contain;
	background-position: bottom !important;
}

.featured-blog-sec .title.with-line {
	color: #d40704;
}

span.green-higlight {
	color: #2abe36;
	font-weight: 600;
}

span.blue-highlight {
	color: #00308f !important;
}

span.blue-higlight {
	color: #00308f;
	font-weight: 600;
}

.content-sidebar-wrap .sf-customer-reviews:last-of-type {
	display: none;
}

.content-section ul li:before, .after-content-2 ul li:before {
	content: "\f061";
	font-family: 'greshamroofingFont';
	position: absolute;
	left: 10px;
	color: #d40704;
	padding: 0;
}

.content-section ul li, .after-content-2 ul li {
	padding-left: 40px;
	position: relative;
}

.section-wrap ul {
	padding: 0 60px;
	margin-bottom: 20px;
}

.featured-testimonials {
	padding-bottom: 100px;
	background-size: cover !important;
}

/*BLOG PAGE*/
ul.archive-post-list li:hover a {
	color: #FFF;
}

div#blog-widget select, .blog-post-archive select {
	border: 1px solid #d7d7d7;
	text-transform: uppercase;
	padding: 10px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #d40704;
	font-size: 15px;
	font-weight: 500;
}

#blog_dropdown section, #wcdropdown, select, .wpcf7-form-control.wpcf7-select, #wcdropdown {
	position: relative;
}

.blog-post-archive {
	text-align: center;
	margin-bottom: 10px;
}

.blog-post-archive div {
	width: 100%;
	max-width: 356px;
	display: inline-block;
	margin: 0px;
	position: relative;
	padding: 2px;
}

div#blog-widget select:hover, .blog-post-archive select:hover {
	background: #d91d25;
	color: #FFF;
}


select::-ms-expand,
.wpcf7-form-control.wpcf7-select::-ms-expand,
#wcdropdown::-ms-expand {
    display: none;
}


select, .wpcf7-form-control.wpcf7-select, #wcdropdown {
	-o-appearance: none !important;
	-ms-appearance: none !important; 
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.blog-post-archive>div::after {
	position: absolute;
	right: 10px;
	top: 25%;
	width: 5%;
	height: 10px;
	content: "\f107";
	pointer-events: none;
	font-family: "greshamroofingFont";
	color: #d40704;
}

.blog-post-archive>div:hover::after {
	color: #FFF;
}

div#blog-widget select:hover, .blog-post-archive select:hover {
	background: #d91d25;
	color: #FFF;
}

.page-template-blog-template main#genesis-content {
	text-align: center;
}

.archive-description {
	margin-bottom: 0 !important;
}

span.elli {
	color: #f25f26;
	font-weight: 600;
	padding-left: 5px;
}

.single .entry-meta .entry-time, .single .entry-meta .entry-author {
	position: relative;
}

.single .entry-meta .entry-author {
	padding-left: 10px;
}

.single .entry-meta .entry-time:before {
	color: #d40704;
	content: "\f073";
	font-family: "greshamroofingFont";
	margin-right: 5px;
}

.single .entry-meta .entry-author:before {
	color: #d40704;
	content: "\f007";
	font-family: "greshamroofingFont";
	margin-right: 5px;
}

/*GALLERY PAGE*/
.page-id-380 .site-inner {
	max-width: 100% !important;
}

.gallery-wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.grid-gallery-nav a {
	border: 0 !important;
	text-transform: uppercase;
	font-weight: bold !important;
	color: #3d3d3d !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 15px !important;
	margin-left: -4px;
	position: relative;
}

.grid-gallery-nav a.active {
	color: #3d3d3d !important;
	border-bottom: 5px solid #f25f26 !important;
}

.service-box-info-link:after {
	color: #f25f26;
}

.grid-gallery-nav a:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #CCC;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -6px;
}

.grid-gallery-caption {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

a.load-more.showMore {
	background-color: #f25f26 !important;
	position: relative;
	text-transform: uppercase;
	padding: 15px 40px !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

a.load-more.showMore:after {
	color: #acacac;
	font-family: "greshamroofingFont";
	font-size: 15px;
	margin-left: 5px;
	content: "\f055";
}

.trck_num.num1 a {
	color: #FFF;
	font-size: 18px;
}

.contact-link {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.contact-link a {
	color: #111111 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.contact-link a:before {
	content: "\f054";
	color: #d40704;
	position: absolute;
	right: 0;
	top: -20px;
	font-family: "greshamroofingFont";
}

a.load-more {
	background: transparent !important;
}

div#services {
	top: -50px;
	position: absolute;
}

li.page_item.page-item-1107, li.page_item.page-item-1110 {
	display: none;
}

/*SECTIONS*/
.section.title {
	color: #FFF;
	font-size: 38px;
	font-weight: 400;
}

.inner-services {
	padding: 0 80px 60px;
	position: relative
}

.section-wrap .title {
	color: #000;
}

.after-content-2 .section-wrap {
	padding: 0 20px 60px;
}

.services-wrap {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 15px;
}

.services-section-cta {
	margin-top: 60px;
}

.services-section-cta-wrap, .cta {
	background: #000;
}

.services-sub-text-cta, .cta-wrap-in {
	border: 4px solid #000;
	padding: 37px;
	color: #FFF;
	text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.35);
}

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

.cta-wrap {
	background: #000 url(/wp-content/uploads/2019/10/gresham-roofing-constructions.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.cta-wrap-in p, .cta-wrap-in h2 {
	width: 68%;
}

.cta-wrap-in a:hover {
	color: #FFF;
}

.services-sub-text-wrap {
	max-width: 50%;
}

.services-section-cta-wrap {
	background: #000 url(/wp-content/uploads/2019/09/roofing-warranties.png) no-repeat right;
	background-size: contain;
}

.services-section-cta h2, .cta h2 {
	text-transform: uppercase;
	color: #FFF;
}

.cta-link:after, .cta-link {
	color: #F25F22 !important;
	font-weight: 600;
}

.site-inner {
	background-size: contain !important;
	background: url(/wp-content/uploads/2019/08/bg-content-btm.png) no-repeat bottom, url(/wp-content/uploads/2019/09/pattern-bg.png) repeat !important;
}

.section.full-width.content-section {
	border-top: 1px solid #CCC;
	background-size: cover !important;
	background: url(/wp-content/uploads/2019/09/about-us.jpg) no-repeat bottom, url(/wp-content/uploads/2019/09/pattern-bg.png) repeat !important;
	background-attachment:fixed !important;
}

.crew-container {
	padding: 50px 80px;
	background: #000000;
	position: relative;
}

ul.crew-image li {
	margin: 15px;
	height: 280px;
	overflow: hidden;
}

ul.crew-image li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.reviews-image {
	margin-bottom: 40px;
}

p.site-description {
	display: none;
}

.left-slide.slick-prev-boxes-inner.slick-arrow, .right-slide.slick-next-boxes-inner.slick-arrow {
	position: absolute;
	top: 46%;
	font-size: 22px;
	color: #d91d25;
	cursor: pointer;
}

.slick-prev-testi.slick-arrow.icons-fa.icon-fa-angle-left, .left-slide.slick-prev-badges.slick-arrow {
	left: -20px;
}

.slick-prev-box-inner.slick-arrow.icons-fa.icon-fa-angle-left, .left-slide.slick-prev-crew {
	left: 65px;
}

.slick-next-box-inner.slick-arrow.icons-fa.icon-fa-angle-right, .left-slide.slick-right-badges.slick-arrow, .right-slide.slick-next-crew {
	right: 65px;
}

.slick-prev-testi.slick-arrow.icons-fa.icon-fa-angle-left, .slick-next-testi.slick-arrow.icons-fa.icon-fa-angle-right, .slick-prev-box-inner.slick-arrow.icons-fa.icon-fa-angle-left, .slick-next-box-inner.slick-arrow.icons-fa.icon-fa-angle-right, .crew-control div {
	position: absolute;
	top: 46%;
	font-size: 22px;
	color: #898989;
	cursor: pointer;
}

.crew-control div {
	top: 55%;
}

.slick-next-testi.slick-arrow.icons-fa.icon-fa-angle-right {
	right: -20px;
}

.mobile-phone-sticky a {
	position: fixed;
	top: 72px;
	z-index: 3;
	left: 0;
	right: 0;
	text-align: center;
	background: #231f20;
	font-size: 23px;
	font-weight: 600;
	color: #FFF;
}

h2.blog-entry-title:after {
	display: none;
}

.entry-content .interested:after, .entry-content .preferred:after {
	padding: 0 12px 0px !important;
}

span.pagination-prev:before {
	content: "\f100";
	font-family: "greshamroofingFont";
}

.contact-us-form div {
	margin-bottom:20px !important;
}

.contact-us-form textarea {
	margin-top: 0px;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width:1867px) {
	.home .slider-form div.wpcf7 {
		right: 2%;
		transform: translate(-2%, -50%);
		-ms-transform: translate(-2%, -50%);
	}

}

@media only screen and (max-width:1680px) {
	.service-box-info-hvr p {
		font-size: 14px;
	}

	.service-box-info-title {
		font-size: 25px;
	}

	.service-box-info {
		padding: 20px 10%;
	}

	.sfl-display-left.breadcrumbs, .hero-caption.sfl-display-container .sfl-display-left, .sfl-display-middle.breadcrumbs {
		max-width: 600px;
	}

	.banner-title-sep {
		line-height: 25px;
		font-size: 19px;
	}

	.home .slider-form div.wpcf7 {
		right: 2%;
		transform: translate(-2%, -50%);
		-ms-transform: translate(-2%, -50%);
	}

	.genesis-nav-menu a {
		font-size: 13px;
	}

	services-sub-text-wrap p
	.header-widget-area {
		width: 60%;
	}

	.title-area {
		max-width: 350px;
	}

	.nav-primary {
		margin-top: 0 !important;
	}

}

@media only screen and (max-width:1366px) {
	.service-boxes .service-box-image {
		height: 320px;
	}

	ul.recent-post-list span#post-title {
		font-size: 16px;
	}

	.footer-container {
		padding: 0 50px;
	}

	.site-footer {
		padding: 60px 60px 60px;
	}

	.service-box-info-hvr p {
		font-size: 13px;
	}

	.services-sub-text-wrap p {
		font-size: 15px;
	}

	.service-box-info-hvr {
		padding: 4%;
	}

	.header-location {
		bottom: 51px;
	}

	.financing-module {
		max-width: 250px;
		margin: 0 auto !important;
	}

	.genesis-nav-menu a {
		font-size: 11px;
	}

	.header-cta-wrap {
		margin-top: 3px;
	}

	.inner-page-form, .home .slider-form div.wpcf7 {
		max-width: 434px;
	}

	.sfl-display-left.breadcrumbs, .hero-caption.sfl-display-container .sfl-display-left {
		max-width: 450px;
	}

	.sticky-head .tracking-no {
		font-size: 18px;
	}

	.testimonial-item blockquote {
		font-size: 15px;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.title-area {
		max-width: 289px;
		padding-top: 7px;
		margin-bottom: 18px;
	}

	span.offer-btn {
		font-size: 16px;
		padding: 5px 25px;
	}

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

	.header-widget-area .widget {
	    padding: 21px 60px 15px 15px;
	}

	.site-location {
		font-size: 13px;
	}

	.service-box-info-title {
		font-size: 20px;
	}

	.service-box-info p {
		font-size: 15px;
	}

	.home .slider-form div.wpcf7 {
		right: 3%;
		transform: translate(-3%, -50%);
		-ms-transform: translate(-3%, -50%);
	}

}

@media only screen and (max-width:1023px) {
	.page-id-372 .hero-section-wrap {
		background-position: -530px 0 !important;
	}

	.banner-title {
		font-size: 35px;
	}

	ul.recent-post-list span#post-title {
		font-size: 15px;
	}

	.header-cta-wrap {
		margin-top: 6px;
	}

	.sticky-head .header-cta-wrap {
		margin-top: 0px;
	}

	.title-area {
		max-width: 250px;
		padding-left: 20px;
	}

	.sticky-head #genesis-nav-primary {
		top: 8px;
	}

	.header-location {
		padding: 5px 20px;
	}

	.header-widget-area .widget {
		padding: 10px 10px 15px 15px !important;
	}

	.genesis-nav-menu a {
		font-size: 11px;
	}

}

@media only screen and (max-width:1268px) {
	.featured-testimonials-wrap, .content-sidebar-wrap, .after-content-2 .section-wrap {
		padding-left: 100px;
		padding-right: 100px;
	}

}

@media only screen and (max-width:991px) {
	.mobile-phone .site-location, .mobile-phone .site-location span:before, .service-box-info-link:after {
		color: #FFF;
	}

	.crew-container {
		padding: 50px 20px;
	}

	.cta-link:after, .cta-link {
		color: #fff !important;
	}

	.modal-button span {
		top: -15px;
	}

	.cta-link:after {
		color: #ffffff;
	}

	.cta-wrap-in p, .cta-wrap-in h2 {
		width: 100%;
	}

	.footer-container {
		padding: 0;
	}

	.textwidget #gallery-1 {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}

	.slick-prev-box-inner.slick-arrow.icons-fa.icon-fa-angle-left {
		left: 15px;
	}

	.slick-next-box-inner.slick-arrow.icons-fa.icon-fa-angle-right {
		right: 15px;
	}

	.section-wrap ul {
		padding: 0 35px;
	}

	.testimonial-listings {
		padding: 0 15px;
	}

	.site-inner {
		padding: 75px 0px 0;
	}

	.featured-testimonials-wrap, .content-sidebar-wrap, .after-content-2 .section-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home .modal-button {
		right: 15px;
	}

	.blog-posts-article {
		margin: 0;
	}

	.page-template-blog-template main#genesis-content, .sidebar {
		padding: 0px;
	}

	.services-sub-text-cta, .cta-wrap-in {
		padding: 50px 15px;
	}

	.service-box-info-title {
		font-size: 28px;
		font-weight: 300;
	}

	.box1 figure.effect-zoe figcaption, .box3 figure.effect-zoe figcaption {
		background: #F25F22;
	}

	.serv-box .bg-dark {
		background: #3d3d3d;
	}

	.serv-box .bg-red {
		background: #F25F22;
	}

	figcaption.panel, .service-box-info-hvr .service-box-info-title {
		display: none;
	}

	figcaption.panel.show-content {
		display: block;
	}

	figure.effect-zoe figcaption {
		position: relative;
		color: #3c4a50;
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}

	figure.effect-zoe figcaption {
		padding: 0;
	}

	.service-box-info {
		cursor: pointer;
	}

	.service-box-info-hvr {
		transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
	}

	figure.effect-zoe figcaption {
		background: #3d3d3d;
		color: #FFF;
	}

	.service-boxes:hover .service-box-info {
		opacity: 1;
	}

	ul.ftr-info li {
		width: 100%;
		padding: 7px 0;
	}

	.copyright {
		padding: 30px 30px 60px 30px;
	}

	.footer-col.ftr-logo {
		max-width: 220px;
		margin: 0 auto 20px;
	}

	.footer-col, .footer-col.ftr-logo div {
		max-width: 100%;
		display: block;
	}

	.footer-container {
		display: block;
		text-align: center;
	}

	.services-section-cta-wrap {
		background: #000000 !important;
		background: -moz-linear-gradient(top, #000000 0%, #363636 100%) !important;
		background: -webkit-linear-gradient(top, #000000 0%, #363636 100%) !important;
		background: linear-gradient(to bottom, #000000 0%, #363636 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#363636', GradientType=0) !important;
	}

	.toggle-btn {
		display: table;
	}

	.services-sub-text-cta {
		border: 0;
	}

	.section.full-width.content-section, .site-inner {
		background: url(/wp-content/uploads/2019/09/pattern-bg.png) repeat !important;
	}

	.featured-testimonials {
		background-image: none !important;
	}

	.services-sub-text-wrap {
		max-width: 100%;
	}

	.hero-section.test, .hero-section-wrap, .hero-caption.sfl-display-container {
		height: 720px !important;
	}

	.footer-block {
		margin-bottom: 30px;
	}

	.after-content-4 .section-wrap {
		padding: 20px 15px;
	}

	ul#menu-primary-menu {
		clear: left;
		position: fixed;
		overflow-y: scroll;
		height: 100%;
		margin-top: 0;
		background: #FFF;
		margin: 0 0 370px;
		top: 0px;
		padding-top: 70px;
	}

	.scrollToTop {
		bottom: 66px;
	}

	.ftr-contact-info {
		padding-left: 4px;
	}

	.service-box-info-hvr {
		top: 0;
	}

	.sfl-primary-btn {
		margin: 15px auto 13px;
	}

	.service-box-info-title {
		line-height: 39px;
	}

	.service-box-info-hvr, figure.effect-zoe:hover figcaption {
		position: relative;
	}

	figure.effect-zoe:hover .dark-overlay {
		background: rgba(0, 0, 0, 0);
	}

	.sfl-display-left.breadcrumbs, .hero-caption.sfl-display-container .sfl-display-left {
		max-width: 92%;
	}

	ul.badges-ctn-wrap {
		margin-bottom: 0;
	}

	.service-box-info-hvr {
		left: 0;
	}

	.section .title {
		font-size: 32px;
		font-weight: 400;
	}

	.contact-link a {
		color: #FFF !important;
	}

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

	.cta-wrap {
		background: none;
	}

	.cta-wrap-in {
		width: 100%;
	}

	i.icon.icon-arrow-down, li.relative.featured-blog-list1, li.relative.featured-blog-list2 {
		display: none;
	}

	.featured-blog-btn {
		display: none;
	}

	.financing .section-wrap, .section-wrap {
		padding: 50px 15px;
	}

	.inner-page-form {
		display: none;
		margin-bottom: 45px;
	}

	ul.featured-blog-list li {
		width: 100%;
		margin-right: 0;
	}

	.financing-wrap-right {
		background: transparent;
		max-width: 330px;
		margin: 0 auto;
		border-radius: 0;
		padding: 0px;
		border: 0;
		box-shadow: none;
	}

	.section.full-width.reviews {
		background: #ffffff !important;
		background: -moz-linear-gradient(top, #ffffff 0%, #f5d0d0 100%) !important;
		background: -webkit-linear-gradient(top, #ffffff 0%, #f5d0d0 100%) !important;
		background: linear-gradient(to bottom, #ffffff 0%, #f5d0d0 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5d0d0', GradientType=0) !important;
		padding: 70px 0 0 0 !important;
	}

	.featured-testimonials {
		padding-bottom: 60px;
	}

	.col-2.header-info {
		width: 100%;
		display: block;
	}

	.reviews .section-wrap {
		padding: 0px 20px 0px;
	}

	.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item>a, .genesis-nav-menu .sub-menu .current-menu-item>a:focus, .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		color: #fff !important;
		text-decoration: none;
		font-weight: 500;
		background: rgba(255, 255, 255, 0.10);
	}

	.genesis-nav-menu a {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 12px;
	}

	.financing-col {
		width: 100%;
		padding: 0;
	}

	.mdc-tracking.show {
		left: 0;
		background: #231f20;
	}

	.mobile-phone {
		position: fixed;
		width: 52px;
		height: 50px;
		z-index: 99999;
		top: -20px;
	}

	.mdc-tracking .trck_num {
		display: block;
		vertical-align: middle;
		width: auto;
		padding: 5px 15px;
		color: #fff;
		text-align: center;
	}

	.mdc-tracking {
		position: fixed;
		top: 72px;
		left: -9999px;
		width: 100%;
		z-index: 10;
		display: block;
		max-width: 100%;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.mdc-section.header-top {
		display: block;
		top: 0;
		z-index: 99999;
		cursor: pointer;
		padding: 20px 22px;
		position: fixed;
	}

	.mdc-section.header-top:before {
		content: "\f2a0";
		font-family: greshamroofingFont;
		color: #f25f26;
		font-size: 25px;
		left: -5px;
		position: relative;
		top: -4px;
	}

	ul.home-boxes.flex-container {
		display: block;
		padding: 0 15px
	}

	ul.home-boxes li {
		width: 100%;
	}

	.service-boxes .service-box-image {
		background: none !important;
	}

	.service-boxes .service-box-image {
		height: auto;
	}

	.service-box-info {
		position: relative;
		top: 0;
		transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
	}

	ul.home-boxes li {
		margin-bottom: 15px;
	}

	.service-box-info {
		padding: 20px 25px;
	}

	.services-we-offer {
		background-position: center !important;
	}

	.genesis-responsive-menu, .header-location, .col-2.header-cta, .slider-form {
		display: none;
	}

	.icon-check {
		transform: rotate(0deg);
	}

	/* Site Header
	--------------------------------------------- */

	/*  .title-area, .sticky-head .title-area {
	    max-width: 78px;
	    padding-left: 0;
	    margin: 0 auto;
	    float: none;
	} */

	.title-area, .sticky-head .title-area {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

	.title-area a.main-logo {
		max-width: 200px;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding-top: 6px;
		margin-bottom: 5px;
	}

	.title-area {
		padding-top: 0px;
		background: #FFF;
	}

	button#genesis-mobile-nav-primary {
		background: transparent;
		color: #000;
		padding: 15px !important;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.sticky-head .title-area, .title-area {
		margin-top: 0px;
	}

	.site-header, .site-header .wrap {
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
		height: 50px;
	}

	span.offer-btn {
		padding: 0px 25px;
		font-weight: 400 !important;
	}

	.header-widget-area {
		float: none;
		width: 100%;
		display: none;
	}

	.home .header-widget-area {
		display: block;
	}

	.hero-section.inner-page {
		margin-top: 50px;
	}

	.header-info span {
		font-weight: 500;
	}

	span.offer-btn {
		background: transparent;
		font-size: 22px;
	}

	span.offer-txt {
		color: #FFF;
	}

	span.offer-txt::after {
		color: #d40704 !important;
		font-weight: 600;
		font-size: 14px;
	}

	.menu-toggle {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.site-header .menu-toggle::before {
		font-size: 25px;
	}

	.header-info-link {
		background: #2abe36;
		display: inline-block;
		padding: 5px 10px 10px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		max-width: 450px;
		width: 100%;
	}

	.sticky-head #genesis-nav-primary {
		max-width: 100%;
	}

	.wp-custom-logo .site-container .title-area {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 2px;
		transform: scale(.5) translate(0, -94px);
		z-index: 2;
	}

	header.site-header:after {
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.header-widget-area {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 54px;
	}

	.header-widget-area .widget {
		padding: 5px;
	}

	.genesis-nav-menu {
		background: #fff;
		padding: 10px;
	}

	.hero-section .title {
		font-size: 28px;
	}

	.hero-section .sub-title {
		font-size: 14px;
	}

	.nav-primary .genesis-nav-menu a {
		color: #111 !important;
	}

	.genesis-responsive-menu {
		position: absolute;
	}

	/* WordPress
	--------------------------------------------- */
	h1 {
		font-size: 35px !important;
	}

	h2 {
		font-size: 28px !important;
	}

	a.alignleft, img.alignleft, .wp-caption.alignleft {
		float: none;
		margin: 0;
	}

	.alignright, .alignleft {
		float: none;
		margin: 10px auto !important;
		display: block;
	}

	/* Blog
	--------------------------------------------- */
	.feature-image {
		text-align: center;
	}

	/* Site Footer
	--------------------------------------------- */
	.site-footer {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}

	/* Modals
	    --------------------------------------------- */
	.modal-button {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		top: auto;
		bottom: 5px;
		left: 15px;
		right: 15px;
		max-width: 264.5px;
		border: 1px solid #FFF;
		height: 52px;
		font-size: 24px;
	}

	.icon-fa-check-dark {
		transform: rotate(0deg);
	}

	/* Gallery
	    --------------------------------------------- */
	.gallery-container, .before-after-container {
		max-width: 570px;
	}

}

@media only screen and (max-width:768px) {
	.inner-services {
		padding: 0 20px 60px;
	}

	i.icon.icon-fa-check-dark {
		float: right;
	}

	.modal-button span {
		top: 5px
	}

	.entry-column-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}

	.banner-title {
		font-size: 36px;
	}

	.scrollToTop {
		bottom: 147px;
	}

	.blog-post-archive div {
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 0 0 0px;
		position: relative;
	}

	.column-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.page-id-372 .hero-section-wrap {
		background-position: -620px 0 !important;
	}

	/* Modals
	--------------------------------------------- */
	.sfl-modal-content {
		width: 100%;
		max-width: 500px;
		display: block;
	}

	.sfl-modal {
		padding-top: 50px
	}

	.blog-posts-article {
		width: 100%;
		margin: 0 0 10px;
	}

}

@media only screen and (max-width:600px) {

	/* Blog
	--------------------------------------------- */
	.author-wrap {
		float: none;
		display: block;
	}

	ul.recent-post-list span#post-title {
		font-size: 17px;
	}

	/* Modals
	--------------------------------------------- */
	.sfl-modal-content {
		margin: 0 auto;
		width: auto !important
	}

	.sfl-modal {
		padding-top: 30px
	}


	.section .title {
		font-size: 25px;
	}

	.latest-img {
		height: 200px;
	}

}

@media only screen and (max-width:480px) {
	.author-review.uppercase span {
		display: block;
		word-break: break-all;
	}

	.modal-button {
		height: 42px
	}

	.blog-posts-article p.entry-meta span {
		display: block;
		float: none !important;
	}

	.form-title {
		font-size: 27px;
	}

	.sfl-button {
		padding: 2px;
	}

	.footer-block  iframe {
		height: 200px;
	}

	.financing-module {
		max-width: 300px;
	}

	.site-footer .menu li a, .ftr-contact-info, .site-footer {
		font-size: 14px;
	}

	blockquote {
		margin: 15px;
	}

	.modal-button {
		font-size: 17px;
	}

	.hero-slider .slider-slick-prev, .hero-slider .slider-slick-next {
		display: none !important;
	}

	.testimonial-item blockquote {
		padding: 25px 10px 30px;
	}

	.icon, .seudo-icon:after {
		zoom: 0.8;
		-moz-transform: scale(0.5);
		-moz-transform-origin: 0 0;
	}

	.sfl-modal-content .form-field-captcha {
		font-size: 13px;
	}

	.financing-module {
		width: 280px !important;
		margin: 0 auto !important;
	}

	.page-id-372 .hero-section-wrap {
		background-position: -730px 0 !important;
	}

	.single .entry-time {
		display: block;
	}

	.single .entry-meta .entry-author {
		padding-left: 0;
	}

	.grid-gallery-photos .grid-gallery-caption {
	    width: 280px !important;
	    right: 0 !important;
	    left: 0 !important;
	    margin: 0 auto !important;
	}

	.grid-gallery-photos .grid-gallery-caption .crop {
	    width: 280px !important;
	}
	.grid-gallery-nav a {
	    display: block !important;
	}
	.contact-us-form input,
	.contact-us-form select,
	.contact-us-form textarea {
    	font-size: 14px;
	}
}

@media only screen and (max-width:320px) {
	.page-id-372 .hero-section-wrap {
		background-position: -800px 0 !important;
	}

	.header-widget-area .widget {
		padding: 10px 15px 15px 15px !important;
	}

	.scrollToTop {
		bottom: 117px;
	}

}

@media only screen and (min-width:992px) {
	a.desk-link {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: 3;
	}

	.mobile-phone, .badge-control, .mobile-phone-sticky {
		display: none;
	}

	.inner-page-form div.wpcf7 {
		margin-top: 190px;
	}

	/* Site Header
	--------------------------------------------- */

	/* Genesis Menu
	--------------------------------------------- */
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu>.menu-bold>a {
		font-weight: 700;
	}

	.genesis-nav-menu>.menu-highlight>a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu>.menu-highlight>a:focus, .genesis-nav-menu>.menu-highlight>a:hover {
		background-color: #00308f;
	}

	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	.home .nav-primary .genesis-nav-menu>li>a {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu>li>a {
		color: #fff;
	}

	.sticky-head .nav-primary .genesis-nav-menu>li>a {
		background: transparent;
	}

	.home .genesis-nav-menu>.current-menu-item, .home .genesis-nav-menu>.menu-item:hover {
	}

	.genesis-nav-menu>.current-menu-item, .genesis-nav-menu>.menu-item:hover {
	}

	.sticky-head .genesis-nav-menu>.current-menu-item, .sticky-head .genesis-nav-menu>.menu-item:hover {
	}

	/* Responsive Menu
	--------------------------------------------- */
	.genesis-responsive-menu {
		display: block;
	}

	.sticky-head .nav-primary {
		margin-top: -19px;
	}

	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		float: right;
		width: auto;
		text-align: center;
		padding-right: 40px;
		margin-top: -46px;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
		color: #000;
	}

	.nav-primary .genesis-nav-menu a:hover {
		letter-spacing: 0;
	}

	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		max-width: 100%;
	}

	.content-sidebar-wrap {
		max-width: 1180px;
		margin: 0 auto;
	}

	/* Content
	--------------------------------------------- */
	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content, .landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Blog
	--------------------------------------------- */
	.blog .site-inner, .archive .site-inner {
		max-width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}

	.blog article, .archive article {
		margin: 0;
	}

	.article-block {
		float: left;
		width: 49.9999%;
	}

	.article-block.post-wrap {
		background: #e1e1e1;
		padding: 30px;
		box-sizing: border-box;
	}

	.feature-image.image-right {
		float: right;
	}

	.article-block img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.read-more-post {
		margin-top: 25px;
		display: block;
		max-width: 175px;
		text-align: center;
		margin-left: 0;
	}

	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	#blog-widget section {
		float: left;
		padding: 0 6px;
		width: 33.3333%;
		margin-bottom: 20px;
	}

	/* Modals
	--------------------------------------------- */
	.sfl-modal-content {
		width: 600px
	}

	/* Author Box
	--------------------------------------------- */
	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */
	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half, .three-sixths, .two-fourths {
		width: 48.717948717948715%;
	}

	.one-third, .two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths, .two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}

	.search .entry {
		margin-bottom: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets .wrap {
		max-width: 1170px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
	*, *::before, *::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " ("attr(href) ")";
	}

	abbr[title]::after {
		content: " ("attr(title) ")";
	}

	a[href^="javascript:"]::after, a[href^="#"]::after, .site-title>a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img, tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content, .content-sidebar {
		width: 100%;
	}

	button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1, h2, h3, h4, h5, h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote, pre, table {
		page-break-inside: avoid;
	}

	dl, ol, ul {
		page-break-before: avoid;
	}

}
