
.widget_mailchimpsf_widget {

    text-align: center;
	margin-bottom: 0px;
    .widget-title {
        color:#fff;
    }
    #mc_signup_form {

        .mc_form_inside{
            width: 50%;
            margin-left: 25%;

            input[type="reset"], 
            input[type="submit"], 
            input[type="button"] {
                border: 1px solid #fff;
                background-color: #fff;
                color: #b1d3e2;
            }

            input[type="reset"]:hover,
            input[type="submit"]:hover,
            input[type="button"]:hover {
                opacity: 0.8;
            }
        }
        .mc_input {
            margin: 0px 10px;
            display: block;
            width: 97%;
            background: #fff;
            border: #fff 1px solid;
            color: $color__text-main;
            margin-bottom: 10px;

            &::placeholder,
            &::-webkit-input-placeholder,
            &::-ms-placeholder{
                color:$color__text-main;
            }
        }

        .mc_var_label {
            display: none;
        }

        #mc_display_rewards {
            display: none;
        }

        #mc-indicates-required {
            display: none;
        }

        .mc_merge_var {
            width: 40%;
            float: left;
        }

        .mc_signup_submit {
            float: left;
            display: block;
            width: 15%;
            margin: 0px 10px;
        }

        #mc_signup_submit {
            margin: 0px !important;
            width: 100% !important;
            padding: 7px 7px 6px 7px;
            border: none;
            color: #333;

        }

        #mc_subheader{
            text-align: center;
            margin-bottom: 30px;
            color: #ccc;
        }

        #mc_unsub_link{
            display: none;
        }

    }


    @media (max-width: 1100px) {
        .mc_form_inside {
            width: 70% !important;;
            margin-left: 15% !important;;
        }
    }

    @media (max-width: 700px) {
        .mc_merge_var {
            width: 100% !important;;
            float: left;
        }
        .mc_signup_submit {
            float: none;
            display: block;
            width: 35% !important;;
            margin: auto;
        }
    }

    @media (max-width: 400px) {
        .mc_form_inside {
            width: 87% !important;;
            margin-left: 5% !important;;
        }
    }
}

