.ctm-gloriafood {
  color: #fff !important;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  padding-top: 10em;
  padding: 0.5em;
  border-radius: 3px;
  margin: auto;
}

.ctm-gloriafood-order {
  background-color: #ef8b17;
}

.ctm-gloriafood-order:hover {
  background-color: #f09730;
}

.ctm-gloriafood-reservation {
  background-color: #334f66;
}

.ctm-gloriafood-reservation:hover {
  background-color: #4d5d6b;
}

.ctm-gloriafood-menu {
  margin:auto;
}

.ctm-gloriafood-menu-button {
  color: #353831 !important;
  background-color: #20FC8F;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  
  padding: 1em 3em 1em 3em;
  border-radius: 28px;
  border: 2px solid #20FC8F;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ctm-gloriafood-menu-button:hover {
  border: 2px solid black;
}


@media only screen and (min-width: 0px) and (max-width: 991px) {
  .ctm-sticky-footer {
    background-color: black;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 100;
  }

  .ctm-gloriafood {
    visibility: hidden;
    display: none;
  }

  .ctm-gloriafood-module {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .ctm-sticky-footer {
    visibility: hidden;
  }
}

.ctm-gloriafood-sticky {
  color: #fff !important;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  padding-top: 10em;
  padding: 0.5em;
  border-radius: 0px;
  text-align: center;
  vertical-align: center;
  height: 3em;
}

.ctm-gloriafood-sticky-order {
  background-color: #ef8b17;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
}

.ctm-gloriafood-sticky-order:hover {
  background-color: #f09730;
}

.ctm-gloriafood-sticky-reservation {
  background-color: #334f66;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 50%;
}

.ctm-gloriafood-sticky-reservation:hover {
  background-color: #4d5d6b;
}

.ctm-home-header {
  height: 30em;
}

.ctm-picture>div div img {
  border: 0px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%
}

.ctm-border {
  border: 0px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%
}

.burger-icon>span {
  background-color: white !important;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info a,
.offcanvas-menu .offcanvas-inner .social-icons a {
  color: #20FC8F !important;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info a:hover,
.offcanvas-menu .offcanvas-inner .social-icons a:hover {
  color: #20FC8F !important;
}