/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*
* slusne slovensko font
    font-family: "Manu Std Emp",sans-serif;
*/

.progress-wrap {
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px 0px;
    box-sizing: border-box;
    color: rgb(129, 129, 129);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    height: 30px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow-x: visible;
    overflow-y: visible;
    text-size-adjust: 100%;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.progress-bar-petition {
    background-color: #007bff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pb-percent {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    position: absolute;
    right: 10px;
    text-align: left;
    text-size-adjust: 100%;
    top: 2px;
    width: 37px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#signatures_count {
    font-weight: normal;
    font-size: 18px !important;

}

.petition {
    color: #007bff !important;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 5px 0px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    border-bottom: 6px double #007bff !important;
}

#petition_introduction {
    font-weight: bold;
    text-align: justify;
}

#petition_text {
    text-align: justify !important;
}

.wp-post-image {
    border: 1px solid #007bff;
    padding: 6px;
}

#petition_form label {
    cursor: pointer;
}

.opacity-85-hover:hover {
    opacity: 0.85;
}

.absolute-bottom {
    bottom: 0;
}

.ribbon-holder {
    overflow: hidden;
    position: relative
}
.ribbon {
    position: absolute;
    background: black;
    color: white;
    transform: rotate(-45deg);
    text-align: center;
    top: 32px;
    left: -52px;
    width: 200px;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.2;
}