/*
 Theme Name:   TRD Child Theme
 description:  A child theme of the Twenty Fifteen default WordPress theme
 Author:       TRD Team
 Template:     dt-the7
 Version:      1.0.0
*/

/* fixes footer underlines on IE8+ */
.wps-first-foot a {
    text-decoration: none;
}

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

.grecaptcha-badge:hover {
    width: 256px !important;
}