.mam-footer-ctas {
position: fixed;
}
a.mam-footer-ctas-toggle {
border-radius: 50%;
padding: 10px;
font-size: 24px;
}
.mam-footer-ctas-content {
display: none;
pointer-events: none;
opacity: 0;
}
.mam-footer-ctas.active .mam-footer-ctas-content {
display: inline-block;
}
.mam-footer-ctas-content {
opacity: 1;
pointer-events: auto;
position: absolute;
padding: 5px;
border-radius: 15px;
width: auto;
text-align: center;
bottom: 50px;
right: 3px;
left: 3px;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.mam-footer-ctas-item-link {
position: relative;
display: block;
padding: 5px;
margin-bottom: 5px;
border-bottom: dotted rgba(255,255,255,0.5) 1px;
}
.mam-footer-ctas-item-title {
pointer-events: none;
position: absolute;
top: 0;
white-space: nowrap;
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
font-size: 16px;
padding: 5px 10px;
opacity: 0;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.mam-footer-ctas-item-link:hover .mam-footer-ctas-item-title {
opacity: 1;
}