/*
 Theme Name:   UCLA-WP Child
 Theme URI:    http://stratcomm.ucla.edu
 Description:  UCLA Strategic Communications Child Theme
 Author:       Strategic Communications
 Author URI:   http://stratcomm.ucla.edu
 Template:     ucla-wp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         ucla, child
 Text Domain:  uclawpchild
*/

@media (max-width: 781px) {
    #header .site-name {
        margin-top: 24px;
    }
    .wp-block-column:not(:only-child) {
        flex-basis: 80% !important;
    }
}

@media (max-width: 1025px) {
    #header {
        position: static;
        height: auto;
    }
}

#header .site-name {
    max-width: 200px;
}

#header .site-name a {
    font-size: 20px;
    line-height: 24px;
}

h1.ribbon {
    max-width: 734px;
}

.committee-members table tbody tr:first-child {
    border-top: 1px solid #E7E7E8;
}

.committee-members table tbody tr {
    border-bottom: 1px solid #E7E7E8;
    line-height: 24px;
}

.committee-members table tbody tr td {
    padding: 16px 0;
}

 @media (min-width: 768px) {
    #header .site-name {
        max-width: 475px;
    }
    #header .site-name a {
        font-size: 24px;
        line-height: 28px;
    }
 }

 @media (min-width: 1024px) {
    #header .site-name a {
        font-size: 28px;
        line-height: 32px;
    }
 }