/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentynineteen/style.css");

/* HEADER */

    header#masthead {
        padding-top: 0;
    }

    .featured-image .site-title {
        margin-left: -40px;
    }

    .site-title img {
        height: 220px;
        width: auto;
        DIS-margin-left: -16px;
        DIS-margin-bottom: -24px;
    }

    .site-branding {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .dxm_language_switcher {
        display: inline-block;
        text-transform: uppercase;
        font-size: 1rem;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .dxm_language_switcher a {
        color: white !important;
    }

    #site-navigation {
        flex-basis: 100%;
    }


/* FOOTER */

    .footer_area {
        display: flex;
        flex-wrap: wrap;
    }

    @media only screen and (max-width: 576px) {
        .footer_area {
            justify-content: center;
        }
    }

    .footer_area img {
        height: 80px;
        width: auto;
    }

    .footer_area .footer-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_area .footer-navigation a {
        font-size: 1rem;
    }


/* NAVIGATION */

    .main-navigation {
        font-size: 0.9em;
    }


/* ARTISTIC RESEARCH GRID TEMPLATE */

    .projects-grid {
        display: flex;
        flex-wrap: wrap;
        max-width: 100% !important;
    }

    .projects-grid--project {
        background: white;
        margin: 10px 10px 20px 10px !important;
        box-sizing: border-box;
        flex-basis: calc(33.333% - 20px);
        display: flex;
        flex-direction: column;
        padding: 0px;
        border: 1px solid #ddd;
        box-shadow: 6px 6px 10px rgba(0,0,0,0.05);
    }

    @media all and (max-width: 991px) {
        .projects-grid--project {
            flex-basis: calc(50% - 20px);
        }
    }

    .projects-grid--project a {
        color: black !important;
    }

    .projects-grid--project h2 {
        font-size: 0.9rem;
        margin-top: 0;
    }

    .projects-grid--project h2:before {
        content: none;
    }

    .projects-grid--project h3 {
        font-size: 0.8rem;
        font-weight: 400;
        margin-bottom: 5px;
        text-shadow: none;
    }

    .projects-grid--project h2,
    .projects-grid--project h3 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .projects-grid--project-thumbnail {
        height: 200px;
    }

    .projects-grid--project-thumbnail div {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .projects-grid--project p {
        font-size: 0.8rem;
        font-weight: 100;
        color: #444;
        padding: 0px 20px;
        line-height: 1.2rem;
        text-shadow: none;
    }

    .custom-bg-color.site-header.featured-image .site-branding-container:after, .custom-bg-color.site-header.featured-image .site-featured-image:before, .custom-bg-color.site-header.featured-image .site-featured-image:after, .custom-bg-color.site-header.featured-image:after {
        display: none;
    }