/*

Theme Name: Custom Theme for Auto Blip

Theme URI: https://www.auto-blip.com/

Description: Custom Child Theme For Divi Core

Author: Impact Web Solutions

Author URI: https://www.azimpact.com/

Template: Divi

Version: 2.0

*/


/*----------Custom Back To Top Button----------*/
 
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    border-radius: 25px;
    background: rgba(0, 100, 98, 0.8);
    padding: 10px;
}
 
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #60c0ff;
}
 
.et_pb_scroll_top:before {
    content: "\21";
}