/*
Theme Name:     Leadinjection Child
Theme URI:      http://leadinjection.io/
Description:    Child theme for the leadinjection WordPress theme
Author:         Themeinjection
Author URI:     http://leadinjection.io/
Template:       leadinjection
Version:        2.3.7
*/

/* You can overwrite the parent theme's styles with your own code here. */

@media screen and (max-width: 767px ) {
    .nav_logo .logo_link {
        max-width: 60%;
    }
}

#topics {
    margin-bottom: 50px;
}

.vc_row.wpb_row.testo-descrittivo,
.vc_row.wpb_row.testimonial {
    margin-bottom: 30px;
}

.post .entry-meta .author {
    border-right: none;
}

.box-libro {
    text-align: center;
}

.box-libro img {
    margin-bottom: 30px;
}

.pulsante-arancione {
    background-color: #f39c12;
    background: -moz-linear-gradient(top, #f39c12 100%, #ef7d00 0%);
    background: -webkit-linear-gradient(top, #f39c12 100%, #ef7d00 0%);
    background: -o-linear-gradient(top, #f39c12 100%, #ef7d00 0%);
    background: -ms-linear-gradient(top, #f39c12 100%, #ef7d00 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f39c12), color-stop(0%,#ef7d00));
    background: linear-gradient(to bottom, #f39c12 100%, #ef7d00 0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#ef7d00',GradientType=0 )";
    color: #f8f8f8;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
}

.pulsante-arancione:hover {
    background-color: #2e8922;
    background: -moz-linear-gradient(top, #2e8922 0%, #2e8922 100%);
    background: -webkit-linear-gradient(top, #2e8922 0%, #2e8922 100%);
    background: -o-linear-gradient(top, #2e8922 0%, #2e8922 100%);
    background: -ms-linear-gradient(top, #2e8922 0%, #2e8922 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e8922), color-stop(100%,#2e8922));
    background: linear-gradient(to bottom, #2e8922 0%, #2e8922 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8922', endColorstr='#2e8922',GradientType=0 )";
    color: #f8f8f8;
    text-decoration: none;
}

.error-404 .search-submit {
    width: auto;
}

.error-404 .search-field {
    padding-left: 72px;
}

.vc_row.form-newsletter {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

#sommario-libro {
    line-height: 2.2em;
}


#sommario-libro tr td:last-child {
    padding-left: 15px;
}

#sommario-libro tr {
    border-bottom: 1px solid #ccc;
}

@media screen and ( max-width: 767px ) {

    #sommario-libro tr td:first-child {
        width: 90px;
    }

    #sommario-libro {
        line-height: 1.8em;
    }
}
