.custom-footer {
  background-color: #000;
  border-top: 3px #f45;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 0;
}

.custom-footer .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 20px;
  margin: auto;
  max-width: 1290px;
}

.custom-footer .left {
  display: inline-grid;
  text-align: center;
}

.custom-footer .middle,
.custom-footer .right {
  text-align: center;
}

.middle {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.middle ul {
  list-style-type: none;
  padding: 0;
}

.middle ul li:first-child {
  margin-top: 20px;
}

.middle ul li:nth-child(3) {
  margin-bottom: 20px;
}

.middle a {
  color: #fff;
  margin-top: 10px;
  transition: all 0.3s;
}

.menu li.page_item {
  color: #fff;
  display: block !important;
}

.menu li.page_item a {
  color: #fff;
}

.custom-footer .left a {
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.custom-footer .left a:hover,
.custom-footer .middle a:hover {
  color: #486662;
  text-decoration: underline;
}

.container .title {
  color: #e5881f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container .subtitle {
  color: #e5881f;
  font-size: 15px;
  margin-top: 20px;
}

.custom-footer p {
  color: #486662;
  font-size: 14px;
  text-align: center;
}

.custom-footer span {
  color: #fff;
  font-size: 15px;
}

/***  M O B I L E  *****************************************************/
@media only screen and (max-width: 1000px) {
  .custom-footer .container {
    max-width: 760px;
  }

  .ct-icon,
  .ct-icon-container svg {
    fill: #000 !important;
  }

  .ct-panel .ct-panel-inner {
    background-color: #f18f20 !important;
    height: 330px !important;
    width: 330px !important;
    position: relative !important;
  }

  .mobile-menu li {
    align-items: baseline !important;
  }
}

@media only screen and (max-width: 600px) {
  .custom-footer .container {
    display: block;
    text-align: center;
  }

  .custom-footer .left {
    margin-bottom: 40px;
  }

  .custom-footer .right {
    padding: 0 10px;
  }

  .custom-footer p {
    margin-top: 30px;
  }
}
