/* Moved from Custom CSS */
/*THS LOGIN FORM*/

.ths-login-form label {
    display: block;
    font-size: 20px;
    text-align: center;
}

.ths-login-form input {
    width: 100%;
    padding: 12px;
    margin: 1% 0 2% 0;
    border: 3px solid #ff3333;
    font-size: 20px;
    color: #222222;
    box-sizing: border-box;
}

.username-input {
    padding: 12px;
    margin-bottom: 3px;
}

.password-input {
    padding: 12px;
    margin-bottom: 12px;
}

.ths-login-form .remember-input input[type="checkbox"] {
    width: 27px;
    transform: scale(2);
    margin: 0 0.4em 0.4em 0;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background: none;
    -webkit-transition: none;
    box-shadow: none;
}

.logout {
    background-color: #FF3333;
    width: 25%;
    padding: 12px 24px;
    margin-top: 24px;
    text-align: center;
}

.logout:hover {
    background-color: #ec0086;
}

.logout a:link {
    color: #ffffff;
    text-transform: uppercase;
}


/*THS FORMS */

.ths-form .firstname-input {
    padding-top: 9px;
}

.ths-form label {
    display: block;
    font-size: 20px;
}

.ths-form input {
    width: 100%;
    padding: 12px;
    margin: 1% 0 2% 0;
    border-width: 3px;
    font-size: 20px;
    color: #222222;
    border-color: #6895bc;
    box-sizing: border-box;
}

.ths-form .validation-messages {
    padding: 12px 24px;
    background-color: rgba(255, 51, 51, 0.5);
    border: 3px solid #ff3333;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: bold;
}

.ths-form input[type="submit"] {
    background-color: #3D607D;
}

.ths-form input[type="submit"]:hover {
    background-color: #ec0086;
}


/*THS MY ACCOUNT PAGE*/

@media only screen and (min-width: 840px) {
    .ths-account-header {
        width: 100%;
        float: left;
    }
}

.ths-account-header {
    background-color: #F0F0F0;
    padding: 12px 0 12px 12px;
    margin-bottom: 36px;
}

@media only screen and (min-width: 840px) {
    .ths-element {
        width: 25%;
        float: left;
    }
}


/*THS MAILCHIMP SUBSCRIBE SETTINGS*/

.venture-mailchimp-subscribe > li > ul,
.entry .venture-mailchimp-subscribe > li > ul {
    margin: 4px 0 24px 12px;
}

.venture-mailchimp-subscribe > li .group-title {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .venture-mailchimp-subscribe-form .submit-input input {
        width: 100%;
        padding: 12px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .venture-mailchimp-subscribe-form .submit-input input {
        width: 25%;
        padding: 12px;
        font-size: 20px;
    }
}

