/* Staff Section */
.staffList {
    margin-bottom: 55px;
    overflow: hidden;
}

.staffListLarge {
    margin-top: 10px;
}

.staffListLarge .staffListLeft {
    float: left;
    width: 125px;
    overflow: hidden;
    height: 175px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.staffList .staffListLeft {
    float: left;
    width: 30%;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

.staffList .staffListLeft img, .staffListLarge .staffListLeft img {
    margin: auto;
    text-align: center;
    display: block;
}

.wtImageLeft {
    max-width: 125px;
    max-height: 145px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.staffListRight {
    float: right;
    width: 65%;
}

.staffList .staffListRight a {
    margin-right: 5px;
}

.staffList h5 a, .staffListLarge h5 a {
    text-align: center;
    font-size: 11px;
    display: block;
}

.staffList .entry-title a:hover, .staffListLarge .entry-title a:hover {
    text-decoration: underline;
}

.staffthumbListLeft {
    float: left;
    width: 125px;
    height: 240px;
    margin: 0 7px;
    overflow: hidden;
}

.staffthumbListLeft h5 {
    font-size: 14px;
    text-align: center;
    clear: both;
}

.staffthumbListLeft img.wtImageLeft {
    display: block;
    margin: 5px auto;
    float: none;
}

.wtStaffContact {
    clear: both;
    margin-top: 20px;
}

.staffTitle a {
    color: #666;
    text-decoration: none;
}

.staffTitle a:hover {
    text-decoration: underline;
}

.staff_readmore a {
    /*font-size: 11px;*/
    font-style: italic;
}

.staff-wrap .single-wt_our_staff p {
    margin: 0 0 30px;
}

.staff-wrap {
    padding: 10px 15px 15px 15px;
}

.tax-wt_staff_tax .category-archive-meta {
    padding: 0 0 50px 0;
}

.wt_clear {
    clear: both;
}

.wt_cfield {
    margin-bottom: 10px;
}

.wt_cfield input, .wt_cfield textarea {
    padding: 8px;
    font-size: 16px;
    color: #000;
}

.wt_form_error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
    display: block;
}

.wt_form_success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    display: block;
}

form.wt_contact_form span {
    color: red;
}

/* Form Styles */

.wt_contact_form #wt_fname,
.wt_contact_form #wt_lname {
    width: 65%;
}

.wt_contact_form #wt_email,
.wt_contact_form #wt_phone,
.wt_contact_form #wt_message {
    width: 75%;
}

/* Justin Styles */

#contactform {
    margin-top: 30px;
}

.wt_cfield label {
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.staffList .staffListLeft {
    width: 25% !important;
}

.staffListRight {
    width: 75% !important;
}

.post {
    float: none;
}

.entry-content-wrapper .post-title {
    margin: 20px auto !important;
}

.single-wt_our_staff .title_container {
    display: none;
}

.single-wt_our_staff .post-meta-infos, .entry-footer, .post_delimiter {
    display: none !important;
}

.wtImageLeft {
    float: none;
}

.single-wt_our_staff .wtImageLeft {
    display: block;
    margin: 15px auto;
}

.wtInputBox {
    width: inherit !important;
}

.wt_contact_form p {
    text-align: center;
}

body.wt_our_staff-template-default .post-meta {
    display: none;
}

/* Enfold Fix */
body.avia-responsive-images-support .staffList .staffListLeft img,
body.avia-responsive-images-support .staffListLarge .staffListLeft img {
    display: inline-block;
}


@media only screen and (max-width: 990px) {
    .post-entry {
        width: 90%;
    }

    .staffListRight {
        width: 100% !important;
        text-align: center;
    }

    .staffList .staffListLeft {
        float: none !important;
        width: 100% !important;
    }

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: inherit !important;
    }

    .wt_cfield label {
        width: inherit;
        display: inherit;
        float: none;
        text-align: left;
        padding-right: 0;
    }

    .wt_contact_form #wt_fname,
    .wt_contact_form #wt_lname,
    .wt_contact_form #wt_email,
    .wt_contact_form #wt_phone,
    .wt_contact_form #wt_message {
        width: 100% !important;
    }
}

@media only screen and (max-width: 584px) {
    .wtImageLeft {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        display: inherit;
    }

    .staffList .wtImageLeft {
        float: none;
    }

    .staffList .staffListLeft {
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: inherit;
    }

    .staffListRight {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
}