.live-demo {
    background: #ffffff;
    color: #A57355;
    padding: 15px 30px 10px !important;
    border-radius: 6px;
    box-shadow: 0px 5px 30px 1px rgba(211,220,232,0.54);
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    max-width: 200px;
    margin: 0 auto;
    cursor: pointer;
}
.da-page-image:hover .live-demo {
	opacity: 1;
	animation: fade-in-bottom 0.5s cubic-bezier(0.390,0.575,0.565,1.000) both!important;
}
.da-feature {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(211,220,232,0.58);
    -moz-box-shadow: 0px 6px 15px 0px rgba(211,220,232,0.58);
    box-shadow: 0px 15px 30px 0px 6px 15px 0px rgba(211,220,232,0.58);
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.da-feature:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(211,220,232,0.8);
    -moz-box-shadow: 0px 6px 30px 0px rgba(211,220,232,0.8);
    box-shadow: 0px 15px 30px rgba(211,220,232,0.8);
    transform: translateY(-20px);
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.da-feature, .da-feature .et-pb-icon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.da-feature:hover .et-pb-icon {
    -webkit-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
}
