/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/



body,
small,
.wp-caption,
.feature-box.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a {

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}



h4,
h5,
h6,
#logo,
#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-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.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-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.font-body { /*font-family: 'Istok Web', sans-serif !important;*/ }

.font-primary { /*font-family: 'Istok Web', sans-serif !important; */ }

.font-secondary { /* font-family: 'Istok Web', sans-serif;!important; */ }


/* ----------------------------------------------------------------
	You can change your Font Specific Settings here
-----------------------------------------------------------------*/


h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h4 {

    font-size: 26px;
}
h5 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h6 {
    /*font-size: 15px;*/
}


@media (max-width: 991px) {
     h1 {
         font-size: 32px;
         line-height: 40px;
     }
     h2 {
         font-size: 22px;
     }
     h3 {
         font-size: 24px;
     }
     h4 {
         font-size: 22px;
     }
     h5 {
         font-size: 17px;
     }
     h6 {
        /* font-size: 16px;*/
     }


}





#content p, #content ul li {
    line-height: 30px;
    font-size: 22px;
}



#primary-menu ul li>a  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    font-weight: normal;
    font-size: 24px;
}

/* Second Level */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, #primary-menu h4 {
    font-size: 18px!important;
    text-transform: none;
    color: #6e738b!important;
}

#primary-menu ul ul li > a {
    font-size: 15px;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #6e738b!important;

}
@media (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a {
        color: #6e738b!important;
    }

}




#top-search form input {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
}

#content .entry-meta li {
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
}

.entry-link span {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
}

.entry blockquote p {
    font-weight: 400;
    font-style: italic;
}

.entry.entry-date-section span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.more-link { font-style: italic; }

.comment-content .comment-author span {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.wp-caption { font-style: italic; }

.button.button-desc {
    font-size: 22px;
    line-height: 1;
}

.button.button-desc span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: none;
}

.feature-box.fbox-center.fbox-italic p { font-style: italic; }

.testi-content p { font-style: italic; }

.team-title span {
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
}

.counter {
    font-size: 42px;
    font-weight: 600;
}

.skills li .progress-percent .counter { font-weight: 400; }

label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.before-heading {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.wedding-head .first-name,
.wedding-head .last-name {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wedding-head .first-name span,
.wedding-head .last-name span {
    font-size: 56px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}