/*
Theme Name: fueloil child
Tags:  custom-menu, editor-style, featured-images
Template: fueloil
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/
#scrollUp,
#scrollUp i {
      background-color: var(--e-global-color-accent) !important;
      color: var(--e-global-color-primary);
      transition: none !important;
}

#scrollUp:hover,
#scrollUp:hover i {
      color: var(--e-global-color-accent) !important;
      background-color: var(--e-global-color-primary) !important;
}

.footer-bottom {
      display: none;
}

.witrfm_area {
      background-color: unset !important;
}

.witrfm_area:before {
      content: '';
      background: #000000 !important;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      opacity: 0.44;
}

.witr_single_pslide:hover .ti-arrow-right {
      color: var(--e-global-color-accent) !important;
}

.witrfm_area:after {
      content: '';
      background: url(/wp-content/uploads/2024/10/LGB5752-1.jpg);
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      background-position-y: top;
      background-repeat: no-repeat;
}

.witr_swiper_height:before,
.wittr_gallery_swiper:before {
      background-color: #000000;
      opacity: 0.44;
}

.elementor-background-overlay {
      opacity: .44 !important;
}

.fueloil_nav_area.scroll_fixed {
      background-color: rgba(255, 255, 255, 0.85) !important;
}

.fueloil_nav_area.scroll_fixed .menu-item a {
      color: #004494;
}

.not-found-inner,
.not-found-inner h2 {
      color: #004494;

      .nf {
            display: none;
      }
}

.swiper-button-prev:after,
.swiper-button-next:after {
      color: var(--e-global-color-primary) !important;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
      color: var(--e-global-color-accent) !important;
}


.footer-middle a:hover {
      color: #FFED00 !important;
}

[class*="sjb-job-popup-"] header {
      display: none !important;
}

.fueloil-blog-area {
      .blog-lr {
            width: 100% !important;
            flex: 100% !important;
            max-width: max-content;
      }

      .sidebar-right,
      #comments {
            display: none !important;
      }

      /*before {
                  content: '';
      height: 500px !important;
      width: 100vw;
      display: block;
      object-fit: cover;
              margin-bottom: 2rem;
      background: url(/wp-content/uploads/2025/02/home_slider2_min_1-1-e1738675601600.jpg) !important;
          background-size: 100% 100% !important;
        }*/
}

.fueloil-blog-thumb img {
      object-fit: cover;
      width: 100%;
}

.fueloil-blog-meta-left a {
      display: none;
}

/* Hide on mobile */
@media (max-width: 768px) {
      .twr_gallery_thumbs_thumbs,
      .swiper-button-prev,
      .swiper-button-next {
            display: none;
      }
}