.dfr{
	display: flex;
	flex-direction: row;
}
.dfac{
	align-items: center;
}
.dfjc{
	justify-content: center;
}

.mb-2{
	margin-bottom: 2em;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0 16px !important;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #000; /* gray-400 */
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #2563eb; /* blue-600 */
  transform: translateX(2px);
}

.footer-links a:hover::before {
  color: #2563eb;
}

.wcpa_form_outer .wcpa_form_item select{
		border-radius: 6px !important;
}

.entry-summary .wcpa_price_summary ul li.wcpa_total{
	margin-left: 0 !important;
}


@media only screen and (max-width: 48em) {

}