#logo{
max-height: 95%;
}
.et_pb_fullwidth_slider_0.et_pb_slider.animate-button .et_pb_more_button.et_pb_button {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cryptedmail:after {
content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
.down-icon{
font-size: 24px;
}
.et-pb-icon.small-audio-download{
font-size: 17px;
}
span.song-duration {
display: inline-block;
min-width: 50px;
}
body #top-menu li li a {
width: 240px;
}
body #top-menu li li {
padding: 0;
} 
#top-menu li.current-menu-item.no-active>a {
color: rgba(0,0,0,.6);
}
.grecaptcha-badge {
visibility: hidden !important;
}
.recaptcha-tos-text{
font-size: 10px !important;
line-height: 13px !important;
color: #d9d9d9;
}
.recaptcha-tos-text a{
color: #999;
}
.et_bloom_form_container_wrapper .et_bloom_form_footer .recaptcha-tos-text{
color: #999 !important;
}
.et_bloom_form_container_wrapper .et_bloom_form_footer .recaptcha-tos-text a{
color: #333 !important;
} .mt-10{
margin-top: 10px;
}
.mt-20{
margin-top: 20px;
}
.mt-30{
margin-top: 30px;
}
.mt-40{
margin-top: 40px;
}
.mt-50{
margin-top: 50px;
}
.mb-10{
margin-bottom: 10px;
}
.mb-20{
margin-bottom: 20px;
}
.mb-30{
margin-bottom: 30px;
}
.mb-40{
margin-bottom: 40px;
}
.mb-50{
margin-bottom: 50px;
} .btn-wrap{
text-align: center;
}
.btn-href{
display: inline-block;
}
.btn-98,
.btn-98 *,
.btn-98 :after,
.btn-98 :before,
.btn-98:after,
.btn-98:before {
border: 0 solid;
box-sizing: border-box;
}
.btn-98 {
-webkit-tap-highlight-color: transparent;
-webkit-appearance: button;
background-color: #000;
background-image: none;
color: #fff;
cursor: pointer;
font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
font-size: 100%;
line-height: 1.5;
margin: 0;
-webkit-mask-image: -webkit-radial-gradient(#000, #fff);
padding: 0;
}
.btn-98:disabled {
cursor: default;
}
.btn-98:-moz-focusring {
outline: auto;
}
.btn-98 svg {
display: block;
vertical-align: middle;
}
.btn-98 [hidden] {
display: none;
}
.btn-98 {
--thickness: 4px;
background: none;
box-sizing: border-box;
-webkit-clip-path: polygon(
0 0,
100% 0,
100% calc(100% + var(--thickness)),
0 calc(100% + var(--thickness))
);
clip-path: polygon(
0 0,
100% 0,
100% calc(100% + var(--thickness)),
0 calc(100% + var(--thickness))
);
display: block;
font-weight: 900;
-webkit-mask-image: none;
padding: 2px 0;
position: relative;
text-transform: uppercase;
}
.btn-98:before {
background: #fff;
bottom: calc(var(--thickness) * -1);
content: "";
display: block;
height: var(--thickness);
left: 0;
pointer-events: none;
position: absolute;
width: 100%;
}
.btn-98:hover:before {
-webkit-animation: slide 0.5s ease;
animation: slide 0.5s ease;
}
@-webkit-keyframes slide {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100%);
}
51% {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
@keyframes slide {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100%);
}
51% {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}