/*
Theme Name: ListingPro Child
Theme URI: https://www.weddingcreations.pl/
Description: Child theme for ListingPro used on WeddingCreations.pl
Author: WeddingCreations
Template: listingpro
Version: 1.0.0
Text Domain: listingpro-child
*/

.wc-cta-wrap {
  text-align: center;
  margin: 28px 0;
}

.wc-cta-wrap a.wc-cta-btn {
  display: inline-block !important;
  padding: 13px 26px !important;
  border: 1px solid #5f7470 !important;
  background: #ffffff !important;
  color: #5f7470 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  line-height: 1.2 !important;
  transition: all 0.25s ease !important;
}

.wc-cta-wrap a.wc-cta-btn:hover,
.wc-cta-wrap a.wc-cta-btn:focus {
  background: #5f7470 !important;
  color: #ffffff !important;
  border-color: #5f7470 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(95, 116, 112, 0.22);
}