/*
Theme Name: performance
Description: Front page style
*/
#homeHero {
    align-items: flex-end;
    display: flex; 
    max-width: 1500px;
} 
#homeHero .bg-image {
    background-color: #f2f2f2; 
    background-image: url('../media/img/illu/hero-wavemaker--sm.jpg'); 
    background-position: left top;
} 
#homeHero .hero-caption {
    width: 100%;
}
#newAddress {
    float: left;
    margin-bottom: 40px;
    padding: 25px 0px;
    text-align: left;
}
/*--------------------------------------------------------------
Thumbs
--------------------------------------------------------------*/
#homeThumbs .section-cnt {
    padding-top: 30px;
}
#homeThumbs a.h-th-block {
    border-bottom: 3px solid #333;
    color: #333;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    text-decoration: none;
    margin: 0px auto;
    max-width: 404px;
}
#homeThumbs .block-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#homeThumbs .bg-image {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    content: "";
    width: 100%;
    z-index: -1;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
}
#homeThumbs .h-th-booking .bg-image {
    background-image: url(../media/img/illu/h-thumb-booking.jpg);
}
#homeThumbs .h-th-jobs .bg-image {
    background-image: url(../media/img/illu/h-thumb-jobs.jpg);
}
#homeThumbs .h-th-contact .bg-image {
    background-image: url(../media/img/illu/h-thumb-contact.jpg);
}
#homeThumbs .block-cnt {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#homeThumbs .block-title {
    bottom: 0px;
    position: absolute;
}
#homeThumbs .link-more {
    font-size: 1em;
    display: block;
    letter-spacing: 0.05em;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 10px 30px 10px 0px;
    width: 100%;
}
#homeThumbs .link-more:before {
    opacity: 0;
    right: 6px;
}
#homeThumbs .h-th-block:hover .link-more:before {
    opacity: 1;
    right: 0px;
}
/*--------------------------------------------------------------
Testimonials
--------------------------------------------------------------*/
#testimonialsB .s-title {
    margin-bottom: 10px;
}
#testimonialsB .tst-logo {
    text-align: center;
}
#testimonialsB .tst-logo-c {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 150px;
}
#testimonialsB .tst-logo-img {
    margin: 0px 0px 20px 0px;
    width: 200px;
}
#testimonialsB .quote {
    margin: 0px auto;
}
#testimonialsB .quote-p {
    font-size: 1em;
    max-width: 600px;
    margin: 0px auto 30px auto;
}
#testimonialsB .signature h4 {
    margin-bottom: 0;
}
#testimonialsB .signature-c {
    font-size: 1.2em;
    margin-top: 10px;
}

@media screen and (min-width: 360px) {
    #homeL .h-l-li {
        font-size: 1rem;
    }        
}
@media screen and (max-width: 499px) {
    #homeThumbs .grid-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }
    #newAddress {
        padding-right: 50px;
    }    
}
@media screen and (min-width: 500px) {
    #homeHero .bg-image {
        background-position: center center;
    } 
    #newAddress {
        padding-right: 10px;
        width: 49%;
    }
}
@media screen and (min-resolution: 192dpi) {
    #homeHero .bg-image {
        background-image: url('../media/img/illu/hero-wavemaker--lg.jpg'); 
    }     
}
@media screen and (min-width: 600px) {
    #homeHero .bg-image {
        background-image: url('../media/img/illu/hero-wavemaker--md.jpg'); 
    } 
    #homeL .h-l-li {
        font-size: 1.2rem;
    }
}
@media screen and (min-resolution: 192dpi) and (min-width: 600px) {
    #homeHero .bg-image {
        background-image: url('../media/img/illu/hero-wavemaker.jpg'); 
    } 
    #testimonialsB .signature-c {
        font-size: 1.5em;
    }
    #testimonialsB .quote-p {
        font-size: 1.2em;
        max-width: 600px;
        margin: 0px auto 30px auto;
    }
}
@media screen and (min-width: 1024px) {
    #homeHero .bg-image {
        background-image: url('../media/img/illu/hero-wavemaker--md.jpg'); 
    } 
    #homeL {
        margin-bottom: 60px;
    }
    #homeL .h-l-li {
        font-size: 1.5rem;
    }
    #homeL .h-l-li p {
        padding-bottom: 15px;
    }
}
@media screen and (min-resolution: 192dpi) and (min-width: 1024px) {
    #homeHero .bg-image {
        background-image: url('../media/img/illu/hero-wavemaker.jpg'); 
    }        
}




