/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/
/* Disable the CTA Bar on desktops */
@media only screen and (min-width: 1101px){ ul#ds-mobile-cta { display:none!important;}
} /* Change the value to 769px to show on phones only */

/* CTA Bar */
@media only screen and (max-width: 1100px) { /* Change the value to 768px to show on phones only */
ul#ds-mobile-cta a {
  color: #FFF; /* Change Text Color */
  font-size: 14px; /* Change Text Size */
  font-weight: bold; /* Change Text Weight */
  bottom: 0;
  position: fixed;
  width: 50%!important;
  display: block;
 padding: 5px 5px;
  text-decoration: none;
  text-transform:uppercase;
  text-align:center;
}
ul#ds-mobile-cta .first-cta a{ left:0; background-color:#E4CC7F; }
ul#ds-mobile-cta .second-cta a{ right:0 ; background-color:#7FCCE4; }
  
/* Move the footer up */
#main-footer {
    padding-bottom: 55px;}
}

/************** End - Mobile CTA Bar ***************/
/****************** By Divi Soup *******************/

