/*
Theme Name: Wordpress Theme
Author: Adrian Trzebuniak
Author URI: http://trzebuniak.com/
Description: This is a bootstrap 3 theme for wordpress.
Version: 1.0
*/

.red_box.to-table2 {
    border-bottom: 10px solid #ee302f;
    font-family: 'Lato';
    padding: 10px;
}

.red_box.to-table2 form tr td {
    padding: 5px;
}

.red_box.to-table2 form table {
    width: 100%;
}

.red_box.to-table2 form table tr td input.event_checkbox,
.promotion_checkbox,
.bonus_checkbox {
    width: 25px;
    height: 25px;
    margin-right: 5px !important;
    top: 5px;
    position: relative;
    cursor: pointer;
}

.red_box.to-table2 form table p.date {
    font-size: 16px;
    margin-top: 0;
    color: #999;
    margin-left: 32px;
}

.red_box.to-table2 form table tr.table-heading {
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #ee302f;
}

.red_box.to-table2 form table tr th {
    padding: 5px;
    background: #efefef;
}

.red_box.to-table2 form table tr td label {
    text-align: left;
    width: auto;
    margin-bottom: 0;
}

.form-wrapper {
    text-align: center;
}

.form-wrapper textarea {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin: 0 0 5px 0;
    padding: 0px;
    width: 250px;
    font-family: 'lato';
    font-size: 15px;
    text-indent: 5px;
}

.accept-rules {
    width: 30px;
    height: 30px;
    margin-right: 5px !important;
    position: relative;
    top: 8px;
    cursor: pointer;
    margin-bottom: 30px;
}

.trainees-table {
    margin-bottom: 50px;
}

.form-wrapper h2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

@media (max-width: 991px) {
    .red_box.to-table2 form tr td {
        text-align: center;
    }
    .red_box.to-table2 form tr td input {
        display: block;
        margin: auto !important;
        text-align: center;
        float: none;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .red_box.to-table2 form table tr th {
        display: none !important;
    }
    .red_box.to-table2 form table tr td input.event_checkbox {
        margin: auto !important;
    }
}

#categories .trainers ul li:nth-child(n+7) {
    display: none !important;
}

#categories .trainers .col-xs-12 {
    min-height: 712px !important;
}

#categories .trainers .col-md-3.col-xs-12:nth-child(n+5) {
    min-height: 480px !important;
}

.vacancies {
    font-size: 11px;
    width: 20px;
    display: inline-block;
    line-height: 11px;
    margin-left: 3px;
    position: relative;
    top: 4px;
}

.participants-list {
    display: none;
}
