.wa-icon {
	cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #AB9D7F;
    text-align: center;
    position: fixed;
    right: 36px;
    bottom: 60px;
    z-index: 9;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
}

.wa-icon.move {
    -webkit-transform: translateY(-72px);
    -moz-transform: translateY(-72px);
    transform: translateY(-72px);
}

.wa-icon a, .wa-icon a:hover, .wa-icon a:focus, .wa-icon a:active {
    color: #fff;
    font-size: 36px;
}

.wa-icon a > i {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .wa-icon {
        right: 18px;
    }
}