/*
Theme Name: PRI Collections, a custom stylesheet for template: twentyseventeen, last updated 10/07/2021
*/
/* comment out styles at 113 (custom-header-media), 209 (header height with admin bar), and 229 (gray nav bar) */

body.has-header-image .site-description,
body.has-header-video .site-description,
body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .8);
    opacity: 1;
}

.entry-content li {
    list-style-position: inside;
    margin-left: .25rem;
}


/* for round profile pics on People pages, but not for Directory widgets */

.profile-pic {
    border-radius: 50%;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.site-info {
    display: none;
}

.center-align {
    text-align: center;
}


.site-footer h2.widget-title {
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 1.5em;
    text-transform: none;
}

.site-footer .widget a {
    color: #fff;
}

.site-footer .widget a:hover {
    color: #fff;
}

.site-footer .widget p {
    color: #fff;
}

.site-footer .h4 {
		font-size: 1.125rem;
}

.widget a img {
    box-shadow: none;
}

.site-footer .widget-area a {
    box-shadow: none !important;
    color: #fff;
}

.site-footer .widget-area a:hover {
    box-shadow: none;
    color: #fff;
    text-decoration: underline;
}

.textwidget p a {
    color: #fff !important;
}

.textwidget p a:hover {
    color: #fff;
}

.site-footer {
    background: #13294B;
}

.navigation-top {
    z-index: 999;
}

.site-title,
.site-title a,
.site-description {
    color: #fff;
}

.custom-header {
    background: #13284B;
}

.custom-header-media:before {
    background: none;
}
/*
.custom-header-media {
    height: 32vh;
}
*/


p {
    line-height: 1.6;
}

.content-area > li {
    margin-left: 1.2rem;
}

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    font-weight: 600;
}

/*styles to override Public Affairs styles in Directory shortcode */
.mainText > h2,
.mainText > h3 {
    display: none;
}

#mainNav {
    margin-bottom: 4rem;
}

.mainContent {
    padding: 2rem;
}

.mainText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
}

.mainText .profile-photo {
    margin-bottom: 1.5rem;
}

.mainText .profile-photo img {
    width: 150px;
    height: auto;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    margin-left: 5px;
    box-shadow: 0 0 0 5px #F4F4F2, 0 0 0 6px #E0E0E0;
}

.mainText .profile-details > span {
    display: block;
    color: #767676;
    line-height: 1.5;
}

.mainText .profile-details > span:nth-of-type(2) {
    color: #000;
}

.mainText .profile-details > span:nth-of-type(3) {
    font-style: italic;
}

.mainText .profile-details .name {
    font-weight: 600;
    font-size: 1.15rem;
}

.mainText .search-result {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 2rem 3.5rem;
    padding-right: 1.25rem;
}

.mainText > h3 {
    display: none;
}

@media screen and (min-width: 48em) {

/*
    .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
    .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(66vh - 32px);
    }

    .twentyseventeen-front-page.has-header-image .custom-header-media,
    .twentyseventeen-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 66vh;
    }
*/

    .custom-header-media:before {
        background: initial;
    }

/*
    .navigation-top {
        background-color: #474d4d;
        border: none;
    }

    .navigation-top a {
        color: #fff;
    }
*/

    .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
        min-height: 101%;
    }

    .custom-header {
        height: 26vh;
    }

    .main-navigation ul ul {
        background-color: #474d4d;
        border: none;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #474d4d;
    }

    /* Create two unequal columns that float next to each other */

    .column {
        float: left;
        padding: 1rem 2rem 1rem 0;
    }

    .left {
        width: 35%;
    }

    .right {
        width: 65%;
    }

    .half {
        width: 50%;
    }

    .third {
        width: 33%;
    }

    .quarter {
        width: 25%
    }


    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /*   style for directory listings */

    .mainText .search-result {
        width: 40%;
        margin: 2rem 0;
    }
}

@media screen and (min-width:30em) {
    .site-branding {
        padding: 7% 0 4em;
    }

}
