.show-profile-fields {
    display: block;
}

#vote_response {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    display: none;
    text-align: center;
    width: 98%;
    margin:0 auto;
    margin-bottom: 15px;

}
input[type="radio"].mma-nominee+label img {
    cursor: pointer;
}
input[type="radio"].mma-nominee {
    display: none;
}
input[type="radio"].mma-nominee:checked+label img{
    border: 5px solid #EA9720;
}
.custom-profile input[type="text"] , .custom-profile input[type="email"]{
    padding: 5px 10px;
    margin:10px 0px;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}

.custom-profile input[type="text"]::-webkit-input-placeholder, .custom-profile input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    text-transform: uppercase;
}
.custom-profile input[type="text"]::-moz-placeholder, .custom-profile input[type="email"]::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
    text-transform: uppercase;
}
.custom-profile input[type="text"]:-ms-input-placeholder , .custom-profile input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    text-transform: uppercase;
}
.custom-profile input[type="text"]:-moz-placeholder , .custom-profile input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    text-transform: uppercase;
}

#email-field {
    margin-left: 10px;
}
.custom-profile input[type="text"]:first-child {
    margin-right: 10px;
}

.btn-vote {
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 1px;
    color: #fff;
    padding: 16px 25px;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}

.g-recaptcha {
    margin: 20px 0px;
}

.ct-personBox-header  span.mma-nominee-title {
    height: auto;

}

.vote .ct-personBox.ct-personBox--type1 figure img {
    width: auto !important;
    height: auto;
}


.wp-social-login-provider-list a {
    width: 89px;
    height: 89px;
    display: inline-block;
    background: url('../images/social-icons.png');
    margin-right: 15px;
}
.wp-social-login-provider-list a.wp-social-login-provider-google {
    background-position: -89px 0px;
}
.wp-social-login-provider-list a img {
    display: none;
}

.wp-social-login-connect-with {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
}

.wp-social-login-connect-with:after {
    content: "Social Media";
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.bottom-mma-section .col-md-5 h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
}


.bottom-mma-section .bottom-mma-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.bottom-mma-section .col-md-1 p {
    margin-top: 20px;
    color: #d90000;
    font-size: 51px;
    font-weight: bold;
}
a.mma-share-link {
    display: inline-block;
    margin: 0px 5px;
}
.mma-share-link .fa-twitter{
    background: #55acee;
    color: #fff;
    font-size: 28px;
    padding: 6px 7px;
    border-radius: 3px;
}
.mma-share-link .fa-facebook{
    background: #3b5998;
    color: #fff;
    font-size: 28px;
    border-radius: 3px;
    padding: 6px 11px;
}
.mma-share-link .fa-google-plus{
    background: #e02f2f;
    color: #fff;
    font-size: 28px;
    padding: 6px 7px;
    border-radius: 3px;
}

/* third party opt in */
.permissions .third-party {
    display: none;
}

@media(max-width: 1229px) {
    .custom-profile input[type="text"], .custom-profile input[type="email"] {
        width:80%;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }
}

