h1,
h2,
h3,
h4,
h5,
h6,
#logo,
#primary-menu ul li>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a,
#top-search form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.counter,
label,
.nav-tree li a,
.wedding-head .first-name,
.wedding-head .last-name,
.font-primary {
    font-family: 'Montserrat', sans-serif;
}

.entry-meta li,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary {
    font-family: 'Merriweather', serif;
}

#wrapper {
    margin: 0;
    width: 75%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.device-lg #wrapper {
    width: 80%;
}

.device-md #wrapper,
.device-sm #wrapper,
.device-xs #wrapper {
    width: 100%;
}

.side-cover-wrapper {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
    background-size: cover;
}

.device-lg .side-cover-wrapper {
    width: 20%;
}

.device-sm .side-cover-wrapper,
.device-xs .side-cover-wrapper {
    width: 0;
}

.container-fluid {
    padding-left: 120px;
    padding-right: 120px;
}

.device-lg .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

.device-sm .container-fluid,
.device-xs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}


/* Header
---------------------------------------------------------------------------- */

#primary-menu ul li a {
    font-size: 11px;
    color: #888;
}

.header-social-set {
    float: right;
    margin: 34px 0;
}

@media (max-width: 991px) {

    #primary-menu-trigger {
        left: 106px !important;
    }

    .header-social-set {
        position: absolute;
        top: 0;
        left: auto;
        right: 120px;
    }

}

@media (max-width: 767px) {

    #primary-menu-trigger {
        left: 26px !important;
    }

    .header-social-set {
        right: 40px;
    }

}


/* 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%;
}


.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%;
    }

}


/* Portfolio Items
---------------------------------------------------------------------------- */

.portfolio-full.portfolio-3 {
    margin: 0 -20px -20px 0 !important;
}

.portfolio-full.portfolio-3 .portfolio-item {
    padding: 0 20px 20px 0 !important;
}

.device-xs .portfolio-full.portfolio-3 {
    margin: 0 0 -20px 0 !important;
}

.device-xs .portfolio-full.portfolio-3 .portfolio-item {
    padding: 0 0 20px 0 !important;
}

.i-overlay {
    background: rgba(255, 255, 255, 0.8);
}

.i-overlay i {
    color: #777666;
    text-shadow: none;
}


/* 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;
}