/**
 * Theme Name: Schools
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The Schools theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: schools
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
    font-family: 'Roboto-Bold';
    src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
        url('assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('assets/fonts/Roboto-Black.woff2') format('woff2'),
        url('assets/fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BoldCondensedItalic';
    src: url('assets/fonts/Roboto-BoldCondensedItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-BoldCondensedItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('assets/fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('assets/fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('assets/fonts/Roboto-BoldCondensed.woff2') format('woff2'),
        url('assets/fonts/Roboto-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('assets/fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('assets/fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('assets/fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('assets/fonts/Roboto-Thin.woff2') format('woff2'),
        url('assets/fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('assets/fonts/Roboto-Medium.woff2') format('woff2'),
        url('assets/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-CondensedItalic';
    src: url('assets/fonts/Roboto-CondensedItalic.woff2') format('woff2'),
        url('assets/fonts/Roboto-CondensedItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('assets/fonts/Roboto-Italic.woff2') format('woff2'),
        url('assets/fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('assets/fonts/Roboto-Light.woff2') format('woff2'),
        url('assets/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('assets/fonts/Roboto-Condensed.woff2') format('woff2'),
        url('assets/fonts/Roboto-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto-Regular', Arial, sans-serif;
    padding-top: 200px;
}
.admin-bar header {
    top: 32px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header .top {
    background-color: #fff;
    padding: 25px 0;
}
header .top .navbar-toggler {
    display: none;
}
header .bottom {
    background-color: #003e7e;
}
header .bottom .navbar {
    padding: 0;
}
header .bottom .navbar .navbar-collapse .nav-menu .menu-item .nav-link {
    color: #fff;
    padding: 15px 25px;
    background-color: #003e7e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .bottom .navbar .navbar-collapse .nav-menu .menu-item:hover .nav-link,
header .bottom .navbar .navbar-collapse .nav-menu .menu-item:focus .nav-link,
header .bottom .navbar .navbar-collapse .nav-menu .menu-item:active .nav-link {
    background-color: #fff;
    color: #003e7e;
}
header .social-menu {
    margin-left: auto;
}
header .navbar-brand img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
header .navbar-brand {
    font-family: "Roboto-Condensed", Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: rgb(36, 36, 36);
    text-transform: capitalize;
    background: url("assets/img/HazelwoodSchoolDistrictPrimaryLogoImage.webp") no-repeat left top;
    padding-left: 155px;
    min-height: 75px;
}
header .navbar-brand span {
    display: block;
    font-family: Roboto-Italic, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: rgb(99, 99, 99);
}
/*Images*/
.breadcrumb {
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: rgb(19, 19, 19);
    background-color: transparent;
    margin: 0;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-caption img {
    width: 100%;
}

.wp-caption {
    border: 8px solid #ececec;
    position: relative;
}

.inner-content .wp-caption .wp-caption-text {
    background-color: #3c81b2;
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 5px 8px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
/*Images End*/
.content {
    padding: 40px 0;
}
.content .page-title {
    font-family: 'Roboto-Condensed', Arial, sans-serif;
    font-size: 48px;
    line-height: 67px;
    font-weight: 700;
    color: rgb(0, 62, 126);
    margin: 0 0 50px;
}
.content .small-title {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: rgb(102, 102, 102);
    margin: 0 0 40px;
}
.content h2 {
    font-family: 'Roboto-Condensed', Arial, sans-serif;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: rgb(0, 62, 126);
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 2px rgb(128, 128, 128) solid;
}
.content h2 span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}
.content p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 19px;
    line-height: 26px;
    color: rgb(99, 99, 99);
    margin: 0 0 16px;
}
.content p a {
    color: rgb(0, 62, 126);
}
.content p a:hover,
.content p a:hover,
.content p a:active {
    color: rgb(0, 62, 126);
    text-decoration: underline;
}
.content hr {
    border-top: 2px rgb(128, 128, 128) solid;
}
aside h3 {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: rgb(102, 102, 102);
    margin: 0 0 40px;
}
aside .item {
    margin: 0 0 20px;
}
aside .item:last-child {
    margin: 0;
}
aside .item h3 {
    font-family: 'Roboto-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgb(28, 28, 28);
    margin: 0;
}
aside .item p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgb(28, 28, 28);
    margin: 0;
}
aside .item p a {
    color: #66011A;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
aside .item p a:hover,
aside .item p a:focus,
aside .item p a:active {
    text-decoration: underline;
    color: #0F090B;
}
.news-area {
    padding: 40px 0;
}
.news-area .page-title {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: rgb(102, 1, 26);
    margin: 0 0 20px;
}
.news-area .page-sub-title {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: rgb(102, 102, 102);
    margin: 0 0 20px;
}
.news-area article {
    border-bottom: 1px rgb(102, 102, 102, 0.3) solid;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.news-area article h3 {
    font-family: 'Roboto-Bold', Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: rgb(108, 108, 108);
    margin: 0;
}
.news-area article h3 a { 
    color: #66011A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-area article h3:hover a,
.news-area article h3:focus a,
.news-area article h3:active a {
    color: rgb(102, 102, 102);;
}
.news-area article p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgb(28, 28, 28);
    margin: 0 0 10px;
}
.news-area form {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}
.news-area form input {
    width: 100%;
    padding: 6px;
    border: 1px #666 solid;
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: rgb(28, 28, 28);
}
.news-area form input[type="submit"] {
    width: auto;
    padding: 10px 20px;
    border: 1px solid #66011A;
    background-color: #66011A;
    font-family: 'Roboto-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: hand;
    cursor: pointer;
}
.news-area form input[type="submit"]:hover,
.news-area form input[type="submit"]:focus,
.news-area form input[type="submit"]:active {
    background-color: #484848;
}
.pagination {
  font-family: 'Roboto-Regular', Arial, sans-serif;
  text-align: center;
  display: block; }
  .pagination .page-numbers {
    padding: 9px 16px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #66011A; }
    .pagination .page-numbers.current {
      color: #fff;
      background-color: #484848; }
footer {
    padding: 30px 0;
    color: #fff;
    background: #003e7e;
	text-align: center;
}
footer h3 {
    font-family: 'Roboto-Bold', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 10px;
}
footer address {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 10px;
}
footer p {
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 10px;
}
footer p a {
    color: #fff;
}
footer ul {
    margin-top: 20px;
}
footer ul li {
    font-size: 16px;
    line-height: 23px;
}
footer ul li a {
    color: #fff;
}
footer hr {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 20px 0;
}
footer .link {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
footer ul.footer-menu {
    margin: 0;
    text-align: right;
    flex-direction: row;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}
footer ul.footer-menu li {
    font-size: 12px;
    line-height: 18px;
}
footer ul.footer-menu li .nav-link {
    padding: 0 10px;
}
footer img {
    margin: 0 0 15px;
}
footer h3 {
    font-family: "Roboto-Condensed", Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 15px;
}
footer h3 a {
    color: #fff;
    text-decoration: none;
}
footer h3 a:hover,
footer h3 a:focus,
footer h3 a:active {
    color: #fff;
    text-decoration: underline;
}
footer ul.menu {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
footer ul.menu li {
    border-right: solid 1px hsla(0,0%,100%,.3);
    padding-right: 25px;
    margin-right: 25px;
}
footer ul.menu li:last-child {
    border: none;
} 
footer ul.menu li a {
    color: #fff;
    text-decoration: none;
}
footer ul.menu li a:hover,
footer ul.menu li a:focus,
footer ul.menu li a:active {
    color: #fff;
    text-decoration: underline;
}
footer ul.socials li a {
    width: 39px;
    height: 39px;
    display: block;
    border-radius: 50%;
    border: solid 1px hsla(0,0%,100%,.3);
    color: #fff;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer ul.socials li a:hover,
footer ul.socials li a:focus,
footer ul.socials li a:active {
    background-color: #fff;
    color: #003e7e;
}
@media (max-width: 1200px) {
    .hamburger {
        float: right;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: #fff;
    }
    body {
        padding-top: 116px;
    }
    header .top {
        padding: 20px 0;
    }
    header .nav-menu {
        text-align: center;
        align-items: center;
    }
    header .social-menu {
        flex-direction: row;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    header .top {
        padding: 20px 0;
    }
    body {
        padding-top: 107px;
    }
    .content {
        padding: 20px 0;
        text-align: center;
    }
    .content .page-title {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 15px;
    }
    .content .small-title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .alignright {
        float: none;
        margin: 0 0 20px;
    }
    .news-area article {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    aside h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    footer {
        padding: 15px 0;
        text-align: center;
    }
    footer ul.footer-menu {
        text-align: center;
    }
}
@media (max-width: 480px) {
    body {
        padding-top: 80px;
    }
    header .navbar-brand {
        max-width: 70%;
    }
    header .navbar-brand {
        min-height: 75px;
    }
    header .navbar-brand .inner-wrapper {
        display: none;
    }

} 