/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 08 2019 | 10:08:59 (pm)
/*
/******* Do not edit this file *******/

body {
    line-height: 20px;
    font-family: 'Lato',Arial,Verdana,sans-serif;
    font-size: 16px;
    background-color: #009cca;
}
#top-menu > ul > li.current-menu-item > a {
    color: #009cca !important;
    font-family: Lato, serif;
    font-style: Normal;
}

#breadcrumbs{
    display: none;
}

#navigation {
    border-top: 0px;
    border-bottom: 0px;
}
#featured_shadow{
    background: none;
}

.slogan{
    font-style: normal;
    font-family: Lato;
    font-size: 27px;
    color: #4d4d4d;
    text-align: center;
    line-height: 30px;
}
body.home #main-area {
    padding-top: 0px;
}

p#copyright {
    color: #ffffff;
    font-size: 12px;
    float: left;
    padding-top: 10px;
    border-top: 0px solid #e9e9e9;
    margin: 13px 0px;
    width: 100%;
    text-align: center;
}
#main-footer{
    text-shadow: none;
}

#top-menu a{
    font-size: 15px;
}

div.single-thumbnail{
    float: unset;
    width: 650px;
    height: 220px;
}
#search-form {
    display: none;
    float: right;
    height: 35px;
    margin-right: 44px;
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
}