/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        2.2
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.bite-cta {
    border: 1px solid #009b95;
    border-radius: 30px;
    color: #fff;
    padding: 4px 12px;
    position: absolute;
    right: 70px;
    top: calc(50% - 16px);
}

.et-fixed-header .bite-cta {
    background: #009b95 none repeat scroll 0 0;
    border: 1px solid #009b95;
}

.bite-cta:hover {
    background: #232a40 none repeat scroll 0 0;
}

@media all and (max-width: 767px) {
.bite-cta {
    right: 40px;
}}