/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/



html{
    margin-top: 0 !important;
}

.copy{
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    color: #000;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.copy:hover{
    opacity: 1;
}

.copy .sm-branding{
    background-image: url('/wp-content/plugins/sm-form/assets/img/logo-sm.svg') !important;
    height: 41px;
    width: 139px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
}