/* Footer layout + visual fixes for static mirror */

#footer_main_cx.et_pb_section {
  background-color: #000000 !important;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  margin: 0 !important;
  width: 100% !important;
}

#footer_cx.et_pb_section {
  background-color: #957859 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Disable broken sticky/fixed "reveal" footer — stack normally */
@media only screen and (min-width: 1124px) {
  .partners {
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .footer_main_cx,
  #footer_main_cx {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
  }

  .footer_cx,
  #footer_cx {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
  }
}

#footer_main_cx .et_pb_row,
#footer_cx .et_pb_row {
  width: 90%;
  max-width: 1080px;
}

#footer_main_cx h2.et_pb_module_header,
#footer_main_cx .et_pb_newsletter_description,
#footer_main_cx .et_pb_newsletter_button,
#footer_main_cx .et_pb_button {
  color: #ffffff !important;
}

#footer_main_cx .et_pb_signup.et_pb_subscribe {
  background: transparent !important;
  padding: 0 !important;
}

#footer_main_cx .et_pb_newsletter_form .input {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

#footer_main_cx .et_pb_newsletter_button.et_pb_button {
  border: 1px solid #f1f1f1 !important;
  border-radius: 0 !important;
  letter-spacing: 3px;
  font-size: 12px;
  color: #f1f1f1 !important;
}

#footer_main_cx .et_pb_newsletter_button.et_pb_button:hover {
  background-color: #957859 !important;
}

#footer_main_cx .et_pb_button_1,
#footer_main_cx .et_pb_button_2 {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  letter-spacing: 3px;
  font-size: 14px;
}

/* Social icons */
#footer_main_cx ul.et_pb_social_media_follow {
  margin-top: 10px !important;
  text-align: left;
}

#footer_main_cx .et_pb_social_media_follow li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

#footer_main_cx .et_pb_social_media_follow li a.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff !important;
  text-decoration: none;
  background: transparent;
  transition: background-color 300ms ease;
}

#footer_main_cx .et_pb_social_media_follow li a.icon:hover {
  background-color: rgba(149, 120, 89, 0.63) !important;
}

#footer_main_cx .et_pb_social_media_follow li a.icon:before {
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

#footer_main_cx .et-social-twitter a.icon:before { content: "\e094"; }
#footer_main_cx .et-social-instagram a.icon:before { content: "\e09a"; }
#footer_main_cx .et-social-linkedin a.icon:before { content: "\e09d"; }
#footer_main_cx .et-social-facebook a.icon:before { content: "\e093"; }

#footer_main_cx .et_pb_social_media_follow_network_name {
  display: none !important;
}

/* Acknowledgement / contact strip */
#footer_cx,
#footer_cx .et_pb_text,
#footer_cx .et_pb_text_inner,
#footer_cx p,
#footer_cx #spin,
#footer_cx #spin1,
#footer_cx #contact {
  color: #ffffff !important;
}

#footer_cx .et_pb_text_2 .et_pb_text_inner {
  position: relative;
  min-height: 110px;
}

#footer_cx .et_pb_text_2 .et_pb_text_inner > p {
  margin: 0;
}

#footer_cx .et_pb_text_2 .et_pb_text_inner > p[style*="margin-top"] {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#footer_cx #contact {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

/* Phone control alignment */
#footer_main_cx #phone .film-info1 {
  margin-left: auto;
  margin-right: 0;
  max-width: 220px;
  position: relative;
}

#footer_main_cx #phone .time2 {
  justify-content: flex-end;
}

#footer_main_cx .et_pb_code_0 {
  margin-left: 0 !important;
}

@media (max-width: 980px) {
  #footer_main_cx .et_pb_column {
    margin-bottom: 24px;
  }

  #footer_cx .et_pb_text_2 .et_pb_text_inner {
    min-height: 160px;
  }

  #footer_main_cx #phone .film-info1 {
    margin: 0 auto;
  }
}
