/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


html, body{
    overflow-x: hidden;
	font-family: Rajdhani;
}

.se_article{
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 10px;
}

.se_article_info{
    width: 100%;
}

.se_article_image{
    width: 100%;
    margin-bottom: 10px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.se_article_title{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
	height: 100px;
  display: inline-block;
}

.vote-msg-info{
    display: none;
}

.vote-msg-info-error{
    display: none;
}

.vote-finish{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
}

@media (max-width:1023px) {
    .se_article {
        width: 50%;
    }
}

@media (max-width:767px) {
    .se_article {
        width: 100%;
    }
}