/* estilos de enquets wp-polls */
.single-content .wp-polls{
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-content .wp-polls p{
    margin-bottom: 0;
}

.single-content .wp-polls .wp-polls-hat{
    font-family: 'Roboto' , 'Arial' , 'Arial';
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.single-content .wp-polls .wp-polls-question{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-content .wp-polls .wp-polls-ul{
    margin:0 0 20px 0;
    padding: 0;
}

.single-content .wp-polls .wp-polls-ul li{
    font-size: 16px;
    line-height: 1;
    display: block;
    font-family: 'Roboto' , 'Arial' , 'Arial' ,'sans-serif';
    margin-bottom: 15px;
    display: block;
    line-height: 1;
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.single-content .wp-polls .wp-polls-form .wp-polls-ul li{
    padding: 0;
    background: none;
    overflow: visible;
}

.single-content .wp-polls .wp-polls-ul li input[type='radio']{
    transform: scale(1.25);
    margin-right: 10px;
}

.single-content .wp-polls .wp-polls-form .poll-recaptcha{
    margin-bottom: 20px;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.single-content .wp-polls .Buttons{
    background: var(--nd-roxo);
    line-height: 1;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto' , 'Arial' , 'Arial' , 'sans-serif';
    border:none;
    margin-bottom: 15px;
}

.single-content .wp-polls .Buttons:hover{
    background-color:#561855;
}

.single-content .wp-polls .wp-polls-results-link{
    color: #666;
    font-weight: normal;
    font-family: 'Roboto' , 'Arial' , 'Arial';
}

.single-content .wp-polls .pollbar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #FAEDFA;
    border: none;
    z-index:-1;
    margin: 0;
    padding: 0;
}

.single-content .wp-polls-loading{
    margin:0 ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    color: transparent;
}

.single-content .wp-polls-loading img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.single-content .wp-polls-loading::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}


@media only screen and (min-width:360px) {

    .single-content .wp-polls .wp-polls-form .poll-recaptcha{
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
    }

}

@media only screen and (min-width:420px) {
    
    .single-content .wp-polls .wp-polls-form .poll-recaptcha{
        transform:scale(1);
        -webkit-transform:scale(1);
    }

}


@media only screen and (min-width:992px) {

    .single-content .wp-polls{
        padding: 50px;
        margin-bottom: 40px;
    }

    .single-content .wp-polls .wp-polls-hat{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .single-content .wp-polls .wp-polls-question{
        font-size: 30px;
        margin-bottom: 40px;
    }

    .single-content .wp-polls .wp-polls-ul{
        margin-bottom: 35px;
    }

    .single-content .wp-polls .wp-polls-ul li{
        margin-bottom: 20px;
        font-size: 22px;
    }

    .single-content .wp-polls .Buttons{
        padding: 15px 60px;
        font-size: 22px;
    }

}