/*
 Theme Name:     Tassinari
 Description:    Giulio Tassinari Theme
 Author:         Barbara Sassoli
 Author URI:     
 Template:       vio
 Version:        1.0
*/


/****************************************
*** Theme customization starts below ***
*****************************************/


footer.custom-footer{
    background: black!important;
}

footer.custom-footer .wpb_text_column p{
    margin: 0 0 8px!important;
    color: white;
    font-size: 15px!important;
}

footer.custom-footer .wpb_content_element{
    margin-bottom: 18px!important;
}

footer.custom-footer .wpb_single_image .vc_single_image-wrapper{
    margin-top: 15px!important;
}

footer ul.menu li:before{
    content: none!important;
}

footer ul.menu li{
    margin: 0 0 8px!important;
    padding: 0!important;
    color: white!important;
}

footer ul.menu li a{
    margin: 0!important;
    color: white!important;
}

footer a{
    position: relative!important;
    color: white!important;
    z-index: 10!important;
}


footer.custom-footer .wpb_text_column h3{
    margin-top: 24px;
    font-size: 22px;
    color: white;
}

footer.custom-footer .colfooter_4.wpb_text_column  p:first-of-type{
    /*margin: 0;*/
}
.byline{
    display: none!important;
}

.post.single-post .entry-meta > .holder > .data .meta > span:after{
    content: none!important;
}

@media (max-width: 768px){
    #bolli_servizi .vc_col-sm-1\/5:nth-child(2n+1){
        clear: both;
    }
    #bolli_servizi .vc_col-sm-1\/5 {
        width: 50%;
    }
    .vc_col-sm-1\/5{
        float: left;
    }

    footer, footer *{
        text-align: center!important;
    }
}
.search-form {
    display: flex;
    justify-content: flex-end;
}
.search-form button{
    background: #f4524d;
    color: white;
    border: 0;
    border-radius: 0 4px 4px 0;
}
.search-form button:hover{
    background-color: #f23630;
}

.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"]{
    width: 370px;
    max-width: 100%;

}

.wpcf7-submit{
    color: #fff;
    background-color: #f4524d;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 0;
    min-width: 120px;
    margin: 12px 0;
}
.wpcf7-submit:hover{
    background-color: #f23630;
}