/*
Theme Name: UCI Bio Faculty Theme 2014-2015
Description: 2014-2015 UCI Bio Faculty Theme
Version: 1.9

Updated: Sept 13, 2018 by Mike Huang.  Fixed Mixed Content and Error messages after SSL implementation.

*/


@import url(//www.bio.uci.edu/wp-content/themes/UCIBio/style.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700);

.faculty-home {
    margin-left:20px;
    color:#666;
}
.faculty-home h1 {
    margin:0;
    line-height:1.1em;
    font-size:26px;
    font-family:'OpenSansBold';
}
.faculty-home h2 {
    margin:0;
    line-height:1.2em;
    font-family:'OpenSansBold';
    font-size:16px;
    color:#666;
}
.faculty-home h3 {
    margin:0 0 20px 0;
    line-height:1.4em;
    font-size:14px;
    color:#666;
}
.faculty-home h4 {
    margin:0 0 20px 0;
    font-size:18px;
    font-family:'OpenSansBold';
    font-weight:normal;
}

.global .site-title {
    font-family: 'PT Sans';
    font-size: 31px;
    /* width: 65%; */
    margin: 0;
    position: absolute;
    top: 55px;
    left: 39px;
    line-height: 1em;
    color: #ffffff;
}
.global .site-description {
    color: #ffffff;
    font-family: 'PT Sans';
    font-size: 19px;
    /* width: 65%; */
    position: absolute;
    top: 88px;
    left: 41px;
    line-height: 1em;
}

.global .toplogo {
    width: 42%;
    height: 60%;
    display: block;
    background: transparent;
    float: left;
    position:absolute;
    top: 64px;
    left: 108px;
}


.faculty-sidebar {
    width:85%;
    min-height:600px;
    background:#f2f2f2;
    padding:20px;
    padding-right:0px;
    margin-bottom:0px;
    font-size:12px;
}
.faculty-sidebar h4 {
    margin-top:20px;
    font-size:14px;
}

/* Faculty Image Resize Fix */
.faculty-sidebar img {
    max-width: 90%;
}

.sixteen.columns.global {
    height: 147px;
    min-height: 130px;
    background: #ffd200 url(//www.bio.uci.edu/wp-content/themes/UCIBio/images/ayala_header.png) no-repeat center -19px;
    position:relative;
    font-family: 'Roboto Slab', serif;
}
.global .toplogo{
    top: 44px;
    left: 519px;
}

@media only screen and (max-width: 769px) {
    .site-title {
        font-size:20px !important;
    }
    .global .toplogo {
        top: 69px;
        left: 396px;
    }
}

@media only screen and (max-width: 667px) {
    .site-title {
        font-size:1.5em !important;
        text-align:center;
        position:initial !important;
        padding-top:10px !important;
    }
    .site-description {
        position:initial !important;
        text-align:center;
        font-size:0.8em !important;
        margin-bottom:0;
        padding-bottom:0;
    }
    .global .search{
        padding:0 !important;
    }
    .global .toplogo{
        width: 81%;
        height: auto;
        position: static;
        top: 0;
        left: 0px;
        margin: 4px auto;
        display: block;
        float: none;
    }
    .container {
        padding: 5px;
    }
    .last-last-menu-item{
        display:none;
    }
}
@media only screen and (max-width: 480px) {

}
