/* Theme Name: Divi Child *
Template Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
    font-size: 1.0625rem!important;
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #1d1d1d;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Rubik', sans-serif;
}
p strong {
font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
div#page-container {
    overflow: hidden;
}
.et_pb_row {
    width: 95% !important;
}
/*HEADER STYLES*/
header#main-header {
   background-color: #fff !important;
}
.header-menu-container {
   width: 95%;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px 0;
}

.header-info-holder {
   width: calc(100% - 50px);
   margin-right: 18px;
}

.logo_container {
   position: relative !important;
   display: flex;
}

.text-logo {
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: 'Rubik', sans-serif;
   color: #1d1d1d;
}
.text-logo-icon {
   width: 50px;
   margin-right: 5px;
}
.header-info-block {
   display: none;
}

div#et-top-navigation {
   padding: 0 !important;
}



.add-info-btn {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: #0736b5;
   width: 50px;
   padding: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
   cursor: pointer;
   box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
   border: 1px solid #fff;
   border-right: none;
} 
.add-info-block {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   width: 240px;
   position: fixed;
   right: -190px;
   -webkit-transition: right 0.4s ease-in-out;
   transition: right 0.4s ease-in-out;
}

.open-info {
   right: 0;
}

.open-info #add-info-open-icon {
   display: none;
}

.open-info #add-info-close-icon {
   display: block;
}
.add-info-container {
   background: #1d1d1d;
   display: flex;
   flex-direction: column;
   padding: 20px;
   width: 190px;
   height: auto;
   border-bottom-left-radius: 10px;
   box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

.add-info-btn .fa {
   color: #ffffff;
}
#add-info-close-icon {
   display: none;
}
.add-info-btn span {
   line-height: 1;
   color: #ffffff;
   margin-top: 5px;
   font-size: 12px;
}


.add-info-container a, .header-location-container {
   color: #fff;
   font-size: 15px;
   display: flex;
   justify-content: space-between;
   font-weight: 400;
   text-align: right;
   width: 100%;
}
.email-btn {
   margin: 10px 0;
}
.add-info-container .fa {
   margin-right: 5px;
   margin-top: 2px;
}

.mobile_menu_bar {
   padding: 0 !important;
}

.hours-holder {
   display: flex;
   justify-content: space-between;
   align-items: center;
   line-height: 1;
   margin-top: 10px;
}
.hours-holder .fa {
   color: #fff;
}

a.hours-box {
   padding: 0 !important;
}
.header-info-block a.hours-box {
   pointer-events: none;
}
.hours {
   border: none;
   height: auto;
   box-shadow: none;
   background: transparent;
}

.hours img {
   display: none;
}

.hours p {
   padding: 0 !important;
   font-size: 15px !important;
   text-shadow: none;
   color: #fff;
   font-family: 'Roboto Condensed', sans-serif;
   text-align: right;
}


ul#mobile_menu {
    top: 100%;
    background-color: #1d1d1d !important;
    border-color: #0736B5 !important;
    height: auto !important;
}
.et_mobile_menu li a {
    color: #cfcfcf !important;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
    position: relative;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
    content: '\f149';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg);
    color: #2196F3;
}
.et_mobile_menu .current_page_item a {
    color: #ffffff !important;
    opacity: 1 !important;
}
/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color: #0736b5;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/



section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
   max-height: 400px !important;
   min-height: 300px !important;
   height: calc(100vh - 154px) !important;
   background-position: 57%;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
   max-height: 400px !important;
   min-height: 300px !important;
   height: calc(100vh - 154px) !important;
   width: 95%;
   max-width: 600px;
}

.header-content {
   margin: 0 auto !important;
   padding: 0px !important;
   width: 100% !important;
   max-width: 1080px !important;
}


.header-title h1 {
   font-family: 'Rubik', sans-serif;
   font-size: 26px;
   font-weight: 500;
   line-height: 1.1;
   filter: drop-shadow(2px 4px 6px grey);
   text-align: left;
}

.header-subtitle {font-weight: 700;line-height: 1.2;margin: 20px auto;filter: drop-shadow(1px 2px 0px grey);text-align: left;max-width: 323px;margin-left: 0;}

.button {
   background: #0736b5;
    color: #ffffff;
    line-height: 1;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    max-width: 271px;
    width: 270px;
    font-weight: 500;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    margin-left: 0;
}
.button:hover {
background: #131313;
}
.button .fa {
   margin-right: 5px;
}
/* FIRST CONTENT SECTION STYLE */

.entry-title {
   text-align: center;
   font-size: 26px !important;
   color: #1d1d1d;
   font-weight: 600;
}
.home .entry-title {
text-align: center !important;
}

div#home-title-block {}

div#home-title-block-container-firstpar {
   display: flex;
   flex-direction: column-reverse;
}

div#home-title-block-txt-col {
   margin-bottom: 30px !important;
}

.section-title-heading {
   margin-bottom: 10px;
   color: #1d29cf;
   font-weight: 700;
   line-height: 1;
}

.content-button {
   background: #0736b5;
   color: #ffffff;
   line-height: 1;
   display: inline-block;
   padding: 12px 10px;
   width: 100%;
   max-width: 240px;
   text-align: center;
   font-weight: 500;
   filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.content-button:hover {
background: #131313;
}
.content-button .fa {
   margin-right: 5px;
}
div#home-title-block .button-holder {
   margin-top: 30px;
   text-align: center;
}

/* BADGES SECTION STYLE */

div#css-badges-section {
   background-color: #ffffff!important;
}
.badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.badge-block {
    display: flex;
    margin: 1px 1px;
    -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%);
    -khtml-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
    -moz-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
    -ms-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
    -o-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
    box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
    padding: 10px;
    background: #fff;
}
.badge-block img {
    width: 60px;
    height: 65px;
    padding-right: 5px;
    filter: hue-rotate(229deg);
}
.badge-content {
    width: calc(100% - 60px);
}
.badge-content .title {
    line-height: 1;
    font-size: 15px;
    color: #0736b5;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.badge-content .content {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.2;
    min-width: 180px;
    max-width: 180px;
    /* min-height: 42px; */
    border-top: 1px solid #0736b5;
    padding-top: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #000000;
}

.badge-block:hover {
   background: #0736b5;
}

.badge-block:hover img {
   filter: grayscale(1) invert(1) brightness(1.5);
}

.badge-block:hover .title {
   color: #fff;
}

.badge-block:hover  .content {
   color: #fff;
   border-color: #fff;
}


/* SERVICES SECTION STYLE */


.services-section-heading .section-title-heading {
   color: #fff;
   filter: drop-shadow(1px 1px 0px black);
   text-align: center;
}

.srvBlockTitle p {
   font-size: 26px !important;
   font-weight: 600;
   color: #fff;
   filter: drop-shadow(1px 1px 0px black);
   text-align: center;
}

.srv-blurb-section {
   filter: drop-shadow(1px 1px 0px black);
   display: flex;
   justify-content: space-evenly;
   margin-top: 30px;
}

.srv-blurb-box {
   color: #fff;
   width: 100px;
   text-align: center;
}

.srv-blurb-box .fa {
   font-size: 45px;
}
.srv-blurb-box .fa-users {
   font-size: 40px;
}
.srv-blurb-box .fa-users:before {
}
.srv-blurb-title {
   line-height: 1.3;
}



.srvElement {
   max-width: 500px;
   margin: 0 auto;
   box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
   border: 1px solid #0736b5;
   background: #fff;
   margin-bottom: 50px;
   -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%);
   -khtml-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
   -moz-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
   -ms-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
   -o-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
   box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
}
.srvElement:last-child {
   margin-bottom: 0;
}

.srv-icon {
   position: absolute;
   background: #0736b5;
   width: 75px;
   height: 75px;
   bottom: -37px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9999;
   border: 5px solid #ffffff;
}

.srv-icon img {
   width: 50px !important;
   height: 50px !important;
   object-fit: contain !important;
   object-position: center!important;
   border: none !important;
   filter: grayscale(1) invert(1) brightness(1.5);
}
.srvElementHeader h2 {
   text-align: center;
   color: #131313;
   font-weight: bold;
   font-family: 'Rubik', sans-serif;
   padding-bottom: 5px;
}

.srvElementImg {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 47px;
   position: relative;
}

.srvElementImg img {
   width: 100%;
   max-height: 330px;
   object-fit: cover;
   object-position: center;
   /* border: 1px solid #d7d7d7; */
}
.srvElementBody {
   padding: 0px 20px 20px 20px;
}
.srvElementContent {
   text-align: justify;
   font-size: 16px;
   line-height: 1.6;
}

.srvElement:hover .srvElementImg img {
   filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
.srvElement:hover .srv-icon{
   background: #fff;
   border: 5px solid #0736b5;
}
.srvElement:hover h2 {
   color: #081eb5;
   font-weight: bold;
}



/* SERVICES LIST SECTION STYLE */


.homepage-services {
   text-align: center;
   margin: 0 auto;
   max-width: 520px;
   padding-top: 20px;
}
.homepage-services #servcss {
   padding: 0;
}
.homepage-services #servcss li {
   position: relative;
   font-weight: bold;
   margin: 0.3em 3px;
   padding-left: 20px;
   display: inline-block;
   color: #ffffff;
   filter: drop-shadow(1px 1px 0px black);
}

.homepage-services #servcss li:before {
   position: absolute;
   content: '\f16b';
   top: 0;
   left: 0;
   color: #ffffff;
   font-family: 'FontAwesome';
}



/* CONTACT FORM STYLE */

.free-estimate-title {
   display: flex;
   justify-content: center;
   align-items: center;
}
.free-estimate-title span:first-child .fa {
   margin-right: 3px;
}
.free-estimate-title span {
   width: 50%;
   font-weight: bold;
   display: flex;
   align-items: center;
}

.free-estimate-title span:first-child {
   justify-content: right;
   background: #0736b5;
   color: #fff;
   padding: 20px 10px;
}

.free-estimate-title span:last-child {
   justify-content: left;
   background: #131313;
   color: #fff;
   padding: 20px 10px;
}

.contact-form-holder {
   border-bottom: 2px solid #0736b5;
   box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
   background: #fff;
}

.contact-form-block {
   padding: 20px;
   position: relative;
   z-index: 1;
}


input#customer_name {
   width: calc(50% - 5px);
   float: left;
}

input#phone-cf {
   width: calc(50% - 5px);
   float: left;
   margin-left: 10px;
}

textarea#message {
   margin-bottom: 20px;
}

#contact img {
   float: left;
   width: 120px;
   height: 40px;
   min-height: 40px;
   border-radius: 5px;
   filter: grayscale(1) contrast(1.5);
}

input#vercode {
   width: calc(100% - 130px);
   margin: 0;
   margin-left: 10px;
   float: left;
   padding: 7px 10px 7px;
   height: 40px;
   min-height: 40px;
}

form#contactForm {
   text-align: center;
}

input#submitter {
   font-size: 16px;
   font-weight: normal;
   transition: 500ms;
   position: relative;
   z-index: 1;
   border-radius: 30px;
   height: 44px;
   background: #131313;
   color: #ffffff;
   padding: 0px 20px;
   display: inline-block;
   line-height: 1;
   text-align: center;
   text-transform: capitalize;
   border-radius: 0;
   font-family: 'Rubik', sans-serif;
}

input#submitter:hover {color: #fff;background: #0736b5;}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
   max-width: 100%;
   padding: 10px 20px 10px;
   min-height: 50px;
   background-color: #ffffff !important;
   box-shadow: none;
   display: block;
   line-height: 1;
   font-weight: 300;
   color: #000 !important;
   background-image: none;
   border: 2px solid #eaeaea;
   margin-bottom: 10px !important;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
   color: #000 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
color: #000 !important;
border-color: #000000;
}

#contact {
   padding: 0;
   max-width: 600px;
   margin: 0 auto;
}

.contact-form-content {
   background: #0736b5;
   padding: 20px;
   color: #fff;
   text-align: center;
   margin-top: 20px;
   position: relative;
   z-index: 3;
}
.contact-form-content:before {
   content: '';
   background-image: url(https://allin1-moving.com/wp-content/uploads/2024/03/cf-bg.webp);
   background-position: center;
   z-index: -2;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
.contact-form-content:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background: #0736b5e0;
   z-index: -1;
   top: 0;
   left: 0;
}
.contact-form-content strong {
   font-size: 20px;
}
/* NAP SECTION STYLE */

.homepage-nap h3 {
   text-align: center;
   font-size: 22px !important;
   color: #ffffff;
   font-weight: 500;
   line-height: 1.3;
   padding: 0 !important;
   font-family: 'Rubik', sans-serif;
   filter: drop-shadow(1px 1px 0px black);
}

.homepage-nap h3 strong {
   font-size: 26px !important;
}


/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
   display: block;
   margin-right: 5px;
}

#main-footer .listing-rev-btn img {
   display: none;
}
#main-footer .listing-rev-btn {
   border-color: #131313;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   background: #0736b5;
   color: #fff;
   font-size: 15px;
   border-width: 3px;
   bottom: 10px;
   padding:5px 15px;
   font-weight: normal;
   width: 195px;
   text-align: center;
   justify-content: center;
   text-transform: uppercase;
   font-weight: bold;
}
/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
   background-color: #0736b5!important;
}


.testimonials-title {
   text-align: center;
   font-size: 26px !important;
   color: #ffffff;
   font-weight: 600;
   padding: 0 !important;
   font-family: 'Rubik', sans-serif;
}

.testimonials-btn {
   color: #ffffff;
   line-height: 1;
   display: inline-block;
   padding: 12px 10px;
   width: 100%;
   max-width: 240px;
   text-align: center;
   font-weight: 500;
   filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
   border: 1px solid #fff;
   margin-top: 20px;
   margin-bottom: 30px;
}
.testimonials-btn .fa {
   margin-right: 5px;
}
.testimonials-btn:hover {
   background: #131313;
}
.home .wpcr3_dotline {
   display: none !important;
}

.home .wpcr3_review {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}

.home .wpcr3_review_ratingValue {
   width: 100%;
   text-align: center;
   margin: 0 !important;
}

.home .wpcr3_review_author {
   margin-left: 5px;
   text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
   width: 100%;
   text-align: center;
   margin: 0 !important;
   font-size: 20px;
   color: #000000;
   font-weight: bold;
   font-family: 'Rubik', sans-serif;
}

.home span.wpcr3_item_name a {
   color: #0736b5;
}

div.wpcr3_review blockquote.wpcr3_content {
   border-color: #c4c4c4;
   padding-bottom: 0;
   text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
   text-align: center;
   padding-left: 0;
   border: none;
   margin-bottom: 0;
   line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
   font-size: 17px;
}


.home .wpcr3_reviews_holder {
   position: relative;
   background: #fff;
   padding: 20px;
   color: #000 !important;
}
.home .wpcr3_reviews_holder:before {
   content: '\f10e';
   font-family: 'FontAwesome';
   position: absolute;
   left: 20px;
   top: 20px;
   font-size: 40px;
   color: #000;
   opacity: 0.2;
}
.home .wpcr3_reviews_holder:after {
   content: '';
   width: 0;
   height: 0;
   border-left: 40px solid transparent;
   border-right: 0px solid transparent;
   border-top: 30px solid white;
   position: absolute;
   bottom: -30px;
   right: 15%;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
   font-style: italic;
   font-family: 'Rubik', sans-serif;
}
/* CONTENT SECTION STYLE */
/* FOOTER STYLE */
#main-footer {
    background: #131313;
    position: relative;
}
#main-footer .container {
    width: 95%;
}

div#footer-bottom {
    background-color: #0736b5;
    padding: 15px;
    color: #ffffff;
}
.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 3px solid #0736b5;
}
.footer-widget .textwidget {
    color: #ffffff;
}
h4#nap-footer-icons {
    filter: none;
}
#footer-widgets .footer-widget a {
    background-color: #fff;
}
.fwidget #menu-footer-menu li {
   padding-left:0px;
}
.fwidget #menu-footer-menu li:before {
   display:none;
}
.fwidget #menu-footer-menu li a {
   background-color:transparent;
}
table.openinghours {
    max-width: 385px;
    margin: 0 auto !important;
}
table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    color: #ffffff;
}
#current-day {
    background-color: #0736b5;
    padding: 0 2px;
}
#current-day td {
    color: #fff;
    text-shadow: none;
}
#closed-day {
    color: #ffffff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    border-bottom: 1px solid #0736b5;
    text-align: center;
    font-size: 26px !important;
    color: #1d1d1d;
    font-weight: 600;
}
#sidebar h4.widgettitle {
    font-size: 26px;
    font-weight: 400;
    color: #062d5b;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #062d5b;
}
.et_pb_sidebar_0 .textwidget {
    text-align: center;
}
#sidebar .textwidget {
    text-align: center;
}
.single-post div#main-content, .blog div#main-content {
    background-color: #ffffff;
    min-height: 50vh;
}
.single-post .et_pb_post .entry-content {
    text-align: justify;
}
#left-area .post-meta a {
    color: #16bae1;
}
#left-area .post-meta {
    text-align: center;
}
.blog .et_pb_post {
    text-align: justify;
}
/* blog */
.single-post .et_pb_section {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}
.single-post article {
   padding-bottom: 0px !important;
   margin-bottom: 0px !important;
}
.single-post div#main-content .container {
   padding: 77px 0 !important;
}
#main-content .container {
   padding: 77px 0 !important;
}

#main-content .container h1 {
   color: #000000 !important;
}

#main-content .container h2 {
   font-size: 24px !important;
}

/* end blog */
/* add buttons */
.booking-button-switch{
display:none !Important; 
}
.button-quote-header {
   background:#131313;
   text-align:center;
   padding:10px 0;
}
.top_button {
   position: relative;
   display: inline-block;
   background-color: #0736b5;
   font-weight: 500 !important;
   text-transform: uppercase;
   text-shadow: none;
   color: #fff;
   padding: 7px 25px;
   transition: 0.3s ease-in-out;
   font-size: 16px;
   /* border-radius: 0em; */
}
.top_button a .fa {
   margin-right:5px;
}
.floating-estimate-btn {
   text-align: center;
   padding: 5px 15px;
   background-color: #0736b5;
   color: #ffffff !important;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   border: 3px solid #131313;
   border-left: 0px;
   font-size: 15px;
   z-index: 999999;
   font-weight: bold;
   position: fixed;
   bottom: 60px;
   text-transform: uppercase;
   width: 195px;
}
/* end add buttons */
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {

div#css-badges-section .et_pb_row {
   padding-top: 0;
}
 .badge-block {
   width: calc(50% - 2px);
   padding: 10px;
}

.badge-container {
   max-width: 600px;
   margin-top: -52px;
}
.badge-content .content {
   min-width: 100%;
   max-width: 100%;
}
    
   .homepage-services #servcss {
       column-count: 2;
       -webkit-column-count: 2;
       -moz-column-count: 2;
       column-gap: 40px;
       -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
       text-align: left;
   }

   .homepage-services #servcss li {
       margin: 0 auto;
       text-align: left;
       display: inherit;
   }

div#contact-form-section {
   padding: 0;
}

div#contact-form-row {
   padding-top: 0;
}
.contact-form-holder {
   margin-top: -100px;
}
div#home-services-block {padding-bottom: 150px;}	  

.contact-form-block {
   display: flex;
}

.home div#contact {
   width: 70%;
   max-width: 100%;
}

.contact-form-content {
   min-width: 240px;
   width: 30%;
   margin-top: 0;
   margin-left: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

    
}
@media screen and (max-width: 981px) {
   /* ADDITIONAL STYLES FOR MOB. RES. */
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
   }
    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
   }
    .et_pb_text, .et_pb_post h2.entry-title,
   .et_pb_title_meta_container,
   .post-meta {
        text-align: center !important;
   }
    #footer-widgets .footer-widget .fwidget {
        width: 100% !important;
        margin-bottom: 30px !important;
   }
}
@media screen and (min-width: 981px) {
   /*HEADER STYLES*/

 .header-menu-container {
   flex-wrap: wrap;
   width: 100%;
   max-width: 100%;
   padding: 0;
}



.header-info-holder {
   width: 98%;
   max-width: 1080px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 10px 0;
}


div#info-block {
   display: none;
}

.logo_container {
   min-width: 240px !important;
   max-width: 300px;
   width: 18vw !important;
}

.header-info-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   max-width: calc(100% - 240px);
   min-width: calc(100% - 300px);
   width: 72vw;
}
.header-info-block .fa {
   margin-right: 5px;
}
.header-location-container {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 5px;
   font-size: 16px;
   color: #000;
   width: auto;
}
.header-location-container p, .phonenum p, .email-btn p {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.header-location-container .fa {
       font-size: 25px;
}

.header-location-container .fa, .email-btn .fa, .hours-holder .fa, .phonenum .fa {
   width: 27px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #0736b5;
}

.header-info-block span {
   line-height: 24px !important;
   font-weight: normal;
}
.header-info-block span {
   line-height: 17px !important;
   font-weight: normal;
   font-size: 15px;
}
.email-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 0px 0px 0px 5px;
   font-size: 16px;
   color: #fff;
   order: 4;
   background: #0736b5;
   padding: 9px 20px;
}
 .email-btn .info-addon {
   display: none;
}
.email-btn .fa {display: none;}
.hours-holder {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 5px;
}
.hours-holder .fa {
       font-size: 24px;
}

.phonenum {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 5px;
   font-size: 16px;
   color: #000;
}

.phonenum .fa {
   font-size: 23px;
   margin-bottom: 1px;
}

.hours p {
   color: #000;
   line-height: 17px !important;
}

 div#et-top-navigation {
   width: 100%;
   margin-left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #131313;
}


    nav#top-menu-nav ul#top-menu li a{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-weight: 500;
        color: #ffffff !important;
        text-transform: capitalize;
        filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
   }
    #top-menu .menu-item-has-children>a:first-child:after {
        top: 14px;
        color: #7b9cff;
   }
    nav#top-menu-nav ul#top-menu .current-menu-item a{
        color: #7b9cff !important;
   }
    nav#top-menu-nav ul#top-menu li {
        padding-left: 11px;
        padding-right: 11px !important;
   }
 nav#top-menu-nav ul#top-menu li:not(:last-child):after {
  content: '\f111';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 5px;
  color: #1d34cf;
  right: -3px;
  top: 15px;
 }
    nav#top-menu-nav ul#top-menu li:last-child {
   padding-right: 0 !important;
}

    nav#top-menu-nav ul#top-menu .current-menu-item {
   }

nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
   padding-right: 11px !important;
}
    nav#top-menu-nav ul#top-menu .current-menu-item a:after {
        color: #d9b6c6 !important;
       }
    ul.sub-menu {
        filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        top: 43px;
        background-color: #131313 !important;
        border-color: #0736B5 !important;
        padding: 10px 0 !important;
   }
 ul.sub-menu li ul {
  top: -8px;
 }
    nav#top-menu-nav #top-menu ul.sub-menu a {
        color: #fff !important;
        position: relative;
        padding: 6px 6px 6px 16px !important;
        line-height: 1.2;
        filter: drop-shadow(0px 1px 1px #210124);
   }
    #top-menu-nav ul.sub-menu a:before {
        content: '\f149';
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        -webkit-transform: scaleX(-1) rotate(90deg);
        transform: scaleX(-1) rotate(90deg);
        color: #2196F3;
   }
    #top-menu-nav ul.sub-menu a:after {
        color: #fff !important;
       }
    ul.sub-menu li {
        padding: 0 10px !important;
        width: 100%;
   }
    ul.sub-menu li a {
        padding: 5px 0px !important;
        width: 100% !important;
   }

   /*END HEADER STYLES*/
   /*PAGE STYLES*/

   section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
   max-height: 900px !important;
   min-height: 600px !important;
   height: calc(100vh - 112px) !important;
   background-position: 46%;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
   max-height: 900px !important;
   min-height: 600px !important;
   height: calc(100vh - 112px) !important;
   width: 85%;
   max-width: 1080px;
}

 .header-title {
   width: 500px;
   font-size: 60px;
}

.header-subtitle {
   max-width: 715px;
   font-size: 22px;
   line-height: 1.3;
   margin: 30px auto;
   margin-left: 0;
}

   /* BADGES STYLE DESKTOP*/

 .badge-container {
   max-width: 100%;
}

.badge-block {
   width: calc(25% - 2px);
}
   
   /* FIRST PARAGRAPH STYLE DESKTOP*/

 div#home-title-block-container-firstpar {
   flex-direction: row;
}

div#home-title-block-img-col .et_pb_image, div#home-title-block-img-col span {
   height: 100%;
}

div#home-title-block-img-col img {
   height: 100%;
   object-fit: cover;
   object-position: 23%;
   min-height: 350px;
}

div#home-title-block-img-col {
   width: calc(40% - 5.5%);
   margin-right: 5.5%;
}
.entry-title {
   text-align: left;
}
.home .entry-title {
   text-align: left !important;
   font-size: 36px !important;
}

div#home-title-block .button-holder {
   text-align: left;
}
  
   /* SERVICES STYLE DESKTOP*/
  div#services-title-container {
   background-attachment: fixed;
}
.services-section-heading {
   padding-bottom: 90px;
}
div#services-blocks-section {
   padding-top: 0;
}

div#services-blocks-section .et_pb_row {
   padding-top: 0;
}

.srvBlockTitle p {
   font-size: 36px !important;
}

.srv-blurb-box {
   width: 150px;
}

.srv-blurb-box .fa {
   font-size: 75px;
}

.srv-blurb-box .fa-users {
   font-size: 70px;
   margin-bottom: 5px;
}

.srv-blurb-title {
   font-size: 23px;
}

   .srvElement {
       width: 32%;
       display: flex;
       flex-direction: column;
       margin: 0;
       margin-bottom: 30px;
   }

   .srvElementImg img {height: 200px;}
.srvElementFullWidth .srvElementImg img {
   height: 100%;
}
   .srvBlock {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       max-width: 1200px;
       margin: 0 auto;
       margin-top: -100px;
   }

   .srvElementBody {
       height: 100%;
   }
.srvElementHeader h3 {
   min-height: 54px;
   display: flex;
   justify-content: center;
   align-items: center;
}
   .srvElementContent {
       height: 100%;
   }

   .srvElementFullWidth .srvElementContent {
       height: auto;
   }

   .srvElement.srvElementFullWidth {
       width: 100%;
       max-width: 1080px;
       flex-direction: row;
   }
.srvElementFullWidth .srv-icon {
   bottom: auto;
   right: -37px;
}
   .srvElementFullWidth .srvElementImg {
       width: 32%;
       margin: 0;
   }

   .srvElementFullWidth .srvElementBody {
       width: calc(68% - 20px);
       margin-left: 20px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       padding: 20px 20px 20px 30px;
   }
   /* CONTACT SECTION DESKTOP */
  div#home-services-block {
   background-attachment: fixed;
   background-position-x: 15%;
}
.contact-form-content strong {font-size: 24px;}
.free-estimate-title span {
   font-size: 24px;
}
   /* TESTIMONIALS SECTION DESKTOP */
div#testimonials-block {
   display: flex;
   align-items: center;
}

.testimonials-title {
   text-align: left;
   font-size: 36px !important;
}
    /* NAP SECTION DESKTOP*/

    .homepage-nap h3 {
   text-align: left;
}

.homepage-nap h3 strong {
   font-size: 36px !important;
}


div#home-services-section .et_pb_column {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

div#nap-section .et_pb_module, div#nap-section .section-title-heading {
   text-align: left;
   width: 100%;
}
    
   /* SERVICES LIST SECTION DESKTOP */
  .homepage-services {
   padding-top: 0;
}
   /* FOOTER STYLES DESKTOP */
    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0 !important;
   }
    .paymentsbox {
        justify-content: flex-start;
   }
    div#social-icons {
        text-align: left;
   }
    .footer-widget h4 {
        text-align: left;
   }
    #footer-widgets {
        padding-top: 20px;
   }
   /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
    .et_pb_sidebar_0 h4.widgettitle {
        text-align: left;
   }
    #sidebar h4.widgettitle {
        text-align: left;
   }
    .et_pb_sidebar_0 .textwidget {
        text-align: left !important;
   }
    #sidebar .textwidget {
        text-align: left;
   }
    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(181 7 23 / 20%);
   }
    #left-area .post-meta {
        text-align: left;
   }
    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%);
   }
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
    background: #ffffff !important;
    color: #000 !important;
    border-color: #000 !important;
}
.wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #ffffff;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
    font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_button_1 {
    margin-top: 10px;
    background: #000000;
    color: #fff;
}
@media (min-width: 981px) {
    .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
        min-width: 100%;
   }
    .wpcr3_table_2 td {
        text-align: left !important;
   }
    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
   }
}
@media (max-width: 980px) {
    .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
        text-align: center !important;
   }
    .wpcr3_div_2 {
        width: 100%;
   }
    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
   }
    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
   }
    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
   }
    .wpcr3_rating_style1_status {
        width: 85px !important;
   }
    .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
   }
    .wpcr3_submit_btn, .wpcr3_cancel_btn {
        width: 40%;
   }
.et_pb_post h2.entry-title,
.et_pb_title_meta_container,
.post-meta {
       text-align: center;
}
}
@media screen and (min-width:601px) {
     .header-buttons {
   display:flex;
}
.header-buttons .booking-button-switch {
   margin-right: 15px;
}
}
/* TESTIMONIALS PLUGIN CSS*/

.testimonials-container {
   max-width: 1280px;
   /*padding: 1rem 2rem;*/
   margin-right: auto;
   margin-left: auto;
   text-align:center;
}


.testimonials-info {
   margin-bottom: 1rem;
}

.testimonial-item {
   border: 1px solid rgb(201, 201, 201);
   border-radius: 0px;
   padding: 1rem;
   background: #fbfbfb;
   min-height: 100%;
   break-inside: avoid;
}

.testimonials-grid .testimonial-item {
   margin-bottom: 1rem;
}

.testimonial-item:hover{
   background: #efefef;
}

.testimonial-item a {
   height: 100%;
   display: grid;
}

.testimonial-subject {
   font-size: 1rem;
   font-weight: 700;
   text-align: center;
   color: #1a202c;
}

.rating {
   display: flex;
   justify-content: center;
   margin: 0.5rem;
}

.star {
   width: 1rem;
   height: 1rem;
   color: #ffc956;
   margin:2px;
}

.testimonial-content {
   font-size: 1rem;
   line-height: 1rem;
   font-weight: 500;
   color: #1a202c;
   text-align: center;
   font-style: italic;
}

.testimonial-footer {
   margin-top: 1rem;
}

.reviewer-details {
   font-size: 0.75rem;
}

.review-from-logo {
   width: 5rem;
   height: auto;
}

.reviewer-name {
   font-weight: 500;
   color: #1a202c;
   line-height: 1.5rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .testimonials-grid {
       column-fill: balance;
       columns: 2;
       gap: 1.5rem;
   }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .testimonials-grid {
       columns: 3;
   }

   .testimonial-subject {
       font-size: 1.25rem;
   }

   .testimonial-content {
       line-height: 1.5rem;
   }

   .testimonial-footer {
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .reviewer-details {
       display: flex;
       align-items: center;
   }

   .reviewer-name {
       padding-right: 0.75rem;
       font-size: 0.75rem;
       border-right: 2px solid #1a202c;
   }

   .review-from-logo {
     padding-left: 1em;
   }
}

.nav-arrows {
   display: flex;
   justify-content: center;
   gap: 1rem;
   margin-top: 1rem;
}

.nav-arrows button {
   padding: 0.5rem;
   border-width: 1px;
   border-color: #1a202c;
   border-radius: 0px;
   cursor: pointer;
   background: white;
}

.nav-arrows button:hover {
   background: #1a202c;
   color: white;
}

.nav-arrows button svg {
   height: 1.25rem;
   width: 1.25rem;
   margin-right: 0;
}

.rotate-180 {
   rotate:180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

/* ADDITTIONAL SERVICES STYLE */


#additionalServices {
   list-style: none;
   text-align: center;
   padding: 0;
   list-style-type: none;
   margin-top: 10px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

#additionalServices li {
   break-inside: avoid;
   padding: 5px 3px;
   font-size: 18px;
   color: #000;
   position: relative;
   text-align: center;
   margin-bottom: 0 !important;
}
#additionalServices li a {
   color: #fff;
   text-decoration: underline;
}
#additionalServices li::before {
   content: "\f00c";
   font-family: 'FontAwesome';
   display: inline-block;
   background-size: contain;
   background-repeat: no-repeat;
   margin-right: 5px;
}


@media (min-width: 600px) {


#additionalServices li {
   break-inside: avoid;
   padding: 10px 5px;
   text-align: left;
}

   
}

@media (min-width: 981px) {
#additionalServices {
   columns: 3;
   column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
   transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
   transition:0.1s;
}

#mobile_menu li a {
   line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
   align-items: baseline;
   position: fixed;
   z-index: 9999;
}

body:not(.et_pb_page) #main-content .container{
   padding: 80px 0px;
}




.et_pb_grid_item img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
 
.et_pb_grid_item .et_pb_gallery_image {
padding-top:100%;
}

#top-menu li li a {
    width: 300px !important;
}

#top-menu-nav ul#top-menu .sub-menu li:after {
    display: none;
}




.highlight-tagline {
  width: 100%;
  background-color: #0736B5;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1pt;
  word-spacing: 1pt;
  line-height: 1.4em;
  text-shadow: 1px 1px 3px #000;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.highlight-tagline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 2.5s infinite;
  transform: skewX(-20deg);
}

@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@media (max-width: 767px) {
  .highlight-tagline {
    font-size: 22px;
    padding: 20px 12px;
  }
}

