﻿/*#||###############################################*/
/*# STILI MULTISCHERMO #############################*/
/*#||###############################################*/
/*#|THUMBNAIL RECENSIONE|###########################*/
/*#||###############################################*/
.thmb_recensione { padding: 2rem 0 5rem 0; }
    .thmb_recensione p { display: block; }
    /**/
    .thmb_recensione .nome { margin-bottom: 1.5rem; }
    /**/
    .thmb_recensione p.stars:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; z-index: 1; opacity: 0.1; /**/ background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); }
    .thmb_recensione p.stars i { display: inline-block; margin: auto 0.5rem; color: #E9D200; position: relative; z-index: 2;}
    .thmb_recensione:hover p.stars i { margin: auto 0.75rem; }
    /**/
    .thmb_recensione .copy { padding: 1rem 1.5rem 0 1.5rem; }
    /**/
    .thmb_recensione .cta { padding: 1.5rem; position: absolute; bottom: 0; left: 0; }
    .thmb_recensione:hover .cta strong { text-decoration: underline;  }
    .thmb_recensione:hover .cta i { color: #034798; transform: rotate(90deg); }
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi DESKTOP --------*/
@media (min-width: 769px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi PORTABLE -------*/
@media (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI ESCLUSIVI GRANDI SCHERMI -----------------*/
@media (min-width: 1281px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI SCHERMI MEDI --------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI PICCOLI SCHERMI --------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI TABLET -----------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI MOBILE -----------------------------------*/
@media (max-width: 480px) {
    /*#||###############################################*/
}
/*--------------------------------------------------*/
