html {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;
}
*,*::before,*::after {
box-sizing: inherit;
} .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;
} body {
color: #0c0c0c;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.625;
overflow-x: hidden;
width: 100%;
height: 100%;
max-width: 100%;
margin: 0 auto;
display: block;
}
.button,.gallery img,button,input:focus,input[type=button],input[type=reset],input[type=submit],textarea:focus {
transition: all .2s ease-in-out;
}
a {
color: #ff6d0e;
text-decoration: none;
}
a:focus,a:hover {
color: #ff6d0e;
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;
column-gap: inherit;
}
ul.list-col-2 {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
list-style: inside;
column-gap: inherit;
}
ul.list-col-3 {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
list-style: inside;
column-gap: inherit;
} h1,h2,h3,h4,h5,h6 {
line-height: 1;
margin: 0 0 20px;
font-weight: 900;
position: relative;
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
text-transform: uppercase;
}
h1 {
font-size: 30px;
padding-bottom: 10px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
} .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;
} 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;
display: none;
}
.form-container .form-field .form-field-item input {
padding: 10px 30px 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: 1px solid #ccc;
border-radius: 3px;
}
.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: 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;
}
.form-container .form-field .form-field-name:before,
.form-container .form-field .form-field-email:before,
.form-container .form-field .form-field-number:before,
.form-container .form-field .form-field-address:before{
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #003049;
font-size: 14px;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.contact-page-form .form-container .form-field .form-field-name:before,
.contact-page-form .form-container .form-field .form-field-email:before,
.contact-page-form .form-container .form-field .form-field-number:before {
top: 70%;
}
.form-container .form-field .form-field-name:before {
content: "\f007";
}
.form-container .form-field .form-field-number:before {
content: "\f879";
}
.form-container .form-field .form-field-email:before {
content: "\f0e0";
}
.form-container .form-field .form-field-address:before {
content: "\f3c5";
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
background: #ff6d0e;
border: 1px solid #ff6d0e;
border-radius: 3px;
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: #ff6d0e;
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;
} 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-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: 1;
}
.more-link {
display: inline-block;
position: relative;
margin-bottom: 30px;
} .site-container {
animation: fadein 1s;
word-wrap: break-word;
padding: 0;
width: 100%;
clear: both;
}
.site-inner {
max-width: 100%;
width: 100%;
padding: 0;
}
.content-sidebar-wrap {
width: 100%;
max-width: 1920px;
margin: 0 auto;
display: block;
position: relative;
}
.content-sidebar-wrap:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.90);
}
.content-sidebar-wrap main.content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 30px 15px;
}
body.home .site-inner .content-sidebar-wrap {
display: none;
}
body:not(.home) .site-inner .content-sidebar-wrap {
background-image: url(//www.royaltyroofs.com/wp-content/uploads/2021/11/site-body-background.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: contain;
}
.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);
}
} .c-white,.c-white a {
color: #fff;
}
.c-orange,.c-orange a {
color: #ff6d0e;
}
.c-black,.c-black a {
color: #0c0c0c;
}
.c-gray, .c-gray a {
color: #7d7d7d;
}
.bg-black {
background-color: #0c0c0c;
}
.bg-orange {
background-color: #ff6d0e;
}
.bg-white {
background-color: #ffffff;
}
.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-center-right {
-webkit-justify-content: center;
-ms-flex-pack: inherit;
justify-content: flex-end;
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;
}
.no-icon .custom-btn:after {
display: none;
}
a.site-btn {
color: #ffffff;
text-transform: uppercase;
display: inline-block;
background: #ff6d0e;
padding: 10px 20px;
position: relative;
font-size: 12px;
line-height: 1.2em;
cursor: pointer;
font-weight: 700;
transition: all 0.3s ease;
text-align: center;
border: 1px solid #ff6d0e;
border-radius: 5px;
}
a.site-btn.transparent {
background: transparent;
color: #0c0c0c;
border: 1px solid #0c0c0c;
}
a.site-btn.plain {
background: transparent;
color: #fff;
border: 1px solid #ffffff;
}
a.site-btn.white {
background: #ffffff;
color: #cd2127;
border: 1px solid #ffffff;
}
a.site-btn.black {
background: #0c0c0c;
color: #fff;
border: 1px solid #0c0c0c;
}
a.site-btn.arrow:after,
a.site-btn.btn-arrow:after,
a.site-btn.checked: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.checked:after {
content: "\f00c";
}
a.site-btn:hover,
a.site-btn.item-click {
background: #ff6d0e;
color: #fff;
border: 1px solid #ff6d0e;
}
a.site-btn.black:hover {
background: #ff6d0e;
border: 1px solid #ff6d0e;
}
.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;
}
.extra-bold {
font-weight: 900;
}
.italic {
font-style: italic;
}
.section-sub-title {
line-height: 1.2;
margin-bottom: 5px;
font-size: 16px;
}
.section-title {
font-size: 30px;
line-height: 1.2;
position: relative;
margin-bottom: 20px;
}
.full-width {
width: 100%;
margin: 0 auto;
max-width: 1920px;
padding: 0;
}
.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;
}
.cta-location-item a.link-overlay {
height: 60%;
}
.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 {
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;
} .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: 12px;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
background-color: transparent;
}
.breadcrumb span.bc-wrap {
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
}
.breadcrumb span.breadcrumb-link-wrap {
padding: 5px;
background-color: #ff6d0e;
border-radius: 3px;
margin: 2px 0;
display: inline-block;
}
.breadcrumb .breadcrumb-link-wrap a {
color: #ffffff;
}
.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 {
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;
} .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;
} 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: #ff6d0e;
font-weight: 600;
}
.entry-content a.site-btn {
color: #ffffff;
}
.entry-content .wp-audio-shortcode,.entry-content .wp-playlist,.entry-content .wp-video {
margin: 0 0 30px;
} .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;
} .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;
} .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";
} .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;
} :focus {
color: initial;
outline: transparent solid 0px;
} .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: #323434;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobile-dots-items {
background-color: #f77f00;
padding: 15px 15px 100px 15px;
font-size: 14px;
display: none;
position: fixed;
left: 0;
right: 0;
border-top: 1px solid #fff;
overflow-y: auto;
height: 100%;
}
.mobile-dots-items .mob-item .mob-location,
.mobile-dots-items .mob-item.site-name {
padding-left: 25px;
}
.mobile-dots-items .mob-item .mob-location {
margin-top: 5px;
}
.mob-item.site-name:before,
.mob-item .mob-location-name:before,
.mob-item .mob-location-phone:before,
.mob-item .mob-location-email:before,
.mob-item .mob-location-hour:before {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
left: 0;
}
.mob-item.site-name:before {
content: "\f015";
}
.mob-item .mob-location-name:before {
content: "\f3c5";
}
.mob-item .mob-location-phone:before {
content: "\f879";
}
.mob-item .mob-location-email:before {
content: "\f0e0";
}
.mob-item .mob-location-hour:before {
content: "\f017";
}
.mob-item .loc-business-time span {
display: block;
}
.mob-item.site-social-media {
padding-bottom: 100px;
}
.mob-item.site-social-media .social-media {
justify-content: left;
margin-top: 10px;
}
.mob-item.site-social-media .social-media a.sprite {
width: 60px;
margin: 5px;
} .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: #f77f00;
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;
} .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;
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: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
transition: none;
}
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: #323434;
line-height: 1;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
transition: color .1s ease-in;
display: inline-block;
border-radius: 5px;
}
button.menu-toggle.activated:before {
content: "\f00d";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
font-size: 24px;
width: auto;
height: auto;
color: #323434;
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;
} .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: #f77f00;
} .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 {
position: relative;
}
.entry-content h1 {
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.special-list {
padding: 0;
margin-left: 0;
}
.entry-content ul {
padding: 0;
margin-left: 0;
}
.entry-content ul li {
list-style: none;
position: relative;
padding-left: 20px;
margin-bottom: 5px;
}
.entry-content ul li:before {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: 0;
color: #ff6d0e;
}
.entry-content ul.special-list li,
.content-preview ul li {
list-style: none;
padding: 10px 15px 10px 30px;
position: relative;
margin-bottom: 5px;
background-color: #231f20;
color: #fff;
border-left: 15px solid #cd2127;
}
.entry-content ul.special-list li:before,
.entry-content ul.special-list li:after {
content: "";
position: absolute;
width: 15px;
height: 50%;
left: 0;
}
.entry-content ul.special-list li:before {
top: 0;
}
.entry-content ul.special-list li:after {
bottom: 0;
}
.entry-content ul.special-list li:before {
background: linear-gradient(to right top, #cd2127 50%, transparent 51%);
}
.entry-content ul.special-list li:after {
background: linear-gradient(to right bottom, #cd2127 50%, transparent 51%);
}
.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;
}
.wp-block-image img {
-webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
} 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 {
clear: both;
margin: 15px 0;
text-align: center;
position: relative;
}
.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: transparent;
color: #000000;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
padding: 5px 12px;
text-decoration: none;
border: 1px solid #cccccc;
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;
} .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 {
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-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;
} .move-to-top {
position: fixed;
right: 5px;
bottom: 150px;
z-index: 199;
cursor: pointer;
background-color: #323434;
border: 1px solid #ffffff;
border-radius: 3px;
text-align: center;
padding: 0 5px;
}
.move-to-top .to-top-icon.c-orange {
line-height: 1;
display: block;
}
.move-to-top .to-top {
position: relative;
text-align: center;
text-transform: uppercase;
font-size: 10px;
line-height: 1;
color: #ffffff;
padding: 3px 0;
} .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: #ff6d0e;
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 {
position: fixed;
transform-origin: bottom left;
left: 0;
right: 0;
bottom: 0;
top: auto;
transform: rotate(0deg) translateY(0);
z-index: 100;
text-align: center;
display: block;
padding: 0 15px;
}
.floating-cta a {
color: #ffffff;
cursor: pointer;
padding: 10px 10px;
font-size: 16px;
position: relative;
line-height: 1;
align-items: center;
border-radius: 3px;
}
.floating-cta .floating-cta-wrap > a {
width: 50%;
}
.floating-cta .floating-cta-wrap .form-popup-phone {
display: none;
background: #cd2127;
} .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,.col-5 {
width: 100%;
} .social-media {
padding: 0;
margin: 0;
text-align: center;
column-gap: inherit;
}
.social-media a.sprite {
width: 70px;
margin: 0;
background-color: #e1e1e1;
padding: 5px 0;
border-radius: 3px;
}
.social-media a.sprite:not(:last-child) {
margin-right: 5px;
}
.social-media a.sprite span {
background-repeat: no-repeat;
width: 20px;
height: 20px;
display: block;
margin: 0 auto;
}
#sprite-icon-angieslist span {
background-position: -0 0px;
}
#sprite-icon-angieslist:hover {
background-color: #29a036;
}
#sprite-icon-angieslist:hover span {
background-position: -0 -20px;
}
#sprite-icon-bbb span {
background-position: -20px 0px;
}
#sprite-icon-bbb:hover {
background-color: #2d819d;
}
#sprite-icon-bbb:hover span {
background-position: -20px -20px;
}
#sprite-icon-bing span {
background-position: -40px 0px;
}
#sprite-icon-bing:hover {
background-color: #008474;
}
#sprite-icon-bing:hover {
background-position: -40px -20px;
}
#sprite-icon-blog span {
background-position: -60px 0px;
}
#sprite-icon-blog:hover {
background-color: #f26522;
}
#sprite-icon-blog:hover span {
background-position: -60px -20px;
}
#sprite-icon-blogger span {
background-position: -80px 0px;
}
#sprite-icon-blogger:hover {
background-color: #f26522;
}
#sprite-icon-blogger:hover span {
background-position: -80px -20px;
}
#sprite-icon-citygridmedia span {
background-position: -100px 0px;
}
#sprite-icon-citygridmedia:hover {
background-color: #00a4e6;
}
#sprite-icon-citygridmedia:hover span {
background-position: -100px -20px;
}
#sprite-icon-email span {
background-position: -120px 0px;
}
#sprite-icon-email:hover {
background-color: #d93e06;
}
#sprite-icon-email:hover span {
background-position: -120px -20px;
}
#sprite-icon-facebook span {
background-position: -140px 0px;
}
#sprite-icon-facebook:hover {
background-color: #3b5998;
}
#sprite-icon-facebook:hover span {
background-position: -140px -20px;
}
#sprite-icon-foursquare span {
background-position: -160px 0px;
}
#sprite-icon-foursquare:hover {
background-color: #f94877;
}
#sprite-icon-foursquare:hover span {
background-position: -160px -20px;
}
#sprite-icon-gaf span {
background-position: -180px 0px;
}
#sprite-icon-gaf:hover {
background-color: #ed1b24;
}
#sprite-icon-gaf:hover span {
background-position: -180px -20px;
}
#sprite-icon-googlebiz span {
background-position: -200px 0px;
}
#sprite-icon-googlebiz:hover {
background-color: #4a81e8;
}
#sprite-icon-googlebiz:hover span {
background-position: -200px -20px;
}
#sprite-icon-googlebiz1:hover {
background-color: #4a81e8;
}
#sprite-icon-googlebiz1 span {
background-position: -200px 0px;
}
#sprite-icon-googlebiz1:hover span {
background-position: -200px -20px;
}
#sprite-icon-googleplus span {
background-position: -220px 0px;
}
#sprite-icon-googleplus:hover {
background-color: #dd4b39;
}
#sprite-icon-googleplus:hover span {
background-position: -220px -20px;
}
#sprite-icon-guildquality span {
background-position: -240px 0px;
}
#sprite-icon-guildquality:hover {
background-color: #0f4777;
}
#sprite-icon-guildquality:hover span {
background-position: -240px -20px;
}
#sprite-icon-homeadvisor span {
background-position: -260px 0px;
}
#sprite-icon-homeadvisor:hover {
background-color: #f7901e;
}
#sprite-icon-homeadvisor:hover span {
background-position: -260px -20px;
}
#sprite-icon-homestars span {
background-position: -280px 0px;
}
#sprite-icon-homestars:hover {
background-color: #00adf2;
}
#sprite-icon-homestars:hover span {
background-position: -280px -20px;
}
#sprite-icon-houzz span {
background-position: -300px 0px;
}
#sprite-icon-houzz:hover {
background-color: #4dbc15;
}
#sprite-icon-houzz:hover span {
background-position: -300px -20px;
}
#sprite-icon-instagram span {
background-position: -320px 0px;
}
#sprite-icon-instagram:hover {
background-color: #b22a96;
}
#sprite-icon-instagram:hover span {
background-position: -320px -20px;
}
#sprite-icon-linkedin span {
background-position: -340px 0px;
}
#sprite-icon-linkedin:hover {
background-color: #007bb6;
}
#sprite-icon-linkedin:hover span {
background-position: -340px -20px;
}
#sprite-icon-pinterest span {
background-position: -360px 0px;
}
#sprite-icon-pinterest:hover {
background-color: #cd2526;
}
#sprite-icon-pinterest:hover span {
background-position: -360px -20px;
}
#sprite-icon-porch span {
background-position: -380px 0px;
}
#sprite-icon-porch:hover {
background-color: #ffd351;
}
#sprite-icon-porch:hover span {
background-position: -380px -20px;
}
#sprite-icon-rss span {
background-position: -400px 0px;
}
#sprite-icon-rss:hover {
background-color: #f26522;
}
#sprite-icon-rss:hover span {
background-position: -400px -20px;
}
#sprite-icon-superpages span {
background-position: -420px 0px;
}
#sprite-icon-superpages:hover {
background-color: #f4a130;
}
#sprite-icon-superpages:hover span {
background-position: -420px -20px;
}
#sprite-icon-twitter span {
background-position: -440px 0px;
}
#sprite-icon-twitter:hover {
background-color: #00aced;
}
#sprite-icon-twitter:hover span {
background-position: -440px -20px;
}
#sprite-icon-vimeo span {
background-position: -460px 0px;
}
#sprite-icon-vimeo:hover {
background-color: #4ebbff;
}
#sprite-icon-vimeo:hover span {
background-position: -460px -20px;
}
#sprite-icon-yellowpages span {
background-position: -480px 0px;
}
#sprite-icon-yellowpages:hover {
background-color: #fff41c;
}
#sprite-icon-yellowpages:hover span {
background-position: -480px -20px;
}
#sprite-icon-yelp span {
background-position: -500px 0px;
}
#sprite-icon-yelp:hover {
background-color: #b4282e;
}
#sprite-icon-yelp:hover span {
background-position: -500px -20px;
}
#sprite-icon-youtube span {
background-position: -520px 0px;
}
#sprite-icon-youtube:hover {
background-color: #bb0000;
}
#sprite-icon-youtube:hover span {
background-position: -520px -20px;
} .entry-content form.search-form {
width: 100%;
}
body.error404 li.page_item.page-item-596,
body.error404 li.page_item.page-item-598,
body.error404 li.page_item.page-item-856,
body.search article.post-596,
body.search article.post-598,
body.search article.post-856 {
display: none;
} header.site-header {
position: fixed;
height: auto;
display: block;
width: 100%;
max-width: 100%;
z-index: 200;
top: auto;
margin: 0 auto;
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
header.site-header > .wrap {
width: 100%;
margin: 0 auto;
display: block;
padding: 0;
position: relative;
float: none;
text-align: left;
}
header.site-header .header-row {
background-color: #ffffff;
padding: 0 0;
}
header.site-header .header-row.top-header {
border-bottom: 1px solid #d8b097;
background: #f77f00;
}
header.site-header .header-number,
header.site-header .header-number-col {
width: 100%;
}
header.site-header .site-loc-number {
padding: 5px 0;
width: 50%;
}
header.site-header .site-loc-number:first-child:after {
content: "";
height: 100%;
width: 2px;
background-color: #0c0c0c;
position: absolute;
right: 0;
}
header.site-header .header-number .phone-label {
font-size: 12px;
padding: 0 5px;
}
header.site-header .header-number .phone-number {
font-size: 16px;
}
header.site-header .header-financing-btn a {
font-size: 14px;
padding: 5px 20px;
border-radius: 5px;
}
header.site-header .site-menu-btn a {
font-weight: 700;
padding: 10px 15px;
}
header.site-header .header-number span {
width: 100%;
text-align: center;
line-height: 1.2;
}
header.site-header .header-number span.phone-icon {
order: 1;
}
header.site-header .header-number span.phone-label {
order: 2;
}
header.site-header .header-number span.phone-number {
order: 3;
}
header.site-header .header-number span.phone-number a {
color: #ffffff;
position: relative;
}
header.site-header .header-number span.phone-number a:before {
content: "\f2a0";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px;
display: inline-block;
}
header.site-header .main-header-row.header-logo {
width: 100%;
text-align: center;
padding: 5px 0;
}
header.site-header .header-logo a.main-logo img {
height: 50px;
}
header.site-header .main-header-row.header-menu {
width: 100%;
}
body.window_scrolled header.site-header .header-logo a.main-logo img {
height: 40px;
} .hero-slider .container, .hero-slider-wrap, .hero-slider-wrap .hero-item {
height: 100vh;
min-height: 700px;
max-height: 1000px;
} .hero-slider .hero-slider-wrap.slick-initialized .hero-item-wrap {
height: auto;
opacity: 1;
}
.hero-slider .hero-item:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, 0.50);
}
.hero-slider .hero-columns {
height: 100%;
}
.hero-slider .hero-columns .hero-right-col,
.hero-slider .hero-columns .hero-left-col {
padding: 30px 15px;
}
.hero-slider .hero-columns .hero-right-col {
justify-content: center;
}
.hero-slider .hero-columns .hero-left-col.with-visualizer {
background-color: rgba(0, 0, 0, 0.40);
}
.hero-slider .hero-visualizer .visual-image img {
margin: 0 auto;
}
.hero-slider .hero-visualizer .visual-heading {
font-size: 20px;
margin: 15px 0;
line-height: 1.2;
}
.hero-slider .hero-visualizer .visual-description {
font-size: 16px;
line-height: 1.2;
margin-bottom: 30px;
}
.hero-slider .hero-columns .hero-caption {
text-align: center;
}
.hero-slider .hero-caption .hero-site-name {
font-size: 16px;
line-height: 1;
}
.hero-slider .hero-caption .hero-capt-heading {
font-size: 30px;
line-height: 1;
}
.hero-slider .hero-caption .hero-capt-description {
font-size: 16px;
}
.hero-slider .hero-caption .hero-service-page {
padding: 10px 0;
}
.hero-slider .hero-caption .hero-service-page a {
font-size: 25px;
display: inline-block;
vertical-align: middle;
padding: 0 15px;
border-right: 2px solid #a09e99;
line-height: 1;
}
.hero-slider .hero-caption .hero-service-page a:last-child {
border: 0;
padding: 0 0 0 15px;
}
.hero-slider .hero-caption .hero-service-page a:hover {
color: #ff6d0e;
}
.hero-slider .hero-caption  .hero-capt-btn {
margin-top: 20px;
}
.hero-slider ul.slick-dots {
position: absolute;
top: 65%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0;
margin: 0;
display: none !important;
right: 60px;
}
.hero-slider ul.slick-dots li {
list-style: none;
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.hero-slider ul.slick-dots li button {
padding: 0;
font-size: 0;
width: 50px;
height: 3px;
background: #a09e99;
border: 0;
}
.hero-slider ul.slick-dots li.slick-active button {
background: #ff6d0e;
}
.hero-slider .service-icon-list {
padding: 30px 15px;
width: 100%;
}
.hero-slider .service-icon-list .mobile-service-icon {
margin: 0 auto 10px;
width: 90px;
height: 90px;
background-color: #fff;
border-radius: 50%;
} .featured-pages .full-width.ft-pg-sldr-wrap {
padding: 0 15px;
}
.featured-pages .featured-page-listings {
background-color: #fff;
padding: 30px 15px;
border-radius: 20px;
}
.featured-pages .featured-page-list {
height: 200px;
padding: 30px 15px;
overflow: hidden;
margin-top: 30px;
}
.featured-pages .featured-page-list:first-child {
margin-top: 0;
}
.featured-pages .featured-page-list:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: -moz-linear-gradient(top, rgba(12,12,12,0.5) 0%, rgba(12,12,12,0.5) 25%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(12,12,12,0.5) 0%,rgba(12,12,12,0.5) 25%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(12,12,12,0.5) 0%,rgba(12,12,12,0.5) 25%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c0c0c', endColorstr='#00ffffff',GradientType=0 );
}
.featured-pages .featured-page-info-wrap {
height: 100%;
}
.featured-pages .featured-page-title {
font-size: 22px;
line-height: 1;
position: absolute;
left: 0;
right: 0;
top: 0;
transition: all 0.3s ease;
}
.featured-pages .featured-page-btn {
position: absolute;
bottom: 0;
left: 0;
right: 0;
transition: all 0.3s ease;
}
.featured-pages .featured-page-title span {
display: block;
font-size: 18px;
color: #ff6d0e;
}
.featured-pages .featured-page-list:hover {
-webkit-box-shadow: 0px 20px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 20px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 20px 5px 0px rgba(0,0,0,0.1);
}
.featured-pages .featured-page-list:hover:before {
background: rgba(0, 0, 0, 0.50)
}
.featured-pages .featured-page-list:hover .featured-page-title {
top: 33%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 0.3s ease;
}
.featured-pages .featured-page-list:hover .featured-page-btn {
bottom: 33%;
-webkit-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
transition: all 0.3s ease;
}
.featured-pages .featured-page-list:hover .featured-page-btn a {
background: #ff6d0e;
border: 1px solid #ff6d0e;
}
.featured-pages span.box-animate {
position: absolute;
display: block;
background: #ffb686;
transition: all 0.125s linear;
}
.featured-pages span.slide-top,
.featured-pages span.slide-bottom {
width: 100%;
height: 5px;
transform: scaleX(0);
}
.featured-pages span.slide-right,
.featured-pages span.slide-left {
width: 5px;
height: 100%;
transform: scaleY(0);
}
.featured-pages span.slide-top {
top: 0;
left: 0;
transition-delay: 0.375s;
transform-origin: top left;
}
.featured-pages span.slide-bottom {
bottom: 0;
right: 0;
transition-delay: 0.125s;
transform-origin: top right;
}
.featured-pages span.slide-right {
top: 0;
right: 0;
transition-delay: 0.25s;
transform-origin: top left;
}
.featured-pages span.slide-left {
top: 0;
left: 0;
transform-origin: bottom left;
}
.featured-pages .featured-page-list:hover span.slide-top {
transition-delay: 0s;
}
.featured-pages .featured-page-list:hover span.slide-right {
transition-delay: 0.125s;
}
.featured-pages .featured-page-list:hover span.slide-bottom {
transition-delay: 0.25s;
}
.featured-pages .featured-page-list:hover span.slide-left {
transition-delay: 0.375s;
}
.featured-pages .featured-page-list:hover span.slide-top,
.featured-pages .featured-page-list:hover span.slide-bottom {
transform: scaleX(1);
}
.featured-pages .featured-page-list:hover span.slide-left,
.featured-pages .featured-page-list:hover span.slide-right {
transform: scaleY(1);
} .featured-page-slider .ft-pg-sldr {
opacity: 0;
height: 0;
}
.featured-page-slider .ft-pg-sldr.slick-initialized {
opacity: 1;
height: auto;
}
.featured-page-slider .section-desc {
padding-bottom: 30px;
}
.featured-page-slider .featured-page-list:not(:nth-child(2n + 1)) {
margin-left: 0;
}
.featured-page-slider .featured-page-list {
margin: 0 10px !important;
} .page-cta .cta-heading-label {
text-align: center;
}
.page-cta .cta-button {
margin-top: 20px;
}
.page-cta .cta-buttons .cta-btn a {
min-width: 260px;
font-size: 14px;
} .meet-our-team:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.90);
}
.meet-our-team .our-team {
padding-left: 30px;
}
.meet-our-team .our-team-heading {
text-align: center;
}
.meet-our-team .our-team-items {
opacity: 0;
height: 0;
}
.meet-our-team .our-team-items.slick-initialized {
opacity: 1;
height: auto;
}
.meet-our-team .our-team-items {
width: 100%;
max-width: 430px;
margin: 0 auto;
display: block;
padding: 0 20px;
}
.meet-our-team .our-team-slide-control .left,
.meet-our-team .our-team-slide-control .right {
background-color: transparent;
color: #959595;
font-size: 16px;
}
.meet-our-team .our-team-slide-control .left {
left: 0;
}
.meet-our-team .our-team-slide-control .right {
right: 0;
}
.meet-our-team .team-name-position {
width: 92%;
margin: 0 auto;
display: block;
background-color: #ff6d0e;
padding: 10px 10px;
border-radius: 5px;
top: -30px;
margin-bottom: -30px;
}
.meet-our-team .team-name {
line-height: 1.2;
font-size: 16px;
}
.meet-our-team .team-position {
font-size: 12px;
} .why-choose-us .why-choose-us-image {
height: 100vh;
min-height: 200px;
max-height: 300px;
}
.why-choose-us .why-choose-us-image:before {
content: "";
position: absolute;
top: 0;
width: 100%;
height: 90px;
background: linear-gradient(to right top, transparent 50%, rgba(255, 255, 255, 0.75) 50%);
right: 0;
}
.why-choose-us .why-us-site-logo {
position: absolute;
right: 15px;
top: 15px;
}
.why-choose-us .why-us-site-logo img {
height: 30px
}
.why-choose-us .why-choose-us-info {
position: relative;
left: 0;
right: 0;
bottom: 0;
background-color: #3d3d3d;
padding: 30px 0;
border-radius: 5px;
} .page-services .service-item {
padding: 30px 30px;
height: 400px;
overflow: hidden;
margin-top: 30px;
}
.page-services .service-info-wrap {
height: 100%;
}
.page-services .service-info-icon {
width: 90px;
height: 90px;
background-color: #fff;
border-radius: 50%;
margin: 20px auto;
}
.page-services .service-display-title {
font-size: 25px;
line-height: 1;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.60);
transition: all 0.3s ease;
padding: 10px 15px;
}
.page-services .service-info-title,
.page-services .service-excerpt,
.page-services .service-info-link {
opacity: 0;
font-size: 0;
height: auto;
transition: all 0.3s ease;
}
.page-services .service-item:hover:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.60);
}
.page-services .service-item:hover .service-info-title {
font-size: 25px;
opacity: 1;
transition: all 0.3s ease;
}
.page-services .service-item:hover .service-excerpt {
font-size: 16px;
opacity: 1;
transition: all 0.3s ease;
}
.page-services .service-item:hover .service-info-link {
font-size: 16px;
opacity: 1;
transition: all 0.3s ease;
}
.page-services .service-item:hover .service-display-title {
bottom: -100%;
transition: all 0.3s ease;
}
.page-services .call-to-action {
padding: 60px 0;
} .inner-service-page:not(:last-child) {
margin-bottom: 30px;
}
.inner-service-pages .inner-service-page-info {
padding: 30px 0;
}
.inner-service-pages .inner-service-page-image,
.inner-service-pages .inner-service-page-info {
text-align: center;
}
.inner-service-pages .inner-service-title-wrap > div {
display: block;
}
.inner-service-pages .inner-service-icon {
width: 60px;
height: 60px;
background-color: #ff6d0e;
border-radius: 50%;
margin: 0 auto 10px;
}
.inner-service-pages .inner-service-icon img {
filter: brightness(0) invert(1);
}
.inner-service-pages .inner-service-title {
font-size: 22px;
}
.inner-service-pages .inner-service-page-info a {
color: #0c0c0c;
}
.inner-service-pages .inner-service-page-info a:hover {
color: #ff6d0e;
}
.inner-service-pages .inner-service-content {
padding: 20px 0;
}
.inner-service-pages .inner-service-content ul {
margin: 0;
} .who-we-are:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(247, 242, 238, 0.90);
}
.who-we-are .who-we-are-wrap {
padding-top: 30px;
}
.who-we-are .who-we-are-desktop-nav {
display: none;
}
.who-we-are .who-we-are-nav,
.who-we-are .who-we-are-mobile-nav {
border-bottom: 3px solid #64615f;
font-size: 16px;
cursor: pointer;
}
.who-we-are .who-we-are-nav.active,
.who-we-are .who-we-are-mobile-nav.active {
border-bottom: 3px solid #ff6d0e;
}
.who-we-are .who-we-are-mobile-nav {
line-height: 1.2;
padding: 5px 0;
}
.who-we-are .who-we-are-details {
padding: 15px 0;
}
.who-we-are .who-we-are-mobile-nav i {
float: right;
}
.who-we-are .who-we-are-mobile-nav.active i {
transform: rotate(180deg);
}
.who-we-are .who-we-are-content .who-we-are-details-wrap {
display: none;
}
.who-we-are .who-we-are-content.active .who-we-are-details-wrap {
display: block;
}
.who-we-are .who-we-are-more {
display: none;
}
.who-we-are .who-we-are-btn {
margin-top: 45px;
}
.who-we-are .who-we-are-image img {
border-radius: 5px;
margin: 30px auto 15px;
display: block;
}
.who-we-are .who-we-are-btn a:after {
transform: rotate(90deg);
display: inline-block;
transition: all 0.3s ease;
}
.who-we-are .who-we-are-btn a.item-click:after {
transform: rotate(-90deg);
transition: all 0.3s ease;
} .site-reviews .review-posts {
opacity: 0;
height: 0;
}
.site-reviews .review-posts.slick-initialized {
opacity: 1;
height: auto;
}
.site-reviews .reviews-container {
padding: 100px 0;
}
.site-reviews .reviews-container:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.50);
}
.site-reviews .review-content-wrap {
padding: 30px 15px 30px 30px;
background-color: rgba(255, 255, 255, 0.70);
border-radius: 5px;
}
.site-reviews .review-listing .review-item {
margin: 0 5px;
}
.site-reviews .review-rating span {
color: #f7a81d;
margin-right: 5px;
}
.site-reviews .review-item-wrap {
margin: 0 20px;
}
.site-reviews .review-source {
position: absolute;
top: auto;
left: -20px;
}
.site-reviews .review-source img {
width: 40px;
}
.site-reviews .review-rating-wrap {
padding: 10px 15px 0 30px;
}
.site-reviews .review-author {
line-height: 1;
}
.site-reviews .review-btn {
margin-top: 60px;
}
.sfs-review-submit-btn button {
margin: 5px 0;
} .site-section.site-locations {
padding: 0;
}
.site-section.site-locations:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: #ffffff;
}
.site-locations .locations-wrap {
padding: 0;
}
.site-locations .location-map {
min-height: 600px;
border-bottom: 3px solid #ff6d0e;
}
.site-locations .locatinn-details {
border-bottom: 3px solid #ff6d0e;
}
.site-locations .location-items .location-item {
position: relative;
top: 0;
width: 100%;
height: 100%;
background-color: #0c0c0c;
padding: 30px 30px;
transition: all 0.3s ease;
}
.site-locations .location-items div#location-count-2 {
padding: 0;
height: 0;
left: -100%;
transition: all 0.3s ease;
}
.site-locations .location-items div#location-count-2.active-loc {
padding: 30px 30px;
height: auto;
left: 0;
transition: all 0.3s ease;
border-top: 3px solid #ff6d0e;
}
.site-locations .location-items {
overflow: hidden;
}
.site-locations .location-item .loc-icon {
width: 40px;
height: 40px;
background-color: #ff6d0e;
border-radius: 50%;
margin: 10px auto;
}
.site-locations .location-item .location-business-hour span {
display: block;
}
.site-locations .view-other-loc-btn {
display: inline-block;
padding: 30px 15px;
cursor: pointer;
}
.site-locations .view-other-loc-btn:after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
display: inline-block;
transition: all 0.3s ease;
}
.site-locations .view-other-loc-btn.click-item:after {
transform: rotate(180deg);
transition: all 0.3s ease;
} .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;
}
.site-badges .badges-item.slick-slide {
display: inline-block;
vertical-align: middle;
float: none;
margin: 5px 5px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
}
.site-badges .badges-item img {
display: block;
margin: 0 auto;
border-radius: 5px;
filter: grayscale(100%);
}
.site-badges .badge-slide-control .left {
left: 5px;
}
.site-badges .badge-slide-control .right {
right: 5px;
}
.site-badges .badges-item:hover {
border: 1px solid #ff6d0e;
border-radius: 5px;
-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 img {
filter: grayscale(0);
} body.custom-banner .inner-page-banner .page-banner {
background-position: right top;
}
.inner-page-banner .page-banner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.40);
}
.inner-page-banner .page-banner {
height: 100vh;
min-height: 400px;
max-height: 450px;
}
.inner-page-banner .page-banner-wrap,
.inner-page-banner .page-banner .inner-width,
.inner-page-banner .page-title-container {
height: 100%;
}
.inner-page-banner .page-title-wrap {
padding-top: 100px;
}
.inner-page-banner .caption-site-name {
font-size: 14px;
line-height: 1;
}
.inner-page-banner .page-title {
font-size: 30px;
line-height: 1;
padding-bottom: 15px;
} body.page-template-blog-template .blog-archive-container {
margin-top: 30px;
}
.post-archives-list {
margin-bottom: 30px;
}
.post-archives-list select {
margin-bottom: 15px;
padding: 10px 30px 10px 10px;
background-color: #d9d9d9;
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: 0px;
cursor: pointer;
}
.post-archives-list select:hover,.post-archives-list select:focus {
background-color: #0c0c0c;
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: #0c0c0c;
color: #fff;
}
.post-archives-list select option:first-child {
display: none;
}
.post-blog-list article {
border: 1px solid #ccc;
border-radius: 3px;
padding: 15px 15px;
}
.post-blog-list article:not(:first-child) {
margin-top: 30px;
}
.post-blog-list .post-image {
height: 260px;
border-radius: 3px;
}
.post-blog-list .post-contents {
padding: 15px 0 0 0 ;
}
.post-blog-list .post-title {
font-size: 22px;
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 1.2;
border-bottom: 1px solid #ccc;
}
.post-blog-list .post-btn a.site-btn {
margin-top: 10px;
color: #0c0c0c;
}
.post-blog-list article:hover {
background-color: #0c0c0c;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
}
.post-blog-list article:hover .post-title,
.post-blog-list article:hover .post-excerpt {
color: #fff;
}
.post-blog-list article:hover .post-btn a.site-btn {
color: #fff;
border: 1px solid #fff;
} .page-accordion {
padding: 20px 0;
}
.page-accordion .accordion-item:not(:last-child) {
margin-bottom: 15px;
}
.page-accordion .accordion-title {
background-color: #64615f;
font-weight: 600;
color: #ffffff;
font-size: 16px;
cursor: pointer;
padding: 10px 40px 10px 15px;
line-height: 1.2;
}
.page-accordion .accordion-title.active {
background-color: #0c0c0c;
color: #ffffff;
}
.page-accordion .accordion-content {
padding: 15px 15px 15px 15px;
display: none;
background-color: #f7f2ee;
-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:after {
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
line-height: 1;
position: absolute;
padding: 4px 7px;
transition: all 0.3s ease;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
color: #ff6d0e;
}
.page-accordion .accordion-title:after {
content: "\f107";
right: 8px;
}
.page-accordion .accordion-title.active:after {
content: "\f106";
}
.faqs-page-accordion .accordion-title {
padding: 10px 40px 10px 15px;
} footer .footer-row.main-footer {
width: 100%;
max-width: 400px;
margin: 0 auto;
display: block;
}
footer .footer-column-row,
footer .footer-copyright-row {
padding: 60px 15px;
}
footer .footer-divider {
border-bottom: 1px solid #262626;
}
footer .footer-column .footer-item-rows:not(:last-child) {
margin-bottom: 30px;
}
footer .footer-column div#footer-count3 {
width: 100%;
}
body.home footer .footer-column div#footer-count4 {
display: none;
}
body.home footer .footer-column div#footer-count3 {
display: none;
}
body:not(.home) footer .footer-column div#footer-count3 {
display: none;
}
footer .footer-column .column-label {
padding-bottom: 5px;
border-bottom: 1px solid #262626;
margin-bottom: 15px;
}
footer .footer-form .form-container .form-field {
border: 0;
padding: 0;
}
footer .footer-form .form-container .form-field .col-2 {
width: 100%;
}
footer .footer-column .footer-col-item {
margin-bottom: 15px;
}
footer .footer-column .footer-col-item.site-address:before,
footer .footer-column .footer-col-item.site-number:before,
footer .footer-column .footer-col-item.site-operation:before {
font-family: 'Font Awesome\ 5 Free';
margin-left: 10px;
font-weight: 900;
position: absolute;
left: -8px;
color: #ff6d0e;
font-size: 14px;
}
footer .footer-column .footer-col-item.site-address:before {
content: "\f3c5";
}
footer .footer-column .footer-col-item.site-number:before {
content: "\f2a0";
}
footer .footer-column .footer-col-item.site-operation:before {
content: "\f017";
}
footer .footer-column .footer-locations .footer-col-item {
padding-left: 20px;
}
footer .footer-column .footer-locations .footer-col-item span {
display: block;
}
footer .footer-form .form-container .form-field p.recaptcha-note {
text-align: center;
}
footer .footer-form .form-container .form-field .form-field-submit {
padding-top: 10px;
}
footer .footer-menu ul {
margin: 0;
padding: 0;
}
footer .footer-menu ul li {
list-style: none;
}
footer .footer-menu ul li a {
color: #fff;
font-size: 14px;
position: relative;
padding: 5px 0 5px 15px;
transition: all 0.3s ease;
display: block;
}
footer .footer-menu ul li a:before {
content: "\f0da";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
left: 0;
transition: all 0.3s ease;
color: #ff6d0e;
}
footer .footer-menu ul li a:hover,
footer .footer-menu ul li.current-menu-item a {
padding-left: 35px;
color: #ff6d0e;
}
footer .footer-menu ul li a:hover:before,
footer .footer-menu ul li.current-menu-item a:before {
left: 20px;
}
footer .cp-text-media .copyright-text {
padding-top: 10px;
line-height: 1.2;
}
footer .cp-media .ft-badge-item:not(:last-child) {
margin-right: 5px;
}
footer .copyright .cp-footer-logo {
order: 1;
width: 100%;
}
footer .copyright .cp-text-media {
order: 3;
width: 100%;
}
footer .copyright .cp-media {
order: 2;
width: 100%;
justify-content: center;
padding: 30px 0;
}
footer .social-media a.sprite {
margin: 5px 3px;
} a.site-btn.checked.custom-btn {
margin-bottom: 20px;
} .BOT_chatcontainer_Add {
width: 60px !important;
height: 60px !important;
}
.BOT_chatcontainer.BOT_chatcontainer_Add {
bottom: 60px;
right: 0;
} .contact-us-form {
width: 100%;
max-width: 600px;
margin: 0 auto;
display: block;
}
.all-location .location-item {
margin-top: 30px;
}
.all-location .location-name {
font-size: 20px;
}
.all-location .location-hour {
margin-bottom: 15px;
}
.all-location .location-hour span {
display: block;
}
.all-location .location-map iframe {
width: 100%;
} .sfs-image-item .sfs-image-item-container {
position: relative;
}
.sfs-image-item .sfs-gallery-image {
cursor: pointer;
position: relative;
}
.sfs-image-item .sfs-image-item-container:hover .sfs-gallery-image:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(13, 13, 13, 0.50);
z-index: 1;
}
.sfs-image-item .sfs-gallery-image:hover img {
border: 5px solid rgba(255, 110, 15, 0.60);
}
.sfs-loadmore-btn {
background-color: #65615e !important;
color: #fff !important;
text-transform: uppercase;
padding: 7px 15px !important;
margin-top: 20px;
border-radius: 5px;
border: 1px solid #fff;
transition: all 0.3s ease;
font-weight: 700;
}
.sfs-loadmore-btn:after {
content: "\f055";
font-family: 'Font Awesome\ 5 Free';
margin-left: 10px;
font-weight: 900;
}
.sfs-loadmore-btn:hover {
background-color: #ff6e0f !important;
} @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 only screen and (min-width: 375px) { .hero-slider .service-icon-list {
width: 50%;
}
.hero-slider .service-icon-list .mobile-service-title {
font-size: 12px;
}
}
@media only screen and (min-width: 480px) { .section-sub-title {
font-size: 16px;
}
h1 {
font-size: 35px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
a.site-btn {
font-size: 14px;
} .hero-slider .hero-caption .hero-site-name {
font-size: 20px;
} .featured-pages .featured-page-list {
height: 250px;
}
.featured-pages .featured-page-list:hover .featured-page-title {
top: 36%;
}
.featured-pages .featured-page-list:hover .featured-page-btn {
bottom: 36%;
}
.featured-pages .featured-page-title {
font-size: 30px;
}
.featured-pages .featured-page-title span {
font-size: 25px;
} .why-choose-us .why-choose-us-image:before {
height: 110px;
}
.why-choose-us .why-us-site-logo img {
height: 50px;
} .inner-service-pages .inner-service-title-wrap > div {
display: inline-block;
vertical-align: middle;
}
.inner-service-pages .inner-service-icon {
margin: 0 10px 0 0;
}
}
@media only screen and (min-width: 600px) { .why-choose-us .why-choose-us-image {
height: 100vh;
min-height: 400px;
max-height: 600px;
}
.why-choose-us .why-choose-us-info {
position: absolute;
background-color: rgb(0 0 0 / 80%);
border-radius: 0;
} .inner-page-banner .page-banner {
height: 100vh;
min-height: 450px;
max-height: 550px;
}
.inner-page-banner .page-title {
font-size: 35px;
}
.inner-page-banner .caption-site-name {
font-size: 16px;
}
}
@media only screen and (min-width: 768px) { ul.list-col-2 {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
list-style: inside;
column-gap: inherit;
}
ul.list-col-3 {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
list-style: inside;
column-gap: inherit;
} .hero-slider .service-icon-list {
width: 25%;
}
.hero-slider .service-icon-list .mobile-service-title {
font-size: 12px;
} .featured-pages .featured-page-list {
height: 300px;
}
.featured-pages .featured-page-list:hover .featured-page-title {
top: 38%;
}
.featured-pages .featured-page-list:hover .featured-page-btn {
bottom: 38%;
}
.featured-pages .featured-page-title {
font-size: 35px;
}
.featured-pages .featured-page-title span {
font-size: 30px;
} .why-choose-us .why-choose-us-image:before {
height: 140px;
}
.why-choose-us .why-us-site-logo img {
height: 70px;
} .page-services .service-display-title {
font-size: 27px;
}
.page-services .service-item:hover .service-info-title {
font-size: 27px;
}
}
@media only screen and (min-width: 991px) { .hero-slider .service-icon-list .mobile-service-title {
font-size: 16px;
}
}
@media only screen and (min-width: 1024px) { .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 5px;
font-size: 8px;
border-bottom: 0;
background-color: transparent;
color: #231f20;
line-height: 1.2;
}
.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: 7px;
line-height: 1;
}
.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: #fe6d0e;
color: #ffffff;
padding: 10px 10px;
font-size: 10px;
text-align: left;
border-radius: 3px;
}
.genesis-nav-menu .sub-menu > li.menu-item-has-children > a {
padding: 10px 20px 10px 10px;
}
.genesis-nav-menu .sub-menu > li.menu-item-has-children > a:after {
content: "\f105";
font-family: 'Font Awesome\ 5 Free';
margin-left: 10px;
font-weight: 900;
line-height: 1;
display: block;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 10px;
}
.genesis-nav-menu .sub-menu .sub-menu {
margin: -30px 0 0 200px;
}
.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: #ff6d0e;
background-color: transparent;
border-radius: 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: #0c0c0c;
}
.genesis-nav-menu .header-logo-image {
display: inline-block;
}
.nav-primary.show {
margin-top: 0;
background-color: transparent;
} .genesis-responsive-menu {
display: block;
padding-top: 15px;
}
.menu-toggle,.sub-menu-toggle {
display: none;
visibility: hidden;
}
.nav-primary ul li.share-nav {
display: inline-block;
}
.genesis-nav-menu .menu-item a:before {
display: none;
}
.genesis-nav-menu .sub-menu a:before {
display: none;
} .nav-primary {
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;
} h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 25px;
}
h5 {
font-size: 20px;
}
.section-title {
font-size: 35px;
}
.section-sub-title {
font-size: 20px;
}
.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;
}
.site-section.full-padding {
padding: 60px 15px;
}
.site-section.top-bot-padding {
padding: 60px 0;
} .content {
float: left;
width: 67%;
}
.content-sidebar-wrap main.content {
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;
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 {
float: right;
width: 30%;
}
.sidebar-content .sidebar {
float: left;
} .author-box {
background-color: #f5f5f5;
padding: 30px;
} .after-entry {
padding: 40px 60px;
}
.after-entry .enews {
padding-left: 30px;
padding-right: 30px;
} .after-entry,.archive-description,.author-box,.comment-respond,.entry,.entry-comments,.entry-pings {
margin-bottom: 0;
} .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%;
} .col-2 {
width: 49%;
}
.col-3 {
width: 32%;
}
.col-4 {
width: 23.5%;
}
.col-4 {
width: 23.5%;
}
.col-5 {
width: 18.4%;
} .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%;
} header.site-header .header-row {
background-color: rgba(255, 255, 255, 0.75);
padding: 3px 15px;
}
header.site-header .header-row.top-header {
background-color: rgba(255, 255, 255, 0.75);
}
body.window_scrolled header.site-header .header-row {
background-color: #ffffff;
}
header.site-header .header-number,
header.site-header .header-number-col {
width: auto;
}
header.site-header .site-loc-number {
padding: 0 15px;
width: auto;
}
header.site-header .site-loc-number:first-child:after {
height: 15px;
}
header.site-header .header-number span {
width: auto;
}
header.site-header .header-number .phone-label {
font-size: 12px;
}
header.site-header .header-number .phone-number {
font-size: 18px;
}
header.site-header .header-number span.phone-number a {
color: #ff6d0e;
}
header.site-header .header-number span.phone-number a:before {
display: none;
}
header.site-header .social-media a.sprite {
width: 40px;
}
header.site-header .main-header-row.header-logo {
width: auto;
padding: 0;
}
header.site-header .header-logo a.main-logo img {
height: 60px;
}
header.site-header .site-menu-btn a {
padding: 7px 10px;
font-size: 12px;
}
header.site-header .header-financing-btn a {
font-size: 12px;
padding: 5px 20px;
}
header.site-header .main-header-row.header-menu {
width: auto;
}
body.window_scrolled header.site-header .header-logo a.main-logo img {
height: 60px;
} .hero-slider .hero-columns .hero-right-col {
justify-content: flex-end;
}
.hero-slider .hero-columns .with-visualizer {
display: flex;
}
.hero-slider .hero-columns .hero-caption {
text-align: right;
}
.hero-slider .hero-caption .hero-capt-heading {
font-size: 40px;
}
.hero-slider .hero-caption .hero-service-page a {
font-size: 18px;
}
.hero-slider ul.slick-dots {
right: 15px;
}
.hero-slider ul.slick-dots {
display: block !important;
} .featured-pages .full-width,
.featured-pages .full-width.ft-pg-sldr-wrap {
padding: 0 15px;
}
.featured-pages .featured-page-listings {
padding: 15px 15px;
top: -110px;
margin-bottom: -110px;
}
.featured-pages .featured-page-list {
height: 300px;
}
.featured-pages .featured-page-list:nth-child(-n+2) {
margin-top: 0;
}
.featured-pages .featured-page-list:not(:nth-child(2n + 1)) {
margin-left: 2%;
}
.featured-pages .featured-page-list:hover .featured-page-title {
top: 35%;
}
.featured-pages .featured-page-list:hover .featured-page-btn {
bottom: 35%;
} .meet-our-team .our-team-heading {
text-align: left;
} .why-choose-us .why-choose-us-image {
height: 100vh;
min-height: 700px;
max-height: 1000px;
}
.why-choose-us .why-choose-us-image:before {
height: 180px;
}
.why-choose-us .why-us-site-logo img {
height: auto;
} .page-cta .cta-heading-label {
text-align: left;
}
.page-cta .cta-buttons {
border-bottom: 1px solid #262626;
}
.page-cta .cta-button {
margin-top: 0;
font-size: 14px;
}
.page-cta .cta-buttons .cta-btn a {
min-width: 225px;
font-size: 12px;
} .page-services .service-item {
height: 350px;
}
.page-services .service-item:not(:nth-child(2n + 1)) {
margin-left: 2%;
}
.page-services .service-display-title {
font-size: 30px;
}
.page-services .service-item:hover .service-info-title {
font-size: 30px;
} .who-we-are .who-we-are-mobile-nav {
line-height: 0;
padding: 0;
}
.who-we-are .who-we-are-mobile-nav,
.who-we-are .who-we-are-mobile-nav.active {
font-size: 0;
border-bottom: 0;
}
.who-we-are .who-we-are-desktop-nav {
padding-right: 30px;
display: flex;
}
.who-we-are .who-we-are-text {
padding-right: 30px;
}
.who-we-are .who-we-are-image {
top: -74px;
margin-bottom: -74px;
}
.who-we-are .who-we-are-image img {
margin: 0;
} .inner-service-pages .inner-service-page-image,
.inner-service-pages .inner-service-page-info {
text-align: left;
} .site-section.site-locations {
padding: 60px 0;
}
.site-section.site-locations:before {
height: 50%;
}
.site-locations .locations-wrap {
padding: 0 15px;
}
.site-locations .locatinn-details {
border-bottom: 0;
}
.site-locations .location-items .location-item {
position: absolute;
width: 280px;
padding: 15px 15px;
border-bottom: 3px solid #ff6d0e;
background-color: rgba(0, 0, 0, 0.85)
}
.site-locations .location-items div#location-count-1 {
left: 0;
}
.site-locations .location-items div#location-count-2,
.site-locations .location-items div#location-count-2.active-loc {
right: 0;
height: 100%;
left: auto;
padding: 30px 30px;
transition: all 0.3s ease;
border-top: 0;
} footer .footer-row.main-footer {
width: 100%;
max-width: 100%;
}
footer .footer-column div#footer-count3 {
width: 49%;
margin-right: 0;
}
footer .footer-column div#footer-count4 {
width: 49%;
}
footer .footer-form .form-container .form-field .col-2 {
width: 49%;
}
footer .footer-column .footer-item-rows:not(:last-child) {
margin-right: 2%;
margin-bottom: 0;
}
body.home footer .footer-column div#footer-count3 {
display: block;
}
footer .footer-form .form-container .form-field p.recaptcha-note {
text-align: left;
}
footer .copyright .cp-footer-logo {
order: 1;
width: auto;
}
footer .copyright .cp-text-media {
order: 2;
width: auto;
}
footer .copyright .cp-media {
order: 3;
width: auto;
justify-content: flex-end;
padding: 0;
} .post-blog-list .post-contents {
padding: 0 0 0 30px;
} .floating-cta {
display: none;
}
}
@media only screen and (min-width: 1201px) { header.site-header .social-media a.sprite {
width: 60px;
}
header.site-header .header-logo a.main-logo img {
height: 70px;
}
header.site-header .site-menu-btn a {
font-size: 14px;
} .genesis-nav-menu a {
font-size: 10px;
}
.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
font-size: 10px;
} .hero-slider .hero-caption .hero-capt-heading {
font-size: 45px;
}
.hero-slider .hero-caption .hero-service-page a {
font-size: 20px;
}
.featured-pages .featured-page-list {
height: 330px;
}
.featured-pages .featured-page-title {
font-size: 40px;
}
.featured-pages .featured-page-title span {
font-size: 35px;
} .page-cta .cta-buttons .cta-btn a {
min-width: 260px;
font-size: 14px;
}
.page-cta .cta-button {
margin-top: 0;
font-size: 16px;
} .site-locations .location-items .location-item {
width: 310px;
}
}
@media only screen and (min-width: 1367px) { .section-title {
font-size: 40px;
}
.site-section.full-padding {
padding: 60px 30px;
} header.site-header .header-row {
padding: 3px 30px;
}
header.site-header .header-number .phone-label {
font-size: 14px;
}
header.site-header .header-number .phone-number {
font-size: 20px;
}
header.site-header .social-media a.sprite {
width: 70px;
} .genesis-nav-menu a {
font-size: 12px;
} .hero-slider .hero-columns .hero-right-col,
.hero-slider .hero-columns .hero-left-col {
padding: 30px 30px;
}
.hero-slider ul.slick-dots {
right: 30px;
} .featured-pages .full-width,
.featured-pages .full-width.ft-pg-sldr-wrap {
padding: 0 30px;
}
.featured-pages .featured-page-listings {
padding: 20px 20px;
}
.featured-pages .featured-page-list {
height: 370px;
}
.featured-pages .featured-page-title {
font-size: 45px;
}
.featured-pages .featured-page-title span {
font-size: 40px;
}
.featured-pages .featured-page-list:hover .featured-page-title {
top: 38%;
}
.featured-pages .featured-page-list:hover .featured-page-btn {
bottom: 38%;
} .page-services .service-item {
height: 400px;
}
.why-choose-us .why-choose-us-image:before {
height: 190px;
}
.why-choose-us .why-us-site-logo {
right: 30px;
top: 30px;
} .page-services .service-display-title {
font-size: 35px;
}
.page-services .service-item:hover .service-info-title {
font-size: 35px;
} .site-locations .locations-wrap {
padding: 0 30px;
}
.site-locations .location-items .location-item {
width: 380px;
padding: 30px 30px;
}
}
@media only screen and (min-width: 1681px) { .site-section.full-padding {
padding: 60px 60px;
} header.site-header .header-row {
padding: 3px 60px;
}
header.site-header .header-number .phone-label {
font-size: 16px;
}
header.site-header .header-number .phone-number {
font-size: 24px;
}
header.site-header .header-logo a.main-logo img {
height: auto;
}
header.site-header .site-menu-btn a {
padding: 10px 15px;
}
header.site-header .header-financing-btn a {
font-size: 14px;
} .genesis-nav-menu a {
font-size: 15px;
} .hero-slider .hero-columns .hero-right-col,
.hero-slider .hero-columns .hero-left-col {
padding: 30px 60px;
}
.hero-slider .hero-caption .hero-capt-heading {
font-size: 55px;
}
.hero-slider .hero-caption .hero-service-page a {
font-size: 23px;
}
.hero-slider ul.slick-dots {
right: 60px;
}
.featured-pages .featured-page-list:hover .featured-page-title {
top: 40%;
}
.featured-pages .featured-page-list:hover .featured-page-btn {
bottom: 40%;
} .featured-pages .full-width,
.featured-pages .full-width.ft-pg-sldr-wrap {
padding: 0 60px;
}
.featured-pages .featured-page-listings {
padding: 30px 30px;
}
.featured-pages .featured-page-list {
height: 410px;
}
.featured-pages .featured-page-title {
font-size: 50px;
} .why-choose-us .why-choose-us-image:before {
height: 230px;
}
.why-choose-us .why-us-site-logo {
right: 60px;
top: 60px;
} .site-locations .locations-wrap {
padding: 0 60px;
}
} @media only screen and (max-width: 781px) {
}
@media only screen and (max-width: 599px) {
}