﻿

.ButtonLink {
    position: relative;
    /*    background-color: #eee;
    color: #000; */
    border-radius: 50px;
    padding: 0.3em 1.5em;
    min-width: 10em;
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-top: 1.3em;
    margin-bottom: 1em;
    font-size: 2rem;
}

.ButtonLink span {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    right: 7px;
    /*
    background-color: #666;
    color: #fff; */
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 5px;
}

.ButtonLink span i {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*
    color: #fff; */
    padding: 0;
    margin: 0;
    font-size: 28px;
    left: 12px;
}

.ButtonLink:empty {
    display: none;
}

.background_img .center-item-container .ButtonLink {
    margin-top: -21px;
}