/* Menu CTA Button */

.menu-cta {
  border: 2px solid #ffffff4f;
  padding: 12px!important;
  border-radius: 25px;
  text-align: center;
}

@media only screen and (min-width: 981px) {
  .menu-cta {
    height: 42px;
  }
}

.menu-cta:hover {
  background-color: #ec1c24;
}

.menu-cta:hover a {
  color: #ffffff!important;
}

.et_header_style_left #et-top-navigation {
  padding-top: 16px;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
  padding-top: 8px;
}

/* Menu CTA Button Mobile Setting */

@media only screen and (max-width: 980px) {
  .menu-cta {
    background-color: #ec1c24;
    padding: 0px!important;
  }
}