/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
div#cmplz-document {
    max-width: none !important;
}


.shadow-dance-text h2 {
    font-size: 4rem;
    color: #fff;
    text-shadow: 5px 5px 0 #ff005e, 10px 10px 0 #00d4ff;
    animation: shadow-dance 2s infinite;
}

.vote-platform .elementor-element {
    background-color: #f6a226 !important;
}
.vote-platform .it_epoll_container {
    background: #f5a126 !important;
    margin: 0;
    width: 100%;
}
.it_epoll_big_cover {
    display: none!important;
}
.it_epoll_grid .it_epoll_survey-country {
   
    margin-top: 30px!important;
   
}
.it_epoll_card_front {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  
}
.it_epoll_survey-country img {
    width: 192px !important;
    height: 192px !important;
	object-fit:cover;
   
}
.it_epoll_survey-item-inner.it_epoll_card_front {
    font-family: "Inter", Sans-serif !important;
    
}
.it_epoll_grid .it_epoll_survey-name {
   
    font-size: 20px !important;;
   
}
.it_epoll_title {
    
    display: none !important;;
}
.it_epoll_container {
    min-width: fit-content!important;;
}
.vote-platform .elementor-element {
    padding: 0 !important;
}
.it_epoll_inner {
    
    max-width: none !important;
   
}
.epoll_poll_contest_powered_by {
    display: none !important;
}

.it_epoll_grid .it_epoll_survey-name {
   
    color: #000000 !important;
    
}

input#it_epoll_survey-vote-button {
    background: #010101 !important;
    font-family: "Inter", Sans-serif !important;
    font-weight: 800;
}

input#it_epoll_survey-vote-button:hover {
    background: #f5a126 !important;
}
@keyframes shadow-dance {
    0%, 100% {
        text-shadow: 5px 5px 0 #ff005e, 10px 10px 0 #343434;
    }
    50% {
        text-shadow: -5px -5px 0 #343434, -10px -10px 0 #ff005e;
    }
}