/*
Theme Name: Edition
Theme URI: https://draw.ro/
Author: Edition
Author URI: https://draw.ro/
Version: 1.0
Text Domain: Edition
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}
div{
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
     font-family: "Open Sans", sans-serif;
    line-height: 20px;
    font-size: 16px;
    color: #222222;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p {
    margin: 0px !important;
    word-break: break-word;
    word-wrap: break-word;
}

form {
    margin-bottom: 0;
}

html {
    overflow-x: hidden;
}

img {
    width: 100%;
}

header{
  background-color: #000;
  opacity: 0.9;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

header a{
  color: #fff;
}

footer{
  background-color: #000;
  opacity: 0.9;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container_vot{
  max-width: 1140px;
  margin: auto;
}

.home__page{
  padding-bottom: 80px;
}

.home__page .hero{
  position: relative;
}

.home__page .hero:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #002b12;
}

.home__page .hero:after{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ffb128;
}

.home__page .hero img{
  position: relative;
  z-index: 2;
}

.container_vot .wpvc_card_conthead_column{
  background: transparent!important;
}

.container_vot .wpvc_card_conthead_column h5{
  font-size: 20px!important;
  color: #000!important;
}

.container_vot .wpvc_contestant_description {
  margin-top: 30px!important;
  margin-left: 10px;
}

.container_vot .wpvc_contestant_description .wpvc_read_mores{
  margin-top: 20px!important;
  display: block;
  font-weight: 600;
}

.container_vot .wpvc_image_proportion .wpvc_card_column{
  position: relative;
}

.container_vot .wpvc_card_actions_column{
  position: absolute;
  left: 51%;
  bottom: 10px;
  width: auto;
  display: block;
}

.container_vot .wpvc_image_proportion .wpvc_card_column .wpvc_contestantimage{
  width: 49%;
  flex: 0 0 50%;
}

.container_vot .wpvc_image_proportion .wpvc_card_column .wpvc_contestantimage .MuiCardMedia-root{
  width: 100%!important;
  height: 400px!important;
  background-position: top !important;
}

/* .container_vot .ow_show_vote_square{
  display: none;
} */

.container_vot .ow_vote_show_contestants{
  padding-bottom: 80px;
}

.container_vot .ow_grid_title2{
  background: transparent;
  color: #000!important;
  margin-bottom: 30px!important;
  position: relative;
  padding-bottom: 15px!important;
}

.container_vot .ow_grid_title2::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #000;
  bottom: 0;
  border-radius: 8px;
}

.container_vot .ow_grid_title2 a{
  color: #000;
}

.container_vot .ow_vote_list .ow_vote_show{
  margin-top: 30px;
  float: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.container_vot .ow_vote_showcontent_view{
  position: relative;
}

.container_vot .ow_vote_showcontent_view .ow_show_vote_cnt{
  position: absolute;
  width: auto;
  right: 5px;
  bottom: 5px;
  padding-left: 18px;
  border: none!important;
  background: transparent;
  z-index: 99;
  display: flex;
}
.container_vot .ow_vote_list .ow_show_vote_square{
  padding: 13px 20px;
}
.container_vot .ow_vote_showcontent_view .ow_show_vote_cnt .ow_show_vote_button a {
  padding: 13px 25px;
}
.container_vot .ow_vote_showcontent_view .ow_overlay_bg, .container_vot .ow_vote_showcontent_view .ow_vote_img_style2{
  height: 400px!important;
  width: 100%!important;
  object-fit: contain;
  object-position: right;
}

.container_vot .ow_vote_list .ow_show_contestant{
  display: flex;
  flex-wrap: wrap;
  float: none;
  align-items: center;
  flex-direction: row-reverse;
}

.container_vot .ow_vote_list .vote_left_side_content, .container_vot .ow_vote_list .vote_right_side_content{
  float: none;
  width: 50%;
  flex: 0 0 50%;
}

.container_vot .ow_vote_list .vote_right_side_content{
 padding-left: 20px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}

.container_vot .ow_vote_list .vote_right_side_content .read__more{
  margin-top: 40px;
  padding-left: 5px;
}

.container_vot .ow_vote_list .vote_right_side_content .read__more a{
  color: #000;
  font-weight: 600;
  text-decoration: underline!important;
}


.ow_vote_content_comment, .ow_votes_social_container, .ow_vote_contest_top_bar{
  display: none!important;
}

.accept_term{
	font-size: 12px;
}

@media only screen and (max-width: 600px) {
	.container_vot .ow_vote_showcontent_view .ow_overlay_bg, .container_vot .ow_vote_showcontent_view .ow_vote_img_style2{
		height: auto!important;
		object-fit: cover!important;
	}
	.ow_vote_grid .ow_show_contestant h2{
		margin-bottom: 5px!important;
		margin-top: 20px!important;
	}
	.container_vot .ow_vote_showcontent_view .ow_show_vote_cnt{
		position: relative;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.ow_show_vote_square{
		width: 50%!important;
	}
	.ow_show_vote_button{
		width: 50%;
	}
	.ow_vote_grid .vote_right_side_content .ow_show_text_desc{
		display: block!important;
	}
}
