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

/*
==============================================
Sticky Footer Styles
==============================================
*/
.footer-section .footer-contact-section .footer-cta-sticky {
  background: #393939;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
}
.footer-section .footer-contact-section .footer-cta-sticky:hover {
  background: #393939;
  color: #eb926f;
}
.footer-section .footer-contact-section .footer-cta-sticky:after {
  display: none !important;
}

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

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

}
