.kingster-main-menu-search i, .kingster-main-menu-cart i {
    color: #ffffff;
}
element.style {
		z-index: 9999 !important;
}
.gdlr-core-timeline-item .gdlr-core-timeline-item-date {
	color: #ff671b;
}

/* =================================================
   TUSCULUM BREADCRUMBS
   ================================================= */

/* hero → breadcrumbs spacing */
.kingster-page-title-wrap {
    margin-bottom: -5px;
}

/* breadcrumb wrapper */
.tu-breadcrumbs-wrapper {
    padding: 4px 0;
    margin: 8px 0 0 0;
    border-bottom: 1px solid #e6e6e6;
}

/* container alignment */
.tu-breadcrumbs-wrapper .kingster-container {
    padding-left: 20px;
    padding-right: 20px;
}

/* breadcrumb text */
.tu-breadcrumbs-wrapper #breadcrumbs {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.4;
    color: #666;
}

/* breadcrumb links */
.tu-breadcrumbs-wrapper #breadcrumbs a {
    color: #333;
    text-decoration: none;
    transition: color .2s ease;
}

/* hover state */
.tu-breadcrumbs-wrapper #breadcrumbs a:hover {
    color: #ff671b;
}

/* current page */
.tu-breadcrumbs-wrapper #breadcrumbs .breadcrumb_last {
    color: #666;
}

/* breadcrumbs → content spacing */
.kingster-page-wrapper {
    padding-top: 5px;
}

/* remove GoodLayers builder top padding */
.gdlr-core-pbf-wrapper {
    padding-top: 0;
}

.gdlr-core-pbf-column-content-margin {
    padding-top: 5px !important;
}


/*-----------------------------*/
/* Hero Image Override         */
/*-----------------------------*/

.kingster-page-title-wrap {
    min-height: 420px; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*.kingster-page-title-overlay{
    background: rgba(0,0,0,.35);
}
*/


/* ----------------------------- */
/* Menu fix                      */
/* ------------------------------ */


#menu-minimal-menu-1 {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

