/* iamcountryside */

/* Paywall modal */

.subsc_contetn {
    /* Paywall modal: Make the text: white, Keep the background green. */
    color: #FFFFFF !important;
}
.subscribelnk{
    /* Paywall modal: Make the button background white and the text black */
    /*background-color: #FFFFFF !important;
    color: #000000 !important;*/
}
.subscribe_box_btn {
    /* Paywall modal: Pad the button tops */
    padding-top: 10px;
}