<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Express Roofing LLC
Theme URI: https://www.expressroofingpros.com/
Description: This is the baseline theme created for Express Roofing LLC.
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-3
*/


/* 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: #000000;
    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: #3e4448;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #3e4448;
    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 &gt; 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: #3e4448;
    font-weight: bold;
}

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

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

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

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


/* 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, 0.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 {
    color: #000000;
    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 {
    color: #000000;
    opacity: 1;
}

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

.service-pages .form-field .col-1 input::-ms-input-placeholder,
.service-pages .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: #ffffff;
    opacity: 1;
}

.service-pages .form-field .col-1 input:-ms-input-placeholder,
.service-pages .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: #ffffff;
    opacity: 1;
}

.service-pages .form-field .col-1 input::placeholder,
.service-pages .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: #ffffff;
    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%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%), linear-gradient(to right, #111111, #111111);
    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, 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: rgb(186, 52, 61);
    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: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 25px;
    background-color: #3e4448;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.2em;
    cursor: pointer;
}

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

a.site-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.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: "\f105 ";
    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, 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;
    color: #fff;
}

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

.breadcrumb .breadcrumb-link-wrap a {
    color: #fff;
}

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

.breadcrumb .home-icon.relative:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f015";
    color: #fff;
}


/* 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 &gt; li {
    margin-bottom: 10px;
}

.widget ol &gt; 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: "\f132";
    font-family: dashicons;
    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;
}


/* Display outline on focus */

:focus {
    color: initial;
    outline: transparent solid 0px;
}



/* Site Header */

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

.site-header &gt; .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 30px 15px;
    position: relative;
    float: none;
    text-align: left;
}

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

.sticky-header {
    background-color: #ffffff;
    display: block;
    border-bottom: 1px solid #ccc;
}

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

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

.mob-separator {
    height: 92px;
}

.mobile-view-number {
    display: block;
    padding: 7px 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -2px rgba(32,33,36,.28);
}

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

.mobile-view-number .rec-number a {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.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: "\f015";
}

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

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

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

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

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

.title-area {
    float: none;
    padding: 0;
    text-align: center;
}

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

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


.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 ul.menu li.menu-item.moved-item-nav-primary-1 {
    display: none;
}

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

.genesis-nav-menu .sub-menu a {
    background-color: #e5e5e5;
    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 &gt; a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
    text-decoration: none;
    background-color: #3e4448;
    color: #ffffff;
}

.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 &gt; .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}


/* Responsive Menu */

.menu .menu-item:focus {
    position: static;
}

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

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

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover &gt; .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: "\f0c9";
    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: "\f00d";
    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: "\f335";
}

.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: "\f0da";
    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 0.25s ease-in-out;
    color: #000000;
}

.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: #e5e5e5;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.3s ease;
}

.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: "\f560";
    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 &gt; li,
.additional-content ol &gt; 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, 0.30);
    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: "\2014";
    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 &gt; 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,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,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 {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    padding: 15px 15px;
}

.widget-custom-title {
    background-color: #000000;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
}

.widget-custom-title:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;
    transition: .3s all;
}

.widget-custom-title.click:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.category-post-list,
ul.archive-post-list,
.recent-post-list-wrap {
    padding: 10px 10px;
    margin: 0;
}

ul.category-post-list li,
ul.archive-post-list li {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
}

ul.category-post-list hr,
ul.archive-post-list hr,
.recent-post-list-wrap hr {
    margin: 5px 0;
}

ul.category-post-list,
ul.archive-post-list {
    display: none;
}

ul.category-post-list hr:last-child,
.recent-post-list-wrap hr:last-child  {
    display: none;
}

ul.archive-post-list li:first-child,
ul.archive-post-list li:last-child:after {
    display: none;
}

ul.archive-post-list li:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    margin: 5px 0;
}

.recent-post .recent-post-list:nth-child(n+2) {
    margin-top: 10px;
}

.recent-post .recent-post-list a {
    display: inline-block;
}

.recent-post .recent-post-list img {
    border-radius: 50%;
}

.recent-post-image.col-5-12.text-center {
    width: 41.666%;
}

.recent-post-text.col-7-12 {
    width: 58.333%;
}

.recent-post .recent-post-list .latest-post-date {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.recent-post .recent-post-list .latest-post-title {
    font-size: 20px;
    line-height: 1;
}

.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: #000000;
    color: #ffffff;
}


/* 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: #3e4448;
    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: "\f30c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 0px 14px;
    color: #ffffff;;
}


/* POPUP Form */

.popup-form {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 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 0.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 0.5s ease;
}

.popup-form .form-fields .wpcf7 {
    border: 5px solid #f19036;
    background-color: #3e4448;
    padding: 10px 10px;
}

.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 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.popup-form .form-description {
    font-size: 14px;
    color: #ffffff;
}

.popup-form .form-container .form-field .col-1 label {
    color: #ffffff;
    left: 0;
    font-size: 14px;
}

.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 {
    background-color: #3e4448;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px;
}

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


.popup-form .form-container .form-field input[type="submit"] {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 10px;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
}

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

.popup-form .recaptcha-note,
.popup-form .recaptcha-note a {
    color: #ffffff;
    font-size: 10px;
    margin-bottom: 10px;
}


/* Floating CTA */

.floating-cta {
    position: fixed;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.floating-cta a {
    color: #ffffff;
    cursor: pointer;
    padding: 9px 5px;
    display: block;
    border: 1px solid #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(/wp-content/uploads/2020/07/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

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

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

.footer-media .media-list &gt; 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sprite-youtube-icon {
    width: 38px;
    height: 38px;
    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 &gt; 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 &gt; 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: 12px;
    background-color: #000000;
}

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

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

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

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


/* Header Widget */

.widget-area.header-widget-area,
.sticky-header .header-right-wrap {
    display: none;
}

.widget-area.header-widget-area &gt; .header-right-wrap {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}

.rec-number-wrap {
    margin-bottom: 5px;
}

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

.rec-number-wrap .rec-number:not(:nth-child(3n+1)) {
    margin-top: 5px;
}

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

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

.header-cta-wrap a {
    font-size: 14px;
    display: inline-block;
    padding: 8px 15px;
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.header-cta-wrap a:hover {
    background-color: #3e4448;
    color: #ffffff;
}

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


/* Below Header Ads */

.below-ads-wrap {
    background-color: #595959;
}

.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: #6d0a0a;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
}

.below-ads-wrap .bl-ads-btn a:hover {
    background: #0a0a0a;
    font-size: ;
    color: #ffffff;
}

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

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


/* 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-container {
    padding: 60px 40px;
}

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

.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: #ffffff;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.hero-text {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.hero-btn-wrap a {
    display: inline-block;
    margin-right: 5px;
    background-color: #3e4448;
    padding: 3px 15px;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
}

.hero-btn-wrap a:hover {
    background-color: #000000;
    color: #ffffff;
}

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

.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, 0.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: rgb(0 0 0 / 0.30);
    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 {
    display: none;
}

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

.form-container .form-field .col-1 select {
    font-size: 16px;
    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;
    font-weight: 500;
}

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

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

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

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

.hero-form .form-description {
    font-size: 13px;
    line-height: 1;
    padding-top: 10px;
    color: #ffffff;
}

.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: #000000;
    font-size: 13px;
    font-weight: 500;
}

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

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

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

.animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
    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 * 100);
    filter: alpha(opacity=1 * 100);
}

.hero-text.animated.activate {
    animation-delay: 1s;
}

.hero-btn-wrap.animated.activate {
    animation-delay: 2s;
}

.hero-badge.animated.activate {
    animation-delay: 3s;
}

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

/* Page Banner */

.page-banner {
    height: 300px;
}

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

.page-banner .inner-width {
    padding: 0 15px;
    height: 100%;
}

.page-title-container {
    position: absolute;
    bottom: 5px;
}

.page-title {
    font-size: 30px;
    color: #fff;
    line-height: 1;
}


/* Homepage Read More */

.wp-block-group.more-content {
    display: none;
}

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


/* Featured Page */

.featured-page-wrap {
    padding: 30px 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.featured-page-wrap .ftd-style-item {
    max-width: 600px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.featured-page-wrap .ftd-item {
    padding: 30px 20px;
    transition: all 0.5s ease;
    height: 100%;
}

.featured-page-wrap .ftd-item:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    transform: scale(1.02);
}

.ftd-style-icon-wrap {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.ftd-icon-wrap {
    padding: 25px 25px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
}

.ftd-style-title {
    line-height: 1.2;
    font-size: 22px;
    color: #ffffff;
}

.ftd-style-text {
    color: #000000;
}

.featured-page-wrap .ftd-style-item:not(:nth-child(3n+1)) {
    margin: 10px auto 0;
}

.featured-page-wrap .ftd-style-item .ftd-style-btn a {
    background-color: #6d0a0a;
    color: #ffffff;
    font-size: 16px;
}

.featured-page-wrap .ftd-style-item .ftd-style-btn a:hover {
    background-color: #0a0a0a;
    color: #ffffff;
}

/*------ Style 1 ------ */

.featured-style-1 .ftd-first-item {
    background-color: #3e4448;
}

.featured-style-1 .ftd-second-item {
    background-color: #000000;
}

.featured-style-1 .ftd-third-item {
    background-color: #3e4448;
}

.featured-style-1 .ftd-style-title {
    padding-top: 20px;
}

/*------ Style 2 ------ */

.featured-style-2 .ftd-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.featured-style-2 .ftd-item {
    height: 270px;
}

.featured-style-2 .ftd-style-wrap {
    height: 100%;
}

/*------ Style 3 ------ */

.featured-style-3 .ftd-style-item {
    border: 1px solid #ccc;
}

.featured-style-3.featured-page-wrap .ftd-item {
    padding: 0;
}

.featured-style-3 .ftd-style-text {
    color: #000000;
    font-size: 16px;
    padding: 10px 0;
}

.featured-style-3 .ftd-content-wrap {
    height: 100%;
    padding: 10px 10px;
}


/* Site Counter */

.site-section.site-counter {
    padding: 60px 0;
    background-color: #000000;
}

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

.site-counter .section-title {
    font-size: 40px;
    color: #ffffff;
}

.site-counter .section-desc {
    font-size: 16px;
    color: #ffffff;
}

.site-counter .counter-wrap {
    padding: 30px 0;
}

.site-section.site-counter .counter-wrap .col-3 {
    text-align: center;
    padding: 10px 0;
}

.site-counter .counter-wrap .col-3:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #fff;
}

.site-counter .counter-label {
    font-size: 16px;
    color: #ffffff;
}

.site-counter .counter-number,
.site-counter span.counter-symbol {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
}

.site-counter span.counter-symbol {
    margin-left: 5px;
}

.site-counter.odometer.odometer-auto-theme {
    display: none;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: center !important;
}

/* Home Services */

.site-section.service-pages {
    clear: both;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    top: -30px;
    margin-bottom: -30px;
    padding-top: 30px;
}

.site-section.service-pages .service-page-wrap {
    padding: 60px 0;
    background-color: #ffffff;
}

.service-pages .service-item-wrap {
    padding: 30px 0;
}

.service-pages .service-items-wrap .section-title {
    font-size: 40px;
    color: #3e4448;
}

.service-pages .service-items-wrap .section-desc {
    font-size: 16px;
    color: #000000;
}

.service-pages .service-item {
    border: 1px solid #6d0a0a;
    position: relative;
    padding: 20px 20px;
    margin-bottom: 2%;
}

.service-pages .service-item:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.service-pages .service-title {
    margin-bottom: 5px;
    font-size: 22px;
    color: #3e4448;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid transparent;
}

.service-pages .service-desc {
    font-size: 14px;
    color: #000000;
}

.service-pages .service-item:hover .service-title {
    border-bottom-color: inherit;
}

.service-pages .service-form,
.sidebar-form {
    padding: 60px 15px;
    background-color: #3e4448;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: hidden;
}

.service-pages .service-form {
    top: auto;
    right: auto;
}

.service-pages .service-form .form-title,
.sidebar-form .form-title {
    color: #ffffff;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
}

.service-pages .service-form .form-description,
.sidebar-form .form-description {
    color: #ffffff;
    line-height: 1.2;
    font-size: 14px;
    padding: 10px 0 20px;
}

.service-pages .service-page-wrap .inner-width {
    padding: 0 15px;
}

.service-pages .service-items-wrap {
    padding-right: 15px;
}

.service-pages .form-container .form-field label,
.sidebar-form .form-container .form-field label {
    left: 0;
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
}

.service-pages .form-container .form-field input,
.service-pages .form-container .form-field select,
.service-pages .form-container .form-field textarea,
.sidebar-form .form-container .form-field input,
.sidebar-form .form-container .form-field select,
.sidebar-form .form-container .form-field textarea {
    background-color: #3e4448;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 10px 0;
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
}

.service-pages .form-container .form-field select,
.sidebar-form .form-container .form-field select {
    background-color: #3e4448;
    font-weight: 500;
}

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

.service-pages .form-container .form-field p.recaptcha-note,
.service-pages .form-container .form-field p.recaptcha-note a,
.sidebar-form .form-container .form-field p.recaptcha-note,
.sidebar-form .form-container .form-field p.recaptcha-note a {
    line-height: 1.2;
    color: #ffffff;
    font-size: 10px;
}

.service-pages .form-container .form-field input[type="submit"],
.sidebar-form .form-container .form-field input[type="submit"] {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
}

.service-pages .form-container .form-field input[type="submit"]:hover,
.sidebar-form .form-container .form-field input[type="submit"]:hover {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
}


/* Call To Action */

.site-section.call-to-action {
    padding: 60px 0;
    background-color: #000000;
}

.call-to-action .inner-width {
    padding: 0 15px;
}

.call-to-action .cta-items-wrap .col-2 {
    padding: 10px 0;
    text-align: center;
}

.call-to-action .cta-title {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.call-to-action .cta-desc {
    color: #ffffff;
    font-size: 16px;
}

.call-to-action .cta-btn a {
    background-color: #3e4448;
    color: #ffffff;
    font-size: 16px;
}

.call-to-action .cta-btn a:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Testimonials */

.testimonials .testimonial-wrap.background-image {
    padding: 60px 0;
    background-position: left center;
    background-attachment: fixed;
}

.testimonials .testimonial-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
}

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

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

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

.review-wrap .section-desc {
    font-size: 16px;
    color: #ffffff;
}

.testimonial-wrap .review-items {
    padding-left: 15px;
    display: none;
}

.testimonial-wrap .review-items.slick-initialized {
    display: block;
}

.testimonial-wrap .review-items .review-item {
    padding: 15px 15px;
    background-color: #ffffff;
    margin: 0 10px;
}

.testimonial-wrap .review-item .review-text {
    font-size: 14px;
    color: #000000;
}

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

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

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

.testimonial-wrap .review-btn-wrap a:hover {
    color: #ffffff;
    background-color: #3e4448;
}


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

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

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

.latest-news-wrap .latest-post {
    padding: 30px 0;
}

.latest-news-wrap .latest-post .latest-post-item:not(:nth-child(3n+1)) {
    margin: 10px auto 0;
}

.latest-news-wrap .latest-post-content {
    padding: 15px 15px;
    background-color: #ffffff;
}

.latest-news-wrap .latest-post-content .latest-post-date {
    font-size: 12px;
    color: #000000;
}

.latest-news-wrap .latest-post-content hr {
    margin: 5px 0;
}

.latest-news-wrap .latest-post-title {
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.latest-news-wrap .latest-post-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.latest-news-wrap .latest-post-btn a {
    font-size: 14px;
    color: #000000;
}

.latest-news-wrap .latest-post-img {
    background: rgb(17,17,17);
    background: -moz-linear-gradient(left, rgba(17,17,17,1) 0%, rgba(54,54,54,1) 100%);
    background: -webkit-linear-gradient(left, rgba(17,17,17,1) 0%,rgba(54,54,54,1) 100%);
    background: linear-gradient(to right, rgba(17,17,17,1) 0%,rgba(54,54,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#363636',GradientType=1 );
}

.latest-news-wrap .latest-post-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: max-content;
    width: fit-content;
    width: -webkit-fill-available;
    margin: 0 auto;
}

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

.latest-news-wrap .more-post-btn a:hover {
    color: #ffffff;
    background-color: #3e4448;
}

/* Badges */

.site-section.badges {
    background-color: #ffffff;
    padding: 60px 0;
}

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

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

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

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

.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, 0.60);
    width: 100%;
    height: 100%;
}

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

footer .footer-wrap.background-color {
    background-color: #000000;
}

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: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

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

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

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

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

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

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

footer .footer-column-wrap .footer-column a {
    color: #ffffff;
    font-size: 16px;
}

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

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

/* Blog Page */

.blog-list-container {
    overflow-x: hidden;
    overflow-y: hidden;
}

.custom-blog-post .post-image img {
    margin: 0 auto 20px;
    display: block;
}

.custom-blog-post .post-content {
    padding: 10px 0 10px 15px;
}

.custom-blog-post .post-content-date {
    font-size: 14px;
    line-height: 1;
}

.custom-blog-post .post-content-author {
    font-size: 14px;
    line-height: 1;
}

.custom-blog-post .post-content-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 5px 0;
}

.custom-blog-post .post-content-text {
    line-height: 1.2;
    font-size: 16px;
}

.custom-blog-post .post-content-btn {
    margin-top: 15px;
}

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

.custom-blog-post hr:last-child {
    display: none;
}


/* Contact Page */

.contact-form {
    background-color: #edf7ff;
    padding: 20px 15px;
}

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

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

.contact-form .form-field .col-1 {
    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-us-page-wrap .contact-map iframe {
    width: 100%;
}

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

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


/* Gallery */

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




/* Media Queries */

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

    /* Hero Slider */
}

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

    /* Site Counter */
    .site-section.site-counter .counter-wrap .col-3 {
        width: 32%;
        text-align: left;
    }

    .site-counter .counter-wrap .col-3:not(:last-child) {
        border-right: 1px solid #fff;
        border-bottom: 0;
    }

    /* Services */
    .service-pages .service-item.col-2 {
        width: 49%;
    }

}

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

    /* Hero Slider */

    .hero-heading {
        font-size: 35px;
    }
}

@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 {
        float: right;
        display: block;
    }
    .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;
    }
    .title-area {
        float: left;
        padding: 5px 0 5px 0;
        z-index: 401;
    }

    /* Sticky Header */

    .sticky-header-wrap {
        width: 100%;
        margin: 0 auto;
        top: -100%;
        transition: all 0.5s ease;
        opacity: 0;
        height: 0;
        padding: 10px 15px;
    }
    .sticky-header {
        padding: 15px 15px;
        box-shadow: 0 4px 6px -2px rgba(32,33,36,.28);
    }
    .sticky-header .sticky-logo img {
        height: 64px;
    }
    .window_scrolled .sticky-header-wrap {
        top: auto;
        opacity: 1;
        height: auto;
        padding: 0;
    }
    .sticky-header &gt; .wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
    }
    .sticky-header .sticky-logo {
        float: left;
        padding: 0;
    }
    .sticky-header .header-right-wrap {
        display: inline-block;
        text-align: right;
    }
    .mob-separator {
        height: 0;
    }
    .mobile-view-number,
    .mobile-view-dots {
        display: none;
    }


    /* Genesis Menu */
    .genesis-nav-menu &gt; .menu-item {
        display: inline-block;
    }
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu &gt; .menu-bold &gt; a {
        font-weight: 700;
    }
    .genesis-nav-menu &gt; .menu-highlight &gt; a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .genesis-nav-menu &gt; .menu-highlight &gt; a:focus,
    .genesis-nav-menu &gt; .menu-highlight &gt; a:hover {
        background-color: #0073e5;
    }
    .genesis-nav-menu a {
        padding: 10px 10px;
        border-bottom: 0;
        background-color: ;
        color: #000000;
        font-size: 14px;
        border-radius: 3px;
    }
    .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 0.4s ease-in-out;
    }
    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        background-color: #e5e5e5;
        color: #000000;
        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 &gt; a,
    .genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #3e4448;
    }
    .genesis-nav-menu .sub-menu a:focus,
    .genesis-nav-menu .sub-menu a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #3e4448;
    }


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


    /* Header Menu */
    .nav-primary {
        clear: left;
        width: auto;
        top: auto;
        right: auto;
        background-color: transparent;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        padding: 0;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
    }
    .genesis-nav-menu {
        font-size: 0;
        padding: 0;
        margin: 0;
    }
    body.window_scrolled .nav-primary {
        top: auto;
    }


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

    /* Sticky CTA */
    .floating-cta {
        display: none;
    }

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


    /* Featured Page */
    .featured-page-wrap .ftd-style-item {
        max-width: 100%;
    }

    .featured-page-wrap .ftd-style-item:not(:nth-child(3n+1)) {
        margin: 0 0 0 2%;
    }

    /* Call To Action */
    .call-to-action .cta-items-wrap .col-2 {
        padding: 0;
        text-align: left;
    }

    /* Latest Post */

    .latest-news-wrap .latest-post .latest-post-item {
        max-width: 100%;
        margin: 0;
    }

    .latest-news-wrap .latest-post .latest-post-item:not(:nth-child(3n+1)) {
        margin: 0 0 0 2%;
    }

    /* Testimonials */
    .testimonial-wrap .review-info {
        text-align: left;
    }

    /* Footer */

    footer .footer-column-wrap {
        text-align: left;
    }
    footer .footer-column-wrap .footer-column {
        padding: 0;
    }
    footer .copyright {
        margin-bottom: 0;
    }

    /* Move to Top */
    .move-to-top {
        bottom: 60px;
    }

    /* Contact Page */
    .contact-info-wrap .contact-map {
        margin-top: 0;
    }

}

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

}

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

    /* Hero Slider */

    .hero-form {
        right: 10%;
    }

    .hero-content.pos-left {
        margin: 0;
    }

    /* Services */

    .service-pages .service-form {
        top: -85px;
        right: -70px;
    }

}

@media only screen and (max-width: 1023px) {

    .testimonials .testimonial-wrap.background-image {
        background-attachment: unset;
    }

}</pre></body></html>