/*
 Theme Name:  Divi Child Theme
 Description:  Child Theme for Divi
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/***************** Mobile CTA Bar ******************/
/****************** By Divi Soup *******************/
/* 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;
    position: fixed;
    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;}
}

.emm-header-cta-button {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 16px;
    border: 2px solid #273C75;
	border-radius: 4px;
    color: white;
	background: #273C75;
}
.emm-header-cta-button:hover {
	background: #273C75;
	color: white;
	border-color: #009844;
}