@import url('https://fonts.googleapis.com/css?family=Poppins:300,500,600,800');
body {
    font-family: "Open Sans" sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #777777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}
.post-title {
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: 600;
}
aside.widget h5 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
}
.desktop-menu .menu-item > a,
.mobile-menu > li > a {
    padding: 15px 15px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.2px;
}
.desktop-menu .page_item a,
.desktop-menu .menu-item a,
a.call-to-action-btn {
    color: #ffffff;
}
body {
    background: #f5f5f5;
}
a {
    color: #8940D6;
}
a:hover {
    color: #000000;
}
article.post,
.post-about-author,
.comments-area,
.author-info,
aside.widget,
.comment-respond{
    background: #FFFFFF;
}
.parallax-menu a {
    display: block;
    padding: 22px 30px;
}

.row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-wrap {
    width: 20%;
    padding: 10px 10px;
}
.multi-level-wrap {
    width: 80%;
}
.multi-level-wrap-inner.with-calltoaction {
    width: 80%;
}
.multi-level-wrap-inner {
    width: 100%;
}

.logo-multi-wrap {
    padding: 10px 35px;
    background: #6916b6;
    width: 100%;
    margin: 0;
    box-shadow: 0 35px 24px -22px rgba(0,0,0,.1);
}
.logo-wrap img {
    max-width: 90%;
}
.site-title {
    margin: 0;
    font-size: 23px;
    color: #fff;
}
.description {
    color: #fff;
    opacity: .5;
    font-size: 15px;
}
.desktop-menu .menu-item a,
.desktop-menu .page_item a {
    padding: 10px 15px;
}
.desktop-menu .menu-item:hover {
    background: #5906a6;
}
.desktop-menu .menu-item:hover a {
    color: #fff;
}
.desktop-menu .menu-item .menu-item {
    background: #5906a6;
}
.desktop-menu .menu-item .menu-item a {
    color: #fff;
}
.desktop-menu .menu-item .menu-item:hover {
    background: #491096;
}
.desktop-menu .menu-item .menu-item .menu-item {
    background: #491096;
    display: block;
}
.desktop-menu .menu-item .menu-item .menu-item:hover {
    background: #391086;
}
.desktop-menu .menu-item .menu-item .menu-item:hover a {
    color: #fff;
}
.padding-wrap {
    padding: 0 50px;
}

.header-type-hide {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 999;
}
.default-header-wrap {
    text-align: right;
    z-index: 100;
}
.default-header-wrap li {
    text-align: left;
}
.default-header-wrap > div {
    width: 100%;
}
.header-type-hide.is-hidden {
    transform: translateY(-100%)!important;
}
.header-type-hide.is-hidden .logo-wrap img {
    max-width: 70%;
}
.header-type-hide.is-hidden .controls-buttons {
    opacity: 0;
    visibility: hidden;
}
.header-type-hide.is-hidden .header-type-visible {
    min-height: 65px;
}
.header-type-visible {
    min-height: 100px;
    position: relative;
    z-index: 1;
    clear: both;
    margin: 0;
}

.site-info-copyright-default {
    background: #333;
    color: #fff;
    padding: 30px 10px;
    position: relative;
}




/** ========= R E S P O N S I V E   M E N U   ========= **/



@media (min-width: 320px) and (max-width:575px){
    .mobile-header {
        display: block;
    }
    #header-wrap {
        display: none;
    }
    #margin-header {
        margin-top: 0 !important;
    }

}
@media (min-width: 576px) and (max-width:767px) {
    .mobile-header {
        display: block;
    }
    #header-wrap {
        display: none;
    }
    #margin-header {
        margin-top: 0 !important;
    }

}
@media (min-width: 768px) and (max-width:991px) {
    .mobile-header {
        display: block;
    }
    #header-wrap {
        display: none;
    }
    #margin-header {
        margin-top: 0 !important;
    }

}


@media (min-width: 992px) and (max-width:1199px) {
    .mobile-header {
        display: none;
    }
    #header-wrap{
        display: block;
    }
    .parallax-mobile-hidden {
        display: inline-flex;
    }

    .parallax-menu a {
        padding: 15px 20px;
    }
    .parallax-menu a::before {
        left: 20px;
    }
    .parallax-menu a:hover::before,
    .parallax-menu .current a::before {
        right: 20px;
    }
    .logo-wrap {
        padding: 0;
    }
    .parallax-wrap {
        padding: 0;
    }
    .header-type-hide.is-hidden .controls-buttons {
        padding: 0;
    }
    .header-type-hide.is-hidden .logo-wrap img {
        max-width: 70%;
    }



}
@media (min-width: 1200px) {
    .mobile-header {
        display: none;
    }
    #header-wrap {
        display: block;
    }
    .parallax-mobile-hidden {
        display: inline-flex;
    }
    .parallax-wrap {

    }



}


.mobile-menu .menu > li {
    overflow: hidden;
}
.mobile-menu .menu > li.hover {
    overflow: auto;
}