/*======================================
Theme Name: The Makers Hub
Theme URI: https://elegantthemes.com/
Description: The Makers Hub child theme
Version: 1.0
Author: Alicia Jones Creative
Author URI: https://aliciajonescreative.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/***************** Mobile CTA Bar ******************/
/****************** By Divi Soup *******************/
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}
/* 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 {
    background: #273c75; /* Bar Color */
  color: #FFF; /* Change Text Color */
  font-size: 20px; /* Change Text Size */
  font-weight: bold; /* Change Text Weight */
  bottom: 0;
    
    width: 100%!important;
    left: 0;
  display: block;
  /*padding: 24px 18px;*/
  text-decoration: none;
  text-transform:uppercase;
  text-align:center;}
  
/* Move the footer up */
#main-footer {
    padding-bottom: 55px;}
}
/************** End - Mobile CTA Bar ***************/
/****************** By Divi Soup *******************/
