/**
 * Local 4.4.5.11 homepage refinements.
 * Applies to the shop homepage and to the custom blog homepage only.
 */
body#index .page_home.ybc_block_category .title_blog > a,
.ybc-blog-home-blocks .page_home.ybc_block_category .title_blog > a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

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

/* Mobile carousels are controlled by touch/swipe; hide their arrow buttons. */
@media (max-width: 767px) {
    body#index .page_home.ybc_block_slider .owl-controls .owl-nav,
    body#index .page_home.ybc_block_slider .owl-nav,
    body#index .page_home_gallery .owl-controls .owl-nav,
    body#index .page_home_gallery .owl-nav,
    .ybc-blog-home-blocks .page_home.ybc_block_slider .owl-controls .owl-nav,
    .ybc-blog-home-blocks .page_home.ybc_block_slider .owl-nav,
    .ybc-blog-home-blocks .page_home_gallery .owl-controls .owl-nav,
    .ybc-blog-home-blocks .page_home_gallery .owl-nav {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
    }
}
