/**
 * CTA Button
 */

#cta-buttons {position:fixed; z-index:9;}
.cta-item:not(:last-child) {margin-bottom:20px;}
.cta-item__link {
    display:block; width:60px; height:60px; line-height:60px;
    background:#f8ac00; border-radius:50%; border:1px solid #fff;
    font-size:35px; color:#fff; text-align:center;
}
.cta-item__link:hover, .cta-item__link:focus {background:#353535; color:#fff;}

/****************************** Tablet versions *******************************/
@media only screen and (max-width: 1024px){
    .cta-item:not(:last-child) {margin-bottom:15px;}
    .cta-item__link {width:40px; height:40px; line-height:40px; font-size:25px;}
}