/*
Theme Name: Isvec Ehliyet Child
Description: This is a child theme for Isvec Ehliyet
Author: Ozbey
Template: flatsome
Version: 3.0
*/
/* wpProQuiz testlerdeki buton renkleri */
.wpProQuiz_button,
.wpProQuiz_button:hover {
    padding: 5px 25px !important;
    background: #18288d !important;
    border-radius: 99px !important;
    color: #fff !important;
    border: 1px solid #18288d !important;
}

/* blog sayfasindaki kategoriler listesinden Teori kitabi(item-37) Sürüş Eğitimi(cat-item-1) gizle */
li.cat-item.cat-item-37,
li.cat-item.cat-item-1 {
    display: none;
}

/* teori kitabindaki woocommerce memberships mesajini gizle */
.page-id-2620 .woocommerce .wc-memberships-restriction-message {
    display: none;
}

/* isvec ehliyeti turkce teori kitabindaki woocommerce memberships mesajini gizle */
.category-37 .woocommerce {
    display: none;
}

/* back to top button */
.back-to-top.active {
    margin-bottom: 5em;
}

/* Parolanizi unuttunuz mu? yazisini buton haline getir */
.woocommerce-form-login .button {
    float: left;
    margin-top: 3px;
    margin-bottom: .7em !important;
}

.woocommerce-LostPassword.lost_password {
    background-color: #28A766;
    font-weight: bolder;
    position: relative;
    display: inline-block;
    line-height: 2.4em;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    border: 1px solid transparent;
    vertical-align: middle;
    margin-top: 0;
    text-shadow: none;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    -webkit-transition: border .3s,
        background .3s,
        opacity .3s,
        color .3s,
        -webkit-transform .3s,
        -webkit-box-shadow .3s;
    transition: border .3s,
        background .3s,
        opacity .3s,
        color .3s,
        -webkit-transform .3s,
        -webkit-box-shadow .3s;
    -o-transition: transform .3s,
        border .3s,
        background .3s,
        box-shadow .3s,
        opacity .3s,
        color .3s;
    transition: transform .3s,
        border .3s,
        background .3s,
        box-shadow .3s,
        opacity .3s,
        color .3s;
    transition: transform .3s,
        border .3s,
        background .3s,
        box-shadow .3s,
        opacity .3s,
        color .3s,
        -webkit-transform .3s,
        -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
}

.woocommerce-LostPassword.lost_password:hover {
    background-color: #1E8651;
}

.woocommerce-LostPassword.lost_password a {
    color: #ffffff;
}

.woocommerce-LostPassword.lost_password+p {
    margin-top: 0.7em;
}

/* Woocommerce memberships restriction message */
.woocommerce .wc-memberships-restriction-message {
    margin: 2em 0 !important;
    background-color: rgb(237, 241, 247);
    padding: 40px;
    border-radius: 20px;
}

/* WPComplete - Teori kitabinda dersi tamamlamak icin baski */
.wpc-peer-pressure {
    text-align: center;
    padding: 10px;
    background-color: rgba(254, 231, 231, 0.96);
    margin: 0 auto;
    display: table;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}