@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

/*
Theme Name: wp_cqtheme
Version: 1.0.0
License URI: Placeholder
Author: Collin Meyer
Text Domain: wp_cqtheme
*/

/* * {
    margin: 0;
    padding: 0;
} */

/* body {
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
}

p {
    color: #555;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0 0 10px;
}

h1 {
    color: #111111;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
}

h2 {
    color: #111;
    margin: 0 0 0.5em;
    line-height: 1.5em;
    font-size: 1.7em;
    font-weight: 500;
}

h3 {
    color: #111;
    margin: 0 0 0.5em;
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: 800;
}

h4 {
    color: #111;
    line-height: 1.5em;
    margin: 0 0 0.5em;
    font-size: 18px;
    font-weight: 500;
}

hr {
    margin: 20px 0;
}

ul {
    padding: 0 0 0 30px;
    margin: 0 0 0.5rem 0;
    list-style: disc;
}

ol {
    padding: 0 0 0 30px;
    margin: 0 0 0.5rem 0;
}

li {
    color: #555;
    font-size: 16px;
    margin-bottom: 0.5em;
    font-weight: 300;
}

table {
    color: #555;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0 0 10px;
    width: 100%
}

td {
    padding: 0.857em 1.387em;
    vertical-align: top;
}

button {
    cursor: pointer;
    font-size: inherit; 
} */

#post a {
    color: #424FA2;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #424FA2;
}

#post a:hover {
    text-decoration: none;
}

.title {
    padding: 50px 0;
}

.archive_header {
    padding: 50px 0;
    margin: 30px 0;
}



/* OTHER */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    width: 100%;
    padding: 15px;
}

.wp-caption-text {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}

sup, sub {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.container > .row {
    clear: both; /* Fixes Firefox & Safari column bug */
}

.white-background {
    width: 100%;
    background: white;
    padding-bottom: 30px;
}






/* Front Page Template */

.front-page-background {
    z-index: -5;
}

.motto-container h1 {
    color: white;
    padding: 20px 0;
    margin: 0 auto;
}

.science-container {
    background: white;
}

.science-container h1 {
    color: black;
    margin: 0 auto;
    padding: 10px 0;
    letter-spacing: 10px;
    text-align:center;
    font-size: 20px;
}

.science-container p {
    color: black;
    font-size: 15px;
    margin: 0;
}


.front-page-icon {
    padding: 0 !important;
}

.icon-tint {
    background: rgba(45,67,70,0);
    float: left;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-tint:hover {
    background: rgba(45,67,70,0.8);
    transition: 0.4s;
}

.front-page-a {
    text-decoration: none !important;
    background: Transparent;
}




.join-container {
    margin-bottom: -70px;
 /*   border-bottom: 10px solid rgb(149,6,10); */
}

.join-container h1 {
    color: white;
    padding: 30px 0 0;
    margin: 0 auto;
}

.join-container p {
    color: white;
}

.join-container button {
    padding: 10px;
}





#learn-more {
    display: block;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    background: rgb(149,6,10);
    border: 1px solid rgb(138,6,9);
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 auto 20px;
    width: 10em;
}

#learn-more:hover {
    background: rgb(138,6,9);
}

.front-page-section {
    padding: 3% 8%;
}

.planet-image {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    padding: 50% 0;
}

.science-container .col-md-6 {
    padding: 0 4%;
}







/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}






/*  BLOG  */

.blog-links {
    text-decoration: none !important;
}

.blog-links:hover {
    text-decoration: underline !important;
}

.attachment-post-thumbnail {
    border-radius: 5px;
}

.blog-info {
    font-size: 12px !important;
    font-weight: 100;
    color: #555;
}

.post-categories {
    display: inline;
    padding: 0;
}

.post-categories li {
    display: inline;
    font-size: 12px !important;
    padding: 0 1px;
}

#pagination {
    margin-top: 50px;
}

.page-numbers {
    color: gray !important;
    text-decoration: none !important;
    padding: 15px;
}
.page-numbers:hover {
    background: #DADADA;
}

.blog-post {
    margin-bottom: 40px;
}

.current {
    font-weight: bolder;
    text-decoration: underline !important;
}

.current:hover {
    background-color: inherit !important;
}

.tags {
    color: #888;
}

.tags a {
    color: #888 !important;
    text-decoration-color: #888 !important;
}





/* COMMENTS */

.commentlist {
    padding: 0;
    margin-top: 20px;
}

.form-allowed-tags {
    display: none;
    font-size: 12px;
}

#respond {
    margin-top: 50px;
    clear: both;
}

#comment {
    resize: vertical;
    width: 100%;
}

#comments {
    margin-top: 100px;
}

.commentlist {
    list-style: none;
}

.commentlist .children {
    list-style: none;
    padding-left: 50px;
}

.comment-container {
    padding: 15px;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.1);
}

.avatar {
    float: left;
}

.comment-head {
    display: flex;
    padding-left: 10px;
    justify-content: flex-start;
}

.comment-head .name {
    font-weight: bold;
    padding-right: 10px;
}

.comment-head .date {
    padding-right: 10px;
    font-size: 12px;
}

.comment-head .perma {
    padding-right: 10px;
    font-size: 12px;
}

.comment-entry {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.comment-reply-link {
    font-size: 12px;
    padding: 5px 10px;
    color: black !important;
    text-decoration: none !important;
    background: rgba(0,0,0,0.1);
}

#submit {
    border: 1px solid #ccc;
    padding: 15px;
    float: right;
    font-weight: bold;
}

#submit:active {
    background: #ccc
}




/* AUTHOR BOX */
.author-box {
    margin: 30px 0;
    box-shadow: 2px 2px 15px 0px #888888;
    display: flex;
    align-items: center;
}
.author-box img {
    border-radius: 50% !important;
    max-width: 180px !important;
    display: block !important;
    margin: auto !important;
}
.author-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.author-name {
    font-weight:bold;
    margin-bottom: 3px;
}
.author-bio {
    padding: 0;
}

.author-page-author-box {
    margin: 60px 0;
}
.author-page-author-box .author-box-link {
    display: none;
}










/* HEADER */

#navmenu-upper {
/*    background: #363636; */
}

#navmenu-upper ul {
    margin: 0;
    padding: 0;
}

#navmenu-upper li {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
}

#navmenu-upper a {
    color: white;
    text-decoration: none;
    font-weight: lighter;
    font-size: 0.9em;
    transition: 0.09s;
}

#navmenu-upper a:hover {
    color: #BDBAB3;
    transition: 0.09s;
}

#banner-header {
  /*  background: #363636; */
    padding: 0 0 10px 0;
}

#banner-header .container .row {
    display: flex;
    align-items: center;
}

#banner-header button {
    background: #eee;
    outline: 0;
    padding: 0.327em 1em;
    text-align: center;
    font-size: 1em;
    line-height: 1.618em;
    float: right;
    vertical-align:middle;
    height:36px;
    width: 100px;
}

#banner-header button:active {
    background: #DADADA;
}

#banner-header .header-image img {
    width: 375px;
}







#navmenu-lower {
    background: #9f2321;
    height: 50px;
}

#navmenu-lower > li > a {
    color: white !important;
}

#navmenu-lower a {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
}

#navmenu-lower ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-desktop li:hover {
    background: white;
}

.menu-desktop li:hover > a {
    color: black !important;
}






.menu-desktop {
    visibility: visible !important;
    height: 51px !important;
    padding: 0;
}

.menu-desktop a {
    padding: 14px 16px;
}

.menu-desktop ul {
    display: none !important;
    float: left !important;
    clear: both !important;
}

/*.menu-dropdown > a {
    font-weight: 500 !important;
}*/

.menu-item {
	padding: 12px 0 0 0;
}

.desktop-menu-item {
    display: block !important;
    float: left !important;
    visibility: visible !important;
    margin: 0;
    height: 100%;
}

.desktop-menu-item:hover > ul {
    display: inline-block !important;
}

.desktop-menu-item ul {
    position: absolute;

    background: #DADADA;
    z-index: 3;
    white-space: nowrap;
}

.desktop-menu-item ul li {
    float: left;
    clear: both;
    width: 100%;
}

.desktop-menu-item ul li a {
    color: black !important;
}

.desktop-menu-item ul li:hover {
    background: #CCCCCC !important;
}

.desktop-menu-item ul ul {
    position: absolute;
    left: 100%;
}








.menu-mobile li:hover > a {
    background: white;
}

.menu-mobile li:hover > a {
    color: black !important;
}




.menu-mobile {
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 0;
    padding: 20px;

    background-color: #222222;
    -webkit-transition: height 0s, visibility 0s;
}

.menu-mobile > li {
    font-weight: 500;
    padding: 5px 20px;
    width: 50%;
    float: left;
}

.menu-mobile > li > a {
    font-size: 14px !important;
}

.mobile-menu-item {
    display: block;
    float: none;
    visibility: hidden;

    position: relative;
    z-index: 3;
}

.mobile-menu-item a {
    z-index: 3;
    padding: 5px;
}








#navbar-toggle {
    display: none;
    background: inherit;
    border: none;
    outline: none;
    color: white;
    padding: 14px 20px;
}







@media only screen and (max-width: 570px) {
    #banner-header .container .row {
        display: block;
    }
    #banner-header button {
        width: 70%;
        float: none;
        display: block;
        margin: 10px auto;
    }
    #banner-header img {
        display: block;
        width: 80% !important;
        margin: 0 auto;
        padding-top: 10px;
    }

    #banner-header .col-10 {
        text-align:center;
    }
}






/* FOOTER */

footer {
    background: #1d1d1d;
    padding: 30px 0;
    font-size: 12px;
}

footer a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
}

footer p a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: underline;
}

footer p {
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px;
    line-height: 1.6em;
}

footer ul {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    line-height: 2em;
    padding: 0;
}

footer li {
    list-style: none;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

.social-media a {
    padding: 0 10px 0 0;
}




/* SIDEBAR */

.sidebar {
    margin-top: 80px;
    max-width: 300px;
}

.sidebar h3 {
    font-size: 1.5em;
    font-weight: 400;
}

.sidebar p {
    font-size: 13px;
}

.sidebar a {
    color: #555;
    font-weight: 600;
    text-decoration: none;
}

.sidebar img {
    float: left;
}

.widget {
    padding: 40px 0;
}

.widget ul {
    padding: 0;
    list-style-position: inside;
}

#archives-dropdown-2 {
    margin-left: 10px;
}




/* EDUCATORS' ZONE */

.banner-ed-zone-top {
    background: linear-gradient(to bottom, #111820 0%, #24303d 100%);
    padding: 3rem;
}

.banner-ed-zone-top h1 {
    color: white;
}

.banner-ed-zone-top p {
    color: white;
}

.header-link-image a {
    color: white;
    text-decoration: none !important;
}

.header-link-image a:hover {
    color: white;
    text-decoration: underline !important;
    text-decoration-color: white !important;
}

.header-link-image h1 {
    color: white;
    text-shadow: 0 0 10px #000000, 0 0 20px #000000;
}

.header-link-image p {
    color: white;
    text-shadow: 0 0 10px #000000, 0 0 20px #000000;
}

.header-link-image {
    padding: 1rem 3rem;
    margin: 0 0 1rem 0;
}

.banner-ed-zone-lesson {
    background: url("https://cdn.cnn.com/cnnnext/dam/assets/150103074330-hubble-space-background-2-full-169.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-ed-zone-activities {
    background: url("https://i.pinimg.com/originals/4c/58/09/4c5809a771c73f3c7aa29a58b7f62e86.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem;
}

.banner-ed-zone-resources {
    background: url("https://s3.amazonaws.com/tgc-web/wp-content/uploads/2018/02/26201510/old-books-new-christian-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6rem;
}




/* IMAGES */

#post img {
    width: auto;
    height: auto;
    margin-bottom: 0.5em;
    vertical-align: middle;
    max-width: 100%;
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 25px 0 0;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
}

#post img {
    width: auto;
    height: auto;
    margin-bottom: 0.5em;
}
