/* ----------------------------------------------------------------
    Canvas: Media Agency
-----------------------------------------------------------------*/


/* Header
---------------------------------------------------------------------------- */

.menu-link {
    font-size: 11px;
    color: #242424;
}

.menu-item:hover .menu-link {
    color: #92A73B;
}

.content-wrap {
    position: relative;
    padding: 0px 0px 80px;
    overflow: hidden;
}

/* Headings
---------------------------------------------------------------------------- */

.hero-headline h1 {
    font-size: 58px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: none;
    color: #111;
    letter-spacing: -2px;
    word-spacing: 5px;
    margin-bottom: 0;
}

.hero-headline > span {
    display: block;
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #999;
    margin-top: 40px;
    max-width: 80%;
}

h1 span {
    color: #91a63b;
}


.device-md .hero-headline h1 {
    font-size: 48px;
}

@media (max-width: 767px) {

    .hero-headline h1 {
        font-size: 36px;
        letter-spacing: -1px;
        word-spacing: 3px;
    }

    .hero-headline > span {
        font-size: 14px;
        max-width: 100%;
    }
}


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'Montserrat', sans-serif;
}

textarea.border-form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}


/* Footer: Copyrights
---------------------------------------------------------------------------- */

.dark #copyrights {
    background-color: rgba(0,0,0,0.6);
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

