/*
Theme Name:   UW-Theme Child
Theme URI:    https://wordpress.wisc.edu
Description:  UW-Theme Full Child Theme
Author:       Britt Baker
Template:     uw-theme
Version:      1.7.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  uw-theme-child
*/

@import url("css/sidebar.css");
@import url("css/header.css");

.entry-content-with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.entry-content {
    width: 100%;
}

.uw-outer-row {
	padding: 2rem 0 !important;
}

.content .j-sidebar-container {
    margin-top: 2rem !important;
}

.uw-global-bar {
    background-color: #023667 !important;
    justify-content: flex-start !important;
}

#site-title a {
    color: #023667 !important;
}

#site-description {
    color: #c5050c !important;
}

h3 {
    color: #c5050c !important;
}

#site-title {
    display: none !important;
}

.uw-header-crest {
    float: left;
    position: relative;
}

.uw-header-crest img {
    float: right;
    width: 35rem !important;
}



.uw-copyright {
    padding: 0.5rem !important;
}

.uw-footer-content {
    padding-top: 3rem !important;
}

.logo-link {
    margin: 5px 40px 5px 0;
}

.uw-footer-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.footer-container-left, .footer-container-right {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.footer-container-left {
    width: 70%;
    max-width: 70% !important;
}

.footer-container-right {
    width: 30%;
    max-width: 30% !important;
    justify-content: flex-end;
}

#custom_html-2 {
    background: transparent !important;
    padding: 10px 0 !important;
}

#custom_html-2 p {
    margin-left: 6px !important;
    margin-bottom: 10px !important;
}

#custom_html-2 p a {
    text-decoration: none !important;
}

#custom_html-2 p a:hover {
    text-decoration: underline !important;
    color: #023667 !important;
}

.name-separator {
    margin: 0 8px;
    font-size: 23px;
    color: #ffffff;
}

.wmj-sponsor-img {
    max-width: 300px !important;
}

.wmj-sponsor-name {
    margin-left: 12px !important;
}

.sponsor {
    margin: 10px 0;
}

h1, h2 { text-transform: none !important }

.badge {
    margin: 0 0 3px 6px !important;
    border-radius: 50px !important;
    max-width: 18px !important;
    max-height: 18px !important;
}

.badge-large {
    margin: 0 6px 3px 6px !important;
    border-radius: 60px !important;
    max-width: 30px !important;
    max-height: 30px !important;
}
