/*
Theme Name:   UW-Theme Child
Theme URI:    https://wordpress.wisc.edu
Description:  UW-Theme Full Child Theme
Author:       Justin Janisch
Template:     uw-theme
Version:      1.0.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/header.css");
@import url("css/footer.css");
@import url("css/sidebar.css");
@import url("css/glossary.css");
@import url("css/whats-new.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;
}

.uw-nav-menu {
    background: black !important;
}

.uw-nav-menu-secondary {
    background: transparent !important;
}

.entry-content {
    width: 100%;
}

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

p, a, ul, ol, li {
    font-family: Verlag, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.uw-mobile-menu-button-bar .uw-is-visible {
    display: none !important;
}

.j-form-label {
    color: #c5050c;
    margin-bottom: 5px;
    font-weight: 700;
}

.j-textarea:hover, .j-textarea:active, .j-textarea:focus {
    background: white !important;
}

.j-form-error-message {
    color: #c5050c;
    font-weight: 700;
    text-align: center;
}

.johnes-ty-message {
    text-align: center;
    color: #c5050c;
}

.sponsor-heading {
    color: #c5050c;
}

.other-sponsor-container {
    margin-left: 40px;
}

.accordion-content {
    overflow:hidden;
}


@media screen and (max-width: 900px) {
    .uw-nav-menu {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .uw-header-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 270px;
    }

    .uw-mobile-menu-button-bar .uw-is-visible {
        display: none !important;
    }

    #uw-top-menus {
        display: block !important;
    }
}

@media screen and (max-width: 500px) {
    .uw-mobile-menu-button-bar .uw-is-visible {
        display: none !important;
    }

    #uw-top-menus {
        display: block !important;
    }
}