/**
* Theme Name: ShadeGarden Child
* Description: This is a child theme of ShadeGarden, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/danyduchaine/portfolio">Dany Duchaine</a>
* Template: shadegarden
* Version: 1.0.0
*/

body{
    background: #151515;
}

.footer__widgets{
    background-color: #1a1a1a;
}

h1, .entry__title {
    font-size: 2.56em;
    line-height: 50px;
    color: #fff;
}



@media screen and (min-width: 64em) {
    .entry__title .entry__permalink{
        color: #fff;
        opacity: 0.9;
    }

    .entry__content a{
        color: #50acc2;
    }

    .entry__title .entry__permalink:hover,
    h1, .entry__title:hover {
        color: #feecab;
    }
}

.entry{
    float: left;
    width: 100%;
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
}

.meta{
    display: none;
}

.entry .entry__summary{
    float: left;
    width: 100%;
}

.pagination--posts{
    float: left;
    width: 100%;
}

/* Clients and Past Clients */

.article-client{
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.article-client-image {
    position: relative;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}

.article-client-image img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: contain;
    border-radius: 0px;
}

.article-client .article-client-link{
    background: #50acc2;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: transform .2s;
    float: left;
    width: 100%;
}

.article-client .article-client-link:hover{
    background: #5aceea;
    transform: scale(1.1);
}

.article-client .article-client-link a{
    text-align: center;
    float: left;
    width: 100%;
    font-size: 21px;
}

.article-client .article-client-link a:hover{
    font-weight: 900;
    color: #fff;
}

.module--wide{
    max-width: 100% !important;
    padding: 0;
}

.iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wpcf7-submit{
    width: 100%;
}

.wpcf7-form label{
    margin-bottom: 1.5em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
    font-family: "Mukta", sans-serif;
}

@media(max-width: 756px){
    .site-header__branding{
        width: auto !important;
    }
    .custom-logo.logo--desktop{
        display: none !important;
    }
    .module--module-5 .module__content .entry__wrapper h2 a{
        line-height: 40px;
    }
}

@media print, screen and (min-width: 64em) {
    .clients .grid-margin-x > .large-3 {
        max-width: 23%;
        width: 100%;
        margin: 0px 1%;
    }

    .team .grid-margin-x > .medium-6{
        max-width: 47%;
        width: 100%;
        margin: 0px 1%;
    }
}

@media(max-width: 600px){
    .meta--right-below{
        display: none !important;
    }
    .team .grid-margin-x > .medium-6{
        max-width: 100%;
        margin: 0px;
        width: 100%;
    }
    .article-client-image img{
        min-height: 100%;
    }
    article .entry__title{
        font-size: 20px;
        color: #fff;
        line-height: 26px;
    }
    article .entry__title a.entry__permalink{
        color: #fff !important;
    }
    article .grid-margin-x > .small-12{
        width: 100% !important;
    }
    .entry{
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .module--module-5 .entry__title{
        margin-top: 150px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .module--module-5 .module__content .entry__wrapper h2 a{
        line-height: 18px;
        font-size: 23px;
    }
}

.clients .grid-margin-x > .small-12 {
    width: calc(100%);
}

#cookie-notice .cn-button{
    background: #50acc2;
}

.module__title{
    margin-bottom: -37px;
}