@import url('../../structure/features/sticky-footer-cta.css');

/*
==============================================
Sticky Footer Styles
==============================================
*/
.footer-section .footer-cta-sticky {
  background: #c9a560;
  color: #000;
  font-size: 18px;
  line-height: 44px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.footer-section .footer-cta-sticky:hover {
  background: #000;
  color: #fff;
}
.footer-section .footer-cta-sticky:hover {
  letter-spacing: 0;
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

}

/* 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-cta-sticky {
    bottom: 60px !important;
  } */
}

/* 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) {

}
