/*
 Theme Name:   Surgery Theme (UW Theme Child)
 Theme URI:    https://uwtheme.wordpress.wisc.edu/
 Author:       UW-Madison & Department of Surgery
 Author URI:   https://www.surgery.wisc.edu
 Description:  This is a customized version of the UW Theme provided by DoIT
 Template:     uw-theme
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  surgery-uw-theme-child
*/


/* Your custom styles go below here */

p.faculty-title {
    margin-top: 1em;
}

.dos-logo svg path {
    fill: #AFADAE;
}

.dos-logo svg:hover path {
    fill: #ffffff;
}

.uw_staff h1.page-title {
    text-transform: none;
}

.uw_staff li, .publication-list li {
    margin-bottom: .2rem;
}

.uw_staff h2 {
    text-transform: none;
    font-weight: normal;
}

.faculty-contact .address {
    margin-top: 1em;
}

.faculty-headshot-contact .titles {
    margin-bottom: 1.5rem;
}

.faculty-headshot-contact .headshot-sidebar-heading {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
}

.faculty-headshot-contact .specialties {
    background-color: #f1e5db;
}

.faculty-headshot-contact .specialties h2 {
    font-size: 1.2em;
    background: #c5050c;
    padding: .5em;
    color: #fff;
    margin: 0;
}

.faculty-headshot-contact .specialties ul {
    padding: 0 1em 1em 1em;

}

.faculty-headshot-contact .specialties ul li {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #c5050c;
}

.faculty-headshot-contact .specialties ul li a {
    color: #c5050c;
    text-decoration: underline dotted;
}
.faculty-headshot-contact .specialties ul li a:hover {
    text-decoration: underline solid;
}

a.clinical-information {
    font-size: .8em;
    background: #0479a8;
    padding: .5em;
    color: #fff;
    text-decoration-style: dotted;
}

a.clinical-information:hover {
    background: #07516f;
    text-decoration-style: solid;
}

.uw-link-list {
    max-width: 90%;
}

.uw-nav-menu.uw-nav-menu-secondary {
    height: 100%;
}

#uw-secondary-nav {
    height: 100%;
}

@media screen and (min-width: 600px) {
  .uw-donate-button {
        border-radius: 4px;
        background-color: white;
        border: none;
        text-align: center;
        width: 45px;
        cursor: pointer;
        padding-left: 0px !important;
        padding-right: 0px !important;
        line-height: 20px;
  }

    .uw-donate-button a {
        color: #c5050c !important;
    }

    .uw-donate-button:hover {
        background-color: #ffb3b3;
    }
}

.tag_cloud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag_cloud a {
    display: inline-block;
    margin: 0.125rem;
    padding: 0.4375rem;
    background: #8a8c8e;
    color: white;
    border: 1px solid #8a8c8e;
    transition: all 0.1s ease-in-out;
}

.tag_cloud a:hover,
.tag_cloud a:focus {
    background: #c5050c;
    color: #f9f9f9;
    border: 1px solid #c5050c;
    transform: scale(1.1);
}
