/*
==============================================
Sticky Footer Structure
==============================================
*/
.footer-section .footer-cta-sticky {
  margin: 0;
  position: fixed;
  right: -1px;
  bottom: 34px;
  z-index: 10;
  text-transform: uppercase;
  padding: 4px 20px;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .footer-section .footer-cta-sticky {
    bottom: 27px !important;
  }
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .footer-section .footer-cta-sticky  {
    margin: 0 !important;
    /* position: relative !important; */
    /* bottom: 34px !important; */
    position: fixed !important;
    left: 0;
    margin: 25px auto 0 !important;
    bottom: 27px !important;
    width: 100%;
    line-height: 30px !important;
    right: 0 !important;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
  .footer-section .ftr-cta-wrapper {
    margin: 25px 0 0;
  }
  .footer-section .footer-cta-sticky:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-weight: 900;
    margin: 0 8px 0 0px;
  }
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .footer-section .footer-cta-sticky  {
    margin: 0 !important;
    /* position: relative !important; */
    position: fixed !important;
    left: 0;
    margin: 25px auto 0 !important;
    bottom: 27px !important;
    width: 100%;
    line-height: 30px !important;
    right: 0 !important;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
  .footer-section .ftr-cta-wrapper {
    margin: 25px 0 0;
  }
  .footer-section .footer-cta-sticky:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-weight: 900;
    margin: 0 8px 0 0px;
  }
}
