/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

@font-face {
    font-family: 'crixa';
    src: url('/css/fonts/fairview_regular-webfont.woff2') format('woff2'),
         url('/css/fonts/fairview_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 
body {
    font-family: 'crixa'!important;
    font-size: 20px !important;
}


#footer.dark, .dark #footer {
    background-color: #324A5E;
    color: #fff;
    border-top-color: rgba(0,0,0,0.2);
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'crixa';
}
#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'crixa'!important;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}
#header {
    position: relative;
    background-color: #324A5E;
    border-bottom: 1px solid #F5F5F5;
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'crixa'!important;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}
.button-purple {
    background-color: #324A5E;
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #324A5E;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.icon-reorder:before {
    content: "\e76d";
    color: #fff;
}
h1 {
    font-size: 54px;
}
#footer .footer-widgets-wrap {
    position: relative;
    padding: 25px 0;
}

#copyrights {
    padding: 5px 0;
    background-color: #ACB3BA;
    font-size: 20px;
    line-height: 1.8;
    color: #324A5E;
}

.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.feature-box.fbox-bg.fbox-center {
    margin-top: 68px;
    padding: 67px 30px 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 8px;
}

.feature-box.fbox-large {
    padding: 0 0 0 115px;
}

#primary-menu ul ul li > a {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.portfolio-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 22px;
    line-height: 15px;
    color: #020202;
    border-left: 1px solid rgba(0,0,0,0.07);
}

.portfolio-filter li.activeFilter a {
    color: #000 !important;
    background-color: #1ABC9C;
    margin: -1px 0;
    padding: 13px 18px;
    font-weight: bold;
}

.bubble-whats {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 10%;
}

.bubble-whats img {
    height: 55px;
    width: 55px;
}