/*-----------------------------------------------------------------------------------*/
/* Override the default archive display for basic themes */
/*-----------------------------------------------------------------------------------*/

.wt_pub_container {
    width: 100%;
    margin: 0 0 30px;
}

.wt_pub_header {
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #666;
}

.wt_pub_container .wt_pub_header .wt_pub_date, .wt_pub_container .wt_pub_header .wt_pub_title,
.wt_pub_container .wt_pub_header .wt_pub_link {
    font-size: 20px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

.wt_pub_container .wt_pub_item {
    text-align: left;
    padding: 15px 4px 5px 4px;
    border-bottom: 1px dotted #143D8D;
}

.wt_pub_container .wt_pub_date {
    width: 20%;
    float: left;
}

.wt_pub_container .wt_pub_title {
    width: 35%;
    float: left;
}

.wt_pub_container .wt_pub_link {
    width: 42%;
    float: left;
    min-height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/* audio player styles */
/*-----------------------------------------------------------------------------------*/

.audiojs {
    background: -moz-linear-gradient(center top, #444444 0%, #555555 50%, #444444 51%, #444444 100%) repeat scroll 0 0 #404040;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    font-family: monospace;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    width: 100%;
}

.audiojs .scrubber {
    background: none repeat scroll 0 0 #5A5A5A;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 1px solid #3F3F3F;
    float: left;
    height: 14px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 30%;
}

.audiojs .time {
    border-left: 1px solid #000000;
    color: #DDDDDD;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    width: 40%;
}

.audiojs .error-message {
    color: #FFFFFF;
    display: none;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.audiojs .play-pause {
    border-right: 1px solid #000000;
    float: left;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 4px 6px;
    width: 10%;
}

.time {
    background: none;
    margin: 0 0 0 3px;
    padding: 0 0 2px 18px;
}

/*-----------------------------------------------------------------------------------*/
/* Display Option box */
/*-----------------------------------------------------------------------------------*/

p.wtContactHeading {
    padding: 10px 0;
}

.wtStaffContact {
    padding: 10px 0 20px 0;
}

.wtStaffContact .wt_tax_display {
    padding: 5px 0 40px 0;
}

.wtStaffContact .wt_tax_display ul.wt_tax_list li {
    list-style: none outside none;
    float: left;
    padding: 0 8px;
    margin: 10px 0;
    border-right: solid 1px #000000;
}

.wt_clear {
    clear: both;
}

.tax-wt_pubs_tax #content .post-last, .single-wt_publications #content .post-last {
    background: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* Divi Video Gallery */
/*-----------------------------------------------------------------------------------*/

.wt_pub_divi_video iframe {
    max-height: 100%;
}

.wt_pub_divi_item .wt_pub_divi_video {
    height: 150px;
}

@media (min-width: 981px) {
    .et_pb_gutters3 .wt_pub_divi_item.et_pb_column_1_4 {
        width: 19%;
    }
}

/*-----------------------------------------------------------------------------------*/
/* Mobile Responsive CSS */
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width: 450px) {
    .wt_pub_date_mobile {
        display: none;
    }
}

@media only screen and (max-width: 450px) {

    .wt_pub_container .wt_pub_date {
        display: none;
    }

    .wt_pub_container .wt_pub_title {
        width: 45%;
        float: left;
    }

    .wt_pub_container .wt_pub_link {
        width: 50%;
        float: left;
        min-height: 30px;
    }
}