/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper { clear: both; float: left; margin: 0; width: 100%; border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), 0.6); }

#header-wrapper .main-title-section-wrapper { position: relative; }

#header-wrapper.header-top-absolute .main-title-section-wrapper { position: static; }

.main-title-section-container { clear: both; float: left; margin: 0; width: 100%;
  padding: clamp(2.5rem, 2.0552rem + 2.454vw, 5rem) 0px; }

.main-title-section { /* float: left; */ width: 100%; margin: 0; padding: 0; position: relative; }

.main-title-section h1 { font-size: clamp(2rem, 1.4519rem + 2.4359vw, 4.375rem); /* Min-32 & Max-70 */
  /* text-transform: none; */ margin: 0px; word-break: break-all; }

.main-title-section ~ .breadcrumb { margin: clamp(0.375rem, 0.2452rem + 0.5769vw, 0.9375rem) 0 0; }
.main-title-section:has(> h1:empty) ~ .breadcrumb { margin: 0px; }

.breadcrumb { /* clear: both; float: left; */ width: 100%; margin: 0; padding: 0; font-size: inherit; font-weight: var(--wdtFontWeight_Base); }

.breadcrumb a:not(:focus) { text-decoration: none; }
.breadcrumb a[href="javascript:void(0);"] { pointer-events: none; }

.breadcrumb span:not(.current) { display: inline-block; margin: 0px 12px; padding: 0; }

.breadcrumb .breadcrumb-default-delimiter:last-child { display: none; }

.main-title-section-wrapper .breadcrumb-default-delimiter:before { content: ""; background-color: currentColor; display: inline-block; 
  height: 14px; opacity: 0.45; position: relative; top: -1px; vertical-align: middle; width: 1px; -webkit-transform: rotate(20deg); transform: rotate(20deg); }

.main-title-section h1, .breadcrumb { hyphens: auto; word-break: break-word; word-wrap: break-word; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

.main-title-section-wrapper > .main-title-section-bg,
.main-title-section-wrapper > .main-title-section-bg:after { content: ""; height: 100% !important; overflow: hidden; 
  position: absolute; top: 0; left: 0; width: 100%; z-index: -1; pointer-events: none; }

.home #header-wrapper .main-title-section-wrapper .main-title-section-container { display: none; }


/*--------------------------------------------------------------
    Breadcrumb Styles
--------------------------------------------------------------*/

.main-title-section.aligncenter { text-align: center; }

.main-title-section.alignright { text-align: right; }

.main-title-section-wrapper.breadcrumb-left .breadcrumb { clear: none; float: left; width: 70%; padding-right: 20px; margin-top: 13px; }

.main-title-section-wrapper.breadcrumb-left .main-title-section { float: right; width: 80%; text-align: right; }

.main-title-section-wrapper.breadcrumb-right .breadcrumb { 
  clear: none; float: right; text-align: right; width: 70%; padding-left: 20px; margin-top: 16px; }

.main-title-section-wrapper.breadcrumb-right .main-title-section { float: left; width: 80%; }

.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section { width: 100%; text-align: center; }

.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb { margin-top: -70px; width: 100%; float: left; }

.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section { width: 100%; text-align: center; }

.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb { margin-top: -70px; width: 100%; float: right; text-align: right; }


/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb { color: var(--wdtBodyTxtColor); }

.main-title-section h1 { color: var(--wdtHeadAltColor); }

.breadcrumb a { color: var(--wdtHeadAltColor); }

.breadcrumb span.current { color: var(--wdtBodyTxtColor); }

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after { opacity: 0.5; }

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after { background-color: var(--wdtTertiaryColor); }

.main-title-section-wrapper.overlay-wrapper.dark-bg-breadcrumb > .main-title-section-bg:after { background-color: var(--wdtHeadAltColor); }

.main-title-section-wrapper > .main-title-section-bg:after { background-color: transparent; 
  background-image: -webkit-linear-gradient(to bottom, transparent 50%, var(--wdtBodyBGColor) 100%); 
  background-image: linear-gradient(to bottom, transparent 50%, var(--wdtBodyBGColor) 100%); }

.main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg { background-color: var(--wdtTertiaryColor); }

.dark-bg-breadcrumb .main-title-section h1, .dark-bg-breadcrumb .breadcrumb a,
.dark-bg-breadcrumb .breadcrumb span.current, .dark-bg-breadcrumb .breadcrumb span:not(.current) { color: var(--wdtAccentTxtColor); }

.breadcrumb a:hover, .dark-bg-breadcrumb .breadcrumb a:hover { color: var(--wdtPrimaryColor); }

/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

/* Primary Color */
.breadcrumb a:hover { color: var(--wdtPrimaryColor); }

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 1281px) {
  /* .main-title-section-wrapper .main-title-section-container { padding: 90px 0 130px; } */
}

@media only screen and (max-width: 1280px) {
  /* .main-title-section-wrapper .main-title-section-container { padding: 45px 0 75px; } */
}

@media only screen and (max-width: 1024px) {

  .main-title-section-wrapper.breadcrumb-right .main-title-section,
  .main-title-section-wrapper.breadcrumb-right .breadcrumb,
  .main-title-section-wrapper.breadcrumb-left .main-title-section,
  .main-title-section-wrapper.breadcrumb-left .breadcrumb { width: 100%; padding: 0; text-align: center; }
  
}

@media only screen and (min-width: 768px) {
  
  .main-title-section-wrapper.hide-content .main-title-section, .main-title-section-wrapper.hide-content .breadcrumb { display: none; }
  .main-title-section-wrapper.hide-content .main-title-section-container { min-height: 300px; }  

}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {
  /* .main-title-section h1 { font-size: var(--wdtFontSize_H3); } */

  .main-title-section, .main-title-section h1, .breadcrumb { text-align: center; }
}

/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
  /* .main-title-section h1 { font-size: var(--wdtFontSize_H3); } */
}
