/*
Theme Name:  Twenty Fifteen Child
Theme URI: http://wpsites.net/
Author: You
Author URI: http://wpsites.net
Description: Child theme for Twenty Fifteen Modifications
Version: 1.0
Text Domain: twentyfifteen
Template: twentyfifteen
*/

/* Staff n */

#catpicker {
    font-size: 18px;
    margin-bottom: 5px;
}

#catpicker a {
    font-size: 18px;
}

.staff-search{
    font-family: 'Open Sans';
    margin-bottom: 25px;
}

.profile-blog {
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
    background: #FFFFFF;
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
    clear: both;
    float: left;
    font-family: 'Open Sans';
    margin-bottom: 25px;
    padding: 20px 20px 40px;
    width: 100%;
}

.profile-blog img {
    float: left;
    height: 100px;
    margin-right: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100px;
}

.profile-blog a {
    color: #243786;
}

.name-location .pull-right span{
    clear: both;
    color: #10253f;
    float: left;
}

.name-location span i {
    color: #10253f;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 5px;
}

.name-location strong {
    color: #202B40;
    display: block;
    font-size: 16px;
}

.rounded-x {
    border-radius: 50% !important;
}

.profile-blog hr {
    border-top-color: #c6c0b0;
    clear: both;
    float: left;
    margin: 10px 0 8px;
    width: 100%;
}

.profile-readmore {
    clear: both;
    color: #10253f;
    cursor: pointer;
    float: left;
    font-size: 14px;
    width: 100%;
}

.profile-bio {
    clear: both;
    display: none;
    float: left;
    font-size: 14px;
}
/* POST */

.post-head {
    color: #444;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -10px;
    width: 100%;
}

.teacherbio {
    background-color: #535353;
    display: none;
    height: auto;
    padding: 10px 15px 15px;
    position: inherit;
}

.teacherpostiion {
    font-size: 15px;
}

.pull-right {
    float: right;
}
.staff-search {
    display: flex;
}

ul{
    list-style: none;
    padding: 0;
    margin:0;
}
