.like-block {
    display: block;
    position: relative;
    width: 100%;
    margin: 40px 0 60px !important;
    min-height: 115px;
}

.like-block .like-article {
    position: relative;
    text-align: center;
}

.like-block .like-page {

    position: relative;

    text-align: center;
}

.like-block h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.custom-like-top-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.custom-like-top {
    width: 13em;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.custom-like-top .like-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 1em;
}

.custom-like-top .fb_iframe_widget {
    top: 1em;
}

#mce-success-response {
    margin-top: 10px;
    color: green;
    text-align: left;
}

#mce-EMAIL {
    width: 62%;
}
/*#mce-EMAIL, #mc-embedded-subscribe{*/
    /*background:rgba(0,0,64,1);*/
    /*color:#efefef;*/
    /*font-weight: bold;*/
/*}*/

.main .sidebar .join-newsletter .widgettitle{
    background:rgba(0,0,64,1);
    color:#efefef;
}

@media only screen and (max-width: 1130px) {
    .custom-like-top-wrap {
        display: block;
    }

    .custom-like-top {
        width: 11em;
    }

    #mce-EMAIL {
        width: 53%
    }
}
