
.ydu_breadcrumb {
	/* margin-top: 150px; */
    font-size: 0.85em;
}

.ydu_breadcrumb .current {
	color: #2b6a85;
	margin: 0 5px 0 7px;
}

.ydu_breadcrumb a {
	padding-bottom: 2px;
	color: #747474;
	margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.ydu_breadcrumb a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    max-width: 0;
    background-color: #A4EB92;
    transition: all .8s ease;
}

.ydu_breadcrumb a:hover::after {
    max-width: 500px;
}

.ydu_breadcrumb_gutenberg {
    position: absolute;
    bottom: 35px;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .ydu_breadcrumb {
       /* margin-top: 50px; */
    }
}

@media screen and (max-width: 480px) {
   /*  .ydu_breadcrumb_desktop {
        display: none;
    } */
}