/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 20 2021 | 11:24:06 (am)
/*
/******* Do not edit this file *******/

strong, body h4 {
    color :#333333;
}

#footer-outer .widget h4 {
    font-family: Roboto;
    letter-spacing: 2.1px;
    border-bottom : 1px solid #eee;
    color : #eee;
    font-weight: 700;
}

#gform_wrapper_1 {
    margin-top : 0 !important;
}

#gform_wrapper_1 label {
    margin-top : 0;
}

body:not(.home) .container-wrap {
    padding-top : 70px;
}

body #sidebar h4 {
    font-size : 22px;
    font-family: Roboto;
    font-weight : bold;
    letter-spacing: 0.5px;
    color : #333;
    font-weight: 700;
}

#sidebar #nav_menu-3 a {
    color : #333;
}

#sidebar #nav_menu-3 a:hover {
    color : #e0ba0a;
}

.sliderhome .content{
    background: rgba(0, 0, 0, 0.7);
    width: 35%;
    padding-bottom: 20px;
}

.sliderhome h3{
    color: white;
}

.header-number{
    text-align: right;
    color: #ffd204;
    display : none;
}

@media only screen and (min-width: 1000px){
.swiper-slide .content {
    padding: 0 20px!important;
}
}



/*custom*/
.bordered{
 border: 1px solid #e7e7e7;   
}
.nectar-button.regular-button.extra-color-3{
    background-color: #fdc32d!important;
    color:#222!important;
    border-bottom:none!important;
    text-transform: none;
}

.textShadow{
    text-shadow: 1px 1px 8px rgba(150, 150, 150, 0.75);
}

article.post .post-header h2 a{
    color:#333333!important;
}