.text--primary {
    font-family: "Libre Baskerville";
    font-style: italic;
}

.breadcrumbs {
    font-size: 14px;
}
.breadcrumbs a {
    color: #ffffff;
}

.menu-item-has-children i {
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.menu-item-has-children:hover i {
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.menu-item i {
    transition: all 0.3s ease;
}

/*.tr-logo {width:310.21px!important;height:142.12px!important;}*/

.single-post h2,
.single-post h3 {
    font-family: "Libre Baskerville" !important;
    color: #ffffff;
}
.single-post h2 em,
.single-post h3 em {
    color: #1BFFE4;
}

.max-widthed img {
    object-fit: contain;
}
