/* === Site Global CSS Start === */
body {
    font-family: 'Assistant', sans-serif !important;
}
.entry-content {
  margin-top: 80px;
  margin-bottom: 60px;
}

a {
  color: #4c002b;
}
a:visited {color: inherit}
.entry-title a {
    color: #000;
}

.entry-meta {
  text-align: center;
  color: white;
}

.entry-meta a {
  color: #fdfcfc;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
}
.avatar img {
    border: 2px solid #f8f9fa;
    
}
.avatar img.border-none {border: none !important}
#decoration {
    position: absolute;
    bottom: 0px;    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 320px 0px;
    border-color: transparent #f8f9fa #f8f9fa #f8f9fa;
    z-index: 1;
}
.actionable-button {
    width: 54px !important;
    height: 54px;
    display: inline-block;
    font-size: 30px;
    transition: all .2s ease-in-out;
}
.actionable-button:hover{
    transform: scale(1.1) !important;
}
.contact-csv {max-width: 300px; margin: auto}
.headline{
    display: inline;
    border-bottom: 3px solid #ec008c;    
}
.branch-email {position: absolute; left: 15px;}
.share-item {width: 40px; height: 40px; font-size: 18px; text-align: center; padding: 10px;}
.si-facebook {background-color: #3b5998}
.si-linkedin {background-color: #0077b5}
.si-email {background-color: #fee12b;}
.si-whatsapp {background-color: #25d366;}
.si-pinterest {background-color: #e60023;}
.si-twitter {background-color: #1d9bf0;}
.share-item:hover {-webkit-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2); }

.section-fin {          
    opacity: 1;
/*
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
*/
}

#colophon { max-width: 640px; margin: auto; text-align: center}