@charset "utf-8";
/*
    Created by Leonidas Kralidis for Agios Dimitrios Thessalonikis
*/
/*
    Created on : Sep 20, 2023, 02:15:04 PM
    Author     : Leonidas Kralidis
*/
/*
    COLOUR PALETTE
    Main colour: 8ec2d7
    Subtle colour: b4d7e4
    VERY subtle colour: f0f8f8
    Grey: 3a3a3a
    Another grey: 1a1a1a
    Subtle Grey: 808080
    Less Subtle Grey: 737373
    Offwhite: f8f4f4
*/
/*
[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px
*/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
    
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
    
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
    .header
    {
        width: 1200px;
    }
    .header_content
    {
        width: calc(100% - 210px);
    }
    .header_side
    {
        width: 210px;
    }
    .header_side img
    {
        width: 20px;
        height: 20px;
    }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
    .header
    {
        width: 90%;
    }
    .header_content
    {
        width: 100%;
    }
    .header_side
    {
        display: none !important;
    }
    .register_content,
    .search_content
    {
        width: 442px;
    }
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{

}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
    
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
    .main_nav_container
    {
        display: none;
    }
    .hamburger_container
    {
        display: block;
    }
    .menu_social_item {
        margin-right: 0;
    }
    .menu_social_item a i {
        font-size: 1.4rem;
        margin: 0 0.25rem;
    }
    .hero_boxes
    {
        width: 100%;
        height: auto;
        padding-top: 117px;
    }
    .hero_boxes_inner
    {
        position: relative;
        top: auto;
        left: auto;
    }
    .hero_box_col
    {
        margin-bottom: 30px;
    }
    .hero_box_col:last-child
    {
        margin-bottom: 0px;
    }
    .course_box
    {
        margin-bottom: 80px;
    }
    .course_box:last-child
    {
        margin-bottom: 0px;
    }
    .search_section
    {
        padding-top: 156px;
        padding-bottom: 161px;
    }
    .register_content,
    .search_content
    {
        width: 75%;
    }
    .testimonials_slider_container
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .event_date
    {
        margin: auto;
    }
    .event_name
    {
        margin-top: 17px;
    }
    .event_content p
    {
        margin-bottom: 0px;
    }
    .newsletter
    {
        display: flex;
        justify-content: center;
    }
    .newsletter .logo img{
        max-width: 10rem;
    }
    .newsletter_form_container
    {
        width: 90%;
    }
    .footer_col
    {
        margin-bottom: 30px;
    }
    .footer_col:last-child
    {
        margin-bottom: 0px;
    }
    .chapters{
        max-width: 100%;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
    
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
    
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
    
}

/************
10. 767px DESKTOP FROM HERE UP
************/

@media only screen and (max-width: 767px)
{
    .menu_container
    {
        right: -100vw;
        width: 100vw;
        height: 100vh;
    }
    .newsletter_email
    {
        width: 100%;
    }
    .newsletter_submit_btn
    {
        margin-top: 15px;
    }
}

/************
11. 575px MINIMUM MOBILE (MOBILE FROM HERE DOWN)
************/
@media screen and (min-width: 576px) {
    .show-on-mobile {
        display: none;
    }
}
@media only screen and (max-width: 575px)
{
    .container
    {
        padding: 0 1rem;
    }
    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-lg-10,
    .col-lg-12
    {
        padding: 0 1rem;
    }
    .header
    {
        height: 74px;
    }
    .logo_container{
        padding-left: 20px;
    }
    .logo img
    {
        max-width: 40px;
    }
    .logo span,
    .logo span a{
        font-size: 0.8rem;
    }
    .logo span{
        margin-left: 10px;
    }
    .menu
    {
        top: 70px;
    }
    .menu_item
    {
        margin-bottom: 0px;
    }
    .menu_social_container
    {
        margin-top: 50px;
    }
    .menu_social_item
    {
        margin:0;
    }
    .menu_social_item a i{
        font-size: 1.25rem;
        margin: 0 0.25rem;
    }
    .menu_close_container
    {
        right: 30px;
        top: 34px;
    }
    .hero_slider_nav
    {
        display: none;
    }
    .hero_slide_content
    {
        max-width: 100%;
    }
    .hero_slide_content h1 span
    {
        font-size: 3.5rem;
    }
    .home-small
    {
        height: 40vh;
    }
    .hero_slide_content h1,
    .hero_slide_content h1 span
    {
        font-size: 3rem;
    }
    .home-small .container.text-center h1
    {
        font-size: 1.5rem;
    }
    .card-title
    {
        margin-top: 30px;
    }
    .price_box
    {
        margin-top: 37px;
    }
    .register_section,
    .search_section
    {
        padding-top: 115px;
        padding-bottom: 120px;
    }
    .register_content,
    .search_content
    {
        width: 100%;
        
    }
    .register_text
    {
        margin-top: 25px;
    }
    .register_button
    {
        margin-top: 53px;
    }
    .testimonials_slider .owl-dots
    {
        display: none !important;
    }
    .testimonials_item
    {
        padding-bottom: 0px;
    }
    .event_date
    {
        width: 100px;
        height: 100px;
    }
    .event_name
    {
        margin-top: 5px;
    }
    .footer_bar
    {
        padding-top: 49px;
        padding-bottom: 52px;
    }
    .footer_social
    {
        margin-top: 20px;
    }
    .show-on-desktop {
        display: none;
    }
    /*********************************
    Articles responsive
    *********************************/
    .news_container
    {
        padding: 0;
    }
    .news_post_date
    {
        margin:auto;
    }
    .news_post_title_container{
        margin:auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .news_page_nav ul{
        display: flex;
        flex-wrap: wrap;
        gap: 15px 15px;
        justify-content: center;
    }
    .news_post_title_container{
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .news_post_title {
        text-align: center;
    }
    .news_post_text p{
        text-align: left;
    }
    /* Download Button */
    .btn-xl{
        white-space: normal;
        overflow-wrap: break-word;
        text-align: center;
        line-height: 1.4;
        width: 100%;
        padding: 0.9rem 1rem;
    }
    .breadcrumb{
        display:none;
    }
    .readingTime {
        text-align: center;
        margin: auto;
    }
    .news_post_meta{
        line-height: 1.1rem;
        text-align: center;
        margin: auto;
    }
    .news_post_meta_separator{
        color: transparent;
    }
    .news_post_meta_separator::after {
        content: "";
        display: block;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
    
    .show-on-desktop {
        display: none;
    }
    /*********************************
    Articles responsive
    *********************************/
    .news_post_date
    {
        margin:auto;
    }
    .news_post_title {
        text-align: center;
        margin: auto;
    }
    .news_post_text p{
        text-align: left;
    }
    /* Download Button */
    .btn-xl{
        white-space: normal;
        overflow-wrap: break-word;
        text-align: center;
        line-height: 1.4;
        width: 100%;
        padding: 0.9rem 1rem;
    }
    .breadcrumb{
        display:none;
    }
    .readingTime {
        text-align: center;
        margin: auto;
    }
    .news_post_meta{
        line-height: 1.1rem;
        text-align: center;
    }
    .news_post_meta_separator{
        color: transparent;
    }
    .news_post_meta_separator::after {
        content: "";
        display: block;
    }
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
    .show-on-desktop {
        display: none;
    }
    /*********************************
    Articles responsive
    *********************************/
    .news_post_date
    {
        margin:auto;
    }
    .news_post_title {
        text-align: center;
    }
    .news_post_text p{
        text-align: left;
    }
    /* Download Button */
    .btn-xl{
        white-space: normal;
        overflow-wrap: break-word;
        text-align: center;
        line-height: 1.4;
        width: 100%;
        padding: 0.9rem 1rem;
    }
    .breadcrumb{
        display:none;
    }
    .readingTime {
        text-align: center;
        margin: auto;
    }
    .news_post_meta{
        line-height: 1.1rem;
        text-align: center;
    }
    .news_post_meta_separator{
        color: transparent;
    }
    .news_post_meta_separator::after {
        content: "";
        display: block;
    }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
    .header
    {
        height: 60px;
        top: 15px;
    }
    .hero_slide_content h1 span
    {
        margin: auto;
    }
    .hero_boxes
    {
        padding-top: 80px;
    }
    .hero_box img
    {
        width: 45px;
    }
    .show-on-desktop {
        display: none;
    }
    /*********************************
    Articles responsive
    *********************************/
    .news_post_date
    {
        margin:auto;
    }
    .news_post_title {
        text-align: center;
    }
    .news_post_text p{
        text-align: left;
    }
    /* Download Button */
    .btn-xl{
        white-space: normal;
        overflow-wrap: break-word;
        text-align: center;
        line-height: 1.4;
        width: 100%;
        padding: 0.9rem 1rem;
    }
    .breadcrumb{
        display:none;
    }
    .readingTime {
        text-align: center;
        margin: auto;
    }
    .news_post_meta{
        line-height: 1.1rem;
        text-align: center;
    }
    .news_post_meta_separator{
        color: transparent;
    }
    .news_post_meta_separator::after {
        content: "";
        display: block;
    }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
    .logo span{
        margin-left: 0;
    }
    .menu_social_item a i{
        font-size: 1.25rem;
        margin: 0;
    }
    .show-on-desktop {
        display: none;
    }
    /*********************************
    Articles responsive
    *********************************/
    .news_post_date
    {
        margin:auto;
    }
    .news_post_title {
        text-align: center;
    }
    .news_post_text p{
        text-align: left;
    }
    /* Download Button */
    .btn-xl{
        white-space: normal;
        overflow-wrap: break-word;
        text-align: center;
        line-height: 1.4;
        width: 100%;
        padding: 0.9rem 1rem;
    }
    .breadcrumb{
        display:none;
    }
    .readingTime {
        text-align: center;
        margin: auto;
    }
    .news_post_meta{
        line-height: 1.1rem;
        text-align: center;
    }
    .news_post_meta_separator{
        color: transparent;
    }
    .news_post_meta_separator::after {
        content: "";
        display: block;
    }
}
/*******
*******/


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .column-down {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .news_post_title {
        text-align: center;
    }
    .news_post_text p{
        text-align: left;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .column-down {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .news_post_title {
        text-align: center;
    }
    .news_post_text p{
        text-align: left;
    }

}






/* VERY LARGE SCREENS */

@media (min-width: 3000px) {
    .header{
        width: 1500px;
    }
}