<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
body * {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    font-family: SourceSansPro, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

p {
    margin-bottom: 20px;
}

*:focus {
    outline: none;
}

img {
    width: 100%;
    box-sizing: border-box;
}

@font-face {
    font-family: SourceSansPro;
    font-style: normal;
    src: url(../fonts/SourceSansPro-Regular.ttf) ;
}

.container-wrapper {
    padding: 0 200px;
}

@media screen and (max-width: 1600px) {
    .container-wrapper {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1405px) {
    .container-wrapper {
        padding: 0 50px;
    }
}



/* HEADER */
header {
    padding: 25px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-left-side, .header-right-side {
    display: flex;
    justify-items: center;
    align-items: center;
}
.header-logo {
    display: flex;
    align-items: center;
}

.header-logo object, .footer-logo object {
    width: 160px;
    height: 15px;
    object-fit: contain;

}
.footer-social-icons object{
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.footer-social-icons a:hover object {
    filter: invert(66%) sepia(85%) saturate(593%) hue-rotate(162deg) brightness(101%) contrast(89%);
}


.header-nav-bar ul {
    display: flex;
    gap: 40px;
    list-style-type: none;
    justify-content: center;
    margin-left: 70px;
}

.header-nav-bar ul li {
     position: relative;
}

.header-nav-bar a {
    text-decoration: none;
    font-family: SourceSansPro;
    font-size: 14px;
    line-height: 1.71;
    color: #3a0ca3;
     transition: all 0.5s ease;
}
.header-nav-bar a:hover {
    color: #4cc9f0;
}

.header-nav-bar ul li a:hover:before {
    width: 40%;
    visibility: visible;
    background-color: #4cc9f0;
}

.header-nav-bar ul li a:before {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 20%;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    border-radius: 5px;
}

.header-languages {
    margin-left: 70px;
}

.mobile-header {
    display: none;
}

.mobile-header.active .mobile-header-language {
    display: none;
}

.mobile-header .mobile-header-toggle-menu {
    padding: 0 50px;
    z-index: 50;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.mobile-header-logo {
    display: flex;
    align-items: center;
}

.header-languages-select select {
    width: 164px;
    height: 24px;
    border: solid 1px #2a2e37;
}

.header-mobile-languages-select select {
    width: 100%;
    height: 24px;
    border: solid 1px #2a2e37;

}

.mobile-header.active .mobile-header-toggle-menu {
    display: block;
}

.mobile-header.active .mobile-header-open {
    display: none;
}

.mobile-header.active .mobile-header-close {
    display: block;
}
.mobile-header-close object, .mobile-header-open object {
    float: right;

}
.mobile-header-close:hover , .mobile-header-open:hover  {
    cursor: pointer;
}


.mobile-header .mobile-header-close {
    display: none;
}

.mobile-header-nav-bar {
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mobile-header-nav-bar a {
    font-family: SourceSansPro;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.56;
    color: #3a0ca3;
    padding-bottom: 20px;
}
.header-nav-bar a hr {
    border: 1px solid #fff;
}
.header-nav-bar a:hover hr {

    width: 40%;
    border: 1px solid #4cc9f0;

}

.mobile-header-top {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 80% 20%;
}


@media screen and (max-width: 750px) {
    .mobile-header {
        display: block;
    }


    header {
        display: none;
    }
}


/* FOOTER */
footer {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.6fr;
    margin-bottom: 50px;
}

footer .footer-section-header {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: left;
    color: #7f8287;
}

footer .footer-section-pages a {
    padding: 3px 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #2a2e37;
}
footer .footer-section-pages a:hover , footer .footer-section-site-policies a:hover {
    color: #3a0ca3;
}

footer .footer-section-site-policies a {
    padding: 3px 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #2a2e37;
}

.footer-section-contact-us {
    display: flex;
    flex-direction: column;
}

.footer-social-icons-and-copy-rights {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.footer-copy-rights {
    margin-top: auto;
    font-family: SourceSansPro;
    font-size: 12px;;
    letter-spacing: 0.6px;
    color: #000000;
}

/* HOMEPAGE */
.homepage-hero-section {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
    box-shadow: 0 5px 20px 0 rgba(58, 12, 163, 0.15);
    background-image: linear-gradient(to top, #ffffff, #f9f9f9);

}

.homepage-hero-img img {
    border-radius: 16px 16px 0px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-hero-texts {
    align-self: center;
    margin: 70px 50px 70px 40px;
}

.homepage-hero-post-title {
    font-family: Montserrat !important;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #3a0ca3;
    margin-bottom: 20px;
}


.homepage-hero-post-title a {
    text-decoration: none;
    color: #3a0ca3;
}
.homepage-hero-post-title a:hover {
    color: #4cc9f0;
}

.homepage-hero-post-exerpt {
    font-family: SourceSansPro;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #2a2e37;
}

.homepage-hero-author {
    margin: 20px 0;
}

.homepage-posts-container {
    margin-bottom: 100px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.post-container {
    width: 100%;
    object-fit: cover;
}

.post-container img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 20px;
}

.post-container .post-title {
    margin: 20px 0;
}

.post-container .post-title a {
    text-decoration: none;
    font-family: SourceSansPro;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #2a2e37;
}
.post-container .post-title a:hover {
    color: #3a0ca3;
}

@media screen and (max-width: 1150px) {
    .homepage-hero-texts {
        margin: 40px 30px 40px 30px;
    }

    .homepage-hero-post-title {
        font-size: 35px;
    }

    .post-container .post-title a {
    }

    .homepage-hero-post-exerpt {
        display: none;
    }

}

@media screen and (max-width: 1000px) {
    .homepage-posts-container {
        grid-template-columns: 1fr 1fr;
    }

    footer {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

}

@media screen and (max-width: 750px) {
    .homepage-posts-container {
        grid-template-columns: 1fr;
    }

    footer {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .homepage-hero-section {
        grid-template-columns: 1fr;
    }

    .homepage-hero-texts {
        order: 2;
    }

    .homepage-hero-img {
        order: 1;
    }

    .homepage-hero-texts {
        margin: 20px;
    }

    .homepage-hero-post-title {
        font-size: 32px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 500px) {
    .homepage-hero-img {
        height: 250px;
    }

    .post-container img {
        height: 175px;
    }
}

/* Single post */

.single-post-container {
    position: relative;
    margin: 0 auto;
    width: 650px;


}

.single-post-likes-container {
    width: 130px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    left: -280px;
    top: 250px;
}

single-post-likes-container.fixed {
    position: fixed;
}

.single-post-likes-container h1 {
    font-family: SourceSansPro;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    text-align: left;
    color: #2a2e37;
    margin-bottom: 10px;
}

.single-post-container-like {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}
.single-post-container-dislike {
    display: flex;
    cursor: pointer;
}

.breadcrumb-single-post {
    margin-bottom: 50px;
}
.single-post-container-like object, .single-post-container-dislike object {
    width: 24px;
    height: 24px;
    padding-right: 5px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
}
#breadcrumbs .breadcrumb_last{

    font-family: SourceSansPro;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #2a2e37;
}
#breadcrumbs span {
    display: flex;
    align-items: center;
}
.breadcrumb-single-post .breadcrumbs svg {
    height: 24px;
}

#breadcrumbs a {
    margin-right: 5px;
    text-decoration: none;
    font-family: SourceSansPro;
    font-size: 12px;
    color: #7f8287;
    margin: 0px 5px;

}

.single-post-title h1 , .text-page-title h1{
    margin: 0;
    font-family: Montserrat;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #3a0ca3;
}
.text-page-content img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;

}
.text-page-title {
    margin-top: 100px;
    margin-bottom: 20px;
}
.text-page-content {
    margin-top: 10px;
    margin-bottom: 100px;
}

.single-post-author {
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.single-post-author img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.single-post-author p {
    margin-left: 10px;
    font-family: SourceSansPro;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #000000;
}

.single-post-content {
    margin-top: 10px;
    margin-bottom: 50px;
}

.single-post-thumbnail {
    padding: 20px 0;
}

.single-post-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
}

.single-post-block, .single-post-tags {
    padding: 10px 0;
}

.single-post-block &gt; p , .text-page-content , .text-page-content p ,.single-post-content p {
    font-family: SourceSansPro;
    font-size: 18px;
    line-height: 1.56;
    color: #2a2e37;
}

.single-post-block &gt; p a , .text-page-content a, .single-post-content p a{
    color: #4cc9f0;
    text-decoration: none;
}

.single-post-block &gt; h1 , .single-post-tags h1 , .text-page-content h1{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #2a2e37;
    margin-top: 50px;
}
.single-post-content h2 {
    margin: 20px 0;
}
.single-post-content h2 span {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #2a2e37;
}

.single-post-block &gt; img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 350px;
}

.single-post-block iframe {
    width: 100%;
    height: 350px;
}

.single-post-block .single-post-block-tags-block , .single-post-tags .single-post-block-tags-block {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 16px;
    box-shadow: 0 5px 20px 0 rgba(58, 12, 163, 0.15);
    background-color: #f9f8fc;
}
.single-post-tags  h1 {
    margin-bottom: 20px;
}


.single-post-block .single-post-block-tags-block &gt; p , .single-post-tags .single-post-block-tags-block a {
    padding: 3px 12px 5px;
    border-radius: 6px;
    background-color: #ebe7f6;
    font-family: SourceSansPro;
    font-size: 16px;
    line-height: 1.5;
    color: #3a0ca3;
}
.single-post-tags .single-post-block-tags-block a {
    text-decoration: none;
}

.single-post-block .single-post-block-tags-block &gt; p.single-post-tag-in-more {
    display: none;
}

.single-post-block .single-post-block-tags-block &gt; p.single-post-tag-in-more {
    display: none;
}

.single-post-block-tags-block .single-page-tags-show-less {
    display: none;
}

.single-post-block-tags-block.active .single-page-tags-show-less {
    display: flex;
}

.single-post-block-tags-block .single-page-tags-show-more {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.single-page-tags-show-more p, .single-page-tags-show-less p {
    position: relative;
    z-index: 1;
    margin-right: 5px;
    font-family: SourceSansPro;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #2a2e37;
}

.single-post-block-tags-block.active .single-page-tags-show-more {
    display: none;
}

.single-post-block .single-post-block-tags-block.active &gt; p.single-post-tag-in-more {
    display: inline-block;
}

.single-post-other h1 {
    padding: 30px 0;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    color: #2a2e37;
}

.single-post-other {
    margin: 50px 0;
}

.splide-single-post-other {
    margin-bottom: 100px;
}

.splide-single-post-other .splide__list {
    position: relative;
    display: flex;
}

.splide-single-post-other .post-container img {
    height: 178px;
}

.single-post-additional-info {
    display: flex;
    align-items: center;
}

.single-post-additional-info-category {
    margin-right: 10px;
    font-family: SourceSansPro;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.2px;
    color: #2a2e37;
}

.single-post-additional-info-date, .single-post-additional-info-read {
    opacity: 0.5;
    padding: 0px 8px;
    font-family: SourceSansPro;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #2a2e37;
}

.single-post-additional-info-date {
    border-left: 1px solid #2a2e37;
    border-right: 1px solid #2a2e37;
}
.single-post-additional-info-likes {
    padding-left: 15px;
    display: flex;
    flex-direction: row-reverse;
}
.single-post-additional-info-likes object {
    width: 16px;
    height: 16px;
    padding-right: 3px;
}
.single-post-additional-info-likes p {
    font-family: SourceSansPro;
    font-size: 12px;
    color: #2a2e37;
}

@media screen and (max-width: 1300px) {
    .single-post-likes-container {
        left: -200px;
    }
}

@media screen and (max-width: 1150px) {
    .single-post-likes-container {
        left: -150px;
    }
}
.wpac-btn-container {
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .single-post-likes-container {
        position: fixed;
        left: 0px;
        top: unset !important;
        bottom: 0!important;
    }
    .wpac-btn-container {
        width: 48%;
    }
    .wpac-buttons-container, .wpac-reactions-container {
        padding: 0 !important;
    }

    .single-post-likes-container {
        width: 170px;
        padding: 20px;
    }

    .single-post-likes-container h1 {
        text-align: center;
    }

    .single-post-likes-container .single-post-like-and-dislike {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 750px) {
    .breadcrumb-single-post {
        margin: 30px 0px;
    }
    .single-post-container {
        justify-content: center;
        margin: 0;
        width: 100%;
    }

    .single-post-likes-container h1 {
        margin-bottom: 10px;
    }


    .single-post-block .single-post-block-tags-block &gt; p.single-post-tag-in-more-mobile {
        display: none;
    }

    .single-post-block .single-post-block-tags-block.active &gt; p.single-post-tag-in-more-mobile {
        display: inline-block;
    }

    .single-post-title h1 , .text-page-title h1{
        font-size: 32px;
        line-height: 1.25;
    }

    .single-post-author {
        margin: 10px 0;
    }

    .single-post-block &gt; p  , .text-page-content , .text-page-content p, .single-post-content p{
        font-size: 16px;
        line-height: 1.63;
    }

    .single-post-block &gt; h1 , .single-post-tags h1 , .text-page-content h1{
        margin-top: 30px;
        font-size: 22px;
        line-height: 1.27;
    }

    .single-post-block .single-post-block-tags-block &gt; p {
        font-size: 14px;
    }


}

@media screen and (max-width: 500px) {
    .single-post-thumbnail img, .single-post-block &gt; img, .single-post-block &gt; iframe {
        height: 174px;
    }

}

/*  Search */
.search-wrapper {
    position: relative;
}

.search-wrapper.active {
}

.search-wrapper .input-holder {
    height: 35px;
    width: 70px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: -17px;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .close {
    display: none;
}
.search-wrapper.active .close {
    display: block;
}

.search-wrapper.active .input-holder {
    width: 350px;
    background-color:rgb(233 234 235);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    padding: 0px 40px 0 50px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 35px;
    border: none;
    background: #FFF;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
    width: 35px;
    height: 35px;
    background-color: transparent;


}

.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}


.search-wrapper .close {
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);

}

.search-wrapper.active .close {
    right: 10px;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);

}

.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #2a2e37;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 2px;
    height: 15px;
    left: 0px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 15px;
    height: 2px;
    left: -7px;
    top: 7px;
}
.mobile-header-toggle-search  .search-wrapper .input-holder {
    width: 100%;
    margin-top: 30px;
}
@media screen and (max-width: 920px) {
    .header-nav-bar {
        gap: 20px;
        margin-left: 20px;
    }
    .search-wrapper .input-holder {
        width: 50px;
    }
    .search-wrapper .input-holder .search-icon {
        width: 50px;
    }
    .header-languages {
        margin-left: 20px;
    }
}

@media screen and (max-width: 700px) {
    .container-wrapper {
        padding: 0 20px;
    }
    .mobile-header .mobile-header-toggle-menu {
        padding: 0 20px;
    }


}
.wpac-flat-btn .wpac-btn-label {
    display: none;
}
.wpac-vs-bar-container {
    display: none;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon, .wpac-flat-btn.wpac-dislike-btn .wpac-btn-icon {
    background-color: #fff;
}
.wpac-dislike-btn , .wpac-like-btn, .wpac-like-btn:hover , .wpac-dislike-btn:hover{
    background-color: #fff;

}

.banner {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #2a2e37;
    color: black;
}
.wpac-like-btn, .wpac-dislike-btn {
    color: #111 !important;
}
.wpac-flat-btn .wpac-btn-icon {
    padding: 5px 20px 5px 5px;
}
.wpac-buttons-container, .wpac-reactions-container {
    padding: 10px 0;
}
#wpacAjaxResponse {
    display: none !important;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon #wpacLikeCount, .wpac-flat-btn.wpac-dislike-btn .wpac-btn-icon #wpacDislikeCount {
    line-height: 30px;
}
.header-languages-select {
    position: relative;
}
.header-languages-select .switcher {
    position: absolute;
    top: -15px;

}
.switcher .selected {
    z-index: 1 !important;
}

.header-mobile-languages-select {
    position: relative;
}
.header-mobile-languages-select .switcher {
    position: absolute;
    width: 100%;
}
.header-mobile-languages-select .switcher .selected a, .header-mobile-languages-select .switcher .option{
    width: 100%;
}
.button-container-likes-dislike button span {
    display: none;
}
.button-container-likes-dislike button {
    display: flex;
}
button.btn-start-1 b {
    border: none;
    margin-left: 0;
}
.button-container-likes-dislike {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.button-container-likes-dislike button {
    background-color: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color:#fff !important;
    border-top: 1px solid #000 !important;

}
.moove-gdpr-info-bar-container .moove-gdpr-cookie-notice p,.moove-gdpr-info-bar-container .moove-gdpr-cookie-notice p a  {
    color: #000 !important;
}
.mgbutton.moove-gdpr-infobar-allow-all:hover {
    border: solid 1px #3a0ca3 !important;
}
.mgbutton.moove-gdpr-infobar-allow-all {
    border: solid 1px transparent !important;
}
.archive-page .single-post-title h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.archive-page .homepage-posts-container {
    margin-bottom: 20px;
}
.archive-page {
    margin-bottom: 100px;
}
.page-numbers {
    text-decoration: none;
    color: #000;
    font-family: SourceSansPro;
}
.page-numbers.current {
    color: #3a0ca3;

}


.header-nav-bar ul li a {
    position: relative;
    text-transform: capitalize;
}

.header-nav-bar .sub-menu {
    width: 150px;
    -webkit-box-shadow: 0 5px 20px 0 rgb(58 12 163 / 15%);
    -moz-box-shadow: 0 5px 20px 0 rgb(58 12 163 / 15%);
    box-shadow: 0 5px 20px 0 rgb(58 12 163 / 15%);
    background-image: linear-gradient(to top, #ffffff, #f9f9f9);
    display: none;
    position: absolute;
    text-align: left;
    top: 100%;
    margin-left: 0;
    border-radius:4px;
    margin-top:2px;
}

.header-nav-bar .sub-menu li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.04);
    padding:10px 5px;
}

.header-nav-bar .sub-menu li a {
    line-height: 1.7;
}

.header-nav-bar ul.menu&gt;li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0!important;
}


.mobile-header-nav-bar ul li{
    list-style-type:none;
}




/* 
   Modify the breakpoint per your choice, 768px by default.
   Add any/all of these styles to your child theme's custom CSS.
*/

@media only screen and ( max-width: 768px ) {
 
 	.mobile-menu-icon {
 		cursor: pointer;
 		display: block;
 	}
 
 	.mobile-menu-icon::before {
 	 content: "\00b7 \00b7 \00b7";
 		display: block;
 		font-size: 70px;
 		line-height: 0;
 		margin: 0 auto;
 		padding: 25px 0 30px;
 		text-align: center;
 	}
 	
 	/*.mobile-header-nav-bar ul,*/
 	/*.mobile-header-nav-bar ul {*/
 	/*	display: none;*/
 	/*}*/
 
 	.nav-mobile ul,
 	.nav-mobile .menu-item,
 	.nav-mobile ul {
 		clear: both;
 		display: block;
 	}
 
 
    .mobile-header-nav-bar ul {
        width: 100%;
        position:relative;
    }
 
     .mobile-header-nav-bar ul li {
        padding: 0;
        position:relative;
    }
 
     .mobile-header-nav-bar ul li a {
        padding: 0;
        padding: 5px 0px;
        border-bottom: 1px solid #d4d4d4;
        position:relative;
    }


 	.mobile-header-nav-bar li a {
 		display: block;
 	}
 
 	/*.mobile-header-nav-bar .menu-item:hover {*/
 	/*	position: static;*/
 	/*}*/
 
 	.mobile-header-nav-bar .menu-item:hover &gt; .sub-menu {
 		left: 0;
 		margin-left: 0;
 	}
 
 	.mobile-header-nav-bar .menu-item-has-children {
 		cursor: pointer;	
 	}
 	
 	/*.mobile-header-nav-bar .menu-item-has-children &gt; a:after {*/
 	/*	content: '';*/
 	/*}*/
 
 	/*.mobile-header-nav-bar ul &gt; .menu-item-has-children:before {*/
 	/*	content: "\25bc";*/
 	/*	float: right;*/
 	/*	font-size: 15px;*/
 	/*	line-height: 1;*/
 	/*}*/
 
 	/*.mobile-header-nav-bar .menu-open.menu-item-has-children:before {*/
 	/*	content: "\25b2";*/
 	/*}*/
 
 	.mobile-header-nav-bar ul  &gt; .menu-item &gt; .sub-menu {
 		display: none;
 	}
 
 	.mobile-header-nav-bar .menu-item:hover &gt; .sub-menu &gt; .menu-item:hover &gt; .sub-menu,
 	.mobile-header-nav-bar .sub-menu {
 		left: auto;
 		opacity: 1;
 		position: relative;
 		-moz-transition:    opacity .4s ease-in-out;
 		-ms-transition:     opacity .4s ease-in-out;
 		-o-transition:      opacity .4s ease-in-out;
 		-webkit-transition: opacity .4s ease-in-out;
 		transition:         opacity .4s ease-in-out;
 		width: 100%;
 		z-index: 99;
 	}
 
 	.mobile-header-nav-bar .sub-menu li a,
 	.mobile-header-nav-bar .sub-menu li a:hover,
 	.mobile-header-nav-bar .sub-menu .sub-menu {
 		margin: 0;
 		position: relative;
 		width: 100%;
 	}
 	
 	
 	span.children-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    display:block;
    width:100px;
    height:40px;
}
 	
span.children-button:before {
    top: 10px;
    right: 7px;
    width: 2px;
    height: 16px
}

span.children-button:after, span.children-button:before {
    content: "";
    position: absolute;
    background:#3A0CA3;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1),-webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

span.children-button:after {
    width: 16px;
    height: 2px;
    right: 0;
    top: 17px
}


.mobile-header-nav-bar .menu-item-has-children.open &gt;  span.children-button:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

 	
}</pre></body></html>