/*
Theme Name: XPoNentialRadioChildTemplate
Theme URI: https://xpn.org
Author: Brian Divver
Author URI: https://xpn.org
Description: XPoNential Radio Child Template by bdiv
Template:  enigma
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
*/
/* #sonaar-player .playerNowPlaying .metadata .track-name {
    display: none!important;
} */


/* WPForms fieldset-style groups */
.wpforms-container .xpn-form-group {
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 16px;
    padding: 32px 30px 25px;
    margin: 30px 0;
    box-shadow: 0 10px 0 #d0d0d0;
}

/* Floating fieldset-style title */
.wpforms-container .xpn-form-legend {
    position: absolute;
    top: -18px;
    left: 28px;
    margin: 0;
    padding: 0 12px;
    background: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

/* Don't add extra spacing around the heading field */
.wpforms-container .xpn-form-group .wpforms-field-html:first-child,
.wpforms-container .xpn-form-group .wpforms-field-content:first-child {
    padding: 0;
    margin: 0;
}