/*!
 *
 * Theme Name: YouGetHair.com
 * Author: Jarrod Drysdale
 * Author URI: http://studiofellow.com
 * Description: Custom theme for YouGetHair.com
 * Version: 1.0
 *
 */

/******************************************************************/
.land-thanks {
    background: url("../img/reactions.jpg") center calc(100% - 40px) no-repeat #232a33;
    background-size: auto 95px;
    color: #fff;
    padding: 60px 0 175px;
}

@media (min-width: 768px) {
    .land-thanks {
        padding: 90px 0 230px;
        background-size: auto 168px;
        background-position-y: calc(100% - 30px);
        background-repeat: repeat-x;
    }
}

.land-thanks .form input[type="email"] {
    color: #7E8C96;
}

.land-thanks .form input[type="email"]::-moz-placeholder {
    color: #7E8C96;
}

.land-thanks .form input[type="email"]::placeholder {
    color: #7E8C96;
}

.land-thanks span {
    display: block;
}

.land-thanks h2 {
    margin: 10px 0 30px;
    color: #fff;
}

.land-thanks h2 em {
    color: #E2EAB9;
}

@media (min-width: 768px) {
    .land-thanks h2 {
        margin: 10px 0 0;
    }
}

.land-thanks .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.land-thanks .items .item {
    flex-basis: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .land-thanks .items .item {
        flex-basis: calc(33.333% - 32px);
        max-width: 352px;
        margin: -30px 16px 30px;
    }

    .land-thanks .items .item:nth-child(2) {
        margin-top: 66px;
    }
}

.land-thanks .items .item img {
    width: 100%;
}

.land-thanks .items .item img.small {
    max-width: 300px;
}

.land-thanks .items .item img.big {
    max-width: 352px;
    display: none;
}

@media (min-width: 768px) {
    .land-thanks .items .item img.small {
        display: none;
    }

    .land-thanks .items .item img.big {
        display: block;
    }
}

