/* 
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 */

html,body{
  overflow-x:hidden;
}

.formular-giveaway .formular-giveaway-cerinte #label-poza-giveaway {
  width: 100%;
  /* border: 2px dashed #D0A66F; */
  background: transparent;
  border-radius:26px;
  text-align: center;
  color: #62000C;
  padding: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Albert Sans';
  border:1px dashed #62000C;
  margin-top:10px;
}
.formular-giveaway .formular-giveaway-cerinte input#poza-giveaway{
	cursor: pointer;
	height: 1px;
	opacity: 0;
	display: block;
	padding: 5px;	
}

.formular-giveaway .formular-giveaway-cerinte #placeholder-fisier {
  font-size: 10px;
  font-weight: 400;
}
.formular-giveaway{
  font-size: 0px;
  /* color:#ffffff; */
  max-width: 100%;
}
.formular-giveaway p{
  font-size:14px;
}
.formular-giveaway .formular-giveaway-left,
.formular-giveaway .formular-giveaway-right{
  display:inline-block;
  width: 50%;
  vertical-align:top;
}
.formular-giveaway .formular-giveaway-left p,
.formular-giveaway .formular-giveaway-right p{
  padding:10px 0px; 
}
.formular-giveaway .formular-giveaway-left{
  padding-right:15px;
}
.formular-giveaway .formular-giveaway-right{
  padding-left:15px;
}
.formular-giveaway input.wpcf7-text{
  font-size:14px;
}
.elementor-widget-premium-contact-form .premium-cf7-container select.wpcf7-select, .elementor-widget-premium-contact-form .premium-cf7-container input.wpcf7-text, .elementor-widget-premium-contact-form .premium-cf7-container textarea.wpcf7-textarea{
  /* color: #ffffff; */
}
.elementor-widget-premium-contact-form .premium-cf7-container, .elementor-widget-premium-contact-form .premium-cf7-container label{
  /* color: #ffffff; */
}
.formular-giveaway .wpcf7-acceptance .wpcf7-list-item{
  margin-left:0;
}
.formular-giveaway .wpcf7-acceptance .wpcf7-list-item-label a{
  color: #62000C;
  font-weight: bold;
  text-decoration: underline;
}
.formular-giveaway .formular-giveaway-submit{
  text-align: center;
  padding-top:30px;
}
.formular-giveaway .formular-giveaway-cerinte{
  padding-bottom:10px;
}
.formular-giveaway select{
  background: transparent;
  font-size: 14px;
  padding: 16px;
}
  input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

/* #sectiune-formular-giveaway{
  max-height: 0;
  transition: max-height 1.5s ease-in;
  overflow: hidden;
  padding:0;
}
#sectiune-formular-giveaway.opened{
  max-height: 1000px;
  transition: max-height 1.5s ease-out;
  overflow:visible;
  padding: 100px 0;
} */
.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding-left: 15px;
  padding-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-family: 'Albert Sans', Sans-serif;
  border-color: #ffb900;
  background: #ffb900;
  padding: 100px;
  text-align: center;
  color: #000000;
  border-radius: 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 500px;
  margin: 0;
  max-width: 80%;
  transform: translate(-50%, -50%);
}
.wpcf7 form.sent .wpcf7-response-output {
  font-family: 'Albert Sans', Sans-serif;
  border-color: #46b450;
  background: #46b450;
  padding: 100px;
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 500px;
  margin: 0;
  max-width: 80%;
  transform: translate(-50%, -50%);
}
.wpcf7-spinner{
  display: none;
}
.lista-participanti {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container-participant{
  width: calc(100% / 3);
  text-align: center;
  padding: 15px;
}
.nume-participant{
  color: #ffffff;
  font-family: 'Albert Sans', Sans-serif;
  font-size: 18px;
  padding:10px 5px;
  font-weight: 500;
}
.poveste-participant{
  color: #ffffff;
  font-family: 'Albert Sans', Sans-serif;
  font-size: 14px;
  padding:0px 5px;
  line-height: 1.4;
}
.imagine-participant{
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.container-participant {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.container-participant.loaded {
    opacity: 1;
}
/* Define styles for the parent span */
/* .wpcf7-form-control-wrap[data-name="data-bon-factura"]::before {
    content: "Data bon fiscal / factură *: ";
      color: #000000;
      position: absolute;
      pointer-events: none;
      top: 50%;
      transform: translateY(-50%);
      left: 35px;
      font-size: 12px;
      font-weight: bold;
      font-family: "Aestetico", Sans-serif;
}
.wpcf7-form-control-wrap[data-name="data-bon-factura"] input[type="date"] {
    font-size: 12px;
    font-weight: bold;
    padding-left:165px;
    font-family: "Aestetico", Sans-serif;
    color:#000000;
} */
.wpcf7-form-control-wrap input::placeholder {
    opacity: 1;
}
#tab-castigatori .premium-tabs li.premium-tabs-nav-list-item .premium-tab-link{
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  padding: 2px 40px 0px;
  margin: 0;
  border:2px solid #ffffff;
}
#tab-castigatori .premium-tabs li.premium-tabs-nav-list-item.tab-current .premium-tab-link{
  background: #ffffff;
}
#tab-castigatori .premium-tabs .premium-tabs-nav-list-item:not(.tab-current):hover .premium-tab-title {
  color: #ffffff;
}
#tab-castigatori .premium-tabs .premium-tabs-nav .premium-tabs-nav-list-item{
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  padding:0px 25px;
}
.tabel-castigatori td{
  border:none;
  text-align:center;
  background-color: transparent;
  padding: 8px;
}
table.tabel-castigatori tbody tr:hover > td, table.tabel-castigatori tbody tr:hover > th,
table.tabel-castigatori tbody > tr:nth-child(2n+1) > td, table.tabel-castigatori tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.acordion-castigatori .elementor-tab-title{
  border-bottom: 1px solid #fff !important;
  margin-bottom:15px !important;
}
.wpcf7 .wpcf7-submit:disabled{
  opacity:0.5;
}
.wpcf7-spinner {
  margin: 0 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: 99999;
  text-align: center;
}
.wpcf7-spinner::before {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
}
#mesaje-formular-inscriere{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(0,0,0,0.7);
}
#mesaje-formular-inscriere .wrapper-mesaj{
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 600px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  padding: 50px;
}
#mesaje-formular-inscriere #close-mesaj{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: transparent;
  color: #555;
  cursor:pointer;
}
#mesaje-formular-inscriere.eroare .wrapper-mesaj{
 background: #fff;
 color: #000;
 border-radius: 5px;
 border-left: 10px solid #ffb900;
}
#mesaje-formular-inscriere.succes .wrapper-mesaj{
  background: #fff;
  color: #000;
  border-radius: 5px;
  border-left: 10px solid #46b450;
}
#mesaje-formular-inscriere #content-mesaj{
  font-family: 'Albert Sans', Sans-serif;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  padding-left:50px;
  position: relative;
}
#mesaje-formular-inscriere #content-mesaj:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  font-size: 40px;
}
#mesaje-formular-inscriere.eroare #content-mesaj:before{
  content:'\f06a';
  color: #ffb900;
}
#mesaje-formular-inscriere.succes #content-mesaj:before{
  content:'\f164';
  color:#46b450;
}
#to-top-btn .premium-button{
  display: inline-block;
}


.circle-box {
  width: min(18vw, 260px);  /* responsive with a max size */
  aspect-ratio: 1 / 1;      /* keeps height = width */
  border-radius: 50%;       /* makes it a circle */
  border: 2px solid #ffc400;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  margin: 0 auto;
  padding: 1.5rem;
  background: transparent;
}

.container-castigatori{
  display:none;
}

.toggle-castigatori{}

.vezi-castigatori,
.vezi-castigatori:hover{
  color: #FFD800;
}

@media (max-width: 768px) {
  .circle-box {
    width: 55vw;
  }
}



@media only screen and (max-width:1350px){
  .premiu2 img{
    width:420px;
  }
  .premiu1 img{
    width: 510px;
  }
  .premiu3 img{
    width:390px;
  }
}
@media only screen and (max-width:768px){
  .container-participant{
  width: calc(100% / 2);
  }
  #tab-castigatori .premium-tabs .premium-tabs-nav .premium-tabs-nav-list-item {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  #tab-castigatori .premium-tabs li.premium-tabs-nav-list-item .premium-tab-link{
    width: 100%;
  }
}
@media only screen and (max-width:500px){
  .slider-premii .elementor-swiper-button{
    font-size:20px !important;
  }
  .container-participant{
    width: 100%;
  }
  .formular-giveaway .formular-giveaway-left, .formular-giveaway .formular-giveaway-right{
    width: 100%;
    padding: 0px;
  }
}
