/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@media (min-width: 1200px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        /* max-width: 960px; */
        max-width: 1200px;
    }
}

.comments-area a, .page-content a{
    text-decoration: none !important;
}

.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    color: #fff !important;
    background-color: #F05A46 !important;
    border-radius: 50px;
    padding: .25rem 2rem !important;
}

.post-date-wrapper {
    background-color: #E8EFF7;
    padding: .5rem .25rem;
}
.post-date-wrapper span {
    display: block;
}
.post-date-wrapper span:first-child {
    color: #74BFB8;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: .25rem;
}
.post-date-wrapper span:last-child {
    text-align: center;
    font-size: .75rem;
    color: #032057;
    font-weight: bold;
}

.entry-title {
    color: #032057;
    font-weight: 700;
    line-height: 1.1;
}
.post-custom-meta span:first-child {
    color: #7590C9;
    font-weight: 600;
}
.page-content {
    padding-bottom: 2rem;
}
.post-interest h3 {
    color: #032057;
    font-weight: 700;
}
.post-interest .view-all {
    color: #74BFB8;
    font-size: .85rem;
    font-weight: 700;
}
.post-interest .view-all:hover {
    color: #032057;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/**
Archieve Styling
 */
.archive-grid .card {
    border: none;
}
.archive-grid .card-img-wrapper {
    position: relative;
}
.archive-grid .card-img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: .75rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.archive-grid .card-img-wrapper:hover .card-img-content {
    opacity: 1;
}
.archive-grid .card-img-content a {
    color: #ffffff;
}
.archive-grid .card-img-top {
    border-radius: .75rem;
}
.archive-grid .card-body {
    padding: .25rem;
}
.archive-grid .card-subtitle {
    padding: 1rem 0;
    font-size: .75rem;
    color: #7590C9;
}
.archive-grid .card-title a {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #032057;
}
.archive-grid .card-title a:hover {
    color: #7590C9;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.archive-grid .card-text {
    font-size: .85rem;
    color: #666666;
}

/** Teams **/
#teams .swiper-wrapper {
    justify-content: center;
}
#teams .card{
    border: none;
}
/** Quiz **/
.mlw_qmn_question_number::after{
    content: " . ";
}

/** Classes **/
.bold-dark-blue {
    font-weight: 700;
    color: #032057 !important;
}

@media (max-width: 600px) {
    .page-header .entry-title {
        font-size: 1.85rem;
        margin-top: 1.25rem !important;
    }
    .post-custom-meta {
        flex-wrap: wrap;
    }
    .post-custom-meta span {
        display: block;
        width: 100%;
    }
    .post-custom-meta span:first-child {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1200px) {
    /*.site-header,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px;
    }*/
    .site-header,
    .single-resource .site-main {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

/** Resources Single **/
.pagination{
    font-size: 0.85rem;
}
.page-item.active .page-link,
.page-link:hover{
    color: #ffffff !important;
    background-color: #032057 !important;
    border-color: #032057 !important;
}
.page-link {
    color: #032057 !important;
}
.single-resources .nav-links {
    display: flex;
    justify-content: space-between;
}
.single-resources .nav-links .nav-previous a,
.single-resources .nav-links .nav-next a {
    font-size: 0.85rem;
}
.single-resources .nav-links .nav-previous a:hover,
.single-resources .nav-links .nav-next a:hover{
    color: #336;
    text-decoration: none;
}
.single-resources .nav-links .nav-previous span,
.single-resources .nav-links .nav-next span {
    display: block;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .single-resources .nav-links .nav-previous,
    .single-resources .nav-links .nav-next {
        width: 50%;
    }
    .single-resources .nav-links .nav-next {
        text-align: right;
    }
}

.res-grid .card {
    border: none;
}
.res-grid .card-img-top {
    border-radius: .75rem;
}
.res-grid .card-body {
    padding: .25rem;
}
.res-grid .card-subtitle {
    padding: 1rem 0;
    font-size: .75rem;
    color: #7590C9;
}
.res-grid .card-title a {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #032057;
}
.res-grid .card-title a:hover {
    color: #7590C9;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.res-grid .card-text {
    font-size: .85rem;
    color: #666666;
}