/*
 Theme Name:   Wellnez Child
 Theme URI:    https://wordpress.vecurosoft.com/wellnez/
 Description:  This is a child theme for Wellnez WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     wellnez
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  wellnez-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* EGE breadcrumb title image: clean Wellnez theme header, no overlay, no breadcrumb links. */
body:not(.home) .breadcumb-wrapper,
body:not(.home) .breadcumb-wrapper.background-image {
  position: relative !important;
  overflow: hidden !important;
  min-height: 350px !important;
  padding: 0 !important;
  background-image: url('https://inhomestyle.ba/wellness/wp-content/uploads/2023/03/breadcumb-bg-4.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

body:not(.home) .breadcumb-wrapper::before,
body:not(.home) .breadcumb-wrapper::after,
body:not(.home) .breadcumb-wrapper [data-overlay]::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

body:not(.home) .breadcumb-wrapper .container {
  height: 350px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  max-width: 1180px !important;
}

body:not(.home) .breadcumb-content {
  padding: 0 !important;
  text-align: left !important;
}

body:not(.home) .breadcumb-content::before {
  content: "Ege beauty oaza";
  display: block;
  margin: 0 0 18px;
  color: #111936;
  font-family: var(--body-font, inherit);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

body:not(.home) .breadcumb-title {
  margin: 0 !important;
  color: #111936 !important;
  font-size: clamp(36px, 3vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body:not(.home) .breadcumb-menu,
body:not(.home) .woocommerce-breadcrumb {
  display: none !important;
}

@media (max-width: 767px) {
  body:not(.home) .breadcumb-wrapper,
  body:not(.home) .breadcumb-wrapper .container {
    min-height: 250px !important;
    height: 250px !important;
  }

  body:not(.home) .breadcumb-wrapper {
    background-position: center center !important;
  }

  body:not(.home) .breadcumb-content::before {
    font-size: 16px;
    margin-bottom: 12px;
  }

  body:not(.home) .breadcumb-title {
    font-size: 34px !important;
  }
}