/********* 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 *********/

.header-full-width .title-area {
    padding: 25px 40px;
    text-align: center;
}

.site-header {
    background-color: #2c3e50;
    border-bottom: 3px solid #000;
    height: 180px;
}

.site-title a, .site-title a:hover {
    color: #f9f9f9;
}

.widget-title {
    border-bottom: 1px solid #e3e3e3;
    border-top: 4px solid #ea8514;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
}

.nav-secondary {
    background: none repeat scroll 0 0 #fbbd2c;
    border-bottom: 1px solid #e3e3e3;
}


.site-footer {
    background-color: #2c3e50;
    border-top: 1px solid #333;
    color: #999;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}