/**
 * Local 4.4.5.10 refinements for the custom blog homepage only.
 */
.ybc-blog-home-blocks .ybc_block_category .title_blog > a {
    color: inherit;
    text-decoration: none;
}

.ybc-blog-home-blocks .ybc_block_category .title_blog > a:hover,
.ybc-blog-home-blocks .ybc_block_category .title_blog > a:focus {
    text-decoration: underline;
}

/* On touch layouts the carousel is swiped directly, so arrow controls are redundant. */
@media (max-width: 767px) {
    .ybc-blog-home-blocks .ybc_block_slider .owl-controls .owl-nav,
    .ybc-blog-home-blocks .ybc_block_slider .owl-nav {
        display: none !important;
    }
}
