/* lišta těhotenství týden po týdnu*/

#week-strip .week-strip {
    position: relative;
    padding: 15px 20px 15px 50px;
    /* margin-top: -30px; */
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #ebebeb;
    /* margin-bottom: 20px; */
    height: calc(65px + 15px + 15px);
}

#week-strip .week-strip::after {
    content: "";
    display: block;
    clear: both;
}

.wrapper #week-strip h4.week-title-right.desktop {
    left: auto;
    right: 0;
    text-align: right;
}

.week-line {
    position: relative;
    width: calc((40 * (65px + 12px)) + 12px);
    height: 65px;
}

.wrapper .week-point {
    position: relative;
    height: 65px;
    width: 65px;
    margin-right: 12px;
    border: 1px solid #ededed;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2px;
}

.wrapper .week-point:last-child {
    margin-right: 0;
}

.wrapper .week-point span {
    color: #707070;
    text-align: center;
    font-size: 12px;
}

.wrapper .week-point i {
    color: #f72e7f;
    text-align: center;
    font-size: 20px;
    font-family: bold;
}

.wrapper .week-point.week-active,
.wrapper .week-point:hover {
    border: 1px solid #f72e7f;
    background: #f72e7f;
    color: white;
    text-decoration: none !important;
}

.wrapper .week-point.week-active span,
.wrapper .week-point:hover span {
    color: white;
}

.wrapper .week-point.week-active i,
.wrapper .week-point:hover i {
    color: white;
}

.wrapper .week-strip .fa {
    color: #d5d5d5;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    width: 50px;
    height: calc(65px + 15px + 15px);
    line-height: calc(65px + 15px + 15px);
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 0;
    background-image: linear-gradient(to right, white, white, white, transparent);
}

.wrapper .week-strip .fa.fa-arrow-r {
    left: auto;
    right: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
    background-image: linear-gradient(to right, transparent, white, white, white);
}

.wrapper .week-strip .fa:hover {
    color: #f72e7f;
}

@media (max-width: 767px) {
    .wrapper .week-strip .fa {
        display: none;
    }
    #week-strip .week-strip {
        padding-left: 20px;
    }
    .week-line {
        width: calc((40 * (65px + 12px)) - 12px);
    }
}


/* @media (max-width: 1199px) {
    #week-strip {
        display: none;
    }
    #week-strip.mobile_visible {
        display: block;
    }
    #week-strip .week-strip {
        padding: 0 0 25px;
        height: auto;
    }
    .wrapper #week-strip h4 {
        padding-top: 20px !important;
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .wrapper #week-strip h4.mobile {
        display: block;
    }
    .wrapper #week-strip h4.desktop {
        display: none;
    }
    .wrapper #week-strip h4 a {
        font-size: 18px!important;
    }
    .week-line {
        position: relative;
        width: 1521px;
        height: 30px;
        left: 0;
        top: 0;
        margin-top: 0;
        margin-bottom: 30px;
        background: transparent;
    }
    .wrapper .week-point {
        font-size: 14px;
        height: 30px;
        width: 30px;
        margin-right: 5px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        line-height: 30px;
        margin-top: 0;
    }
    .wrapper .week-point.week-active i,
    .wrapper .week-point:hover i {
        font-size: 14px;
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        line-height: 30px;
    }
    .week-point.end-trimester {
        margin-right: 68px;
    }
    .week-line:before {
        content: "";
        width: 100%;
        position: absolute;
        top: 50%;
        height: 4px;
        margin-top: -2px;
        background: #46bfe0;
    }
    .week-line .trimester {
        width: 450px;
        top: 38px;
    }
    .week-line .trimester2 {
        left: 518px;
    }
    .week-line .trimester3 {
        left: 1036px;
        width: 485px;
    }
    .wrapper .week-strip .fa {
        display: block;
        left: 0;
    }
    .wrapper .week-strip .fa.fa-arrow-r {
        display: block;
        left: auto;
        right: 0;
    }
}

 */