/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. L'altroWeb - https://laltroweb.it/
*/
/********* Do not edit this file *********/

#parallax-bg {
    background: #61778D;
}

.site-title {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: bold;
    position: relative;
    text-shadow: 1px 1px 0 #b7ac52;
    text-transform: uppercase;
    top: -30px;
}

#primary-navigation ul {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -30px;
}

#masthead {
    margin: 10px auto;
    padding: 40px;
    text-align: center;
}

#top-search {
    display: none;
    left: -15px;
    position: relative;
    top: 2px;
    z-index: 999;
}

#top-bar {
    background: none repeat scroll 0 0 #b7ac52;
    opacity: 0.8;
    padding: 5px 0;
    position: relative;
    z-index: 99999;
    height: 20px;
}