.elementor-1363 .elementor-element.elementor-element-c0011aa{--display:flex;--min-height:360px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.8;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-1363 .elementor-element.elementor-element-c0011aa:not(.elementor-motion-effects-element-type-background), .elementor-1363 .elementor-element.elementor-element-c0011aa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fourwallawards.com.ng/wp-content/uploads/2024/08/Fourwall.png");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-1363 .elementor-element.elementor-element-c0011aa::before, .elementor-1363 .elementor-element.elementor-element-c0011aa > .elementor-background-video-container::before, .elementor-1363 .elementor-element.elementor-element-c0011aa > .e-con-inner > .elementor-background-video-container::before, .elementor-1363 .elementor-element.elementor-element-c0011aa > .elementor-background-slideshow::before, .elementor-1363 .elementor-element.elementor-element-c0011aa > .e-con-inner > .elementor-background-slideshow::before, .elementor-1363 .elementor-element.elementor-element-c0011aa > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#111111;--background-overlay:'';}.elementor-1363 .elementor-element.elementor-element-340bca7 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-1363 .elementor-element.elementor-element-340bca7 .elementskit-section-title-wraper .elementskit-section-title{color:#FFFFFF;margin:0px 0px 0px 0px;font-family:"Poppins", Sans-serif;font-size:68px;font-weight:700;line-height:1em;}.elementor-1363 .elementor-element.elementor-element-340bca7 .elementskit-section-title-wraper .elementskit-section-title > span{color:var( --e-global-color-a1ab3f7 );padding:0px 0px 0px 0px;}.elementor-1363 .elementor-element.elementor-element-0cb80ff{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:10%;--padding-bottom:10%;--padding-left:08%;--padding-right:8%;}.elementor-1363 .elementor-element.elementor-element-0cb80ff:not(.elementor-motion-effects-element-type-background), .elementor-1363 .elementor-element.elementor-element-0cb80ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ebc67d3 );}.elementor-1363 .elementor-element.elementor-element-333baae > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:1024px){.elementor-1363 .elementor-element.elementor-element-0cb80ff{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}@media(max-width:767px){.elementor-1363 .elementor-element.elementor-element-c0011aa{--min-height:300px;}.elementor-1363 .elementor-element.elementor-element-340bca7 .elementskit-section-title-wraper .elementskit-section-title{font-size:35px;}.elementor-1363 .elementor-element.elementor-element-0cb80ff{--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:29%;--padding-left:05%;--padding-right:05%;}}@media(min-width:768px){.elementor-1363 .elementor-element.elementor-element-0cb80ff{--content-width:1520px;}}/* Start custom CSS for html, class: .elementor-element-333baae */#vote-update {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.nominee-vote {
padding: 15px 0;
position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
       font-family: 'Poppins';
       font-size: 15px;
}

.nominee-vote:hover nominee-vote h3 {
    color: #e5e5e300;
    font-size: 2rem;
    transition: .5s;

}
.nominee-vote p span {
    color: #f2d95a ; 
}
.nominee-vote h3 span {
       color: #f2d95a ; 
         
}
.nominee-vote h2 {
      color: #e5e5e526;
    font-size: 6rem;
    pointer-events: none;
    position: absolute;
    left: 30px;
    top: -10px;
}
  
}


.nominee-vote h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #fff;
      text-align: center;
}

.nominee-vote p {
        font-size: 14px;
    margin: 5px 0;
        font-weight: 500;
    color: #fff;
    text-align: center;
}



@media (max-width: 768px) {
    .nominee-vote {
       flex-direction: column;
    }
    
    .nominee-vote h2 {
    color: #e5e5e526;
    font-size: 8rem;
    pointer-events: none;
    position: absolute;
    left: 30px;
    top: -10px;
  
}
    
    
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-bcc1e1d */#submit-btn a{
        background-color: #f2d95a !important;
    color: #000;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.1;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
        position: relative;
    z-index: 999 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0cb80ff */#ere {
    background:  linear-gradient(to right, #232526, #414345);}/* End custom CSS */