/**
  Theme Name: Polybalm CPD
  Theme URI: https://rushax.com
  Author: Rushax Ltd
  Author URI: https://rushax.com
  Description: A custom WordPress theme built for Polybalm CPD
  Version: 1.0
  Text Domain: cpd.polybalm.com
  Tags: polybalm, cpd
*/

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
  z-index: 111;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.tp-footer-main.tpd-dashboard-footer.pt-70.pb-55 {
  border-top: 5px solid #aa742a;
}


:root{
  --tp-dashboard-primary: #aa742a;
  --tp-dashboard-secondary: #aa742a;
}

.tp-course-details-2-category{
  background-color: #aa742a;
}
.tp-contact-btn .tp-btn-inner{
  background-color: #aa742a;
  color: #fff;
}

div#s2member-pro-stripe-checkout-form-description-div {
  font-family: 'Outfit', sans-serif;
}

.tp-course-details-2-widget-btn a.active:hover{
  background-color: #000;
  color: #fff;
}

@media(min-width: 992px){
  .tp-course-details-2-header {
    padding-right: 38%;
  }
}