/*
Theme Name: Impreza Child
Description: This is a child theme for Impreza Theme
Author: 
Template: Impreza
Version: 1.0.0
*/

.banner{
    display: block;
    position: relative;
}
.banner:before{
    content: '';
    display: block;
    position: relative;
    width: 100%; height: 0;
    padding-bottom: 56.25%;
}
.banner .background{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.banner .wrapper{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.banner .wrapper .container{
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ea-logo-banner{
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#ea-logo-banner .rect{
    position: relative;
    flex: 0.35;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
#ea-logo-banner .rect:before{
    content: '';
    position: relative;
    width: 100%; height: 0;
    padding-bottom: 100%;
    display: block;
    background-color: #EB008B;
    mix-blend-mode: multiply;
    z-index: 0;
}
#ea-logo-banner .rect .icon{
    position: absolute;
    z-index: 1;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
    transform: scale(0.6);
}
#ea-logo-banner .shape{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
#ea-logo-banner .shape .title{
    position: absolute;
    color: white;
    font-family: 'Open Sans';
    margin: 0;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: bold;
    letter-spacing: 0;
    left: 0;
    padding: 20px;
}
#ea-logo-banner .shape:before{
    content: '';
    position: relative;
    width: 100%; height: 0;
    padding-bottom: 100%;
    display: block;
    background-image: url('./images/banners/shape.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: multiply;
    z-index: 0;
}

@media (min-width: 601px){
    .banner .wrapper{
        padding: 0 2.5rem;
    }
}

@media (min-width: 768px){
    #ea-logo-banner{
        width: 66.6666%;
        padding: 0 10px;
    }
    #ea-logo-banner .rect{
        margin-right: 30px;
    }
    #ea-logo-banner .shape{
        margin-left: 30px;
    }
    #ea-logo-banner .shape .title{
        font-size: 24px;
        padding-left: 30px;
    }
}

@media (min-width: 992px){
    .banner:before{
        padding-bottom: 36.45%;
    }
    #ea-logo-banner .shape .title{
        font-size: 32px;
        padding-left: 40px;
    }
}