/* ---- Ocean 5 6-column widget footer ---- */
#main-footer {
  border-top: 3px solid #EB7203;
  background-color: #004BA6;
}
#footer-widgets {
  padding: 52px 0 40px;
}
@media (min-width: 981px) {
  #footer-widgets {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
  }
  #footer-widgets .footer-widget {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    flex: 1 1 0;
    min-width: 0;
  }
  #footer-widgets .footer-widget:last-child {
    flex: 1.2 1 0;
    border-left: 1px solid rgba(255, 255, 255, 0.7) !important;
    padding-left: 32px;
    margin-left: 4px;
  }
}
#footer-widgets .footer-widget,
#footer-widgets .footer-widget .fwidget,
#footer-widgets .footer-widget .et_pb_widget {
  float: none !important;
  margin-bottom: 0 !important;
}
#footer-widgets .footer-widget h4.title {
  color: #E8B84A !important;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 0;
  line-height: 1.2;
}
#footer-widgets .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-widgets .footer-nav li {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.35;
}
#footer-widgets .footer-widget li:before {
  display: none !important;
  border: 0;
  content: none !important;
}
#footer-widgets .footer-widget a {
  color: #ffffff;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#footer-widgets .footer-widget a:hover {
  color: #EB7203 !important;
}
.footer-brand .footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: 0 0 16px;
}
.footer-brand .footer-address {
  color: #ffffff;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 10px;
}
.footer-brand .footer-phone {
  margin: 0 0 16px;
}
.footer-brand .footer-phone a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
#footer-widgets .footer-contact {
  display: inline-block;
  background-color: #EB7203 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px;
  padding: 10px 28px;
  margin: 0 0 18px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: none !important;
}
#footer-widgets .footer-contact:after {
  display: none !important;
}
#footer-widgets .footer-contact:hover {
  background-color: #ffffff !important;
  color: #004BA6 !important;
}
.footer-social {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.footer-social li {
  margin: 0;
  padding: 0;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #EB7203 !important;
}
.footer-social a:hover svg {
  fill: #EB7203;
}
.footer-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
#main-footer .et-social-twitter,
#main-footer .et-social-x,
#footer-bottom .et-social-twitter,
#footer-bottom .et-social-x {
  display: none !important;
}
#footer-bottom {
  background-color: #004BA6 !important;
  border-top: 0;
  padding: 8px 0 28px;
}
#footer-bottom p,
#footer-bottom a {
  color: #ffffff;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
#footer-bottom a:hover {
  color: #EB7203;
}
@media (max-width: 980px) {
  #footer-widgets {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
    padding: 36px 0 28px;
  }
  #footer-widgets .footer-widget {
    float: none !important;
    width: auto !important;
  }
  #footer-widgets .footer-widget:last-child {
    grid-column: 1 / -1;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    padding-top: 28px;
  }
}
@media (max-width: 479px) {
  #footer-widgets {
    grid-template-columns: 1fr;
  }
  #footer-widgets .footer-widget:last-child {
    grid-column: auto;
  }
}