/**
* Theme Name: Eldcare Child
* Description: This is a child theme of Eldcare, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: eldcare
* Version: 1.0.4
*/

::selection {
  background: #00C5B2; /* colore di sfondo quando selezioni */
  color: #ffffff; /* colore del testo selezionato */
}

.post-type-archive-docs header#masthead,
.post-type-archive-docs div.header-width-fixer,
.post-type-archive-docs footer {
	display: none;
}


.post-type-archive-docs #content {
	margin-top: 40px !important;
}

.archive.post-type-archive #page::after {
	content: "";
    display: block;
    width: 220px;
    height: 100px;
    background: url(https://beta.yourease.it/wp-content/uploads/2025/10/logo_yourease_positivo.svg) no-repeat left top / contain;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.archive.post-type-archive .betterdocs-last-update {
	display: none;
}


.archive.post-type-archive .betterdocs-content-wrapper {
	background: #f2f2f2;
    margin: 0;
	max-width: 100% !important;
}

.archive.post-type-archive a.category-box:hover {
	background-color: #F4D819 !important;
}


.archive.post-type-archive .search-button {
	background-color: #F4D819 !important;
	color: #0c3e56 !important;
	display: none;
}


.docs-template-default .betterdocs-wrapper {
	padding-top: 80px !important;
}

.tax-doc_category #content {
	margin-top: 0;
}

.tax-doc_category .betterdocs-wrapper {
	padding-top: 80px !important;
}

.tax-doc_category .col-full {
	max-width: 100%;
}

.tax-doc_category #content {
	padding: 0;
}

.tax-doc_category .update-date,
.docs-template-default .update-date {
	display: none !important;
}

.tax-doc_category .betterdocs-articles-list a:hover {
	background: #f4d819 !important;
}

.docs-template-default .betterdocs-articles-list a.active {
	background: #f4d819 !important;
}

.docs-template-default .betterdocs-articles-list a.active:before {
	background-color: #f4d819 !important;
}

.docs-template-default .betterdocs-articles-list a:hover {
	background-color: #f4d819 !important;
}

.single-docs .betterdocs-entry-footer {
	display: none;
}

.tax-doc_category footer,
.single-docs footer {
	display: none;
}

.tax-doc_category #content {
	margin-bottom: 0;
}

#page .mc-hero .breadcrumb-listItem {
	background-color: #0C3E56;
    border: none;
}


/* --- Per Chrome, Safari e Edge (Webkit) --- */

/* Larghezza della barra */
::-webkit-scrollbar {
    width: 12px;
}

/* Colore dello sfondo della barra (Track) */
::-webkit-scrollbar-track {
    background: #f1f1f1 !important; /* Grigio chiaro */
}

/* Colore della barra che si muove (Thumb) */
::-webkit-scrollbar-thumb {
    background: #0C3E56 !important; /* Grigio scuro */
    border-radius: 6px;  /* Arrotondamento angoli */
}


/* --- Per Firefox (Supporto limitato) --- */
html {
    scrollbar-color: #0C3E56 !important;
    /*  scrollbar-color: #00C5B2 !important; Thumb + Track */
    scrollbar-width: auto; /* Oppure 'thin' per sottile */
}

.mc-label {
	pointer-events: none;
}

.scrollup span.scrollup-icon {
	color: #0C3E56;
}

.scrollup:hover span.scrollup-icon {
	color: #F4D819;
}