/* ---- Price ---- */
.tlk_price{
    margin-top: 10px;
}
.tlk_price .price_usd{
    text-transform: uppercase;
    font-size: 16pt;
}
.tlk_price .price_eq{
    margin-top: 10px;
}

/* ---- main ---- */

    #idx_top_menu{
        display: none;
    }
    .tlk_landing_exit{
        background-color: #9786bd!important;
    }
    .tlk_landing_exit:hover{
        background-color: #432f70!important;
    }

/* ---- TrainerBlock ----- */
    .tlk_trainer .widget_trainer_title{
        color: #b39ddf;
    }
    .tlk_trainer .widget_trainer_link{
        color: #b39ddf;
    }
    .tlk_trainer .widget_trainer_link:hover{
        color: #432f70;
    }

/* ---- SocialButtons ---- */
    .tlk_social{
        margin-top: 10px;
    }
    .tlk_social a{
        margin: 0px 2px;
        background-image: url(../img/widgets/socialbuttons/trainer.png)!important;
    }

/* ---- Paid Access ---- */
    .tlk_paidaccess{
        padding-top: 20px;
        position: relative;
        background-color: #ffffff;
        padding-top: 20px;

    }

    .tlk_paidaccess .paidac_button{
        background-color: #9786bd!important;
        color: #ffffff;
    }
    .tlk_paidaccess .paidac_button:hover{
        background-color: #432f70!important;
        color: #ffffff;
    }
    .tlk_paidaccess form .btn{
        background-color: #9786bd!important;
        color: #ffffff;
    }
    .tlk_paidaccess form .btn:hover{
        background-color: #432f70!important;
        color: #ffffff;
    }

    .tlk_paidaccess label input:checked ~ .checkmark{
        background-color: #432f70!important;
    }
    .ptlk_paidaccess label:hover input ~ .checkmark {
        background-color: #9786bd!important;
    }
    .tlk_paidaccess #paidac_text1{
        border-color: #9786bd!important;
    }
    .tlk_paidaccess #paidaccess_form input{
        border-color: #9786bd!important;
    }

/* ---- Contacts ---- */
    .tlk_contacts .btn{
        background-color: #9786bd!important;
        color: #ffffff!important;
    }
    .tlk_contacts .btn:hover{
        background-color: #432f70!important;
        color: #ffffff!important;
    }


















/* ---- TopSection ---- #9786bd #432f70*/
    #tlk_topsection{
        background-image: url(../img/talk/top_back.jpg);
        min-height: 300px;
        background-size: cover;
    }
    #tlk_topsection_title{
        border: 3px solid #9786bd;
        margin-top: 80px;
        text-align: center;
        font-size: 22pt;
        font-weight: bold;
        padding: 10px;
    }
    #tlk_topsection_button{
        width: 100%;
        height: 40px;
        background-color: #9786bd;
        text-align: center;
        margin: 20px 0px 20px 0px;
        border-radius: 10px;
        color: #ffffff;
        font-size: 16pt;
        padding: 5px 0px 0px 0px;
        cursor: pointer;
        display: block;
    }
    #tlk_topsection_button:hover{
        text-decoration: none;
        background-color: #432f70;
    }

/* ---- Interdelim ---- */
    #tlk_interdelim{
        background-color: #9786bd;
    }
    #tlk_interdelim_title{
        width: 100%;
        text-align: center;
        margin: 10px 0px 10px 0px;
        font-size: 18pt;
        color: #ffffff;
    }

/* ---- question ---- */
    #tlk_questionsection{
        background-color: #ffffff;
    }
    #tlk_question_list ul{
        margin-top: 20px;
    }
    #tlk_question_list ul li{
        font-size: 12pt;
    }
    #tlk_question_subtitle{
        font-size: 12pt;
    }
    #tlk_question_text{
        background-color: #9786bd;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
        padding: 30px 20px 30px 20px;
        font-size: 16pt;
    }

/* ---- Them ---- */
    #tlk_themsection{
        background-color: #ffffff;
    }
    #tlk_them_title{
        text-align: center;
        font-size: 14pt;
        margin-top: 20px;
        font-weight: bold;
    }
    #tlk_them_list ul{
        list-style: none;
        margin-bottom: 50px;
    }
    #tlk_them_list ul li{
        display: block;
        height: 56px;
        margin: 15px 0px 15px 0px;
        position: relative;
    }
    .tlk4_num{
        background: url(../img/talk/tlk_marker.png);
        position: absolute;
        height: 56px;
        width: 45px;
        padding: 10px 0px 0px 16px;
        color: #a767a2;
        font-family: 'Open Sans';
        font-size: 16pt;
        background-position-y: -2px;
    }
    .tlk4_num10{
        padding: 10px 0px 0px 10px;
    }
    .tlk4_list {
        position: absolute;
        margin: -3px 0px 0px 60px;
        font-family: 'Open Sans';
        font-size: 14pt;
        color: #000000;
        height: 56px;
        display: table;
    }
    .tlk4_list_cnt {
        display: table-cell;
        vertical-align: middle;
    }

/* ---- Wish ---- */
    #tlk_wishsection{
        padding-bottom: 20px;
        background-color: #ffffff;
    }
    #tlk_wish_text{
        background: #9786bd;
        color: #ffffff;
        margin-top: 20px;
        padding: 30px 20px 30px 20px;
        font-size: 14pt;
    }


/* ---- Pay ---- */
    #tlk_pay{
        background-color: #ffffff;
    }
    #tlk_pay_title{
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16pt;
    }
    #tlk_pay_cr{
        text-align: center;
        font-size: 12pt;
    }




















