/*
Theme Name: pepper
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pepper
Tags:
*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


.pizza-price-single {
    float: left;
}

.red-izdvojeno {
    color: #d92f36;
}

.single_menu__title span.cat_description {
    font-size: 14px;
    display: inline-block;
    text-transform: initial;
}

.red-link {
    color: #d92f36;
    font-weight: 700;
}

.red-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-info__data {
    opacity: 1;
}

.slick-dots li {
    width: 25%;
}

.site-header__phones {
    color: #d92f36;
    padding-left: 15px;
    display: inline-block;
}

.site-header__phone-link {
    color: #d92f36;
    font-weight: 700;
}

.site-header__phone-link:hover {
    color: #fff;
}

.footer-info__delivery.desk,
.footer-delivery__link.desk,
.delivery-btn.desk {
    display: none;
}

.footer-info__delivery.mob,
.footer-delivery__link.mob,
.delivery-btn.mob {
    display: block;
}

@media only screen and (min-width: 768px) {
    .footer-info__delivery.desk,
    .footer-delivery__link.desk,
    .delivery-btn.desk {
        display: block;
    }

    .footer-info__delivery.mob,
    .footer-delivery__link.mob,
    .delivery-btn.mob {
        display: none;
    }
}


/* END of file */