/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

#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;
  padding: clamp(2.5rem, 1.0577rem + 6.4103vw, 8.75rem) 20px;
  width: 100%;
}

.main-title-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-title-section h1 { font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); text-transform: none; 
  margin: 0 0 10px 0; word-break: break-all; }

.breadcrumb { clear: both; float: left; width: 100%; margin: 0 0; padding: 0; font-size: clamp(0.75rem, 0.7212rem + 0.1282vw, 0.875rem); 
  font-weight: 600; text-transform: uppercase; letter-spacing: clamp(0rem, -0.0231rem + 0.1026vw, 0.1rem); }

.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 10px; padding: 0; }

.breadcrumb .breadcrumb-default-delimiter:last-child { display: none; }

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  left: -2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.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;
}


/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb {
  color: var(--wdtHeadAltColor);
}

.main-title-section h1 {
  color: var(--wdtHeadAltColor);
}

.breadcrumb a {
  color: var(--wdtHeadAltColor);
}

.breadcrumb span.current {
  color: var(--wdtHeadAltColor);
}

.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: rgba(var(--wdtHeadAltColorRgb), 0.6); 
  mix-blend-mode: darken;
}

.main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg {
  background-color: var(--wdtHeadAltColor);
  left: 40px;
  right: 40px;
  width: auto;
  border-radius: var(--wdtRadius_3X);
}

.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: clamp(1.875rem, 1.0673rem + 3.5897vw, 5.375rem) 0; } */
}

@media only screen and (max-width: 1280px) {
  /* .main-title-section-wrapper .main-title-section-container { padding: 75px 0 90px; } */
}

@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;}
  .main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg{left: 20px;right: 20px;}
  .gift-card-content-editor {width: 100%;}
}

/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
  /* .main-title-section h1 { font-size: var(--wdtFontSize_H3); } */
}
