/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 /* Banner ________________________________________________ */
 
 
 .site-header > .wrap { padding-bottom: 1.5em; }

.custom-logo { height: 60px; width: auto; }


 /* Footer & CTA ________________________________________________ */

.above-footer-cta .widget-area .wrap { background: #eee; }

.above-footer-cta .widget-title {  
	font-family: 'PT Serif', serif;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -1px;
    text-transform: none;
}


 /* Homepage  ________________________________________________ */
 
 .home h1.entry-title { display: none; }
 
 
 
 /* Moved from oldsquare12 plugin  ________________________________________________ */
 
 
/*** Start custom grid ***/
.sq-row {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.sq-row .sq-column {
    padding: 0 15px 15px;
}

.sq-row .sq-column.large-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
}

@media (max-width: 769px) {
    .sq-row .sq-column.medium-3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 670px) {
    .sq-row .sq-column.small-12 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
}
/*** End custom grid ***/

/*** Start preview block of persone ***/
.people-list .title {
    margin: 0;
    line-height: 1.5;
}

.people-list a .title {
    color: #A01B28;
}

.people-list .persone-image {
    margin-bottom: 15px;
    transition: 0.3s;
}

.people-list .persone-image:hover {
    -webkit-transform: perspective(1000px) scale(1.01);
    transform: perspective(1000px) scale(1.01);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.people-list .job-tile,
.people-list .description,
.people-list .description p{
    margin-bottom: 0;
}

.people-list .persone{
    margin-bottom: 50px;
}
@media (max-width: 670px) {
    .people-list .persone{
        margin-bottom: 20px;
    }
}
/*** End preview block of persone ***/