.books-container {
    display: flex;
    flex-wrap: wrap;
}

.books-container .book-thumb-container {
    padding-right: 3%;
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    margin-bottom: 20px;
}
.books-container .book-thumb-container .bookThumb {
    margin-bottom: 5px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
}
.books-container .book-thumb-container .bookThumb img {
    width: 100%;
}
.books-container .book-thumb-container .bookThumb a {
    display: block;
}

@media screen and (max-width:860px) {
    .books-container .book-thumb-container:last-child {
        display: none;
    }
    .books-container .book-thumb-container {
        flex-basis: 25%;
    }
}
@media screen and (max-width: 768px) {
    .books-container .book-thumb-container:last-child {
        display: flex;
    }
    .books-container .book-thumb-container {
        flex-basis: 33%;
    }
}
@media only screen and (max-width: 667px){
    .books-container .book-thumb-container:last-child {
        display: flex;
    }
    .books-container .book-thumb-container {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 375px) {
    .books-container .book-thumb-container {
        flex-basis: 100%;
    }
}
.book-btn {
    background: red;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
}

/*
.vid-container {
    text-align: justify;
}

.vid-thumbnail {
    max-width: 30.5%;
    background: black;
    border: 1px solid #838383;
    display: inline-block;
    padding: 0px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}*/


.vid-container {
    display: flex;
    flex-wrap: wrap;
}

.vid-container .vid-thumbnail {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
}

@media only screen and (max-width: 768px){

    .vid-container .vid-thumbnail {
        flex-basis: 50%;
    }
}


@media only screen and (max-width: 500px){

    .vid-container .vid-thumbnail {
        flex-basis: 100%;
    }
}


.podcasts{}
.podcasts .podcast_row{
    margin-bottom: 15px;
    padding: 10px 20px;
}
.podcasts .podcast_row:nth-child(even) {
    background-color: #EEE;
}
.podcasts .podcast_row .podcast_title {
    font-weight: bold;
}
.podcasts .podcast_row .podcast_date {
    float: right;
    font-weight: bold;
    color:#ff5d00
}



.bookcover .book-btn{
    margin-top: 5px;
    padding: 5px 8px;
}

.appointments ul {
    list-style: none;
    padding:0;
    margin:0;
}

.appointments .event {
    padding: 0;
}
.appointments .event article {
    margin-bottom: 30px;
}
.appointments .event article .date {
    width: 70px;
    float: left;
    margin-right: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    line-height: 1.3rem;
    margin-bottom: 15px;
}

.appointments .event article .date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    color: #2a2a2a;
    transition: color .30s ease;
}
.appointments .event article .title {
    margin: 0 0 10px 0;
}

.appointments .event:nth-child(odd){
    clear:both;
}

.sidebar .textwidget .appointments .event{
    clear:both;
    width: 100%;
}

.sidebar .textwidget .appointments .event article .date {
    font-size: 13px;
    width: 50px;
    margin-right: 10px;
    padding:5px 15px;
    margin-bottom: 40px;
}
.sidebar .textwidget .appointments .event article .date span{
    font-size: 15px;
    margin-bottom: 0;
}

.sidebar .textwidget .appointments .event article .title{
    font-size: 13px;
    margin-bottom: 0;
}

.sidebar .textwidget .appointments .event article .detail{
    font-size: 13px;
}



/* Autori */
.bookauthors-container {
    display: flex;
    flex-wrap: wrap;
}

.bookauthors-container .bookauthor-thumb-container {
    padding-right: 3%;
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    margin-bottom: 20px;
}
.bookauthors-container .bookauthor-thumb-container .bookauthorThumb {
    margin-bottom: 5px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
}
.bookauthors-container .bookauthor-thumb-container .bookauthorThumb img {
    width: 100%;
}
.bookauthors-container .bookauthor-thumb-container .bookauthorThumb a {
    display: block;
}

@media screen and (max-width:860px) {
    .bookauthors-container .bookauthor-thumb-container:last-child {
        display: none;
    }
    .bookauthors-container .bookauthor-thumb-container {
        flex-basis: 25%;
    }
}
@media screen and (max-width: 768px) {
    .bookauthors-container .bookauthor-thumb-container:last-child {
        display: flex;
    }
    .bookauthors-container .bookauthor-thumb-container {
        flex-basis: 33%;
    }
}
@media only screen and (max-width: 667px){
    .bookauthors-container .bookauthor-thumb-container:last-child {
        display: flex;
    }
    .bookauthors-container .bookauthor-thumb-container {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 375px) {
    .bookauthors-container .bookauthor-thumb-container {
        flex-basis: 100%;
    }
}
.bookauthor-btn {
    background: red;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1;
    height: 4rem;
}


.page-list.page-list-type-1 li > a {
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 1.2rem;
}
.page-list.page-list-type-1 {
    list-style: none;
    padding: 0;
    margin: 0;
}


.page-list.page-list-type-2 li > a {
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: 1.2rem;
}
.page-list.page-list-type-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fusion-social-networks{
text-align:center!important;
}
.fusion-sharing-box{
margin-bottom:0 !important;
}