
/*
Theme Name: Template 2
Theme URI: hhttps://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: 1.1.0-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: template-2
*/

/* Box Sizing */
html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

/* Float Clearing */
.author-box::before, .clearfix::before, .entry-content::before, .entry::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-content::after, .entry::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;
}

/* Font */

/* Typographical Elements */
body {
	background-color: #fff;
	color: #111;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

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

a {
	color: #0170db;
	text-decoration: none;
}

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

p {
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}

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

li {
	list-style-type: disc;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	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;
}

body > img {
	display: none;
}

ul.page-list {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

ul.one-column {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

.video-review-container {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: 500;
	position: relative;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

h1 {
	font-size: 35px;
	color: #e5651e;
}

h2 {
	font-size: 30px;
	color: #e5651e;
}

h3 {
	font-size: 25px;
	color: #e5651e;
}

h4 {
	font-size: 20px;
	color: #e5651e;
}

h5 {
	font-size: 20px;
	color: #e5651e;
}

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

img {
	height: auto;
	vertical-align: top;
	max-width: 100%;
	position: relative;
}

img::before {
	content: "";
	padding-top: calc(100% * 2 / 3);
}

figure {
	margin: 0;
	position: relative;
}

/* Forms */
input, select, textarea {
	background-color: rgba(255, 255, 255, .88);
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	font-family: inherit;
}

input[type="submit"] {
	-webkit-appearance: none;
}

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

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

select::-ms-expand {
	display: none;
}

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

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

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

.hero-form .form-container .form-field .col-1 input::-ms-input-placeholder, .hero-form .form-container .form-field .col-1 textarea::-ms-input-placeholder, .sidebar-form .form-field .col-1 input::-ms-input-placeholder, .sidebar-form .form-field .col-1 textarea::-ms-input-placeholder, .popup-form .form-field .col-1 input::-ms-input-placeholder, .popup-form .form-field .col-1 textarea::-ms-input-placeholder {
	color: #ea700f;
	opacity: 1;
}

.hero-form .form-container .form-field .col-1 input:-ms-input-placeholder, .hero-form .form-container .form-field .col-1 textarea:-ms-input-placeholder, .sidebar-form .form-field .col-1 input:-ms-input-placeholder, .sidebar-form .form-field .col-1 textarea:-ms-input-placeholder, .popup-form .form-field .col-1 input:-ms-input-placeholder, .popup-form .form-field .col-1 textarea:-ms-input-placeholder {
	color: #ea700f;
	opacity: 1;
}

.hero-form .form-container .form-field .col-1 input::placeholder, .hero-form .form-container .form-field .col-1 textarea::placeholder, .sidebar-form .form-field .col-1 input::placeholder, .sidebar-form .form-field .col-1 textarea::placeholder, .popup-form .form-field .col-1 input::placeholder, .popup-form .form-field .col-1 textarea::placeholder {
	color: #ea700f;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 10px;
	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: #0073e5;
	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;
}

.fields-container select {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%), linear-gradient(to right, #111, #111);
	background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) .5em;
	background-size: 5px 5px, 5px 5px, 0px 0em;
	background-repeat: no-repeat;
}

.grecaptcha-badge {
	visibility: hidden;
}

span.ajax-loader {
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

form.use-floating-validation-tip span.wpcf7-not-valid-tip {
	padding: 0 5px;
	font-size: 1.2rem;
	font-size: 9px;
	right: 1px;
	left: auto;
	top: 0;
	z-index: 1 !important;
	border: 0 !important;
}

div.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border: 2px solid #f7e700;
	background-color: #f7e700;
	color: #000;
}

/* 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: 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 {
	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, .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;
}

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

/* Site Container */
.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	padding: 0;
	width: 100%;
	clear: both;
}

.site-inner {
	max-width: 100%;
	width: 100%;
	display: flex;
	padding: 0;
}

.content-sidebar-wrap {
	width: 100%;
	max-width: 1200px;
	padding: 30px 15px;
	margin: 0 auto;
	display: block;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/* Common Classes */
.t-left {
	text-align: left;
}

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

.btn-gradient {
	background: #ba343d;
	background: -moz-linear-gradient(left, rgba(186, 52, 61, 1) 0%, rgba(164, 37, 46, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(186, 52, 61, 1) 0%, rgba(164, 37, 46, 1) 100%);
	background: linear-gradient(to right, rgba(186, 52, 61, 1) 0%, rgba(164, 37, 46, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ba343d", endColorstr="#a4252e", GradientType=1);
}

.entry-content .wp-block-columns {
	margin-bottom: 0 !important;
}

.wp-block-group.alignfull {
	padding: 30px 0;
}

.site-wrap {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	clear: both;
}

.section-container {
	padding: 30px 15px;
}

.site-wrap .container {
	padding: 0;
	width: 100%;
	position: relative;
	clear: both;
}

.content-info-center {
	padding: 0 0;
}

.background-fixed {
	background-attachment: fixed;
}

.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-image-inherit {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: inherit;
}

.background-image-right-cover {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-image-bottom-cover {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-image-right-bottom-contain {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.background-image-top-center-contain {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-flex {
	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;
}

.justify-content {
	-webkit-justify-content: space-between;
	-ms-flex-pack: inherit;
	justify-content: space-between;
	align-items: center;
}

.justify-content-center {
	-webkit-justify-content: center;
	-ms-flex-pack: inherit;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.justify-content-center-left {
	-webkit-justify-content: center;
	-ms-flex-pack: inherit;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}

.justify-content-left {
	-webkit-justify-content: left;
	-ms-flex-pack: inherit;
	justify-content: left;
	align-items: normal;
	flex-wrap: wrap;
}

.justify-content-top {
	-webkit-justify-content: space-between;
	-ms-flex-pack: inherit;
	justify-content: space-between;
	align-items: normal;
}

.justify-content-bottom {
	-webkit-justify-content: space-between;
	-ms-flex-pack: inherit;
	justify-content: space-between;
	align-items: flex-end;
}

a.site-btn {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 50px;
	background-color: #0170db;
	position: relative;
	transition: all .3s;
	font-size: 16px;
	line-height: 1.2em;
	cursor: pointer;
}

.read-more.site-btn a {
	padding: 10px 50px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0;
}

a.site-btn:hover {
	background-color: #e5651e;
	color: #fff;
}

.relative {
	position: relative;
}

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

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

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

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.section-title {
	font-size: 30px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

.section-desc {
	margin-bottom: 20px;
}

.more-btn a {
	text-transform: uppercase;
	font-weight: 500;
}

.more-btn a:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	font-weight: 900;
}

.full-width {
	width: 100%;
	margin: 0 auto;
}

.inner-width {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

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

.show-item-mobile {
	display: block;
}

.hide-item-mobile {
	display: none;
}

/* 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, .05);
	padding: 20px 30px;
}

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

.breadcrumb {
	font-size: 13px;
	padding: 5px 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}

.breadcrumb span.bc-wrap {
	font-weight: bold;
}

.breadcrumb .breadcrumb-link-wrap a:hover, .breadcrumb .breadcrumb-link-wrap a:hover .home-icon:after {
	color: #e48221;
}

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

.breadcrumb .separator {
	margin: 0 5px;
}

.breadcrumb .home-icon.relative:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
}

.site-breadcrumbs {
	background-color: #eff6f3;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .25);
}

.site-breadcrumbs .inner-width {
	padding: 0 15px;
}

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

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

form.search-form input[type=search] {
	border: 1px solid #000;
	color: #000;
}

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

.search-content .result-title {
	font-size: 30px;
}

.search-content article {
	margin-bottom: 20px;
}

.search-content p, .search-content p a {
	margin: 0;
}

.search-content .no-result:nth-child(odd) {
	display: none;
}

/* Titles */
.archive-description .entry-title, .entry-title, .archive-title, .author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	font-size: 35px;
	margin-bottom: 10px;
}

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

.entry-title a:focus, .entry-title a:hover {
	color: #0073e5;
}

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

a.alignnone {
	display: inline-block;
}

.alignleft, .alignright, iframe.alignleft {
	float: none;
	text-align: center;
	margin: 0 auto;
}

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

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

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

a.alignleft, img.alignleft, .wp-caption.alignleft, a.alignright, img.alignright, .wp-caption.alignright {
	margin: 15px auto;
}

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

/* Widgets */
.widget {
	margin-bottom: 40px;
}

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

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

/* 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: #0073e5;
}

.gs-faq__question::after {
	content: "";
	font-family: dashicons;
	float: right;
}

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

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

/* Display outline on focus */
:focus {
	color: initial;
	outline: transparent solid 0px;
}

/* Site Header */
.site-header {
	background-color: #fff;
	height: auto;
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 200;
	top: auto;
	margin: 0 auto;
	display: none;
}

.site-header > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding: 0 15px;
	position: relative;
	float: none;
}

.sticky-header-wrap {
	position: fixed;
	top: auto;
	z-index: 200;
	left: 0;
	right: 0;
}

.sticky-header {
	background-color: #fff;
	display: block;
	position: relative;
}

.sticky-header .sticky-logo {
	text-align: center;
	padding: 5px 15px;
}

.sticky-header .sticky-logo img {
	height: 40px;
}

.mob-separator {
	height: 94px;
}

.mobile-view-number {
	display: block;
	padding: 7px 15px;
	background-color: #fff;
	border-bottom: 4px solid #828f69;
	line-height: 1;
}

.mobile-view-number .rec-number-wrap {
	margin: 0;
}

.mobile-view-number .rec-number a {
	color: #0170db;
	font-size: 30px;
	font-weight: bold;
}

.mobile-view-number .rec-number a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
}

.mobile-view-dots .mob-dots {
	position: absolute;
	top: 0;
	font-size: 20px;
	padding: 9px 10px;
}

.mob-dots-items {
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	padding: 15px 15px;
	background-color: #000;
	width: 100%;
	display: none;
}

.mob-dots-items .mob-item, .mob-dots-items .mob-item a {
	font-size: 16px;
	color: #fff;
}

.mob-dots-items .mob-item {
	padding-left: 25px;
}

.mob-item.site-name:before, .mob-item.site-location:before, .mob-item.site-phone:before, .mob-item.site-operation:before, .mob-item.site-email:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
}

.mob-item.site-name:before {
	content: "";
}

.mob-item.site-location:before {
	content: "";
}

.mob-item.site-phone:before {
	content: "";
}

.mob-item.site-operation:before {
	content: "";
}

.mob-item.site-email:before {
	content: "";
}

.mob-item.site-social-media {
	padding: 0;
}

.mob-item.site-social-media ul li {
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 10px 3px 0 3px;
}

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

.site-header .title-area img {
	height: 50px;
}

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

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

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

.nav-primary.nav-primary-1 {
	display: none !important;
}

ul.menu li.menu-item.moved-item-nav-primary-1 {
	display: none;
}

.genesis-nav-menu a {
	color: #5a6165;
	display: block;
	font-size: 16px;
	outline-offset: -1px;
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	font-weight: 600;
}

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

.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 {
	text-decoration: none;
	background-color: #f1f1f1;
	color: #000;
}

.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 .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: #252525;
	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: #fff;
}

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

button.menu-toggle:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	width: auto;
	height: auto;
	padding: 13px 14px;
	color: #354a5d;
	line-height: 1;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	transition: color .1s ease-in;
	display: inline-block;
	border-radius: 5px;
}

button.menu-toggle.activated:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	width: auto;
	height: auto;
	color: #354a5d;
	padding: 13px 17px;
}

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

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

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

.sub-menu-toggle:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 17px;
	line-height: 1;
	color: #fff;
}

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

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

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

ul.sub-menu.show-submenu {
	display: block !important;
}

/* Header Menu */
.nav-primary {
	clear: left;
	padding: 15px 10px 150px;
	width: 100%;
	max-width: 1920px;
	position: fixed;
	left: -100%;
	top: auto;
	z-index: 300;
	margin-top: 0;
	background-color: #f1f1f1;
	overflow-y: auto;
	height: 100%;
	display: block !important;
	transition: all .3s ease;
}

.nav-primary > .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.nav-primary.show {
	left: 0;
}

body.window_scrolled .nav-primary {
	top: 90px;
}

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

/* Entry Content */
.entry {
	margin-bottom: 40px;
}

.entry-content ol, .the-content ul, .additional-content ol, .additional-content ul {
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}

.entry-content ul {
	padding: 0;
}

.entry-content ul li {
	list-style: none;
	padding: 0 0 5px 30px;
	position: relative;
}

.entry-content ul li:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #e35e4c;
	font-size: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

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

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

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

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

.full-width-content .content {
	width: 100%;
}

.entry-content figure.wp-block-image figcaption {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 15px 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	font-style: inherit;
}

/* Entry Meta */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.entry-content .archive-pagination li {
	padding: 0 2px;
}

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

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

.pagination ul li:before {
	display: none;
}

/* 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;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.sidebar-primary section {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

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

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

.sidebar-bg {
	padding: 30px 15px;
}

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

.widget-title, .sidebar-form .form-title {
	text-align: center;
	background-color: #e5651e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	padding: 15px 15px;
}

.sidebar .widget .custom-html-widget {
	position: relative;
}

.widget_sfs_widget_gallery .sfs-gallery-widget, .widget_sfs_widget_review .sfs-review-widget {
	padding: 15px 15px;
}

.widget_wpb_widget_review .sfs-review-widget .review-list {
	padding-bottom: 15px;
}

.sidebar .widget .slide-control {
	width: 100%;
	max-width: 140px;
	margin: 10px auto;
	display: flex;
	text-align: center;
}

.sidebar .widget .slide-control .slick-arrow {
	width: auto;
	float: left;
	cursor: pointer;
	padding: 5px;
	background-color: #e5651e;
	color: #fff;
}

.sidebar-form .form-field {
	padding: 15px 10px;
	background-color: #f1f1f1;
}

.sidebar-form .form-field .col-1 {
	margin-bottom: 5px;
}

.sidebar-form .form-field .col-1 input, .sidebar-form .form-field .col-1 select, .sidebar-form .form-field .col-1 textarea {
	color: #ea700f;
	font-size: 16px;
}

.sidebar-form .form-field .recaptcha-note, .sidebar-form .form-field .recaptcha-note a {
	line-height: 1;
	font-size: 10px;
	color: #000;
}

.sidebar-form .form-field input[type="submit"] {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 25px;
	background-color: #0170db;
	border-radius: 3px;
	position: relative;
	transition: all .3s;
	font-size: 16px;
	line-height: 1.2em;
}

.sidebar-form .form-field input[type="submit"]:hover {
	color: #fff;
	background-color: #e5651e;
}

.sidebar-form .form-desclaimer {
	font-size: 12px;
}

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

/* Back To Top */
.move-to-top {
	position: fixed;
	right: 10px;
	bottom: 102px;
	z-index: 199;
	cursor: pointer;
	background-color: #0170db;
	padding: 10px 0;
	border: 1px solid #fff;
}

.to-top {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
}

.move-to-top:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	padding: 0px 14px;
	color: #fff;
}

/* POPUP Form */
.popup-form {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, .7);
	visibility: hidden;
	z-index: 999999;
	overflow: auto;
}

.site-form {
	width: auto;
	margin: 85px auto;
	text-align: left;
}

.popup-form .form-fields.slide-form {
	right: 0;
	transition: all .5s ease;
}

.popup-form .form-fields {
	max-width: 450px;
	border-radius: 0;
	margin: 0 auto;
	position: relative;
	padding: 20px 10px 60px 10px;
	right: -100%;
	transition: all .5s ease;
}

.popup-form .form-fields a.close {
	background: #000;
	color: #fff !important;
	line-height: 30px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 4px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	z-index: 1;
	outline: none;
	font-weight: bold;
	box-shadow: -2px 2px #606061;
	cursor: pointer;
	border-radius: 0;
}

.popup-form .form-title {
	text-align: center;
	background-color: #e5651e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	padding: 15px 15px;
}

.popup-form .form-field {
	padding: 15px 10px;
	background-color: #f1f1f1;
}

.popup-form .form-container .form-field .col-1 input, .popup-form .form-container .form-field .col-1 select, .popup-form .form-container .form-field .col-1 textarea {
	color: #ea700f;
	font-size: 16px;
	margin-bottom: 5px;
}

.popup-form .form-container .form-field input[type="submit"] {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 25px;
	background-color: #0170db;
	border-radius: 3px;
	position: relative;
	transition: all .3s;
	font-size: 16px;
	line-height: 1.2em;
}

.popup-form .form-container .form-field input[type="submit"]:hover {
	color: #fff;
	background-color: #e5651e;
}

.popup-form .recaptcha-note, .popup-form .recaptcha-note a {
	line-height: 1;
	font-size: 10px;
	color: #000;
}

.popup-form .form-desclaimer {
	font-size: 12px;
}

/* Floating CTA */
.floating-cta {
	position: fixed;
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #0170db;
	color: #fff;
	z-index: 400;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.floating-cta a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	border: 1px solid #fff;
	line-height: 1;
	font-size: 16px;
}

.floating-cta a span span {
	display: inline-block;
	font-size: 16px;
}

.floating-cta:hover {
	background-color: #e5651e;
	color: #fff;
}

/* Column By Twelve */
.col-1-12, .col-2-12, .col-3-12, .col-4-12, .col-5-12, .col-6-12, .col-7-12, .col-8-12, .col-9-12, .col-10-12, .col-11-12, .col-12-12 {
	width: 100%;
}

/* Column By 25% */
.col-1-4, .col-2-4, .col-3-4, .col-4-4, .col-three-three {
	width: 100%;
}

/* Column By 20% */
.col-1-5, .col-2-5, .col-3-5, .col-4-5, .col-4-5 {
	width: 100%;
}

/* Column Edge to Edge */
.col-1, .col-2, .col-3, .col-4 {
	width: 100%;
}

/* Social Media */
ul.social-media li a.sprite, .footer-social-icon a {
	background-image: url("https://cdn-ilcgjih.nitrocdn.com/SLOcIOuwLreUUOHQIyqbfyPokTRHGtKP/assets/images/optimized/rev-9e66b30/www.danesroofing.com/wp-content/uploads/2020/09/social-spritesheet.png");
	background-repeat: no-repeat;
	display: block;
}

ul.social-media li a.sprite.nitro-lazy, .footer-social-icon a.nitro-lazy {
	background-image: none !important;
}

.footer-social-icon {
	display: inline-block;
	border: 2px solid #1bc02f;
	border-radius: 5px;
	background-color: #111;
}

.footer-media .media-list {
	display: table;
	margin-bottom: 5px;
}

.footer-media .media-list > div {
	display: inline-block;
	vertical-align: middle;
}

.footer-media .media-list .social-label {
	padding-left: 10px;
}

ul.social-media {
	padding: 0;
	margin: 0;
}

ul.social-media li {
	display: inline-block;
	margin: 0 3px 0 3px;
}

.header-media ul.social-media li {
	padding: 3px 3px;
	margin: 0;
	float: left;
	list-style: none;
}

.header-media ul.social-media li:not(:first-child) {
	border-left: 1px solid #ccc;
}

#sprite-angies-icon {
	width: 38px;
	height: 38px;
	background-position: -4px -44px;
}

.header-media #sprite-angies-icon {
	background-position: -4px -4px;
}

#sprite-bbb-icon {
	width: 38px;
	height: 38px;
	background-position: -48px -44px;
}

.header-media #sprite-bbb-icon {
	background-position: -48px -4px;
}

#sprite-bing-icon {
	width: 38px;
	height: 38px;
	background-position: -91px -44px;
}

.header-media #sprite-bing-icon {
	background-position: -91px -4px;
}

#sprite-blog-icon {
	width: 38px;
	height: 38px;
	background-position: -135px -44px;
}

.header-media #sprite-blog-icon {
	background-position: -135px -4px;
}

#sprite-blogger-icon {
	width: 38px;
	height: 38px;
	background-position: -180px -44px;
}

.header-media #sprite-blogger-icon {
	background-position: -180px -4px;
}

#sprite-citygridmedia-icon {
	width: 38px;
	height: 38px;
	background-position: -224px -44px;
}

.header-media #sprite-citygridmedia-icon {
	background-position: -224px -4px;
}

#sprite-email-icon {
	width: 38px;
	height: 38px;
	background-position: -268px -44px;
}

.header-media #sprite-email-icon {
	background-position: -268px -4px;
}

#sprite-facebook-icon {
	width: 38px;
	height: 38px;
	background-position: -310px -44px;
}

.header-media #sprite-facebook-icon {
	background-position: -310px -4px;
}

#sprite-foursquare-icon {
	width: 38px;
	height: 38px;
	background-position: -356px -44px;
}

.header-media #sprite-foursquare-icon {
	background-position: -356px -4px;
}

#sprite-gaf-icon {
	width: 38px;
	height: 38px;
	background-position: -399px -44px;
}

.header-media #sprite-gaf-icon {
	background-position: -399px -4px;
}

#sprite-gmb-icon {
	width: 38px;
	height: 38px;
	background-position: -444px -44px;
}

.header-media #sprite-gmb-icon {
	background-position: -444px -4px;
}

#sprite-google-plus-icon {
	width: 38px;
	height: 38px;
	background-position: -486px -44px;
}

.header-media #sprite-google-plus-icon {
	background-position: -486px -4px;
}

#sprite-guildquality-icon {
	width: 38px;
	height: 38px;
	background-position: -532px -44px;
}

.header-media #sprite-guildquality-icon {
	background-position: -532px -4px;
}

#sprite-homeadvisor-icon {
	width: 38px;
	height: 38px;
	background-position: -576px -44px;
}

.header-media #sprite-homeadvisor-icon {
	background-position: -576px -4px;
}

#sprite-homestars-icon {
	width: 38px;
	height: 38px;
	background-position: -618px -44px;
}

.header-media #sprite-homestars-icon {
	background-position: -618px -4px;
}

#sprite-houzz-icon {
	width: 38px;
	height: 38px;
	background-position: -664px -44px;
}

.header-media #sprite-houzz-icon {
	background-position: -664px -4px;
}

#sprite-instagram-icon {
	width: 38px;
	height: 38px;
	background-position: -708px -44px;
}

.header-media #sprite-instagram-icon {
	background-position: -708px -4px;
}

#sprite-linkedin-icon {
	width: 38px;
	height: 38px;
	background-position: -751px -44px;
}

.header-media #sprite-linkedin-icon {
	background-position: -751px -4px;
}

#sprite-pinterest-icon {
	width: 38px;
	height: 38px;
	background-position: -795px -44px;
}

.header-media #sprite-pinterest-icon {
	background-position: -795px -4px;
}

#sprite-porch-icon {
	width: 38px;
	height: 38px;
	background-position: -840px 44px;
}

.header-media #sprite-porch-icon {
	background-position: -840px 4px;
}

#sprite-rss-icon {
	width: 38px;
	height: 38px;
	background-position: -883px -44px;
}

.header-media #sprite-rss-icon {
	background-position: -883px -4px;
}

#sprite-superpages-icon {
	width: 38px;
	height: 38px;
	background-position: -927px -44px;
}

.header-media #sprite-superpages-icon {
	background-position: -927px -4px;
}

#sprite-twitter-icon {
	width: 38px;
	height: 38px;
	background-position: -972px -44px;
}

.header-media #sprite-twitter-icon {
	background-position: -972px -4px;
}

#sprite-vimeo-icon {
	width: 38px;
	height: 38px;
	background-position: -1016px -44px;
}

.header-media #sprite-vimeo-icon {
	background-position: -1016px -4px;
}

#sprite-yellowpages-icon {
	width: 38px;
	height: 38px;
	background-position: -1059px -44px;
}

.header-media #sprite-yellowpages-icon {
	background-position: -1059px -4px;
}

#sprite-yelp-icon {
	width: 38px;
	height: 38px;
	background-position: -1104px -44px;
}

.header-media #sprite-yelp-icon {
	background-position: -1104px -4px;
}

#sprite-youtube-icon {
	width: 38px;
	height: 38px;
	background-position: -1148px -44px;
}

.header-media #sprite-youtube-icon {
	background-position: -1148px -4px;
}

.operation-time span, .site-address span, .site-email span {
	display: block;
}

/* 404 Page */
.entry-content form.search-form {
	width: 100%;
}

body.error404 li.page_item.page-item-751, body.error404 li.page_item.page-item-753 {
	display: none;
}

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

/* Above Header Ads */
.above-ads-wrap {
	padding: 12px 20px;
	font-size: 16px;
	background-color: #e5651e;
}

.above-ads-wrap a {
	color: #fff;
}

.above-ads-wrap i, .below-ads-wrap i {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	font-size: 12px;
}

.above-ads-wrap i {
	color: #fff;
}

.below-ads-wrap i {
	color: #fff;
}

/* Header Top Information */
.site-section.top-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 0;
	display: none;
}

.site-section.top-info .inner-width {
	padding: 0 15px;
}

.site-section.top-info .selected-info ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.site-section.top-info .selected-info ul li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.site-section.top-info .selected-info ul li:not(:first-child) {
	margin-left: 20px;
}

.site-section.top-info .selected-info ul li .site-address span, .site-section.top-info .selected-info ul li .operation-time span, .site-section.top-info .selected-info ul li .site-email span a, .site-section.top-info .selected-info ul li .tagline {
	position: relative;
	padding-left: 20px;
}

.site-section.top-info .selected-info ul li .site-address span:before, .site-section.top-info .selected-info ul li .site-email span a:before, .site-section.top-info .selected-info ul li .operation-time span:before, .site-section.top-info .selected-info ul li .tagline:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-section.top-info .selected-info ul li .site-address span:before {
	content: "";
}

.site-section.top-info .selected-info ul li .tagline:before {
	content: "";
}

.site-section.top-info .selected-info ul li .site-email span a:before {
	content: "";
}

.site-section.top-info .selected-info ul li .operation-time span:before {
	content: "";
}

/* Header Widget */
.widget-area.header-widget-area, .sticky-header .header-right-wrap {
	display: none;
}

.widget-area.header-widget-area > .header-right-wrap > div {
	display: inline-block;
	vertical-align: middle;
}

.widget-area.header-widget-area > .header-right-wrap .rec-number-wrap .rec-number {
	display: block;
	vertical-align: middle;
}

.widget-area.header-widget-area > .header-right-wrap .rec-number-wrap .rec-number:not(:first-child) {
	margin-top: 10px;
}

.header-right-wrap .rec-number, .header-right-wrap .rec-number a {
	color: #0170db;
	line-height: 1;
}

.header-right-wrap .rec-number span {
	font-size: 14px;
	display: block;
}

.header-right-wrap .rec-number span:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.header-right-wrap .rec-number a {
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
}

.header-right-wrap .rec-number a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
}

.header-cta-wrap a.form-popup {
	cursor: pointer;
}

/* Below Header Ads */
.below-ads-wrap {
	background-color: #e5651e;
}

.below-ads-wrap .ads-content-wrap {
	padding: 15px 20px;
}

.below-ads-wrap .bl-ads-btn a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 100%;
	max-width: 600px;
	background: #0170db;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
}

.below-ads-wrap .bl-ads-btn a:hover {
	background: #f47a3f;
	color: #fff;
}

.below-ads-wrap .bl-ads-content {
	font-size: 12px;
	color: #fff;
}

.below-ads-wrap .bl-btn a {
	font-size: 12px;
	color: #fff;
}

/* Hero Slider */
.hero-slider .container, .hero-slider-wrap, .hero-slider-wrap .hero-item {
	height: auto;
}

.hero-slider-wrap {
	opacity: 0;
	display: none;
	transition: all 1.2s ease;
}

.hero-slider-wrap.slick-initialized {
	opacity: 1;
	display: block;
	overflow: hidden;
}

.hero-content-rwap {
	position: relative;
}

.hero-content-rwap.inner-width {
	max-width: 1700px;
}

.hero-content-container {
	padding: 15px 40px;
}

.hero-content {
	width: 100%;
	max-width: 560px;
	padding: 15px 15px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .5);
}

.hero-content.pos-left {
	margin: 0 auto;
	text-align: center;
}

.hero-content.pos-right {
	margin: 0 auto;
	text-align: center;
}

.hero-content.pos-center {
	margin: 0 auto;
	text-align: center;
}

.hero-heading {
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.2;
	text-shadow: 1px 1px #000;
}

.hero-text {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-shadow: 1px 1px #000;
}

.hero-btn-wrap a {
	display: inline-block;
	margin-right: 5px;
	background-color: #0170db;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
}

.hero-btn-wrap a:hover {
	background-color: #e5651e;
	color: #fff;
}

.hero-badge {
	padding: 10px 10px 10px 0;
	display: inline-block;
}

.hero-slider .promo-image {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px 0 0 0;
}

.hero-slider .promo-image a {
	display: inline-block;
}

.hero-slider .promo-image img {
	height: 200px;
}

.hero-form {
	position: absolute;
	width: 100%;
	max-width: 400px;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px 15px;
	display: none;
}

.hero-form .form-field {
	padding: 10px 10px;
	background-color: rgba(127, 127, 127, .5);
}

.hero-form .form-field .col-1 {
	margin-bottom: 5px;
}

.hero-slide-control .left, .hero-slide-control .right {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	text-align: right;
	padding: 2px 10px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.hero-slide-control .left {
	left: 5px;
}

.hero-slide-control .right {
	right: 5px;
}

.form-container .form-field .col-1 br, .form-container .form-field .col-2 br {
	display: none;
}

.form-container .form-field .col-1 label, .form-container .form-field .col-2 label {
	display: none;
}

.form-container .form-field .col-1 input, .form-container .form-field .col-1 textarea, .form-container .form-field .col-1 select, .form-container .form-field .col-2 input, .form-container .form-field .col-2 textarea, .form-container .form-field .col-2 select {
	font-weight: 400;
}

.form-container .form-field .col-1 input:focus, .form-container .form-field .col-1 textarea:focus, .form-container .form-field .col-1 select:focus, .form-container .form-field .col-2 input:focus, .form-container .form-field .col-2 textarea:focus, .form-container .form-field .col-2 select:focus {
	border: 1px solid #ddd;
}

.form-container .form-field .col-1 select, .form-container .form-field .col-2 select {
	padding: 10px 10px 10px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #000, #000);
	background-position: calc(100% - 20px) calc(1.1em + 0px), calc(100% - 15px) calc(1.1em + 0px), calc(100% - 2.5em) .5em;
	background-size: 5px 5px, 5px 5px, 0px 0em;
	background-repeat: no-repeat;
}

.hero-form .form-container .form-field .col-1 select, .popup-form .form-container .form-field .col-1 select, .sidebar-form .form-container .form-field .col-1 select {
	background-image: linear-gradient(45deg, transparent 50%, #ea700f 50%), linear-gradient(135deg, #ea700f 50%, transparent 50%), linear-gradient(to right, #ea700f, #ea700f);
}

.form-container .form-field .col-1 textarea {
	height: 100px;
	font-family: inherit;
}

.hero-form .form-title-desc-wrap {
	background-color: #ea700f;
	padding: 15px 10px;
}

.hero-form .form-title-desc-wrap .form-title {
	line-height: 1;
	font-size: 22px;
	color: #fff;
}

.hero-form .form-container .form-field .col-1 label {
	color: #ea700f;
	font-size: 14px;
}

.hero-form .form-container .form-field .col-1 input, .hero-form .form-container .form-field .col-1 textarea, .hero-form .form-container .form-field .col-1 select {
	color: #ea700f;
	font-size: 14px;
	font-weight: 500;
}

.hero-form .recaptcha-note, .hero-form .recaptcha-note a {
	line-height: 1;
	font-size: 10px;
	color: #fff;
}

.hero-form .form-container .form-field .col-1 input[type="submit"] {
	width: 100%;
	background-color: #0170db;
	color: #fff;
	font-size: 16px;
}

.hero-form .form-container .form-field .col-1 input[type="submit"]:hover {
	background-color: #e5651e;
	color: #fff;
}

.animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0 * 100);
}

.activate {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	filter: alpha(opacity=1 * 100);
}

.hero-content .hero-badge {
	display: none;
}

.hero-content .hero-badge a {
	display: inline-block;
	vertical-align: middle;
}

.hero-form .form-field .form-desclaimer {
	display: none;
}

/* Page Banner */
.page-banner {
	height: 400px;
}

.page-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .5);
}

.page-banner-container .inner-promo {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-banner-container .inner-promo img {
	max-height: 350px;
}

/* Homepage Read More */
.wp-block-group.more-content {
	display: none;
}

.wp-block-button.read-more a {
	display: inline-block;
}

/* About Us Page */
.home-about-us {
	padding: 30px 0;
	background-color: #76aadb;
	background: #76aadb;
	background: -moz-linear-gradient(top, #76aadb 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #76aadb 0%, #fff 100%);
	background: linear-gradient(to bottom, #76aadb 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#76aadb", endColorstr="#ffffff", GradientType=0);
}

.home-about-us .section-title {
	color: #000;
	font-size: 35px;
}

.home-about-us .section-desc {
	color: #000;
	font-size: 16px;
}

.home-about-us .inner-width {
	padding: 0 15px;
}

.home-about-us .about-us-content {
	padding-top: 0;
}

.home-about-us .about-us-content .abt-content {
	border-right: 0;
	padding-top: 20px;
	font-size: 16px;
	color: #000;
}

.home-about-us .about-us-content .abt-image {
	padding-left: 0;
}

.home-about-us .about-us-content .abt-image img {
	display: block;
	margin: 0 auto;
}

.home-about-us .about-us-content .abt-content ul {
	padding: 0;
	margin: 0;
}

.home-about-us .about-us-content .abt-content ul li {
	position: relative;
	list-style: none;
	padding-left: 25px;
}

.home-about-us .about-us-content .abt-content ul li:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
}

.home-about-us .about-us-content .about-us-btn {
	display: inline-block;
	margin-top: 20px;
}

.home-about-us .about-us-content .about-us-btn a {
	background-color: #0170db;
	font-size: 16px;
	color: #fff;
}

.home-about-us .about-us-content .about-us-btn a:hover {
	background-color: #e5651e;
	color: #fff;
}

/* Featured Page */
.featured-page-heading {
	padding: 30px 0;
	background-color: #fff;
}

.featured-page .inner-width {
	padding: 0 15px;
}

.featured-page-wrap {
	overflow-x: hidden;
	overflow-y: hidden;
}

.featured-page .inner-width .section-title {
	font-size: 35px;
	color: #000;
}

.featured-page .inner-width .section-desc {
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
}

.featured-page .ftd-item a.link-overlay {
	z-index: 1;
}

.featured-page  .featured-page-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
	padding: 0 15px;
}

.featured-page-wrap .ftd-style-item {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
	max-width: 650px;
	margin: 5px auto;
}

.featured-page .ftd-style-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 15px solid transparent;
	padding: 10px 10px;
	background-color: rgba(0, 0, 0, .2);
	transition: all 1s ease;
}

.featured-page .ftd-style-content .ftd-style-title {
	line-height: 1.2;
	font-size: 25px;
	color: #fff;
}

.featured-page .ftd-style-content .ftd-style-text {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
	opacity: 0;
	transition: all 1s ease;
}

.featured-page-wrap .ftd-style-item .ftd-style-image img {
	transform: scale(1);
	transition: all 1s ease;
}

.featured-page-wrap .ftd-style-item:hover .ftd-style-content {
	border: 15px solid rgba(116, 122, 101, .4);
	background-color: rgba(0, 0, 0, .5);
}

.featured-page-wrap .ftd-style-item:hover .ftd-style-image img {
	transform: scale(1.08);
}

.featured-page-wrap .ftd-style-item:hover .ftd-style-text {
	opacity: 1;
}

/* Latest Post */
.site-section.latest-news {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.latest-news .inner-width {
	padding: 0 15px;
}

.latest-news-wrap .latest-post .latest-post-item,  {
	max-width: 600px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
}

.latest-news-wrap .section-title {
	font-size: 35px;
	color: #000;
}

.latest-news-wrap .section-desc {
	font-size: 16px;
	color: #000;
}

.latest-news-wrap .latest-post {
	padding: 30px 0;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.latest-news-wrap .more-post-btn a {
	color: #fff;
	background-color: #0170db;
	font-size: 16px;
}

.latest-news-wrap .more-post-btn a:hover {
	color: #fff;
	background-color: #e5651e;
}

.latest-news .newest-post {
	padding-right: 0;
	margin-bottom: 20px;
}

.latest-news .newest-post .new-post-image img {
	width: 100%;
}

.latest-news .newest-post .new-post-content {
	position: relative;
	background-color: rgba(0, 0, 0, 1);
	padding: 15px 15px;
}

.latest-news .newest-post .new-post-content-title, .latest-news .newest-post .new-post-content-title a {
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.latest-news .newest-post .new-post-content-text {
	color: #fff;
	font-size: 16px;
}

.latest-news .newest-post .new-post-date {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	background-color: #0170db;
	padding: 15px 20px;
	text-align: center;
}

.latest-news .newest-post .new-post-date span {
	display: block;
}

.latest-news .newest-post .new-post-date span.latest-date-month {
	line-height: 1;
}

.latest-news .newest-post .new-post-date span.latest-date-day {
	line-height: 1;
	font-size: 20px;
}

.latest-news .other-post-list:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #0170db;
}

.latest-news .other-post-list .other-post-item {
	margin-bottom: 15px;
	padding-left: 25px;
}

.latest-news .other-post-list .other-post-title {
	font-size: 22px;
	line-height: 1.2;
}

.latest-news .other-post-item:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #0170db;
}

/* Testimonials */
.testimonials .testimonial-wrap.background-image {
	padding: 100px 0;
	background-position: left center;
}

.testimonials .testimonial-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .9) 24%, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, .42) 72%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .9) 24%, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, .42) 72%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .9) 24%, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, .42) 72%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6ffffff", endColorstr="#00ffffff", GradientType=1);
}

.testimonial-wrap .inner-width {
	padding: 0 15px;
}

.testimonial-wrap .left-content {
	padding-right: 0;
	margin-bottom: 30px;
}

.testimonial-wrap .review-info {
	text-align: center;
}

.review-wrap .section-title {
	font-size: 35px;
	color: #e5651e;
}

.review-wrap .section-desc, .review-wrap .section-content {
	font-size: 18px;
	color: #000;
}

.testimonial-wrap .review-items {
	display: none;
}

.testimonial-wrap .review-items.slick-initialized {
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.testimonial-wrap .review-item .review-text {
	font-size: 16px;
	color: #000;
	font-style: italic;
}

.testimonial-wrap .review-item .review-author {
	font-size: 18px;
	color: #000;
}

.testimonial-wrap .review-btn-wrap {
	margin-top: 30px;
}

.testimonial-wrap .review-btn-wrap a {
	display: inline-block;
	color: #fff;
	background-color: #0170db;
	font-size: 16px;
}

.testimonial-wrap .review-btn-wrap a:hover {
	color: #fff;
	background-color: #e5651e;
}

.testimonial-wrap .review-item .review-star {
	margin-top: 30px;
	color: #d93;
}

/* Call To Action */
.sitewide-cta .sitewide-cta-wrap {
	padding: 60px 0;
}

.sitewide-cta .sitewide-cta-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e6ffffff", GradientType=1);
}

.sitewide-cta .sitewide-cta-wrap .inner-width {
	padding: 0 15px;
}

.sitewide-cta .sitewide-form {
	padding: 15px 15px;
	background-color: rgba(255, 255, 255, .5);
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

.sitewide-form .form-field input, .sitewide-form .form-field select, .sitewide-form .form-field textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 15px 10px !important;
}

.sitewide-form .form-field p.recaptcha-note, .sitewide-form .form-field .form-desclaimer {
	font-size: 12px;
}

.sitewide-form .form-field input.wpcf7-submit {
	width: 100%;
	color: #fff;
	background-color: #0170db;
	font-size: 20px;
	margin: 0;
}

.sitewide-form .form-field .form-desclaimer {
	background-color: #fff;
	padding: 5px 5px;
}

.sitewide-form .form-title {
	font-size: 30px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #e5651e;
	margin-bottom: 10px;
}

.sitewide-form .form-field input.wpcf7-submit:hover {
	color: #fff;
	background-color: #e5651e;
}

/* Badges */
.site-section.badges {
	background-color: #fff;
	padding: 60px 0;
}

.badges .list-badges {
	display: none;
}

.badges .list-badges.slick-initialized {
	display: block;
}

.badges .section-title {
	font-size: 35px;
	color: #000;
}

.badges .section-desc {
	font-size: 16px;
	color: #000;
}

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

/* Site Footer */
footer .footer-wrap.background-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}

footer .footer-wrap {
	padding: 60px 0;
}

footer .footer-wrap.background-color {
	background-color: #0170db;
}

footer .inner-width {
	padding: 0 15px;
}

footer .footer-column-wrap {
	text-align: center;
}

footer .footer-column-wrap .footer-column {
	padding: 10px 0;
}

footer .column-label {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

footer .footer-menu ul {
	padding: 0;
}

footer .footer-menu ul li {
	list-style: none;
	position: relative;
}

footer .site-name {
	color: #fff;
	font-size: 16px;
}

footer .site-location {
	color: #fff;
	font-size: 16px;
}

footer .site-operation {
	color: #fff;
	font-size: 16px;
}

footer .footer-column-wrap .footer-column ul.social-media {
	margin-bottom: 10px;
}

footer ul.social-media a {
	background-color: #e5651e;
	border-radius: 3px;
}

footer .footer-column-wrap .footer-column a, footer .below-main-footer ul.below-footer-page li a {
	color: #fff;
	font-size: 16px;
}

footer .footer-column-wrap .footer-column a:hover, footer .below-main-footer ul.below-footer-page li a:hover {
	color: #0170db;
}

footer .copyright {
	padding: 15px 15px;
	background-color: #e5651e;
	color: #fff;
	font-size: 16px;
	margin-bottom: 42px;
}

.footer-logo a img {
	margin-bottom: 15px;
}

footer .below-main-footer-wrap.site-flex.justify-content {
	align-items: inherit;
	text-align: center;
}

footer .below-main-footer {
	padding: 15px 0;
	border-top: 1px solid #fff;
	margin-top: 25px;
}

footer .below-main-footer ul.below-fotter-badge, footer .below-main-footer ul.below-footer-page {
	margin: 0;
	padding: 0;
}

footer .below-main-footer-wrap > ul {
	width: 100%;
}

footer .below-main-footer ul.below-footer-page {
	margin-bottom: 10px;
}

footer .below-main-footer ul.below-fotter-badge li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
}

footer .below-main-footer ul.below-footer-page li {
	display: block;
	font-size: 16px;
}

/* Blog Page */
.blog-list-container {
	width: 100%;
}

.post-archives-list {
	padding-bottom: 30px;
}

.post-archives-list .container > div {
	margin-bottom: 5px;
}

.post-archives-list select {
	background-color: #0170db;
	color: #fff;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1.2em + 0px), calc(100% - 15px) calc(1.2em + 0px), calc(100% - 2.5em) .5em;
	background-size: 5px 5px, 5px 5px, 0px 0em;
	background-repeat: no-repeat;
	border-radius: 3px;
}

.post-archives-list select:hover {
	background-color: #e5651e;
	color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
}

.custom-blog-post article:hover {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
}

.custom-blog-post article {
	position: relative;
	margin-bottom: 15px;
}

.custom-blog-post .latest-post-content-wrap {
	background-color: #f1f1f1;
	padding: 15px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.custom-blog-post article:last-child {
	margin-bottom: 0;
}

.custom-blog-post .latest-post-img img {
	margin: 0 auto;
	display: block;
}

.custom-blog-post .latest-post-title {
	font-size: 30px;
	line-height: 1.2;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.custom-blog-post .latest-post-content-wrap hr {
	margin: 10px 0;
}

.custom-blog-post .latest-post-btn {
	margin-top: 20px;
}

.custom-blog-post article:hover .latest-post-btn a {
	background-color: #e5651e;
	color: #fff;
}

.custom-blog-post article:hover .latest-post-title {
	border-bottom: 1px solid #0170db;
}

/* Contact Page */
.contact-form {
	background-color: #edf7ff;
	padding: 20px 15px;
	max-width: 600px;
	margin: 0 auto;
}

.contact-info-wrap {
	padding: 15px 0;
}

.contact-info-wrap .col-3 {
	position: relative;
	margin: 0 0 30px 0;
}

.contact-info-wrap .col-3:not(:first-child) {
	margin: 0 0 30px 0;
}

.contact-form .form-title {
	font-size: 30px;
}

.contact-form .form-field .col-1, .contact-form .form-field .col-2 {
	margin-bottom: 5px;
}

.contact-form .form-field p.recaptcha-note {
	font-size: 12px;
}

.contact-form .form-container .form-field input[type="submit"] {
	width: 100%;
	background-color: #000;
	color: #fff;
}

.contact-page-info-form {
	padding-right: 0;
}

.contact-us-page-wrap .contact-map iframe {
	width: 100%;
	height: 300px;
}

.contact-us-page-wrap .column-title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.contact-info-wrap .contact-map {
	margin-top: 10px;
}

.contact-info-wrap .cta-section-content {
	text-align: center;
}

/* Gallery */
.sfs-gallery-image, .sfs-nav-image {
	position: relative;
	cursor: pointer;
}

/* Where To Buy */
.location-search {
	background-color: #828f69;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.location-search .form-group .hidden {
	display: none;
}

.location-search .form-label {
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 5px;
	font-weight: bold;
}

.location-search .form-group .form-field {
	display: inline-block;
	vertical-align: middle;
}

.location-search .form-field.input-field-zip {
	width: 100%;
	max-width: 500px;
}

.location-search button#rbaLocationScearchButton {
	background-color: #f29233;
	margin-left: 15px;
}

.wtb-result-item.mainwrap {
	clear: both;
}

.wtb-tab-item .item-view {
	padding: 20px 30px;
	background-color: #ccc;
	line-height: 1;
	float: left;
	cursor: pointer;
}

.item-view.active {
	background-color: #f5f5f5;
}

.wtb-result.result-no-map, .wtb-result.result-with-map {
	background-color: #f5f5f5;
	padding: 15px 15px;
}

.wtb-result.container {
	background-color: #fff;
	padding: 15px 15px;
}

.wtb-result .item-name {
	font-size: 18px;
	font-weight: bold;
}

.wtb-result .item-rating {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #828f69;
	border-bottom: 1px solid #828f69;
	margin: 10px 0;
}

.wtb-result .item-rating .wtb-star {
	float: right;
	color: #f29233;
}

.wtb-result .item-direction a {
	display: block;
	text-align: center;
	background-color: #828f69;
	color: #fff;
	padding: 3px 5px;
	border: 2px solid #f29233;
	margin-bottom: 15px;
}

.wtb-result .time-status.loc-not-available {
	text-align: center;
	padding: 3px 5px;
	background-color: red;
	color: #fff;
}

.wtb-result .time-status.loc-available {
	text-align: center;
	padding: 3px 5px;
	border: 2px solid #f29233;
	background-color: #828f69;
	color: #fff;
}

.wtb-result.result-no-map .item-time {
	padding-left: 0;
	position: relative;
}

.wtb-result.result-no-map .item-time .item-label {
	position: relative;
	left: auto;
}

.wtb-result-item .wtb-result.wrap.active {
	visibility: visible;
	height: auto;
	padding: 15px 15px;
	display: block;
}

.wtb-result-item .wtb-result.wrap {
	visibility: hidden;
	height: 0;
	display: none;
}

.wtb-result.result-no-map.wrap {
	padding: 0;
}

.wtb-result.result-with-map .wtb-rstl-section {
	margin-bottom: 20px;
}

.wtb-rstl-section-map-view {
	padding: 5px 5px;
}

.wtb-rstl-section-map-view:nth-child(odd) {
	background-color: #f5f5f5;
}

.wtb-result.container .item-phone-info {
	margin-bottom: 10px;
}

/* Media Queries */
@media only screen and (min-width: 480px) {
	/* Featured Page */
	.featured-page .ftd-style-content {
		padding: 15px 15px;
	}
	
	.featured-page .ftd-style-content .ftd-style-title {
		font-size: 35px;
	}
	
	.featured-page .ftd-style-content .ftd-style-text {
		font-size: 16px;
	}
}

@media only screen and (min-width: 641px) {}

@media only screen and (min-width: 769px) {
	/* Hero Slider */
	.hero-heading {
		font-size: 35px;
	}
	
	/* Blog Page */
	.custom-blog-post .latest-post-content .col-6-12 {
		width: 50%;
	}
	
	.custom-blog-post .latest-post-content-wrap {
		padding: 30px;
	}
}

@media only screen and (min-width: 1024px) {
	/* Site Header */
	.site-header {
		position: relative;
		z-index: 400;
		height: auto;
		display: block;
	}
	
	.sticky-dots {
		display: none;
	}
	
	.widget-area.header-widget-area, .sticky-header .sticky-header-right {
		display: block;
	}
	
	.header-right-wrap {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.title-area, .sticky-header .sticky-logo {
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 400;
		padding: 15px 0;
	}
	
	.widget-area.header-widget-area .top-header-phone {
		display: block;
		position: absolute;
		right: 0;
	}
	
	.top-header-phone {
		display: none;
		left: auto;
	}
	
	.widget-area.header-widget-area .header-right {
		padding: 8px 0;
	}
	
	/* Sticky Header */
	.sticky-header-wrap {
		width: 100%;
		margin: 0 auto;
		top: -100%;
		transition: all .5s ease;
		opacity: 0;
		height: 0;
		padding: 10px 15px;
	}
	
	.sticky-header .sticky-logo img {
		height: 50px;
	}
	
	.window_scrolled .sticky-header-wrap {
		top: auto;
		opacity: 1;
		height: auto;
		padding: 0;
	}
	
	.sticky-header > .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		margin: 0 auto;
		display: block;
		border-bottom: 4px solid #828f69;
	}
	
	.sticky-header .header-right-wrap {
		display: inline-block;
	}
	
	.sticky-header .header-right-wrap > div {
		display: inline-block;
		vertical-align: middle;
	}
	
	.sticky-header .header-right-wrap .rec-number {
		display: inline-block;
		vertical-align: middle;
	}
	
	.sticky-header .header-right-wrap .rec-number:not(:first-child) {
		margin-top: 10px;
	}
	
	.sticky-header .genesis-nav-menu a {
		padding: 30px 10px;
	}
	
	.mob-separator {
		height: 0;
	}
	
	.mobile-view-number, .mobile-view-dots {
		display: none;
	}
	
	/* 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: #0073e5;
	}
	
	.genesis-nav-menu a {
		padding: 50px 10px;
		border-bottom: 0;
		background-color: #fff;
		color: #5a6165;
		font-size: 16px;
		text-transform: uppercase;
	}
	
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
		width: 200px;
	}
	
	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}
	
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		background-color: #fff;
		color: #5a6165;
		border-top: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 14px;
		text-align: left;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	
	.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, .genesis-nav-menu > .menu-item.sfHover > a {
		text-decoration: none;
		color: #000;
		background-color: #f1f1f1;
	}
	
	.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover {
		text-decoration: none;
		color: #0170db;
		background-color: #f1f1f1;
	}
	
	/* Responsive Menu */
	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}
	
	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	.nav-primary ul li.share-nav {
		display: inline-block;
	}
	
	.genesis-nav-menu .menu-item a:before {
		display: none;
	}
	
	.genesis-nav-menu .sub-menu a:before {
		display: none;
	}
	
	.nav-primary.nav-primary-1 {
		display: block !important;
	}
	
	/* Header Menu */
	.nav-primary {
		clear: left;
		top: auto;
		right: auto;
		background-color: #fff;
		overflow: inherit;
		position: relative;
		left: auto;
		height: auto;
		padding: 0;
		transition: none;
		vertical-align: middle;
		width: 65%;
		text-align: center;
		margin: 0 auto;
	}
	
	.genesis-nav-menu {
		font-size: 0;
		padding: 0;
		margin: 0;
	}
	
	body.window_scrolled .nav-primary {
		top: auto;
		z-index: 0;
		background-color: #fff;
	}
	
	/* Common Classes */
	h1 {
		font-size: 50px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 25px;
	}
	
	h5 {
		font-size: 20px;
	}
	
	/* Content */
	.content {
		float: left;
		width: 67%;
	}
	
	.sidebar-content .content {
		float: right;
		padding: 60px 15px;
	}
	
	.content-sidebar-wrap {
		padding: 60px 15px;
	}
	
	.sidebar {
		max-width: 30%;
	}
	
	.full-width-content .content, .landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background-color: transparent;
	}
	
	.alignright, img.alignright, iframe.alignright {
		float: right;
		margin: 0 0 0 15px;
	}
	
	.alignleft, img.alignleft, iframe.alignleft {
		float: left;
		margin: 0 15px 0 0;
	}
	
	figure.wp-caption.alignleft {
		margin: 15px 30px 15px 0;
		float: left;
	}
	
	figure.wp-caption.alignright {
		margin: 15px 0 15px 30px;
		float: right;
	}
	
	/* Sidebar */
	.sidebar {
		float: right;
		width: 30%;
	}
	
	.sidebar-content .sidebar {
		float: left;
	}
	
	/* 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;
	}
	
	/* Entry Misc. */
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		margin-bottom: 0;
	}
	
	/* Column By 25% */
	.col-1-4 {
		width: 25%;
	}
	
	.col-2-4 {
		width: 50%;
	}
	
	.col-3-4 {
		width: 75%;
	}
	
	.col-three-three {
		width: 33.33%;
	}
	
	/* Column By 20% */
	.col-1-5 {
		width: 20%;
	}
	
	.col-2-5 {
		width: 40%;
	}
	
	.col-3-5 {
		width: 60%;
	}
	
	.col-4-5 {
		width: 80%;
	}
	
	/* Column Edge to Edge */
	.col-2 {
		width: 49%;
	}
	
	.col-3 {
		width: 32%;
	}
	
	.col-4 {
		width: 23.5%;
	}
	
	/* Column By 12 */
	.col-1-12 {
		width: 8.333%;
	}
	
	.col-2-12 {
		width: 16.666%;
	}
	
	.col-3-12 {
		width: 24.999%;
	}
	
	.col-4-12 {
		width: 33.333%;
	}
	
	.col-5-12 {
		width: 41.666%;
	}
	
	.col-6-12 {
		width: 50%;
	}
	
	.col-7-12 {
		width: 58.333%;
	}
	
	.col-8-12 {
		width: 66.666%;
	}
	
	.col-9-12 {
		width: 74.999%;
	}
	
	.col-10-12 {
		width: 83.333%;
	}
	
	.col-11-12 {
		width: 91.666%;
	}
	
	/* Floating CTA */
	.floating-cta {
		bottom: 45%;
		left: auto;
		right: -77px;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		width: auto;
	}
	
	.floating-cta a {
		padding: 5px 15px;
		font-size: 20px;
	}
	
	.floating-cta a span span {
		display: block;
		font-size: 25px;
	}
	
	/* Top Header */
	.site-section.top-info {
		display: block;
	}
	
	/* Hero Slider */
	.hero-slider .container, .hero-slider-wrap, .hero-slider-wrap .hero-item {
		height: 640px;
	}
	
	.hero-content-rwap {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.hero-content.pos-left {
		margin: 0;
		text-align: left;
	}
	
	.hero-content.pos-right {
		margin: 0 0 0 auto;
		text-align: right;
	}
	
	.hero-content.pos-center {
		margin: 0 auto;
		text-align: center;
	}
	
	.hero-form {
		display: block;
	}
	
	.hero-content .hero-badge {
		display: block;
	}
	
	.hero-slider .promo-image {
		position: absolute;
		left: 60px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: left;
		padding: 0;
	}
	
	.hero-slider .promo-image img {
		height: auto;
	}
	
	/* Page Banner */
	.page-banner-container .inner-promo {
		left: 60px;
		right: auto;
		text-align: left;
	}
	
	/* Featured Page */
	.featured-page  .featured-page-container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.featured-page-wrap .ftd-style-item {
		max-width: 100%;
		margin: 0 auto;
	}
	
	/* About Us */
	.home-about-us {
		padding: 60px 0;
	}
	
	.home-about-us .about-us-content {
		padding-top: 20px;
	}
	
	.home-about-us .about-us-content .abt-content {
		padding-top: 0;
	}
	
	.home-about-us .about-us-content .abt-image {
		padding-right: 50px;
	}
	
	/* Latest Post */
	.latest-news .newest-post {
		padding-right: 40px;
		margin-bottom: 0;
	}
	
	.latest-news-wrap .latest-post {
		max-width: 100%;
	}
	
	.latest-news .newest-post .new-post-content {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .5);
	}
	
	/* Testimonials */
	.testimonial-wrap .review-info {
		text-align: left;
	}
	
	.testimonial-wrap .left-content {
		padding-right: 50px;
		margin-bottom: 0;
	}
	
	.testimonial-wrap .review-items.slick-initialized {
		margin: 0;
	}
	
	/* Call To Action */
	.sitewide-cta .sitewide-form {
		margin: 0 0 0 60%;
		width: auto;
		max-width: 100%;
	}
	
	/* Footer */
	footer .footer-column-wrap {
		text-align: left;
	}
	
	footer .footer-column-wrap .footer-column {
		padding: 0;
	}
	
	footer .copyright {
		margin-bottom: 0;
	}
	
	footer .site-name, footer .site-location, footer .site-phone a, footer .site-email a, footer .site-operation {
		padding-left: 25px;
	}
	
	footer .site-name:before, footer .site-location:before, footer .site-operation:before, footer .site-email a:before, footer .site-phone a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		left: 0;
	}
	
	footer .site-name:before {
		content: "";
	}
	
	footer .site-location:before {
		content: "";
	}
	
	footer .site-operation:before {
		content: "";
	}
	
	footer .site-email a:before {
		content: "";
	}
	
	footer .site-phone a:before {
		content: "";
	}
	
	footer .footer-menu ul li {
		padding-left: 15px;
	}
	
	footer .footer-menu ul li a:before {
		content: "";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		left: 0;
	}
	
	footer .below-main-footer-wrap.site-flex.justify-content {
		text-align: left;
	}
	
	footer .below-main-footer ul.below-fotter-badge, footer .below-main-footer ul.below-footer-page {
		font-size: 0;
	}
	
	footer .below-main-footer-wrap > ul {
		width: auto;
	}
	
	footer .below-main-footer ul.below-fotter-badge li {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
	}
	
	footer .below-main-footer ul.below-footer-page li {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
		border-right: 1px solid #fff;
		line-height: 1;
	}
	
	footer .below-main-footer ul.below-footer-page li:not(:first-child) {
		padding-left: 5px;
	}
	
	footer .below-main-footer ul.below-footer-page li:last-child {
		border: 0;
	}
	
	/* Move to Top */
	.move-to-top {
		bottom: 60px;
	}
	
	/* Contact Page */
	.contact-page-info-form {
		padding-right: 15px;
	}
	
	.contact-info-wrap .contact-map {
		margin-top: 0;
	}
	
	.contact-info-wrap .col-3:not(:first-child) {
		margin: 0 0 30px 2%;
	}
	
	.contact-us-page-wrap .contact-map iframe {
		height: 100%;
	}
	
	.contact-info-wrap .cta-section-content {
		text-align: left;
	}
	
	.contact-form {
		max-width: 100%;
	}
	
	/* Where To Buy */
	.wtb-result.result-no-map .item-time .item-label {
		position: absolute;
		left: 0;
	}
	
	.wtb-result.result-no-map .item-time {
		padding-left: 50px;
	}
	
	.wtb-result.container .item-phone-info {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1201px) {
	/* Header */
	.site-header .title-area img {
		height: 59px;
	}
	
	.header-right-wrap .rec-number a {
		font-size: 25px;
		padding-left: 20px;
	}
}

@media only screen and (min-width: 1367px) {
	/* Header */
	.site-header .title-area img {
		height: 65px;
	}
	
	.header-right-wrap .rec-number a {
		font-size: 30px;
		padding-left: 25px;
	}
	
	/* Hero Slider */
	.hero-form {
		right: 10%;
	}
}

@media only screen and (min-width: 1681px) {
	/* Header */
	.site-header > .wrap {
		padding: 0 30px;
	}
	
	.title-area {
		left: 30px;
	}
	
	.header-right-wrap {
		right: 30px;
	}
	
	.site-header .title-area img {
		height: auto;
	}
	
	.header-right-wrap .rec-number a {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.testimonials .testimonial-wrap.background-image {
		background-attachment: unset;
	}
}
