/*
Theme Name:     Plumbio Child
Theme URI:      https://smartdata.tonytemplates.com/plumbio/
Description:    Child theme for Plumbio
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       plumbio
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

 .row-header-layout.sticky-header .tt-col.tt-obj-logo img {
    max-width: 110px;
 }
 .info-box__content address {
    color: #708AE0 !important;
 }
 .logo-popup__icon {
    width: 100px !important;
}
.home_service .imgbox-inner__title {
   flex-wrap: nowrap;
}
.offer_background .section-wrapper.section-indent-negative05 {
   position: relative;
}
.offer_background .section-wrapper.section-indent-negative05:after {
   content: "";
   position: absolute;
   left: -100%;
   bottom: 0;
   background-color: #f8f8fa;
   width: 100%;
   z-index: 1;
   height: 100%;
}
.offer_background .section-wrapper.section-indent-negative05:before {
   content: "";
   position: absolute;
   right: -100%;
   bottom: 0;
   background-color: #f8f8fa;
   width: 100%;
   z-index: 1;
   height: 100%;
}
.tt-pagetitle.page-breadcrumb .tt-pagetitle__img {
   width: 100%;
}
.justify-content-center .row.f-info__wrapper {
   justify-content: center;
}

@media (max-width: 768px) {
   .tt-logo img {
      max-width: 85px !important;
  }
  .row-header-layout.sticky-header .tt-col.tt-obj-logo img {
      max-width: 65px !important;
  }
  .div_show .tt-hide__mobile {
   display: block !important;
  }
}