﻿.hero {
    background-image: url(../images/home/coffee_hero.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 275px;
    border-bottom: 1px solid lightgray;
}

.hero-text {
    display: table;
    height: 100%;
}

.hero-content {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

a.action-btn {
    padding: initial;
    margin: auto;
    line-height: normal;
    font-size: 12px;
    padding: 7px 12px;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #6e5541;
    color: #eaeae8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    border: 2px solid #4a4137;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.50);
    text-decoration: none !important;
    letter-spacing: 0.2px;
    margin-left: 50px;
}

a.action-btn:hover {
    background-color: #fff;
    color: #4a4137;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

.hero-content h1 {
    margin: 10px 0;
    color: #333333;
    font-weight: 900;
    font-size: 31px;
}

.hero-content h3 {
    font-style: italic;
    margin: 10px 25px;
    color: #4a4137;
    font-size: 19px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .hero {
        background-image: url('assets/images/home/coffee_hero_2.jpg');
    }
}

@media (max-width: 990px) {
    .hero {
        height: 200px;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 150px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content h3 {
        font-size: 16px;
    }


    .action-btn {
        margin-top: 5px;
        font-size: 12px;
        padding: 5px 10px !important;
    }
}

@media (max-width: 640px) {
    .hero {
        height: 200px;
        background-position: center;
    }

    .hero-content h1 {
        font-size: 16px;
    }

    .hero-content h3 {
        font-size: 15px;
        max-width: 200px;
        line-height: 150%;
    }
}

.content-section {
    margin: 10px 0px;
}

.content-section h2 {
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

.content-section hr {
    border: none;
    width: 250px;
    height: 20px;
    border-bottom: 2px solid #6e5541;
    box-shadow: 0 10px 10px -10px rgba(51, 51, 51, 1);
    margin: -10px auto 20px;
}

/*.image-slider {
    margin: 5px;
}*/

.image-slider .item {
    width: 100%;
    height: 300px;
    background-size: cover;
    padding: 10px;
    display: none;
}

.img-box {
    text-align: center;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.img-box.w-border {
    border: 1px solid #4a4137;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.services-section {
    padding: 35px 0;
    border-top: 1px solid lightgray;
    background: linear-gradient(to bottom, #f2f0ef, #f4f2f2 100%);
}

.services-section h2 {
    margin: 15px 0;
    color: #333333;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 23px;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

.services-section hr {
    border: none;
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #6e5541;
    box-shadow: 0 10px 10px -10px rgba(51, 51, 51, 1);
    margin: -20px auto 20px;
}

.services-ul,
.certs-ul {
    padding: 0px;
    list-style: none;
    font-size: 15px;
}

.certs-ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.services-ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 500;
}

.services-ul li svg {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #6e5541;
    width: 1em !important;
    -webkit-filter: drop-shadow( 2px 2px 2px rgba(29, 29, 29, 0.20));
    filter: drop-shadow( 2px 2px 2px rgba(29, 29, 29, 0.20));
}

.icon-wrap {
    text-align: center;
    vertical-align: middle;
    background-color: white;
    padding: 15px;
    margin: 15px 0;
    border: 2px solid #4a4137;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.icon-wrap img {
    width: 100%;    
    max-width: 75px;
}

.icon-wrap div {
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4a3524;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

.commodities {
    margin-top: 25px;
}

.other-commodities {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}