.btn {
    padding: 25px 23px;
    background-color: #ec0265;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    outline: 0px;
    border: 0px;
    display: inline-block;
    transition: .4s ease all;
    border: 2px solid #ec0265;
}
.btn_inner {
    z-index: 9;
}
.btn-before-helper {
    position: relative;
    padding: 20px 0px 24px;
}

#wpcf7-f7-o1 .btn-before-helper:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
}

.single-post .btn-before-helper .btn {
    background-image: none;
    width: 100%;
}

.zz_background_animated:before {
    background-image: linear-gradient(0deg, #289fb5, #89eaf1, #289fb5, #89eaf1 );
    background: -moz-linear-gradient(0deg, #289fb5, #89eaf1, #289fb5, #89eaf1 );
    background: -webkit-linear-gradient(0deg, #289fb5, #89eaf1, #289fb5, #89eaf1 );
    background: linear-gradient(0deg, #289fb5, #89eaf1, #289fb5, #89eaf1 );
    background-size: 300% 300%;
    background-repeat:repeat;
}
.zz_background_animated:hover:before {
    transition: all 1s linear;
    background-position:100% 100%;
}

.btn._pink {
    background: #fff;
    font-weight: 500;
    word-break: break-word;
    white-space: inherit;
    border: 2px solid #f1418c;
    color: #f1418c;
    transition: all ease-out 0.5s;
}

.btn._pink:before {
    background-image: none;
}

.btn._pink:hover {
    background-image: none;
    opacity: 1;
    color: #FFFFFF;
    background-color: rgba(241,65,140,0.8);
}

.wpm_btn {
    display:inline-block;
    position: relative;
    box-sizing: content-box;
    padding: 10px 30px;
}

.wpm_btn._white {
    font-weight: 500;
    word-break: break-word;
    white-space: inherit;
    border: 2px solid #fff;
    color: #fff;
}

.btn__down {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 80px;
    border: 1px solid #e4e4e4;
    font-size: 0px;
    bottom: 15%;
    right: 10%;
    line-height: 100px;
    text-align: center;
    z-index: 9;
}
.btn__down_team {
    margin-top: 30px;
}
.btn__down:before  {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    vertical-align: middle;
    text-align: center;
    border-color: #55cddd transparent transparent transparent;
}


.btn._gray {
    background: #898989;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);    
    background-image: linear-gradient(175deg , #f9f9f9 , #898989 );
    color: #fff;
}
.btn._gray:before {
    background-image: linear-gradient(175deg, #e7e7e7, #747273);
}

.btn:hover {
    color: #ec0265;
    opacity: 1;
    background-color: #FFF;
    border: 2px solid #ec0265;
}


@media (max-width: 1024px) {
   .banner__home .btn {
        font-size: 18px;
        padding: 20px 45px;
    }

   .btn {
        font-size: 18px;
   }
}

@media (max-width: 991px) {
    .btn {
        padding: 25px 10px;
    }
}

@media (max-width: 768px) {
    .btn {
        font-size: 16px;
        padding: 15px;
    }
    
    .single-post .btn-before-helper .btn,
    .btn:hover {
        background: #ffbb00;
        background: -moz-linear-gradient(45deg, #ec0165 0%, #ffbb00 100%);
        background: -webkit-linear-gradient(45deg, #ec0165 0%, #ffbb00 100%);
        background: linear-gradient(45deg, #ec0165 0%, #ffbb00 100%);
    }

    .btn__down {
        bottom: 7%;
    }

    .btn:before,
    .btn-before-helper:before {
        display: none;
    }
}