/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 03 2019 | 01:45:01 (am)
/*
/******* Do not edit this file *******/

nav.main_menu > ul > li > a {
    color: #236040;
    padding: 0 10px;
}

nav.main_menu > ul > li.active > a {
    color: #77be43;
}

.title.has_background {
    background-size: cover!important;
}

.title h1 {
    color: #FFF;
}

.content .container p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#layerslider_4 .ls-nav-prev, #layerslider_4 .ls-nav-next {
    top: 58% !important;
}

#layerslider_4 .ls-slide-3 img {
    margin-top: 0px!important;
}

@media (max-width: 567px) {
    .ls-nav-prev, .ls-nav-next {
        visibility: hidden!important;
    }
}

/*Fraser text in visual composer*/
.content .content_inner p {
    margin-top: 5px;
    margin-bottom: 5px;
}



/*Fraser styling the numbered text*/
.content .content_inner ol {
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*Fraser styling the bulleted text*/
.content .content_inner ul {
    list-style-position: outside;
    /* text-indent: -1em; */
    padding-left: 1em;
    /* margin-top: 0px;
    margin-bottom: 0px; */
}

#layerslider_1 .ls-slide img.ls-bg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}