/*
Theme Name:jets Child
Template: jets
Theme URI: http://www.themelexus.com?theme=jets
Author: ThemeLexus Team
Author URI: http://www.themelexus.com
Description: The Jets theme for WordPress by ThemeLexus.Com and Based On <a href="http://bit.ly/OpalWP">Opal Framework</a> is a fully responsive theme that looks great on any device. That's the best for any kind of online shoping sites.
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Version: 1.2 
*/

@charset "UTF-8";

/*** FONTS ***/
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-weight: 300;
    src: url("fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-weight: 400;
    src: url("fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-weight: 500;
    src: url("fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-weight: 700;
    src: url("fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-weight: 300;
    src: url("fonts/Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-weight: 400;
    src: url("fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-weight: 500;
    src: url("fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-weight: 700;
    src: url("fonts/Roboto/Roboto-Bold.ttf");
}

/* DEFAULT */
a {
    color: #0865B0;
}

a:hover {
    color: #F3BB0C;
}

i {
    color: #F3BB0C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #545454;
    font-family: 'Roboto', Sans-serif;
    font-weight: 500 !important;
}

.black {
    color: #000;
}

.yellow {
    color: #F3BB0C;
}

.btn-primary {
    background: #F3BB0C;
    border: 1px solid #F3BB0C;
}

.bg-primary {
    background-color: #F3BB0C !important;
}

.grey-section {
    background: #f5f5f5;
    padding: 30px;
}

.entry-content .more-link {
    color: #0865B0;
}

.entry-meta {
    display: none;
}

.social {
    list-style: none;
}

.social li {
    display: inline-block;
}

.dropdown-menu {
    background: #3f3f3f !important;
    padding: 10px !important;
}

.dropdown-menu li {
    padding: 5px 10px !important;
}

.dropdown-menu li:hover {
    background: #F3BB0C !important;
}

.dropdown-menu li a {
    color: #fff !important;
}

.dropdown-menu li:hover a {
    color: #000 !important;
}

.opal-search .btn-search {
    background: #F3BB0C;
    border: 1px solid #F3BB0C;
}

#main {
    margin-top: 190px;
}

.lazyload-bg-image {
    background-image: none !important;
}

body:not(.home) article:not(.status-private) .entry-content-page>div {
    background-image: url("/wp-content/uploads/2022/05/rockbrune-city-page-background-v3-03.png");
    background-position: center center;
    background-size: contain;
}

body:not(.home) .entry-content-page>div>section:first-child {
    padding-top: 50px;
}

body:not(.home) .entry-content-page>div>section:last-child {
    padding-bottom: 50px;
}

.nf-form-content .nf-field-container .nf-field-label label {
    font-size: 16px;
    font-weight: 500;
}

.nf-form-content .nf-field-container .list-select-wrap .nf-field-element>div,
.nf-form-content .nf-field-container input:not([type="button"]):not([type="submit"]),
.nf-form-content .nf-field-container textarea {
    color: #555;
}

.nf-form-content .submit-container {
    text-align: center;
}

.nf-form-content .submit-container input:hover {
    background: #F3BB0C !important;
    color: #fff !important;
}

.partner-logos-widget .gallery {
    display: none;
}

.partner-logos-widget .gallery .gallery-item {
    float: none;
}

.partner-logos-widget .gallery .gallery-item a {
    pointer-events: none;
}

.partner-logos-widget .owl-carousel {
    display: block;
}

.partner-logos-widget .owl-carousel .owl-item {
    text-align: center;
}

.partner-logos-widget .owl-buttons>div {
    color: #F3BB0C;
}

.owl-controls .owl-page.active span {
    background: #F3BB0C;
}

.partner-logos-widget .owl-buttons .owl-prev {
    left: 0px;
}

.partner-logos-widget .owl-buttons .owl-next {
    right: 0px;
}

.homestars-review {
    margin: 0px auto;
    width: auto !important;
}

.homestars-review .elementor-image-box-content {
    width: auto !important;
}

/* COOKIE MESSAGE */
#cookie-message {
    background: #3f3f3f;
    bottom: 0px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    left: 0px;
    opacity: 0;
    padding: 15px 0px;
    position: fixed;
    transform: translateY(100%);
    transition: all ease 700ms;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

#cookie-message .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

#cookie-message a {
    color: #F3BB0C;
}

#cookie-message .close-button {
    background: #F3BB0C;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin-left: 20px;
    padding: 2px 20px;
}

#cookie-message.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* ELEMENTOR PAGE */
body.elementor-page #main-container {
    padding: 0px;
    width: 100%;
}

body.elementor-page #main-container p a,
body.elementor-page #main-container ul a {
    font-weight: 500;
}

/* HEADER */
#opal-masthead {
    background: #fff;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9998;
}

#opal-masthead .opal-topbar {
    background: #3f3f3f;
    color: #fff;
    height: 30px;
    padding: 5px 0px;
}

#opal-masthead .opal-topbar a {
    color: #5DBAF5;
}

#opal-masthead .opal-topbar .email-header a {
    color: #fff;
}

#opal-masthead .opal-topbar .email-header:after {
    display: none;
}

#opal-masthead .opal-topbar .social li {
    margin-left: 20px;
}

#opal-masthead .opal-topbar .social li i {
    color: #fff;
    font-size: 14px;
}

#opal-masthead .header-main {
    background: #2269a6 linear-gradient(90deg, #111, #2269a6, #2269a6, #111);
    padding: 20px 0px;
    transition: all 0.2s ease-out;
}

#opal-masthead .box-top .box-service-top .title {
    color: #f2f2f2;
}

#opal-masthead .box-top .box-service-top a {
    color: #F3BB0C;
}

#opal-masthead .box-top .box-service-top.support {
    border-color: #f2f2f2;
}

#opal-masthead .box-top .box-service-top.support .title {
    display: none;
}

#opal-masthead .box-top .box-service-top.support p {
    font-size: 26px;
}

#opal-masthead .box-top .box-service-top.support .phone {
    display: inline-block;
    font-size: 16px;
}

#opal-masthead .box-top .box-service-top.support .phone span {
    color: #F3BB0C;
    margin-right: 10px;
}

#opal-masthead .box-top .box-service-top.support .phone a {
    color: #f2f2f2;
}

#opal-masthead .opal-mainmenu {
    background: #f5f5f5;
}

#opal-masthead .opal-mainmenu .left-container {
    text-align: right;
    width: 90%;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav {
    float: right;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav>li {
    border-top: none;
    padding: 20px 25px;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav li.active {
    background: #F3BB0C;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav li.active a .caret {
    color: #3f3f3f;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav>li:not(:last-child)::after {
    border-right: 1px solid #ddd;
    content: ' ';
    display: inline-block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav li>a {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav>li>a .caret {
    border-width: 5px;
    color: #F3BB0C;
}

#opal-masthead .opal-mainmenu .left-container .navbar-nav li.active>a {
    color: #fff;
}

#opal-masthead .opal-mainmenu .right-container {
    text-align: right;
    width: 10%;
}

#opal-masthead .opal-mainmenu .right-container .header-right {
    padding-top: 15px;
}

#opal-masthead .opal-mainmenu .right-container .box-user {
    display: none;
}

#opal-masthead .opal-mainmenu .right-container #search-container i {
    color: #F3BB0C;
    font-size: 20px;
}

#opal-masthead .opal-mainmenu .right-container #search-container .modal-header {
    text-align: left;
}

#opal-masthead .opal-mainmenu .right-container #search-container .search-box .input-group {
    border: solid 2px #F3BB0C;
}

/* FOOTER */
#opal-footer a:hover {
    color: #F3BB0C;
}

#opal-footer .get-estimate-section {
    background: #F3BB0C;
    padding: 30px 0px;
}

#opal-footer .get-estimate-section h2,
#opal-footer .get-estimate-section a,
#opal-footer .get-estimate-section i {
    color: #fff;
}

#opal-footer .get-estimate-section span {
    margin-right: 10px;
}

#opal-footer .get-estimate-section .phone {
    float: left;
    font-size: 26px;
    margin: 10px 20px 0px 0px;
}

#opal-footer .get-estimate-section .phone>span {
    color: #000;
    display: inline-block;
    font-weight: 500;
}

#opal-footer .get-estimate-section .get-estimate-button {
    background: #2269a6;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 40px;
}

#opal-footer .contacts-box {
    background: #F3BB0C;
    bottom: 50%;
    right: 0px;
    position: fixed;
    text-align: center;
    transform: translateY(50%);
    width: 56px;
    z-index: 9999;
}

#opal-footer .contacts-box a {
    display: block;
}

#opal-footer .contacts-box div {
    border: 1px solid #fff;
    height: 56px;
    line-height: 62px;
}

#opal-footer .contacts-box div:hover {
    background: #3f3f3f;
}

#opal-footer .contacts-box i {
    color: #fff;
    font-size: 30px;
}

#opal-footer .contacts-box .google-box {
    line-height: 56px;
}

#opal-footer .contacts-box .google-box span {
    bottom: 3px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    text-align: center;
    width: 100%;
}

#opal-footer .border-right {
    border: none;
}

#opal-footer .location {
    color: #F3BB0C;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    width: 90px;
}

#opal-footer .contact {
    display: inline-block;
    vertical-align: top;
}

.opal-footer .footer-bottom {
    background-color: #2f2f2f;
}

#opal-footer .opal-copyright a {
    background: rgba(0, 0, 0, 0.8);
    color: #F3BB0C;
}

#opal-footer .social li a {
    background: #F3BB0C;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

#opal-footer .social li a i {
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

#opal-footer .cgc-note a {
    background: none;
    display: inline-block;
    margin-top: 5px;
}

.scrollup {
    bottom: 100px;
    right: 22px;
}

.scrollup:hover {
    background-color: #555;
    box-shadow: none;
}

/* TIDIO CHAT */
#tidio-chat iframe {
    bottom: -20px !important;
    right: -15px !important;
}

/* BREADCRUMB */
#opal-breadscrumb {
    background-size: cover;
    border-bottom: 8px solid #F3BB0C;
    margin-bottom: 0px;
}

#opal-breadscrumb::before {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(34, 105, 166, 0.5));
    content: ' ';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

#opal-breadscrumb .breadcrumb>* {
    color: #fff;
}

#opal-breadscrumb .breadcrumb>*:after,
#opal-breadscrumb .breadcrumb li {
    display: none;
}

#opal-breadscrumb .breadcrumb h1 {
    font-size: 50px;
    margin: 0px;
    position: absolute;
    top: -15px;
}

/* MOBILE */
.topbar-mobile {
    background: transparent;
    position: fixed;
    right: 0px;
    top: 0px;
    width: auto;
    z-index: 9999;
}

.topbar-mobile .active-mobile {
    line-height: 71px;
    height: 71px;
    width: 50px;
}

.topbar-mobile .active-mobile:hover {
    background-color: #F3BB0C !important;
}

.topbar-mobile .setting-popup {
    display: none;
}

.topbar-mobile .search-popup {
    background: #F3BB0C;
}

.topbar-mobile .search-popup .active-content {
    background: #ddd;
    left: initial;
    padding: 10px;
    right: 0px;
}

.topbar-mobile .search-popup .opal-search .btn-search {
    padding: 0px 10px;
}

.sidebar-offcanvas {
    background: #3f3f3f;
    position: fixed;
}

.sidebar-offcanvas .navbar-nav li a {
    color: #fff;
    font-size: 15px !important;
}

.sidebar-offcanvas .navbar-nav li a:hover {
    color: #F3BB0C;
}

.sidebar-offcanvas .navbar-nav li.active a {
    color: #fff !important;
}

.sidebar-offcanvas .dropdown-menu {
    background: #000 !important;
    width: 100%;
}

.sidebar-offcanvas .dropdown-menu li a:hover {
    background: transparent;
}

.sidebar-offcanvas ul#main-menu-offcanvas>li ul li a {
    color: #F3BB0C;
    padding: 0px;
}

/* HOME PAGE */
.home .services-background {
    background-color: #111 !important;
    background-image: linear-gradient(90deg, #111, #2269a6, #2269a6, #111) !important;
}

.home .services-title-section h2 {
    font-size: 40px;
}

.home .services-title-section a {
    color: #F3BB0C;
    font-weight: bold;
}

.home .services-blocks-section .elementor-image-box-content {
    background: #f5f5f5;
    display: inline-block;
    padding: 0px 20px 20px 20px;
}

.home .services-blocks-section .elementor-image-box-content .read-more-link {
    margin-top: 20px;
}

.home .services-blocks-section .elementor-image-box-content .read-more-link a {
    color: #0865B0;
    font-weight: bold;
    text-transform: uppercase;
}

.home .services-blocks-section .elementor-image-box-content .read-more-link a:after {
    border-right: 2px solid #F3BB0C;
    border-top: 2px solid #F3BB0C;
    content: '';
    display: inline-block;
    margin-left: 10px;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.home .about-us-section h2 {
    font-size: 40px;
}

.home .about-us-section .read-more-link {
    margin: 20px 0px;
}

.home .training-section h2 {
    font-size: 40px;
}

.home .training-section .read-more-link {
    margin-top: 20px;
}

.home .training-section .read-more-link a {
    color: #F3BB0C;
    font-size: 20px;
}

.home .partners-section .widget-title {
    color: #000;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.home .partners-section ul {
    display: none;
}

.home .partners-section .owl-controls .owl-page:not(.active) span {
    background: #555;
}

.home .reviews-section h2 {
    font-size: 40px;
}

.home .reviews-section .reviews-blocks-section .elementor-inner-column {
    padding: 20px;
}

.home .reviews-section .reviews-blocks-section .elementor-inner-column:nth-child(odd) {
    background: #fafafa;
}

.home .reviews-section .reviews-blocks-section .elementor-inner-column:nth-child(even) {
    background: #ddd;
}

.home .reviews-section .reviews-blocks-section .elementor-inner-column .review-content {
    font-size: 14px;
    margin-bottom: 20px;
}

.home .reviews-section .reviews-blocks-section .elementor-inner-column .review-content i {
    font-size: 30px;
    margin-right: 10px;
}

.home .reviews-section .read-more-link {
    margin-top: 50px;
}

.home .reviews-section .read-more-link a {
    color: #0865B0;
    font-size: 20px;
}

.home .reviews-section .read-more-link a:hover {
    color: #F3BB0C;
}

/* INNER PAGE */
.singular #main-content h2,
.singular #main-content h3:not(.elementor-image-box-title) {
    margin-bottom: 50px;
    position: relative;
}

.singular #main-content h4 {
    margin-bottom: 10px;
    position: relative;
}

.singular #main-content h3:not(.elementor-image-box-title)::after {
    border-bottom: 3px solid #F3BB0C;
    bottom: -25px;
    content: ' ';
    display: inline-block;
    left: 0px;
    position: absolute;
    width: 50px;
}

.singular #main-content p {
    margin-bottom: 30px;
}

.singular #main-content ul {
    display: inline-block;
    margin-bottom: 30px;
}

/* LOCATIONS PAGE */
.locations-blocks-section p {
    margin-bottom: 0px !important;
}

.locations-blocks-section .elementor-image-box-description {
    min-height: 110px;
}

.locations-content {
    padding-right: 30px;
}

.locations-sidebar {
    background: #f5f5f5;
    padding: 20px;
}

.locations-sidebar h4 {
    border-bottom: 1px solid #F3BB0C;
    color: #F3BB0C !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    padding-bottom: 15px !important;
}

.locations-sidebar i {
    display: inline-block;
    margin-right: 5px;
}

.locations-sidebar p {
    color: #777;
    margin-bottom: 10px !important;
}

.locations-sidebar ul {
    color: #777;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.locations-sidebar ul li::before {
    border-bottom: 2px solid #F3BB0C;
    border-right: 2px solid #F3BB0C;
    color: #F3BB0C;
    content: " ";
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 7px;
    margin-right: 10px;
    transform: rotate(-45deg);
    width: 7px;
}

/* TESTIMONIALS PAGE */
.testimonials-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.testimonials-section ul li {
    margin-bottom: 20px;
    padding: 30px;
}

.testimonials-section ul li:nth-child(odd) {
    background: #fafafa;
}

.testimonials-section ul li:nth-child(even) {
    background: #ddd;
}

.testimonials-section ul li i {
    font-size: 30px;
    margin-right: 10px;
}

.testimonials-section ul li strong {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

/* CONTACT US AND ESTIMATE PAGE */
.contacts-block p {
    margin-bottom: 5px !important;
}

.contacts-block strong {
    display: inline-block;
    width: 90px;
}

.contacts-block .line {
    display: inline-block;
    font-weight: bold;
    margin: 0px 10px;
}

/* JOB APPLICATION PAGE */
.form3-submitted .form-column .elementor-widget:not(.elementor-widget-wp-widget-ninja_forms_widget) {
    display: none;
}

/* SEARCH PAGE */
.search #content {
    padding: 50px 0px;
}

.search #content .more-link {
    font-weight: 500;
}

/* 404 PAGE */
.error404 .notfound-page {
    background: none;
    padding: 50px 0px;
    text-align: center;
}

.error404 .notfound-page #content {
    width: 100%;
}

.error404 .notfound-page h1.title {
    color: #F3BB0C !important;
}

.error404 .notfound-page .error-description {
    font-size: 18px;
}

.error404 .notfound-page .error-description a {
    color: #0865B0 !important;
    font-weight: 500;
}

/* SCROLLED */
.scrolled #opal-masthead {
    box-shadow: 0px 2px 5px #000;
}

.scrolled #opal-masthead .opal-topbar {
    display: none;
}

.scrolled #opal-masthead .header-main {
    padding: 5px 0px;
}

.scrolled #opal-footer .get-estimate-section {
    transform: translateY(0%);
}

/* ADMIN BAR */
body.admin-bar #opal-masthead {
    top: 32px;
}

/* COVID MENU */
.menu-item-12402 a {
    font-weight: bold;
}

/* SUBMISSIONS TABLE */
.post-password-form {
    margin: 50px auto;
    max-width: 1200px;
    padding: 0px 20px;
    text-align: center;
}

#submissions-table form {
    align-items: center;
    display: flex;
}

#submissions-table form>div {
    padding: 20px;
}

#submissions-table form label {
    margin: 0px 20px 0px 0px;
}

#submissions-table form select {
    border: 1px solid #e4e7ea;
    font-size: 14px;
    line-height: 1.714;
    padding: 12px 15px;
}

#submissions-table form input {
    margin: 0px 20px 0px 0px;
}

#submissions-table form input[type="button"] {
    background: #F3BB0C;
    border: none;
    color: #fff;
    min-width: 100px;
}

#submissions-table .table-display {
    padding: 20px;
}

#submissions-table .table-display .table-header {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px;
    text-transform: uppercase;
}

#submissions-table .table-display .export-button {
    color: #F3BB0C;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 20px 0px;
    min-width: 100px;
    padding: 10px 20px;
    text-align: center;
}

#submissions-table .table-display table {
    font-size: 12px;
}

#submissions-table .table-display table tr:first-child td {
    background: #eee;
    font-weight: bold;
    text-align: center;
}

#submissions-table .table-display table tr td:first-child {
    text-align: center;
}

#submissions-table .table-display table tr td:not(:first-child) {
    min-width: 100px;
}

#submissions-table .table-display #loader {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
}

/*** RESPONSIVE STYLE ***/

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

    /* FOOTER */
    #opal-footer .social {
        display: none;
    }

    /* COVID MENU */
    .covid-19-menu {
        display: none !important;
    }
}

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

    /* HOME */
    .home .services-blocks-section .elementor-image-box-content p.elementor-image-box-description {
        height: 150px;
    }

    .home .reviews-section .reviews-blocks-section .elementor-inner-column .review-content {
        height: 250px;
    }
}

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

    /* FOOTER */
    .scrollup {
        bottom: 80px;
        right: 20px;
    }

    /* TIDIO CHAT */
    #tidio-chat iframe {
        bottom: 0px !important;
        right: 0px !important;
    }
}

@media screen and (max-width: 991px) {
    #main {
        margin-top: 70px;
    }

    /* HEADER */
    #opal-masthead .header-main {
        padding: 5px 0px;
    }

    #opal-masthead .opal-mainmenu {
        border: none;
    }

    #opal-logo img {
        height: 60px;
        width: auto;
    }

    /* FOOTER */
    #opal-footer .get-estimate-section {
        top: 71px;
        box-shadow: 0px 1px 5px #000;
        left: 0px;
        padding: 10px;
        position: fixed;
        transform: translateY(-100%);
        transition: transform ease 500ms;
        width: 100%;
        z-index: 999;
    }

    #opal-footer .get-estimate-section .phone {
        display: block;
        float: none;
        font-size: 14px;
        margin: 0px;
    }

    #opal-footer .get-estimate-section .phone>span {
        width: 45px;
    }

    #opal-footer .get-estimate-section .get-estimate-button {
        font-size: 15px;
        padding: 10px;
    }

    #opal-footer .contacts-box {
        display: none;
    }

    #opal-footer .space-padding-left-30 {
        padding-left: 15px !important;
    }

    #opal-footer .opal-copyright {
        padding-bottom: 70px;
    }

    .scrollup {
        border: 1px solid #555;
        bottom: 115px;
        display: none !important;
        right: 20px;
    }

    /* TIDIO CHAT */
    #tidio-chat iframe {
        bottom: 35px !important;
        right: 0px !important;
    }

    /* BREADCRUMB */
    #opal-breadscrumb .breadcrumb h1 {
        margin: 22px 0px 11px 0px;
        position: static;
    }

    /* INNER PAGE */
    .singular #main-content h3:not(.elementor-image-box-title) {
        line-height: 1.2;
    }

    /* CONTACT US AND ESTIMATE PAGE */
    .contacts-block .line {
        display: none;
    }

    .contacts-block .toll-free {
        display: block;
        margin-bottom: 20px;
    }

    /* ADMIN BAR */
    body.admin-bar #opal-masthead,
    body.admin-bar .sidebar-offcanvas {
        top: 32px;
    }

    body.admin-bar .topbar-mobile {
        top: 32px;
    }
}

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

    /* ADMIN BAR */
    body.admin-bar #opal-masthead,
    body.admin-bar .sidebar-offcanvas {
        top: 46px;
    }

    body.admin-bar .topbar-mobile {
        top: 46px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    img.alignleft,
    img.alignright {
        float: none;
        margin: 0px 0px 20px 0px;
        width: 100%;
    }

    .truck-icon {
        display: none;
    }

    /* FOOTER */
    #opal-footer .get-estimate-section .container {
        padding: 0px;
    }

    /* HOME PAGE */
    .home .services-blocks-section .elementor-image-box-img {
        text-align: center;
    }

    /* LOCATIONS PAGE */
    .locations-blocks-section .elementor-image-box-description {
        min-height: auto;
    }

    .locations-content {
        padding-right: 0px;
    }

    .locations-sidebar {
        margin: 0px 10px;
    }

    /* CONTACT US AND ESTIMATE PAGE */
    .contacts-block .elementor-element-populated {
        padding: 10px !important;
    }

    /* 404 PAGE */
    .error404 .notfound-page {
        background: none;
        padding: 50px 0px 70px 0px;
    }

    .error404 .notfound-page h1.title {
        font-size: 100px !important;
        margin: 0px !important;
        text-align: center;
    }

    .error404 .notfound-page .sub {
        font-size: 30px !important;
        text-align: center;
    }

    .error404 .notfound-page .error-description {
        font-size: 18px !important;
        text-align: center;
    }
}

@media screen and (max-width: 424px) {
    .singular #main-content p img {
        width: 100%;
    }
}