/*
Theme Name:     Barringer Brothers Roofing
Theme URI:      https://www.barringerbrothers.com/
Description:    Since 2004, Barringer Brothers Roofing has been the go-to roofing contractor for homeowners thanks to our professional craftsmanship and friendly customer service.
Author:         Surefire Local
Author URI:     https://www.surefirelocal.com/
Version:        1.0
Template:       genesis
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    barringerbrothers
*/

/* Box Sizing */
html {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
*,*::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;
}

/* Typographical Elements */
body {
    color: #111111;
    font-family: 'Montserrat', 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;
    background-image: url(/wp-content/uploads/2021/09/body-background.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
.sec-font {
    font-family: 'Oswald', sans-serif;
}
.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: #02b12c;
    text-decoration: none;
}
a:focus,a:hover {
    color: #02b12c;
    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.list-col-1 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style: inside;
}
ul.list-col-2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style: inside;
}
ul.list-col-3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style: inside;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    color: #252525;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 35px;
    padding-bottom: 10px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 15px;
}
h4 {
    font-size: 10px;
}
h5 {
    font-size: 8px;
}

/* 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: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #111111;
    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: #111111;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #111111;
    opacity: 1;
}
::placeholder {
    color: #111111;
    opacity: 1;
}
.form-container .form-field br {
    display: none;
}
.form-container .form-title {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 30px;
    line-height: 1;
}
.form-container .form-field {
    padding: 15px 15px;
    border: 2px solid #ccc;
}
.form-container .form-field-item {
    margin-bottom: 5px;
}
.form-container .form-field .form-field-item label {
    font-size: 12px;
}
.form-container .form-field .form-field-item input {
    padding: 10px 10px 10px 10px;
}
.form-container .form-field .form-field-item input, 
.form-container .form-field .form-field-item select,
.form-container .form-field .form-field-item textarea {
    font-size: 14px;
    background-color: #ffffff;
    border: 0;
    border-top: 3px solid #02b12c;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form-container .form-field .form-field-item input:focus,
.form-container .form-field .form-field-item textarea:focus,
.form-container .form-field .form-field-item select:focus {
    border: 0;
    border-top: 3px solid #02b12c;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form-container .form-field .form-field-item select {
    padding: 10px 30px 10px 10px;
    -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% - 15px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}
.form-container .form-field .form-field-item textarea {
    height: 100px;
    font-family: inherit;
}
.form-container .form-field input[type="submit"] {
    width: auto;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 25px;
    background-color: #dd3a3d;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.2em;
}
.form-container .form-field button {
    width: 100%;
    max-width: 100%;
}
.form-container .form-field input[type="submit"]:hover {
    background-color: #da292e;
}
.recaptcha-note,.recaptcha-note a {
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 10px;
}
.form-container .form-field .form-submit p {
    margin: 0;
}
.form-container .form-field-item.form-leads,
.form-container .form-field-item.form-field-submit,
.form-container .form-field-item.form-field-message,
.form-container .form-field-item.form-recaptcha {
    margin: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background: #02b12c;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
}
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: #02b12c;
    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 !important;
    display: block !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 50%;
    -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: 9px;
    right: 0;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
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 */
body.page-template-blog-template .site-inner,
body.archive .site-inner {
    background-image: url(/wp-content/uploads/2021/05/featured-background.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
    padding: 0;
    width: 100%;
    clear: both;
}
.site-inner {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.content-sidebar-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 30px 15px 30px;
    margin: 0 auto;
    display: block;
    position: relative;
}
body.home .site-inner .call-to-action .inner-width {
    padding: 0px 15px;
}
.bounce {
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes bounce {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(100px); }
    100% { transform: translateX(0); }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Common Classes */
.c-white,.c-white a {
    color: #fff;
}
.c-green,.c-green a {
    color: #02b12c;
}
.c-black,.c-black a {
    color: #111111;
}
.c-gray, .c-gray a {
    color: #898989;
}
.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;
}
.background-fixed {
    background-attachment: fixed;
}
.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-top-center {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-left-cover {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.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-bottom-contain {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-image-right-bottom-inherit {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}
.background-image-right-center-inherit {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.background-image-top-center-contain {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-flex-nowrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.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: inherit;
    flex-wrap: wrap;
}
.justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-around;
    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: inherit;
    flex-wrap: wrap;
}
.justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;
}
.justify-content-bottom {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: flex-end;
}
.justify-content-bottom-right {
    -webkit-justify-content: right;
    -ms-flex-pack: inherit;
    justify-content: right;
    align-items: flex-end;
    flex-wrap: wrap;
}
a.site-btn {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #02b12c;
    padding: 10px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    border: 1px solid #02b12c;
}
a.site-btn.gray {
    background: #b2b4b7;
    color: #020306;
    border: 1px solid #b2b4b7;
}
a.site-btn.plain {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
}
a.site-btn.white {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}
a.site-btn.black {
    background: #221e1d;
    color: #fff;
    border: 1px solid #221e1d;
}
a.site-btn.green {
    background: #02b12c;
    color: #fff;
    border: 1px solid #02b12c;
}
a.site-btn.arrow:after,
a.site-btn.btn-arrow:after,
a.site-btn.check:after {
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 10px;
    font-weight: 900;
    line-height: 1;
}
a.site-btn.arrow:after,
a.site-btn.btn-arrow:after {
    content: "\f105";
}
a.site-btn.check:after {
    content: "\f560";
}
a.site-btn:hover {
    background: #02b12c;
    color: #fff;
    border: 1px solid #02b12c;
}
a.site-btn.black:hover {
    background: #02b12c;
    border: 1px solid #02b12c;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.medium {
    font-weight: 500;
}
.semi-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.section-sub-title {
    line-height: 1.2;
}
.section-title {
    font-size: 25px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.section-title:after,
h1:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #03b12d;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.section-title.left:after,
h1.has-text-align-left:after {
    margin: 0;
}
.section-desc {
    margin-bottom: 20px;
}
.full-width {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}
.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}
a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.show-item-mobile {
    display: block;
}
.hide-item-mobile {
    display: none;
}
.mobile-center {
    text-align: center;
}
.site-section.full-padding {
    padding: 30px 15px;
}
.site-section.top-bot-padding {
    padding: 30px 0;
}
.blue {
    color: #345396;
}
.operation-time span {
    display: block;
}
.slide-control .left,
.slide-control .right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: right;
    padding: 15px 3px;
    background-color: rgba(0, 0, 0, 0.50);
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    font-size: 10px;
}
.slide-control .left {
    left: 5px;
}
.slide-control .right {
    right: 5px;
}



/* Avatar */
.avatar {
    border-radius: 50%;
    float: left;
}
.author-box .avatar,.alignleft .avatar {
    margin-right: 20px;
}
.alignright .avatar {
    margin-left: 20px;
}
.comment .avatar {
    margin: 0 15px 20px 0;
}

/* Genesis */
.after-entry,.archive-description,.author-box {
    margin-bottom: 40px;
}
.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}
.after-entry .widget:last-of-type {
    margin-bottom: 0;
}
.breadcrumb {
    font-size: 14px;
    padding: 10px 10px;
    margin: 15px auto 0;
    display: inline-block;
    position: relative;
    background-color: #02b12c;
}
.breadcrumb span.bc-wrap {
    color: #ffffff;
}
.breadcrumb .breadcrumb-link-wrap a {
    color: #ffffff;
}
.breadcrumb .breadcrumb-link-wrap a:hover,
.breadcrumb .breadcrumb-link-wrap a:hover .home-icon:after {
    color: #fff;
    font-weight: bold;
}
.archive-description p:last-child,.author-box p:last-child {
    margin-bottom: 0;
}
.breadcrumb .separator {
    margin: 0 5px;
    color: #ffffff;
}
.breadcrumb .home-icon.relative:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f015";
    color: #ffffff;
}
.inner-breadcrumbs {
    background-color: #f7f9fc;
}
.inner-breadcrumbs .inner-width {
    padding: 5px 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 .search-result-title {
    font-size: 30px;
}
.search-content p a {
    margin: 0;
}

/* Titles */
.archive-description .entry-title,.entry-title,.archive-title,.author-box-title {
    margin-bottom: 20px;
}
.entry-title {
    margin-bottom: 20px;
}
.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 !important;
    text-align: center;
    margin: 0 auto 20px !important;
}
a.alignleft,a.alignnone,a.alignright {
    max-width: 100%;
}
img.centered,.aligncenter {
    display: block;
    margin: 0 auto 20px !important;
    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;
    display: block;
}
.gallery-caption,.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.entry-content a {
    color: #02b12c;
    font-weight: 600;
}
.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: "\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;
}

/* Title Area */
.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;
}
.mob-dot-toggle {
    position: absolute;
    left: 0;
    padding: 9px 20px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.window_scrolled .mob-dot-toggle {
    top: 50%;
}
.mobile-dots-items {
    background-color: #02b12c;
    padding: 15px 15px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}
.mobile-dots-items .mob-item {
    padding-left: 25px;
}
.mob-item.site-name:before,.mob-item.site-location:before,.mob-item.site-number:before,.mob-item.site-email:before,.mob-item.site-time: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-number:before {
    content: "\f879";
}
.mob-item.site-email:before {
    content: "\f0e0";
}
.mob-item.site-time:before {
    content: "\f017";
}
.mob-item.site-social-media {
    padding: 0;
}
.mob-item.site-social-media .social-media {
    text-align: left;
}

/* 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;
}
.genesis-nav-menu .header-logo-image {
    display: none;
}
.genesis-nav-menu a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    outline-offset: -1px;
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.genesis-nav-menu .sub-menu a {
    background-color: #02b12c;
    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: #000000;
    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 > .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: transparent;
    border-width: 0;
    color: #fff;
}
.menu-toggle {
    background: transparent;
    padding: 0px 0;
    position: absolute;
    z-index: 1000;
    right: 0;
    max-width: 100%;
    width: auto;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: none;
}
body.window_scrolled .menu-toggle {
    top: 50%;
}
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: #02b12c;
    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;
}
body.window_scrolled button.menu-toggle:before {
    color: #02b12c;
}
button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: #02b12c;
    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 {
    background: transparent;
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 100%;
    width: auto;
}
.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: #ffffff;
}
.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: 100%;
    position: fixed;
    left: -100%;
    top: auto;
    z-index: 300;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.3s ease;
}
.nav-primary > .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.nav-primary.show {
    left: 0;
    margin-top: 0;
    background-color: #02b12c;
}

/* 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 {
    position: relative;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    text-align: center;
}
.entry-content ol,.the-content ul,.additional-content ol,.additional-content ul {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
}
.entry-content ul li,
.content-preview ul li {
    list-style: none;
    padding: 0 0 5px 30px;
    position: relative;
}
.entry-content ul li:before,
.content-preview ul li:before {
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #02b12c;
    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, 0.30);
    font-style: inherit;
}
.entry-content .wp-block-image.with-green figure {
    padding: 0 25px 15px 0;
}
.entry-content .wp-block-image.with-green figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 120px;
    background-color: #02b12c;
}
main.content h1 {
    text-align: center;
}
.content-btn {
    margin-bottom: 20px;
}
.content-btn a {
    margin: 5px 0;
}


/* 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: 15px 0;
    text-align: center;
}
.pagination ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
    margin: 0 2px;
}
.entry-content .archive-pagination li {
    padding: 0 2px;
}
.archive-pagination li a {
    background-color: #cccccc;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 8px 15px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.archive-pagination li a:focus,.archive-pagination li a:hover,.archive-pagination li.active a {
    background-color: #020306;
    color: #ffffff;
}
.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: 480px;
    margin: 0 auto 0;
}
.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: #25141b;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    padding: 15px 15px;
}
.widget-custom-title {
    background-color: #25141b;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 20px;
    cursor: pointer;
}
.sidebar .widget-post .click-drop-btn {
    position: absolute;
    right: 0;
    top: 2px;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.3s all;
}
.widget_text.widget-wrap .custom-html-widget {
    border: 2px solid #25141b;
    padding: 15px 10px;
}
.widget_text.sidebar-form-widget .textwidget.custom-html-widget {
    border: 0;
    padding: 0;
}

/* 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: 5px;
    bottom: 140px;
    z-index: 199;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
}
.to-top {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 1.2em;
    color: #ffffff;
}

/* POPUP Form */
.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}
.site-form {
    width: auto;
    height: 100%;
    text-align: left;
}
.popup-form .form-fields {
    max-width: 450px;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 20px 10px 60px 10px;
    right: -100%;
    transition: all 0.3s ease;
}
.popup-form .form-fields.slide-form {
    right: 0;
}
.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, .sidebar .form-title, .contact-page-form .form-title {
    text-align: center;
    background: #02b12c;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    padding: 15px 15px;
}
.popup-form .form-field,.sidebar .form-field,.contact-page-form .form-field {
    padding: 2px 0 0 0;
    background-color: #fff;
}
.popup-form .form-field-wrap, .sidebar .form-field-wrap, .contact-page-form .form-field-wrap {
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
}
.popup-form .form-field-item {
    width: 100%;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 5px;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    z-index: 199;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5px;
}
.floating-cta a {
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    line-height: 1;
    align-items: center;
    border-radius: 0;
    background: #02b12c;
}
.floating-cta .floating-cta-wrap > a {
    width: 100%;
}
.floating-cta .floating-cta-wrap .form-popup-phone {
    margin-right: 2%;
    display: none;
    background: #02b12c;
}
.floating-cta .floating-cta-wrap .sticky-btn:first-child {
    margin-right: 2%;
}
.floating-cta .floating-cta-wrap .sticky-btn a {
    width: 100%;
    display: block;
    height: 100%;
}
.floating-cta .floating-cta-wrap .form-popup-phone i {
    padding-right: 5px;
}
.floating-cta .floating-cta-wrap .form-popup-text i {
    padding-left: 5px;
}
body.window_scrolled .floating-cta .floating-cta-wrap > a {
    width: 49%;
}
body.window_scrolled .floating-cta .floating-cta-wrap .form-popup-phone {
    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;
}

/* Column */
.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,.col-1-5,.col-2-5,.col-3-5,.col-4-5,.col-5-5,.col-1,.col-2,.col-3,.col-4 {
    width: 100%;
}

/* Social Media */
.social-media {
    padding: 0;
    margin: 0;
    text-align: center;
    column-gap: inherit;
}
.social-media a.sprite {
    width: 60px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #02b12c;
	break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}
.social-media a.sprite span {
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
}
#sprite-icon-angieslist span {
    background-position: -0 0px;
}
#sprite-icon-angieslist:hover {
    background-color: #29a036;
}
#sprite-icon-bbb span {
    background-position: -35px 0px;
}
#sprite-icon-bbb:hover {
    background-color: #2d819d;
}
#sprite-icon-bing span {
    background-position: -70px 0px;
}
#sprite-icon-bing:hover {
    background-color: #008474;
}
#sprite-icon-blog span {
    background-position: -105px 0px;
}
#sprite-icon-blog:hover {
    background-color: #f26522;
}
#sprite-icon-blogger span {
    background-position: -140px 0px;
}
#sprite-icon-blogger:hover {
    background-color: #f26522;
}
#sprite-icon-citygridmedia span {
    background-position: -175px 0px;
}
#sprite-icon-citygridmedia:hover {
    background-color: #00a4e6;
}
#sprite-icon-email span {
    background-position: -210px 0px;
}
#sprite-icon-email:hover {
    background-color: #d93e06;
}
#sprite-icon-facebook span {
    background-position: -245px 0px;
}
#sprite-icon-facebook:hover {
    background-color: #3b5998;
}
#sprite-icon-foursquare span {
    background-position: -280px 0px;
}
#sprite-icon-foursquare:hover {
    background-color: #f94877;
}
#sprite-icon-gaf span {
    background-position: -315px 0px;
}
#sprite-icon-gaf:hover {
    background-color: #ed1b24;
}
#sprite-icon-googlebiz span {
    background-position: -350px 0px;
}
#sprite-icon-googlebiz:hover {
    background-color: #4a81e8;
}
#sprite-icon-googleplus span {
    background-position: -385px 0px;
}
#sprite-icon-googleplus:hover {
    background-color: #dd4b39;
}
#sprite-icon-guildquality span {
    background-position: -420px 0px;
}
#sprite-icon-guildquality:hover {
    background-color: #0f4777;
}
#sprite-icon-homeadvisor span {
    background-position: -455px 0px;
}
#sprite-icon-homeadvisor:hover {
    background-color: #f7901e;
}
#sprite-icon-homestars span {
    background-position: -490px 0px;
}
#sprite-icon-homestars:hover {
    background-color: #00adf2;
}
#sprite-icon-houzz span {
    background-position: -525px 0px;
}
#sprite-icon-houzz:hover {
    background-color: #4dbc15;
}
#sprite-icon-instagram span {
    background-position: -560px 0px;
}
#sprite-icon-instagram:hover {
    background-color: #b22a96;
}
#sprite-icon-linkedin span {
    background-position: -595px 0px;
}
#sprite-icon-linkedin:hover {
    background-color: #007bb6;
}
#sprite-icon-pinterest span {
    background-position: -630px 0px;
}
#sprite-icon-pinterest:hover {
    background-color: #cd2526;
}
#sprite-icon-porch span {
    background-position: -665px 0px;
}
#sprite-icon-porch:hover {
    background-color: #ffd351;
}
#sprite-icon-rss span {
    background-position: -700px 0px;
}
#sprite-icon-rss:hover {
    background-color: #f26522;
}
#sprite-icon-superpages span {
    background-position: -735px 0px;
}
#sprite-icon-superpages:hover {
    background-color: #f4a130;
}
#sprite-icon-twitter span {
    background-position: -770px 0px;
}
#sprite-icon-twitter:hover {
    background-color: #00aced;
}
#sprite-icon-vimeo span {
    background-position: -805px 0px;
}
#sprite-icon-vimeo:hover {
    background-color: #4ebbff;
}
#sprite-icon-yellowpages span {
    background-position: -840px 0px;
}
#sprite-icon-yellowpages:hover {
    background-color: #fff41c;
}
#sprite-icon-yelp span {
    background-position: -875px 0px;
}
#sprite-icon-yelp:hover {
    background-color: #b4282e;
}
#sprite-icon-youtube span {
    background-position: -910px 0px;
}
#sprite-icon-youtube:hover {
    background-color: #bb0000;
}

/* 404 Page */
.entry-content form.search-form {
    width: 100%;
}
body.error404 li.page_item.page-item-555,
body.error404 li.page_item.page-item-557,
body.error404 li.page_item.page-item-559,
body.error404 li.page_item.page-item-561,
body.search article.post-555,
body.search article.post-557,
body.search article.post-559,
body.search article.post-561 {
    display: none;
}

/* Site Header */
.site-header {
    position: fixed;
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    z-index: 200;
    top: auto;
    margin: 0 auto;
}
.site-header > .wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
    position: relative;
    float: none;
    text-align: left;
}
.site-header .header-logo {
    background-color: rgba(0, 0, 0, 0.80);
}
.site-header .header-logo img {
    padding: 5px 15px;
    height: 100px;
}
.site-header .hdr-layer {
    padding-left: 60px;
    padding-right: 60px;
}
.site-header .hdr-layer.hdr-layer-1 {
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-header .hdr-layer.hdr-layer-1 .hdr-tagline {
    font-size: 16px;
}
.site-header .hdr-layer.hdr-layer-1 .hdr-license {
    font-size: 14px;
}
.site-header .hdr-layer.hdr-layer-2 {
    background-color: rgba(255, 255, 255, 0.90);
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-header .hdr-layer.hdr-layer-2 .hdr-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #02b12c;
    border-radius: 50%;
    margin-right: 10px;
    color: #02b12c;
}
.site-header .hdr-layer.hdr-layer-2 .hdr-info-label {
    font-size: 12px;
    line-height: 1;
    color: #02b12c;
}
.site-header .hdr-layer.hdr-layer-2 .hdr-info-text {
    line-height: 1;
    font-size: 14px;
}
.site-header .hdr-layer.hdr-layer-2  .hdr-address .hdr-info-text span br {
    display: none;
}
.site-header .hdr-layer.hdr-layer-2 .hdr-info.hdr-number a {
    font-size: 20px;
}
.site-header .hdr-layer.hdr-layer-3 {
    background-color: rgba(2, 177, 44, 0.70);
}
.site-header .hdr-layer.hdr-layer-3 .hdr-btn a.site-btn {
    color: #03b12d;
    background: #ffffff;
    padding: 14px 60px;
}
.site-header .mobile-phone {
    font-size: 20px;
    background-color: #fff;
    padding: 5px 10px;
}
body.window_scrolled .site-header .mobile-phone {
	display: none;
}
body.window_scrolled .site-header .header-logo img {
    height: 50px;
}



/* Hero Slider */
.hero-slider .container, .hero-slider-wrap, .hero-slider-wrap .hero-item {
    height: 100vh;
    min-height: 560px;
    max-height: 1000px;
}
.hero-slider .hero-slider-wrap .hero-item-wrap {
    height: 0;
    opacity: 0;
}
.hero-slider .hero-slider-wrap.slick-initialized .hero-item-wrap {
    height: auto;
    opacity: 1;
}
.hero-slider .hero-item-wrap .hero-item {
    padding: 0 15px;
}
.hero-slider .hero-item-wrap .hero-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#4d000000',GradientType=1 );
}
.hero-slider .hero-caption {
    position: absolute;
    padding: 0 15px;
    left: 0;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.hero-slider .caption-sub-title {
    line-height: 1;
    font-size: 16px;
}
.hero-slider .caption-title {
    font-size: 30px;
    line-height: 1.1;
}
.hero-slider .cap-divider {
    width: 30px;
    height: 3px;
    background-color: #02b12c;
    margin: 15px auto;
}
.hero-slider  .slide-control .left,
.hero-slider  .slide-control .right {
    top: 60%;
}


/* Services Pages */
.page-services .service-item {
    height: 370px;
    overflow: hidden;
    border-top: 5px solid #02b12c;
}
.page-services .service-hover-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 100%;
    padding: 15px 15px;
    transition: all 0.3s ease;
}
.page-services .service-list .service-item:not(:nth-child(3n+1)) {
    margin-top: 20px;
}
.page-services .service-display-info-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 1.2;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.30);
}
.page-services .service-hover-info .service-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.page-services .service-list .service-item:hover {
    border: 0;
}
.page-services .service-list .service-item:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    border: 0;
}
.page-services .service-item:hover .service-display-info-wrap {
    bottom: -100%;
}
.page-services .service-item:hover .service-hover-info {
    bottom: 0;
}
.page-services .service-cta-wrap {
    margin-top: 30px;
}
.page-services .service-cta {
    font-size: 30px;
}


/* Homepage Content */
body.home .content-sidebar-wrap {
    max-width: 1920px;
    padding: 30px 15px;
}
.home-ft-content .home-content-wrap {
    flex-direction: column-reverse;
}
.home-ft-content .home-image {
	margin-top: 30px;
	justify-content: center;
}
.home-ft-content h1.has-text-align-left {
    text-align: left;
}
.home-ft-content .home-image:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 130px;
    background-color: #02b12c;
}
.home-ft-content .home-main-content {
    width: 100%;
    max-width: 100%;
    display: block;
}
.home-ft-content .home-more {
    display: none;
}
.home-ft-content .home-btn .site-btn.arrow:after {
    transform: rotate(90deg);
    display: inline-block;
    transition: all 0.3s;
}
.home-ft-content .site-btn.arrow.more:after {
    transform: rotate(-90deg);
    display: inline-block;
    transition: all 0.3s;
}
.home-ft-content .home-btn {
    text-align: center;
}
.home-ft-content .home-btn a {
    margin: 5px 0;
    min-width: 280px;
    font-size: 14px;
}


/* Site Achievements */
.service-achievements .achievement-list:not(:nth-child(3n+1)) {
    margin-top: 20px;
}
.service-achievements .achievement-number {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 auto 15px;
    font-size: 60px;
    line-height: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: all 0.3s;
}
.service-achievements .achievement-title {
    font-size: 20px;
    transition: all 0.3s;
}
.service-achievements .achievement-number:hover {
    background-color: #02b12c;
    color: #fff;
}
.service-achievements .achievement-number:hover + .achievement-title {
    color: #000000;
}


/* Sample Projects */
.sample-project .project-img-list:not(:first-child) {
    margin-top: 20px;
}
.sample-project .project-img-list .prjct-img {
    height: 200px;
    transition: all 0.5s;
}
.sample-project .project-img-list:nth-child(odd) .left-image {
    width: 70%;
    transition: all 0.5s;
}
.sample-project .project-img-list:nth-child(odd) .left-image {
    width: 69%;
    transition: all 0.5s;
}
.sample-project .project-img-list:nth-child(odd) .right-image {
    width: 29%;
    transition: all 0.5s;
}
.sample-project .project-img-list:nth-child(even) .left-image {
    width: 29%;
    transition: all 0.5s;
}
.sample-project .project-img-list:nth-child(even) .right-image {
    width: 69%;
    transition: all 0.5s;
}
.sample-project .prjct-img.left-image {
    border-right: 5px solid #02b12c;
}
.sample-project .prjct-img.right-image {
    border-left: 5px solid #02b12c;
}
.sample-project .project-btn {
    margin-top: 30px;
}
.sample-project .project-img-list.active-parent .prjct-img {
	width: 9%;
	height: 350px;
	transition: all 0.5s;
}
.sample-project .project-img-list.active-parent .prjct-img.active-img {
	width: 89%;
	transition: all 0.5s;
}
.sample-project .project-img-list.not-active-parent .prjct-img {
	height: 50px;
	transition: all 0.5s;
}



/* Financing */
.financing .financing-wrap {
    flex-direction: column-reverse;
}
.financing .finance-info {
    padding: 30px 15px;
    -webkit-box-shadow: -2px 0px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: -2px 0px 10px 0px rgb(0 0 0 / 25%);
}
.financing .heading-wrap {
    text-align: center;
}
.financing .section-title.left:after {
    margin: 0 auto;
}
.financing .finance-lending {
    padding: 0 15px;
}
.financing .lending-icons {
    visibility: hidden;
    height: 0;
}
.financing .lending-icons.slick-initialized {
    visibility: visible;
    height: auto;
}
.financing .lending-icons {
    padding: 10px 20px;
}
.financing .lending-icon img {
    text-align: center;
    margin: 0 auto;
    max-height: 50px;
}
.financing .icon-control .left,
.financing .icon-control .right {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    font-size: 12px;
}
.financing .icon-control .left {
    left: 0;
}
.financing .icon-control .right {
    right: 0;
}
.financing .finance-info-content ul {
    padding: 0;
}
.financing .finance-info-content ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}
.financing .finance-info-content ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 16px;
    width: 26px;
    text-align: center;
    background-color: #02b12c;
    border-radius: 50%;
    color: #fff;
}
.financing .finance-info-btn {
    margin-top: 30px;
    text-align: center;
}


/* Latest News */
.latest-news .latest-post {
    visibility: hidden;
    height: 0;
}
.latest-news .latest-post.slick-initialized {
    visibility: visible;
    height: auto;
}
.latest-news .news-post {
    margin: 0 5px;
}
.latest-news .news-image {
    height: 275px;
}
.latest-news .post-details {
    border: 1px solid #ccc;
    padding: 15px 15px;
}
.latest-news .news-post-content {
    padding: 20px 0;
}
.latest-news .news-btn {
    margin-top: 30px;
}
.latest-news .news-post:hover .post-details {
    background-color: #1a1818;
}
.latest-news .news-post:hover .news-post-title,
.latest-news .news-post:hover .news-post-content,
.latest-news .news-post:hover .news-post-content a,
.latest-news .news-post:hover .news-post-btn a {
    color: #fff;
}
.latest-news .news-post-date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    text-align: center;
}
.latest-news .news-post-date-wrap .news-post-date {
    font-size: 12px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #02b12c;
}


/* Site Review */
.site-reviews .reviews-container {
    padding: 60px 0 200px;
}
.site-reviews .reviews-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.70);
}
.site-reviews .review-posts {
    visibility: hidden;
    height: 0;
}
.site-reviews .review-posts.slick-initialized {
    visibility: visible;
    height: auto;
}
.site-reviews .review-item-wrap {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.80);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.site-reviews .review-item {
    margin: 30px 5px 0;
}
.site-reviews .quote-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.site-reviews .quote-icon img {
    margin: 0 auto;
}
.site-reviews .review-content {
    margin-top: 15px;
}
.site-reviews .review-author-date {
    padding: 10px 15px;
    background-color: #02b12c;
}
.site-reviews .review-btn {
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 2px dotted #fff;
}
.site-reviews .review-btn a {
    margin: 5px 5px;
    min-width: 240px;
}
.navigation.pagination .nav-links .page-numbers {
    padding: 10px 15px !important;
    border-radius: 5px !important;
    color: #000 !important;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links span.page-numbers.current {
    color: #ffffff !important;
}
.site-reviews .review-rating i {
    color: #ffc100;
}


/* Site Call To Action */
.site-section.site-cta {
    top: -230px;
    margin-bottom: -230px;
}
.site-cta .cta-box {
    padding: 30px 15px;
    max-width: 600px;
    margin: 0 auto;
}
.site-cta .cta-box:not(:nth-child(4n + 1)) {
    margin-top: 20px;
}
.site-cta .cta-box:nth-child(odd) {
    background-color: #000000;
}
.site-cta .cta-box:nth-child(even) {
    background-color: #02b12c;
}
.site-cta .cta-box .cta-box-title {
    font-size: 20px;
}


/* Inner Page CTA */
.page-cta .page-cta-row {
    padding: 60px 15px;
    border-bottom: 5px solid #02b12c;
}
.page-cta .page-cta-row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(70,70,70,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(70,70,70,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(70,70,70,0.8) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc464646', endColorstr='#cc000000',GradientType=0 );
}
.page-cta .page-cta-row:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #02b12c;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.page-cta-btn a.site-btn {
    border: 2px solid #02b12c;
    font-size: 14px;
    margin: 5px 0;
}


/* Sit Badges */
.site-badges .badges-item.slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 5px 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}
.site-badges .badges-item:hover {
    border: 1px solid #02b12c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(2,177,43,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(2,177,43,1);
    box-shadow: 0px 0px 5px 0px rgba(2,177,43,1);
}
.site-badges .badges-item img {
    display: block;
    margin: 0 auto;
    padding: 5px 5px;
}
.site-badges .badge-slide-control .left {
    left: 5px;
}
.site-badges .badge-slide-control .right {
    right: 5px;
}


/* Page Banner */
.inner-page-banner .page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#4d000000',GradientType=1 );
}
.inner-page-banner .page-banner {
    height: 100vh;
    min-height: 560px;
    max-height: 680px;
}
.inner-page-banner .page-banner-wrap {
    height: 100%;
}
.inner-page-banner .page-title-container {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 120px;
    padding: 0 15px;
    text-align: center;
}
.inner-page-banner .caption-site-name {
    font-size: 16px;
    line-height: 1;
}
.inner-page-banner .page-title {
    font-size: 35px;
    line-height: 1;
    padding-bottom: 15px;
}
.inner-page-banner .page-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
    background-color: #02b12c;
    margin: 0 auto;
}



/* Blog Page, Archive */
.post-archives-list {
    margin-bottom: 30px;
}
.post-archives-list select {
    margin-bottom: 15px;
    padding: 10px 30px 10px 10px;
    background-color: #ffffff;
    color: #111111 !important;
    -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;
    border-radius: 5px;
    cursor: pointer;
}
.post-archives-list select:hover,.post-archives-list select:focus {
    background-color: #020306;
    color: #ffffff !important;
    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ffffff,#ffffff);
}
.post-archives-list select option {
    background-color: #898989;
    color: #fff;
}
.post-archives-list select option:first-child {
    display: none;
}
.post-blog-list article {
    margin-bottom: 20px;
}
.post-blog-list article:not(:nth-child(3n+1)) {
    margin-left: 0;
}
.post-blog-list article:not(:nth-child(2n+1)) {
    margin-left: 0;
}
.post-blog-list .post-img {
    height: 300px;
}
.post-blog-list .post-info-wrap {
    border: 1px solid #cccccc;
    padding: 15px 15px;
}
.post-blog-list .post-info-wrap .post-title {
    font-size: 22px;
    line-height: 1.2;
}
.post-blog-list .post-info-wrap .post-content {
    padding: 20px 0;
}
.post-blog-list .post-info-wrap .post-content a {
    color: #000;
}
.post-blog-list .post-info-wrap .post-more a {
    color: #000;
    text-transform: uppercase;
}
.post-blog-list article:hover .post-info-wrap {
    background-color: #000;
    color: #ffffff;
}
.post-blog-list article:hover .post-info-wrap .post-more a,
.post-blog-list article:hover .post-info-wrap .post-content a {
    color: #ffffff;
}
.post-blog-list .post-date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    text-align: center;
}
.post-blog-list .post-date-wrap .post-date {
    font-size: 12px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #02b12c;
}


/* Review Page */
body.review-page .site-section.site-cta {
    top: 0;
    margin-bottom: 0;
}
body.review-page .site-section.site-cta .section-title {
    color: #000000;
}


/* Contact Us Page */
body.contact-page .reviews-container {
    padding: 60px 0 60px;
}
.contact-page-form-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.contact-info {
    padding: 30px 0;
}
.operation-time span {
    display: block;
}


/* Page Accordion */
.page-accordion {
    padding: 20px 0;
}
.page-accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}
.page-accordion .accordion-title {
    background-color: #000000;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 40px 10px 50px;
    line-height: 1.2;
}
.page-accordion .accordion-title.active {
    background-color: #02b12c;
    color: #ffffff;
}
.page-accordion .accordion-content {
    padding: 15px 15px 15px 50px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.35);
}
.page-accordion .accordion-title:before,
.page-accordion .accordion-title:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    padding: 6px 7px;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-accordion .accordion-title:after {
    content: "\f13a";
    right: 3px;
}
.page-accordion .accordion-title:before {
    content: "\f05a";
    left: 5px;
    background-color: #fff;
    color: #000000;
}
.page-accordion .accordion-title.active:after {
    content: "\f139";
}
.faqs-page-accordion .accordion-title:before {
    content: "Q";
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    padding: 6px 7px;
    text-align: center;
    background-color: #fff;
    color: #000000;
}
.faqs-page-accordion .accordion-title.active:before {
    border: 1px solid #e1e1e1;
}
.faqs-page-accordion .accordion-title {
    padding: 10px 40px 10px 56px;
}


/* SFS Gallery */
.gallery-title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.sfs-image-item {
    cursor: pointer;
}
.sfs-loadmore-btn {
    background-color: #02b12c !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 15px !important;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}


/* Badges Section */
.site-badge .badge-list {
    opacity: 0;
    height: 0;
}
.site-badge .badge-list.slick-initialized {
    opacity: 1;
    height: auto;
}
.site-badge .badges-item.slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 5px;
}

section#slmp_geojuice h4 {
    color: #FFF !important;
}


/* Site Footer */
footer .footer-row.main-footer {
    padding: 60px 0;
}
footer .footer-row.main-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(19,69,31,0.85) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(19,69,31,0.85) 0%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(19,69,31,0.85) 0%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d913451f', endColorstr='#d9000000',GradientType=0 );
}
footer .footer-column-section {
    max-width: 400px;
    margin: 0 auto;
}
footer .footer-col-label {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
footer .footer-col-label:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
    background-color: #02b12c;
}
footer .footer-detail:not(:first-child) {
    margin-top: 25px;
}
footer .footer-detail .footer-detail-label,
footer .footer-detail .footer-detail-info {
    padding-left: 25px;
}
footer .footer-detail .footer-detail-label {
    font-size: 12px;
}
footer .footer-detail .footer-detail-info {
    font-size: 14px;
}
footer .footer-detail .footer-detail-info br {
    display: none;
}
footer div#footer-detail-1 .footer-detail-label:before,
footer div#footer-detail-2 .footer-detail-label:before,
footer div#footer-detail-3 .footer-detail-label:before,
footer div#footer-detail-4 .footer-detail-label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
footer div#footer-detail-1 .footer-detail-label:before {
    content: "\f015";
}
footer div#footer-detail-2 .footer-detail-label:before {
    content: "\f3c5";
}
footer div#footer-detail-3 .footer-detail-label:before {
    content: "\f879";
}
footer div#footer-detail-4 .footer-detail-label:before {
    content: "\f017";
}
footer .footer-col-desc {
    font-size: 14px;
}
footer .footer-column.second-column {
    padding-left: 15px;
    border-left: 3px solid #02b12c;
}
footer .form-container .form-title {
    display: none;
}
footer .form-container .form-field {
    padding: 10px 0 0 0;
    border: 0;
}
footer .form-container .form-field button {
    width: auto;
}
footer .footer-menu {
    margin-top: 60px;
}
footer .footer-menu ul.menu {
    text-align: center;
    padding: 0;
    margin: 0;
}
footer .footer-menu ul.menu li {
    display: inline-block;
    vertical-align: middle;
}
footer .footer-menu ul.menu li:not(:last-child) a {
    border-right: 1px solid #ffffff;
}
footer .footer-menu ul.menu li a {
    font-size: 14px;
    padding: 0 15px;
}
footer .footer-menu ul.menu li a:hover,
footer .footer-menu ul.menu li.current-menu-item a {
    color: #02b12c;
}
footer  .site-license-number {
    margin-bottom: 20px;
}
footer .footer-copyright {
    padding: 60px 0;
}
footer .copyright-col {
	width: 100%;
}
footer .copyright-col.footer-logo {
    order: 1;
    text-align: center;
}
footer .copyright-col.cpr-info {
    order: 3;
}
footer .copyright-col.social-medias {
    order: 2;
    margin: 20px 0;
}


/* Our Team */
.our-team .site-wrap {
    background-color: #262625;
    padding: 60px 0;
}
.our-team .member-name {
    padding: 10px 10px;
    right: 0;
    font-size: 14px;
    text-align: center;
}
.our-team .team-item:nth-child(even) .member-img {
    text-align: right;
}
.our-team .team-item:nth-child(even) .member-name {
    right: auto;
    left: 0;
}
.our-team .member-img img {
    border-radius: 10px;
}
.our-team .second-layer .team-item:not(:nth-child(3n + 1)) {
    margin-left: 2%;
}
.our-team .sec-member-name {
    padding: 10px 15px;
}


/* Firechat */
.BOT_chatcontainer_Add {
    width: 60px !important;
    height: 60px !important;
}
.BOT_chatcontainer.BOT_chatcontainer_Add {
    bottom: 60px;
    right: 0;
}



/* Print Styles */
@media print {
    body {
        -webkit-print-color-adjust: economy;
    }
    *,*::before,*::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }
    a,a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,a[href^="#"]::after,.site-title > a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,.content-sidebar {
        width: 100%;
    }
    button,input,select,textarea,.breadcrumb,.comment-edit-link,.comment-form,.comment-list .reply a,.comment-reply-title,.edit-link,.entry-comments-link,.entry-footer,.genesis-box,.header-widget-area,.hidden-print,.home-top,.nav-primary,.nav-secondary,.post-edit-link,.sidebar {
        display: none !important;
    }
    .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;
    }
}


/* Media Queries */
@media only screen and (min-width: 375px) {


	/* Our Team */
	.our-team .team-members.second-layer {
	    margin-top: 30px;
	}
	.team-members.first-layer .team-item {
	    width: 49%;
	}
	.team-members.second-layer .team-item {
	    width: 49%;
	}
	.our-team .second-layer .team-item:not(:nth-child(3n + 1)) {
	    margin-left: 0;
	}
	.our-team .second-layer .team-item:not(:nth-child(2n + 1)) {
	    margin-left: 2%;
	}
	.our-team .member-name {
	    padding: 5px 10px;
	    font-size: 16px;
	    background-color: #02b12c;
	    position: absolute;
    	bottom: 60px;
    	text-align: left;
	}
	.our-team .sec-member-name {
	    font-size: 14px;
	}


}

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

	/* Hero Slider */
	.hero-slider .caption-title {
	    font-size: 35px;
	}


	/* Services Pages */
	.page-services .service-display-info-wrap,
	.page-services .service-hover-info .service-title {
	    font-size: 28px;
	}


	/* Sample Projects */
    .sample-project .project-img-list .prjct-img {
	    height: 250px;
	}
    .sample-project .project-img-list.active-parent .prjct-img {
	    height: 400px;
	}
	.sample-project .project-img-list.not-active-parent .prjct-img {
	    height: 100px;
	}


}

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

	/* Our Team */
	.team-members.second-layer .team-item {
	    width: 32%;
	}
	.our-team .second-layer .team-item:not(:nth-child(2n + 1)) {
	    margin-left: 0;
	}
	.our-team .second-layer .team-item:not(:nth-child(3n + 1)) {
	    margin-left: 2%;
	}
	.our-team .member-name {
	    padding: 5px 15px;
	    font-size: 20px;
	}


}

@media only screen and (min-width: 768px) {
    /* Common Classes */
    ul.list-col-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style: inside;
    }
	ul.list-col-3 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		list-style: inside;
	}


    /* Sample Projects */
    .sample-project .project-img-list .prjct-img {
	    height: 370px;
	}
    .sample-project .project-img-list.active-parent .prjct-img {
	    height: 640px;
	}


    /* Hero Slider */
	.hero-slider .caption-title {
	    font-size: 40px;
	}


	/* Services Pages */
	.page-services .service-display-info-wrap,
	.page-services .service-hover-info .service-title {
	    font-size: 35px;
	}


	/* Our Team */
	.our-team .team-members.second-layer {
	    margin-top: 60px;
	}
	.our-team .member-name {
	    padding: 5px 30px;
	    font-size: 25px;
	}
	.our-team .sec-member-name {
	    font-size: 16px;
	}


	/* Blog Post */
	.post-blog-list article {
	    width: 49%;
	}
	.post-blog-list article:not(:nth-child(3n+1)) {
	    margin-left: 0;
	}
	.post-blog-list article:not(:nth-child(2n+1)) {
	    margin-left: 2%;
	}


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


    /* Firechat */
    .BOT_chatcontainer.BOT_chatcontainer_Add {
        bottom: 0;
        right: 0;
    }

}

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

	/* Site Footer */
	footer .copyright-col {
		width: auto;
	}
	footer .copyright-col.footer-logo {
	    order: 1;
	    text-align: left;
	}
	footer .copyright-col.cpr-info {
	    order: 2;
	}
	footer .copyright-col.social-medias {
	    order: 3;
	    margin: 0;
	}


	/* Social Media */
	.social-media {
	    columns: 2;
	    -webkit-columns: 2;
	    -moz-columns: 2;
	    list-style: inside;

	}
	.social-media a.sprite {
	    margin: 0 0 20px 0;
	    display: block;
	}


}

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

    /* Genesis Menu */
    .genesis-nav-menu > .menu-item {
        display: inline-block;
        vertical-align: middle;
    }
    .genesis-nav-menu > .header-logo-image a {
        font-size: 0;
        padding: 0;
    }
    .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: 700;
        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: #345396;
    }
    .genesis-nav-menu a {
        padding: 14px 12px;
        font-size: 12px;
        border-bottom: 0;
        background-color: transparent;
        color: #ffffff;
    }
    .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f107";
        margin-left: 5px;
        font-size: 12px;
    }
    .genesis-nav-menu > .menu-item.menu-item-has-children.sfHover > a:after {
        content: "\f106";
    }
    .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 #ffffff;
        background-color: rgba(2, 177, 44, 0.70);
        color: #ffffff;
        padding: 10px 10px;
        font-size: 14px;
        text-align: left;
        border-radius: 3px;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -20px 0 0 179px;
    }
    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu > .menu-item.sfHover > a {
        text-decoration: none;
        color: #ffffff;
        background-color: transparent;
        border-radius: 0;
    }
    .genesis-nav-menu .current-menu-item > a span,
    .genesis-nav-menu > .menu-item.sfHover > a span,
    .genesis-nav-menu > .menu-item > a:hover span {
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
        padding: 10px 0;
    }

    .genesis-nav-menu .current-menu-item .sub-menu  a span,
    .genesis-nav-menu > .menu-item.sfHover .sub-menu  a span,
    .genesis-nav-menu > .menu-item .sub-menu a:hover span {
        border-bottom: 0px solid #fff;
        border-top: 0px solid #fff;
        padding: 10px 0;
    }
    .genesis-nav-menu .sub-menu a:focus,
    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-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;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.70);
    }
    .genesis-nav-menu .header-logo-image {
        display: inline-block;
    }
    .nav-primary.show {
        margin-top: 0;
        background-color: transparent;
    }


    /* 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;
        top: auto;
        right: auto;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        padding: 0;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
    }
    .nav-primary > .wrap {
        text-align: right;
    }
    .genesis-nav-menu {
        font-size: 0;
        padding: 0;
        margin: 0;
        text-align: center;
    }


    /* Common Classes */
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 25px;
    }
    h5 {
        font-size: 20px;
    }
    .section-title {
        font-size: 40px;
    }
    .show-item-mobile {
        display: none;
    }
    .hide-item-mobile {
        display: block;
    }
    .mobile-center {
        text-align: left;
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-duration: 1s;
        animation-delay: 1s;
    }
	ul.list-col-3 {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		list-style: inside;
	}


    /* Content */
    .content {
        float: left;
        width: 67%;
    }
    .content-sidebar-wrap {
        padding: 60px 15px;
    }
    .sidebar-content .content {
        float: right;
        padding: 60px 15px;
    }
    .sidebar {
        max-width: 30%;
        margin: 0 auto 0;
    }
    .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 !important;
        margin: 0 0 0 15px !important;
    }
    .alignleft,img.alignleft,iframe.alignleft {
        float: left !important;
        margin: 0 15px 0 0 !important;
    }
    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 5 */
    .col-1-5 {
        width: 100%;
    }
    .col-2-5 {
        width: 50%;
    }
    .col-3-5 {
        width: 33.33%;
    }
    .col-4-5 {
        width: 25%;
    }
    .col-5-5 {
        width: 20%;
    }


    /* Column Edge to Edge with Space */
    .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.667%;
    }
    .col-3-12,.col-1-4 {
        width: 25%;
    }
    .col-4-12 {
        width: 33.333%;
    }
    .col-5-12 {
        width: 41.667%;
    }
    .col-6-12,.col-2-4 {
        width: 50%;
    }
    .col-7-12 {
        width: 58.333%;
    }
    .col-8-12 {
        width: 66.667%;
    }
    .col-9-12 {
        width: 75%;
    }
    .col-10-12 {
        width: 83.333%;
    }
    .col-11-12 {
        width: 91.667%;
    }
    

    /* Site Header */
    .site-header .header-logo {
	    background-color: #000;
	}
    .site-header .hdr-layer.hdr-layer-1,
    .site-header .hdr-layer.hdr-layer-2 {
	    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;
	}
    .site-header .header-logo img {
        height: 152px;
        padding: 10px 15px;
    }
    .site-header .hdr-layer.hdr-layer-1 {
        padding: 5px 15px;
    }
    .site-header .hdr-layer.hdr-layer-1 .hdr-tagline {
        font-size: 14px;
    }
    .site-header .hdr-layer.hdr-layer-2 {
        padding:15px 15px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-icon {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-info-label {
        font-size: 10px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-info-text {
        font-size: 12px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-info.hdr-number a {
        font-size: 16px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-address .hdr-info-text span br {
        display: block;
    }
    .site-header .hdr-layer.hdr-layer-3 {
        padding:2px 0 2px 0;
    }
    .site-header .hdr-layer.hdr-layer-3 .hdr-btn a.site-btn {
        padding: 15px 15px;
        font-size: 12px;
    }
    body.window_scrolled .site-header .header-logo img {
        height: 120px;
    }
    body.window_scrolled .site-header .hdr-layer.hdr-layer-1 {
        display: none;
    }
    body.window_scrolled .site-header .hdr-layer.hdr-layer-2 {
        background-color: #ffffff;
    }
    body.window_scrolled .site-header .hdr-layer.hdr-layer-3 {
        background-color: #02b12c;
    }


    /* Hero Slider */
    .hero-slider .hero-item-wrap .hero-item {
	    padding: 0 30px;
	}
	.hero-slider .caption-sub-title {
	    font-size: 16px;
	}
	.hero-slider .hero-caption {
	    max-width: 600px;
	    padding: 0 30px;
	    text-align: left;
	    margin: 0;
	}
	.hero-slider .caption-title {
	    font-size: 45px;
	}
	.hero-slider .cap-divider {
	    margin: 15px 0;
	}


    /* Services Pages */
    .page-services .service-list .service-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
        margin-top: 0;
    }
	.page-services .service-display-info-wrap,
	.page-services .service-hover-info .service-title {
	    font-size: 22px;
	}


    /* Homepage Content */
    .home-ft-content .home-content-wrap {
	    flex-direction: row;
	}
	.home-ft-content .home-main-content-wrap {
	    padding-left: 15px;
	}
	.home-ft-content .home-image {
	    margin-top: 0;
	    justify-content: right;
	}
	.home-ft-content .home-main-content {
	    max-width: 750px;
	}
	.home-ft-content .home-image img {
	    padding-right: 30px;
	    padding-bottom: 10px;
	}
	.home-ft-content .home-btn {
	    text-align: left;
	}
	.home-ft-content .home-btn a {
	    margin: 0;
	    min-width: auto;
	    font-size: 16px;
	}


	/* Financing */
	.financing .financing-wrap {
	    flex-direction: row;
	}
	.financing .heading-wrap {
	    text-align: left;
	}
	.financing .section-title.left:after {
	    margin: 0;
	}
	.financing .finance-info {
    	padding: 60px 15px;
	}
	.financing .finance-info-btn {
	    text-align: left;
	}
	.financing .finance-img img {
	    border-top: 10px solid #02b12c;
	    border-left: 10px solid #02b12c;
	}


    /* Site Achievements */
    .service-achievements .achievement-list:not(:nth-child(3n+1)) {
        margin-left: 2%;
        margin-top: 0;
    }

    /* Site Review */
    .site-reviews .reviews-container {
        padding: 60px 0 270px;
    }


    /* Site Call To Action */
    .site-section.site-cta {
        top: -300px;
        margin-bottom: -300px;
    }
	.site-cta .cta-box:not(:nth-child(4n + 1)) {
	    margin-left: 2%;
	    margin-top: 0;
	}
	.site-cta .cta-box:first-child:after,
	.site-cta .cta-box:last-child:after {
	    content: "";
	    position: absolute;
	    bottom: -30px;
	    width: 100%;
	    height: 30px;
	}
	.site-cta .cta-box:first-child:after {
	    background: linear-gradient(to left top, transparent 50%, #000000 51%);
	    left: 0;
	}
	.site-cta .cta-box:last-child:after {
	    background: linear-gradient(to right top, transparent 50%, #02b12c 51%);
	    right: 0;
	}


	/* Inner Page CTA */
	.page-cta-btn a.site-btn {
	    min-width: 280px;
	    margin: 0;
	}


    /* Page Banner */
    .inner-page-banner .page-title-container {
	    text-align: left;
	}
	.inner-page-banner .page-title:after {
	    margin: 0;
	}
	.inner-page-banner .page-title {
	    font-size: 45px;
	}


    /* Site Footer */
    footer .footer-column-section {
	    max-width: 100%;
	    margin: 0 auto;
	}


	/* Blog Post */
	.post-blog-list article {
	    width: 32%;
	}
	.post-blog-list article:not(:nth-child(3n+1)) {
	    margin-left: 2%;
	}


}

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

	/* Common Classes */
	h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 35px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 25px;
    }
    .section-title {
        font-size: 50px;
    }


    /* Site Header */
    .site-header .header-logo img {
        height: 164px;
    }
    .site-header .hdr-layer.hdr-layer-1 {
        padding: 5px 15px;
    }
    .site-header .hdr-layer.hdr-layer-1 .hdr-tagline {
        font-size: 14px;
    }
    .site-header .hdr-layer.hdr-layer-2 {
        padding:15px 15px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-info-label {
        font-size: 12px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-info-text {
        font-size: 14px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-info.hdr-number a {
        font-size: 20px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-address .hdr-info-text span br {
        display: block;
    }
    .site-header .hdr-layer.hdr-layer-3 {
        padding:2px 0 2px 0;
    }
    .site-header .hdr-layer.hdr-layer-3 .hdr-btn a.site-btn {
        padding: 15px 15px;
        font-size: 14px;
    }
    body.window_scrolled .site-header .header-logo img {
        height: 133px;
    }


    /* Header Menu */
    .genesis-nav-menu a {
        padding: 14px 15px;
        font-size: 14px;
    }


    /* Hero Slider */
	.hero-slider .caption-sub-title {
	    font-size: 18px;
	}
	.hero-slider .hero-caption {
	    max-width: 650px;
	}
	.hero-slider .caption-title {
	    font-size: 50px;
	}


	/* Services ^*/
	.page-services .service-display-info-wrap,
	.page-services .service-hover-info .service-title {
	    font-size: 25px;
	}


	/* Homepage Content */
	body.home .content-sidebar-wrap {
	    padding: 30px 30px;
	}
	.home-ft-content .home-main-content-wrap {
	    padding-left: 30px;
	}


	/* Page Banner */
	.inner-page-banner .page-title-container {
	    padding: 0 30px;
	}
	.inner-page-banner .page-title {
	    font-size: 50px;
	}

}

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

	/* Common Classes */
	.site-section.full-padding {
	    padding: 60px 30px;
	}
	.site-section.top-bot-padding {
	    padding: 60px 0;
	}


    /* Site Header */
    .site-header .header-logo img {
        height: auto;
    }
    .site-header .hdr-layer.hdr-layer-1 {
        padding: 5px 30px;
    }
    .site-header .hdr-layer.hdr-layer-1 .hdr-tagline {
        font-size: 16px;
    }
    .site-header .hdr-layer.hdr-layer-2 {
        padding:30px 30px;
    }
    .site-header .hdr-layer.hdr-layer-2 .hdr-address .hdr-info-text span br {
        display: none;
    }
    .site-header .hdr-layer.hdr-layer-3 {
        padding:2px 0 2px 15px;
    }
    .site-header .hdr-layer.hdr-layer-3 .hdr-btn a.site-btn {
        padding: 15px 30px;
        font-size: 16px;
    }
    body.window_scrolled .site-header .hdr-layer.hdr-layer-2 {
        padding: 15px 30px;
    }


    /* Header Menu */
    .genesis-nav-menu a {
        font-size: 16px;
    }
	
	.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
        font-size: 15px;
    }


    /* Hero Slider */
    .hero-slider .hero-item-wrap .hero-item {
	    padding: 0 60px;
	}
	.hero-slider .caption-sub-title {
	    font-size: 20px;
	}
	.hero-slider .hero-caption {
	    max-width: 850px;
	    padding: 0 60px;
	}
	.hero-slider .caption-title {
	    font-size: 60px;
	}


	/* Services ^*/
	.page-services .service-display-info-wrap,
	.page-services .service-hover-info .service-title {
	    font-size: 30px;
	}


	/* Homepage Content */
	body.home .content-sidebar-wrap {
	    padding: 60px 30px;
	}


	/* Financing */
	.financing .finance-info {
    	padding: 60px 30px;
	}


	/* Site Call To Action */
    .site-section.site-cta {
	    top: -330px;
	    margin-bottom: -330px;
	}


	/* Page Banner */
	.inner-page-banner .page-title-container {
	    padding: 0 60px;
	}
	.inner-page-banner .page-title {
	    font-size: 60px;
	}


}

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

	/* Common Classes */
	.site-section.full-padding {
	    padding: 60px 60px;
	}



    /* Site Header */
    .site-header .hdr-layer.hdr-layer-1 {
        padding: 5px 60px;
    }
    .site-header .hdr-layer.hdr-layer-3 {
        padding:2px 0 2px 40px;
    }
    .site-header .hdr-layer.hdr-layer-3 .hdr-btn a.site-btn {
        padding: 15px 60px;
    }
    .site-header .hdr-layer.hdr-layer-2 {
        padding: 30px 60px;
    }
    body.window_scrolled .site-header .hdr-layer.hdr-layer-2 {
        padding: 15px 60px;
    }


    /* Header Menu */
    .genesis-nav-menu a {
        padding: 14px 20px;
    }


    /* Hero Slider */
	.hero-slider .hero-caption {
	    max-width: 950px;
	}
	.hero-slider .caption-title {
	    font-size: 70px;
	}


	/* Homepage Content */
	body.home .content-sidebar-wrap {
	    padding: 60px 60px;
	}


	/* Financing */
	.financing .finance-info {
    	padding: 60px 60px;
	}


}

/* Max Width CSS */

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

	/* Site Header */

}