.sd-block-button a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    font-size: 18px;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

.sd-block-button a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

.sd-block-button.style-background a,
.sd-block-button.style-transparent a {
   line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    min-width: 200px;
    text-align: center;
}

.sd-block-button.style-transparent a {
   line-height: 56px;
}

.sd-block-button.style-transparent.color-red a {
    color: #ec5861;
    border: 2px solid #ec5861;
}

.sd-block-button.style-transparent.color-red a:hover {
    background-color: #ec5861;
    color: #fff;
}

.sd-block-button.style-transparent.color-blue a {
    color: #110691;
    border: 2px solid #110691;
}

.sd-block-button.style-transparent.color-blue a:hover {
    background-color: #110691;
    color: #fff;
}

.sd-block-button.style-background.color-red a {
    background-color: #ec5861;
    color: #fff;
}

.sd-block-button.style-background.color-red a:hover {
    background-color: #e83641;
}

.sd-block-button.style-background.color-blue a {
    background-color: #110691;
    color: #fff;
}

.sd-block-button.style-background.color-blue a:hover {
    background-color: #110691;
}

.sd-block-button.style-text_link a {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 400;
}

.sd-block-button.style-text_link.color-red a {
    color: #ec5861;
}

.sd-block-button.style-text_link.color-blue a {
    color: #110691;
}

.sd-block-button.align-left {
    text-align: left;
}

.sd-block-button.align-center {
    text-align: center;
}

.sd-block-button.align-right {
    text-align: right;
}

.sd-block-button.align-inline {
    display: inline-block;
}

.sd-block-button.align-inline:not(:last-child) {
    margin-right: 20px;
}

/*@media screen and (max-width: 1600px) {*/

/*}*/

@media screen and (max-width: 1400px) {
    .sd-block-button.style-background a,
    .sd-block-button.style-transparent a {
       line-height: 44px;
        min-width: 219px;
    }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
    .sd-block-button.style-background a,
    .sd-block-button.style-transparent a {
        min-width: 100%;
    }

    .sd-block-button.responsive_hide-yes {
        display: none;
    }

    .sd-block-button.responsive_align-left {
        text-align: left;
    }

    .sd-block-button.responsive_align-center {
        text-align: center;
    }

    .sd-block-button.responsive_align-right {
        text-align: right;
    }
}