﻿/*
 * THEME OVERRIDES
 *
 * Use this file to add/modify CSS on the University of Pittburgh Department of Psychiatry website.
 */



nav desktop-menu navbar-nav main-menu
{
	list-style-type: none;
}



.uni-pitt-branding ul.pitt-branding-menu>li>a {
    color: #003594;
}

 /* size on the pitt marketing communications website 

.uni-pitt-branding .logo-container img {
     margin-left: 25px;
     height: 42px;
}
*/

/* size on the pitt website */

.uni-pitt-branding .logo-container img {
     max-width: 216px;
}


footer div.footer-content__field-footer-section>.field__item.primary .footer-section__field-title:after {
    background-image: url(../images/footer_logo.jpg);
    bottom: -104px;
    content: ' ';
    height: 87px;
    left: 0;
    position: absolute;
    width: 69px;
}

.icon-podcast:before {
    background-image: url(../images/podcast.jpg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    height: 25px;
    content: "";
}

ul.social-media li a i.icon-podcast {
    padding-left: 10px;
}


@media (max-width: 900px) {
.uni-pitt-branding .logo-container img {
     margin-left: -35px;
     height: 42px;
}}

/* Hotspot Center Image */

 .image-hotspots-wrapper {
    font-size: 0;
    text-align: center;
}

/* Hotspot Remove Label */

.image-hotspots-wrapper .label-title {
display: none;
}


.HealthEquityTitle a
{
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    padding: 5px 0;
    color: #000000;
}

.HealthEquityTitle:hover a {
color:#19a1aa;
}

.HealthEquityInterests
{
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 20px;
    line-height: 30px;
}

/* Twitter feed remove CSS updates */
#homepage-news-blocks .news-block.fourth-block>.news-block-inner article {
    padding-top: 0px;
}
@media (min-width: 768px) {
    #homepage-news-blocks .news-block.fourth-block time {
        padding-right:49px
    }
}
#homepage-news-blocks .news-block.fourth-block {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}
#homepage-news-blocks .news-block.fourth-block>.news-block-inner article .background-img {
    background-image: none!important;
}
@media (min-width: 901px) {
    #homepage-news-blocks .news-block.fourth-block>.news-block-inner article {
        padding-bottom:33px;
        padding-left: 28px;
        padding-right: 37px
    }
}

@media (max-width: 900px) and (min-width:768px) {
    #homepage-news-blocks .news-block.fourth-block>.news-block-inner article {
        height:auto;
        padding: 8px 57px 45px 30px
    }
}
@media (max-width: 900px) {
    #homepage-news-blocks .news-block.fifth-block>.news-block-inner article .news__field-title {
        font-size:20px;
        line-height: 26px
    }
}

@media (max-width: 480px) {
    #homepage-news-blocks .news-block.fifth-block>.news-block-inner article ul.news__field-categories {
        padding-left:0;
        width: 100%
    }
}

#homepage-news-blocks .news-block.fourth-block>.news-block-inner article time {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
}

/* End Twitter feed remove CSS updates */
