/*
 Theme Name:       UW WordPress Theme - Child Theme
 Theme URI:        https://github.com/uweb/uw_wp_theme_child
 GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
 Primary Branch:   main
 Author:           UW Web Team
 Author URI:       https://github.com/uweb
 Description:      A child theme based on the UW WordPress Theme
 Template:         uw_wp_theme
 Version:          1.1
 License:          GNU General Public License v2 or later
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/

.page-content .entry-content {
    margin: 0;
}

.bold {
    font-weight: 600;
}

.bg-purple {
    background-color: #4b2e83;
}

.bg-lightgray {
    background-color: #eeeeee;
}

.box-header {
    font-size: 4rem;
}

.text-gold {
    color: #b7a57a;
}

a.text-gold {
    color: #b7a57a;
    text-decoration: none;
}

a.text-gold:hover {
    color: #85754d;
    text-decoration: underline;
}

.uw-btn-white {
    background-color: white !important;
}

.uw-btn-white::before {
    background-color: #b7a57a !important;
}

.full-width {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    width: 100vw;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-gold {
    background-color: #b7a57a;
}
  
.home-app {
    padding-top: 100px;
    padding-bottom: 100px; 
}

.home-app p {
    color: black;
    font-size: 1.75rem;
    line-height: 1.625;
}

.square-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
  
.square-fill {
    width: 100%; 
    position: relative;
}
  
.square-fill::before {
    content: "";
    display: block;
    padding-top: 100%; 
}
  
.square-fill img {
    position: absolute;
    top: 0;
    left: 0;
}

.border-lightgray {
    border: 1px solid #eeeeee;
}

#donate-bar {
    height: 400px;
}

#donate-content {
    background-color: white;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.app-tile {
    position: absolute;
    width: 70%;
    top: 55%;
    left: 15%;
    text-align: center;
}

li {
    margin-bottom: 1rem;
}

.text-white a {
    color: white;
}

.plain-link {
    text-decoration: none !important;
}

.grid-name h3 {
    margin-top: .25rem;
}

.grid-headshot-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.grid-headshot {
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
}

.grid-medal {
    position: absolute;
    top: -5%;
    right: -5%;
    width: 30%;
    height: 30%;
}

.grid-medal img {
    border: solid white;
    border-radius: 50%;
    background-color: white;
    height: 100%;
    width: auto;
}

.grid-uni {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
    height: 33%;
}

.grid-uni img {
    border: solid white;
    border-radius: 50%;
    background-color: white;
    height: 100%;
    width: auto;
}

.outline {
    outline: 1px solid red;
}

/* Base class for the icons */
.icon {
    width: 16px; 
    height: 16px; 
    background-size: cover;
    display: inline-block; 
    background-repeat: no-repeat;
}

.profile-icon {
    background-image: url('/spinehealthie/wp-content/themes/uw_wp_theme_child/assets/svg/info-circle-fill.svg');
    transition: .3s ease-in-out;
}

.publication-icon {
    background-image: url('/spinehealthie/wp-content/themes/uw_wp_theme_child/assets/svg/file-earmark-fill.svg');
}

.location-icon {
    background-image: url('/spinehealthie/wp-content/themes/uw_wp_theme_child/assets/svg/geo-alt-fill.svg');
}

/* Hover effects */
.profile-icon:hover {
    background-image: url('/spinehealthie/wp-content/themes/uw_wp_theme_child/assets/svg/info-circle.svg');
}

.publication-icon:hover {
    background-image: url('/spinehealthie/wp-content/themes/uw_wp_theme_child/assets/svg/file-earmark.svg');
}

.location-icon:hover {
    background-image: url('/spinehealthie/wp-content/themes/uw_wp_theme_child/assets/svg/geo-alt.svg');
}

#endoscopic-spine-research-group div[id^="link-text-"] {
    min-height: 1.75rem;
    transition: opacity 0.15s ease;
    opacity: 0;
    font-size: .8rem;
    font-weight: 600;
}
