/**
 * Theme Name:     Twenty Twenty-One Child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   twenty-twenty-one-child
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */






body {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, #151132 45%, #151132 100%) !important;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
body.admin-bar {
     min-height: calc(100vh - 32px);
}
.site-main {
    padding: 80px 0 !important;
}
header#masthead {
    display: none;
}
footer#colophon {
    display: none;
}
.site-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}
.login-outerr {
    text-align: center;
}
input:focus {
    outline: unset !important;
}
.content-area h1 {
    margin: 0  0 50px 0 !important;
    color: #f3b62a;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}
/* .login-logo {
    margin-bottom: 50px !important;
} */
h1.entry-title {
    font-size: 60px !important;
    line-height: 100%;
}
 .login-logo .tva-logo {
    display: block;
    text-decoration: none;
    color: #f3b62a;
    max-width: 260px;
    margin:0px auto;
}
.login-logo .tva-logo img{
    width:100%;
}
.login-logo h1 {
    font-size: 50px;
    color: #f3b62a;
    font-weight: 100;
}
.login-logo {
    display: flex;
    align-items: center;
    justify-content:center;
}
.page-template-login .site-header {
    display: none;
}
.login-outerr p {
    font-size: 18px;
    font-weight: 300;
    color: #f0f0f0;
    margin-bottom: 10px;
}
.login-outerr h4 {
    color: #f3b62a;
    font-size: 30px;
    font-weight: 100;
}
.login label {
    color: gray;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align:left;
}
.login .input {
    border-radius: 4px;
    background: #FFFFFF;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    padding: 7px 10px;
    border: 0px;
    width: 100%;
    margin-bottom: 10px;
}
.forgetmenot input {
    width: 25px;
    height: 25px;
    border: 0px;
    border-radius:4px;
}
.forgetmenot {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
}
.forgetmenot label {
    font-size: 14px !important;
    text-transform: unset;
}
.submit #wp-submit {
    color: #0f0f0f;
    background-color: #f3b62a;
    border: 0px;
    padding: 13px 56.5px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: .2px;
    width: 100%;
    transition:0.3s;
}
.submit #wp-submit:hover{
    color: #f0f0f0;
    background: #34A9E6;
    border-color: #34a9e6;
}
.login a {
    color: #9d7128;
    text-decoration: none;
    margin-top: 15px;
    display: block;
    margin-bottom: 0px;
    font-size:18px;
    transition:0.3s;
}
.login a:hover{
     color:#34A9E6;
}
.forget-outer a {
    color: #9d7128;
    text-decoration: none;
    font-size:18px;
    transition:0.3s;
}
.forget-outer a:hover{
  color:#34A9E6;
}
.member {
    color: #f0f0f0;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}
.member a{
    color:#f3b62a;
    transition:0.3s;
}
.member a:hover{
     color:#34A9E6;
}
.page-template-login .site-footer {
    display: none;
}

.page-template-login .login {
    width: 100%;
    max-width: 350px;
    margin: 50px auto 0 auto;
}




/* 11-21-25-css */
.thankyou-wrapper {
    text-align: center;
}
.page-template-thankyou-php {
    background: #fff !important;
}
.thankyou-wrapper h1 {
    color: #f3b62e;
    font-weight: 500;
    margin: 40px 0;
    font-size: 90px;
}
.thankyou-wrapper span {
    color: #6d7175;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
}
.thankyou-wrapper a.button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f3b62a !important;
    color: #000000 !important;
    border-radius: 8px;
    font-weight: 400;
    padding: 12px 28px;
    line-height: normal;
}
.thankyou-wrapper a.button:hover {
    border-color: #f3b62a;
}
.thankyou-wrapper {
    border: 10px solid #f3b62e;
    border-radius: 4px;
    padding: 50px 10px;
}
.thankyou-wrapper p {
    font-size: 18px;
}


/* voting-listing-css */
.page-template-vote-listing .main-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 0;
	justify-content: center;
}

.page-template-vote-listing .main-post-wrapper li {
    width: calc(33.33% - 20px);
    list-style: none;
    background: #fff;
    border-radius: 8px;
}

.page-template-vote-listing .main-post-wrapper li a {
    background-color: #fff;
    padding: 25px 30px;
    width: 100%;
    display: flex;
    text-decoration: unset;
    border-radius: 8px;
    color: #c17b1c;
    font-weight: 600;
    line-height: 120%;
    font-size: 20px;
    text-align: center;
    height: 100%;
    align-items: center;
}




/* category-listing-css */
.page-template-vote-category .login-logo {
    margin-bottom: 50px;
}
ul.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 0;
    justify-content: center;
    padding: 0;
	 margin-bottom: 0;
}

ul.category-list li {
    width: calc(33.33% - 20px);
    list-style: none;
    background: #fff;
    border-radius: 8px;
}

.page-template-vote-category ul.category-list li a {
    background-color: #fff;
    padding: 25px 30px;
    width: 100%;
    text-decoration: unset;
    border-radius: 8px;
    color: #c17b1c;
    font-weight: 600;
    line-height: 120%;
    font-size: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-vote-category .top-links {
    text-align: center;
    margin-top: 50px;
}

.page-template-vote-category .top-links a.logout_link.link_inner {
    color: #0f0f0f;
    background-color: #f3b62a;
    border: 0px;
    padding: 13px 56.5px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: .2px;
    width: max-content;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
.page-template-vote-category .top-links a.logout_link.link_inner:hover {
background-color: #34a9e6;
color: #fff;
}


.page-template-login .login-outerr p {
    margin-top: 40px;
    margin-bottom: 0;
}
.page-template-login .login label {
    color: #fff;
}
p.forgetmenot input {
    border: unset;
}



.option_wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.option_wrapper .options_main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.option_wrapper .options_main .option_text {
    color: #fff;
    font-size: 18px;
}
.single-vote form {
    margin-top: 0 !important;
}
.single-vote form input[type="submit"] {
    margin: 0 auto;
    width: fit-content;
    margin-top: 50px;
    color: #0f0f0f !important;
    background-color: #f3b62a !important;
    border: 0px;
    padding: 13px 56.5px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: .2px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
}

.single-vote form input[type="submit"]:hover{
background-color: #34a9e6 !important;
    color: #fff !important;
}
.wpuf-user-loggedin {
    text-align: center;
    margin-top: 50px;
}
.wpuf-user-loggedin span.wpuf-user-avatar img {
    border-radius: 50px;
}
.wpuf-user-loggedin {
    color: #fff;
    font-size: 18px;
}
.wpuf-user-loggedin a {
    color: #f3b62a;
}
.wpuf-user-loggedin h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
}
.wpuf-message {
    color: #fff;
}
.wpuf-error {
    color: red;
    font-size: 16px;
    line-height: normal;
}
/* register-page-css */
header.entry-header.alignwide {
    padding-bottom: 0;
    margin-bottom: 0;
}
div#wpuf-registration-form ul.wpuf-form.form-label-above input {
    border-radius: 4px;
    background: #FFFFFF;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    padding: 7px 10px;
    border: 0px;
    width: 100%;
    margin-bottom: 0;
}

div#wpuf-registration-form ul.wpuf-form.form-label-above li.wpuf-submit input {
    color: #0f0f0f;
    background-color: #f3b62a;
    border: 0px;
    padding: 13px 56.5px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: .2px;
    width: 100%;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

div#wpuf-registration-form ul.wpuf-form.form-label-above .wpuf-label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

div#wpuf-registration-form .wpuf-fields-inline {
    width: 100% !important;
}

div#wpuf-registration-form .wpuf-fields .wpuf-name-field-wrap {
    margin-bottom: 0;
}

div#wpuf-registration-form .wpuf-fields .wpuf-name-field-wrap label {
    color: #fff;
    margin-bottom: 0;
}
form#registrationform li a {
    color: #f3b62a;
    font-size: 18px;
}

form#registrationform li:last-child {
    color: #fff;
}

/* confirmation-page-css */
.main_conf_wrapper {
    border: 10px solid #f3b62e;
    border-radius: 4px;
    padding: 30px;
    background: #fff;
    margin-top: 0 !important;
}

.main_conf_wrapper .buttons_submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.main_conf_wrapper .buttons_submit input {
    padding: 14px 70px;
    border: 1px solid;
    border-radius: 7px;
    color: #0f0f0f !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    background-color: #f3b62a !important;
    border-color: #f3b62a;
}
.main_conf_wrapper .buttons_submit input.back-btn {
    background-color: transparent !important;
    border-color: #0f0f0f;
}
.main_conf_wrapper p {
    color: #6c6a6a;
    font-size: 18px;
    line-height: 130%;
    margin: 8px 0;
}
.main_conf_wrapper .image_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.main_conf_wrapper .image_title img {
    width: 80px;
}
.main_conf_wrapper .image_title p.text {
    color: #0f0f0f;
    font-size: 28px;
    margin: 0;
    line-height: 120%;
}
.main_conf_wrapper .buttons_submit input:hover {
    border-color: #f3b62a;
}
.main_conf_wrapper .buttons_submit input.back-btn:hover {
    border-color: #0f0f0f;
}
.main_conf_wrapper p.conf_text.new {
    color: #0f0f0f;
    font-size: 28px;
    margin: 0;
    line-height: 120%;
    margin-top: 30px;
}
@media(max-width: 1024px){
.page-template-vote-listing .main-post-wrapper li a {
    padding: 25px 15px;
}	
.page-template-vote-listing .main-post-wrapper {
    gap: 20px;
}	
.page-template-vote-listing .main-post-wrapper li {
    width: calc(33.33% - 13.33px);
}
.site-main {
    padding: 60px 0 !important;
}
.main_conf_wrapper .image_title p.text {
    font-size: 22px;
}
.main_conf_wrapper p.conf_text.new {
    font-size: 22px;
}	
}


@media(max-width:767px){
    .login-logo h1 {
        font-size: 32px;
    }
    .login-outerr h4 {
        font-size: 16px;
    }
    .login-outerr p {
        font-size: 16px;
    }
    .page-template-login .login {
        margin: 30px auto 0 auto;
    }
    .login-logo {
        margin-bottom: 20px;
    }


    	.thankyou-wrapper h1 {
    margin: 20px 0;
    font-size: 60px;
}
.thankyou-wrapper .login-logo img {
    width: 250px;
}	
.thankyou-wrapper span {
    font-size: 22px;
}
.thankyou-wrapper p {
    font-size: 15px;
}	
.thankyou-wrapper a.button {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 22px;
}	
.thankyou-wrapper {
    padding: 30px 10px;
}	
.page-template-vote-listing .main-post-wrapper li {
    width: calc(50% - 10px);
}	
ul.category-list {
    gap: 20px;
}	
ul.category-list li {
    width: calc(50% - 10px);
}	
.page-template-vote-category ul.category-list li a {
    padding: 25px 15px;
    font-size: 18px;

}	
.page-template-vote-listing .main-post-wrapper li a {
    font-size: 18px;
}	
.login-logo {
    margin-bottom: 30px !important;
}
.content-area h1 {
    margin: 0  0 30px 0 !important;
    font-size: 24px;
}
.option_wrapper {
 gap: 20px;
}
.single-vote form input[type="submit"] {
    margin-top: 30px;
}
.login-logo .tva-logo {
    max-width: 200px;
}
.login-logo a.tva-logo img {
    width: 200px;
}
.site-main {
    padding: 40px 0 !important;
}
.page-template-vote-category .top-links {
    margin-top: 30px;
}
ul.wpuf-form.form-label-above li:first-child {
    margin-bottom: 0;
}
h1.entry-title {
    font-size: 40px !important;
}
.main_conf_wrapper p.conf_text.new {
    font-size: 20px;
    margin-top: 20px;
}
.main_conf_wrapper .image_title p.text {
    font-size: 20px;
}
.main_conf_wrapper .buttons_submit {
    flex-wrap: wrap;
    margin-top: 30px;
}
.main_conf_wrapper .buttons_submit input {
    width: 100%;
}
.main_conf_wrapper {
    padding: 20px;
}
.main_conf_wrapper .image_title img {
    width: 50px;
}
.main_conf_wrapper .image_title {
    margin-bottom: 20px;
}
body.admin-bar {
    min-height: calc(100vh - 46px) !important;
}
}