/* Header */
.navigation{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
	transition: .2s;
  padding: 20px 0;
	background-color: rgba(182, 214, 118, 0.2);
}
.navigation .logo-ct{
  line-height: 0;
}
.navigation .container:before,
.navigation .container:after,
.navigation .hamburger{
	display: none;
}
.navigation .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navigation .logo{
  width: 94px;
  height: auto;
  transition: .4s;
}
.navigation.sticky{
	position: fixed;
  padding: 10px 0;
	background-color: rgba(182, 214, 118, 0.6);
}
.navigation .menu-box{
	display: inline-block;
	transition: .2s;
}
.navigation .menu-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation .menu-box ul li{
	display: inline-block;
	position: relative;
	margin: 0 15px;
}
.navigation .menu-box ul li a{
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color:var(--dark-blue);
	position: relative;
	transition: .2s;
}
.navigation .menu-box ul li a:hover{
	color:var(--dark-peach);
}
.navigation .menu-box ul li{
	position: relative;
	padding: 10px 20px;
  text-align: center;
}
@media(max-width:1367px){
	.navigation .logo {
    width: 80px;
	}
}
@media(max-width:1025px){
	.navigation .menu-box ul li a{
		font-size: 16px;
		line-height: 18px;
	}
}
@media(max-width:850px){
	.navigation .menu-box ul li{
		margin: 0;
	}
}
@media(max-width:767px){
	.navigation{
		padding: 10px 0;
	}
	.navigation .logo{
		left: 15px;
	}
	.navigation .hamburger {
    display: block;
    position: relative;
    float: right;
		margin: 5px 0;
	}
	.navigation .hamburger .line{
    width: 30px;
    height: 3px;
    background-color: var(--dark-blue);
    display: block;
    margin: 6px auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navigation .hamburger.is-active .line:nth-child(1){
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
 }
	.navigation .hamburger.is-active .line:nth-child(3){
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .navigation .menu-box{
    position: fixed;
    top:0;
    width: 230px;
    border-radius: 0;
    transform: unset;
    height: 100vh;
    background-color: rgba(182, 214, 118, 0.9);
    right:-100%;
		display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: .4s;
  }
  .navigation .menu-box.menu-active{
    right: 0;
  }
	.navigation .menu-box ul li{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
	}
}
body main,
body .main_screen,
body .banner{
	transition: .4s;
}
body.opacity main,
body.opacity .main_screen,
body.opacity .banner{
	opacity: 0.3;
}
/*--*/
.page-banner{
	padding: 0;
}
.page-banner img{
	position: relative;
}
/*homepage */
.hp1{
	position: relative;
	text-align: center;
}
.hp1 .btn{
	position: relative;
	z-index: 2;
}
.hp1 .container{
	width: 100%;
	max-width: 1640px;
}
.hp-banner{
	position: relative;
	margin-bottom: 60px;
}
.hp-banner .flex-row{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hp-banner .info{
	padding: 30px 40px;
	max-width: 700px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color:#fff;
	flex-direction: column;
}
.hp-banner .info img{
	width: 173px;
}
.hp-banner .info h2{
	font-weight: normal;
}
.hp-banner .info p{
	margin-bottom: 0;
	font-size: 20px;
}
.hp-banner .perioada{
	padding: 10px 15px;
	font-size: 18px;
	color:#fff;
	display: inline-block;
	margin-top: 15px;
}
.hp-banner .perioada.blue{
	background-color: #004EA0;
}
.hp-banner .perioada.red{
	background-color: #E00019;
}
.hp-banner .hp-logo{
	background-color: #fff;
}
.hp-banner .hp-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hp-banner .hp-prizes{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 40px;
}
.hp-banner .btn-second{
	display: inline-block;
	cursor: pointer;
	padding: 15px 30px;
	text-decoration: none;
	transition: .4s;
	color:#fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
}
.hp-banner .btn-second.blue{
	border:1px solid #004EA0;
	background-color: #004EA0;
}
.hp-banner .btn-second.blue:hover{
	color:#004EA0;
	background-color: #fff;
}
.hp-banner .btn-second.red{
	border:1px solid #E00019;
	background-color: #E00019;
}
.hp-banner .btn-second.red:hover{
	color:#E00019;
	background-color: #fff;
}
.hp-banner .status{
	background-color: var(--dark-peach);
	position: absolute;
	display: inline-block;
	top:-20px;
	left: 0;
	z-index: 2;
	padding: 10px 15px;
}
.hp-banner .status.red{
	background-color: var(--dark-peach);
}
.hp-banner .status.blue{
	background-color: green;
}
.hp-banner .status p{
	color:#fff;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
}
.hp2{
	padding:60px 0 0;
	color:var(--dark-blue);
}
.hp2 .info p{
	font-size: 24px;
  line-height: 40px;
	margin-bottom: 30px;
}
.hp2 .wpcf7{
	margin-left: -10px;
}
.hp2 .wpcf7 .row .item{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 50%;
	float: left;
}
.hp2 .wpcf7 .row.terms-item,
.hp2 .wpcf7 .row.submit-item{
	padding: 0 10px;
}
.hp2 .wpcf7 .row.terms-item{
	margin-bottom: 20px;
}
.hp2 .info-form{
	margin-top: 40px;
	font-size: 13px;
}
@media(max-width:1367px){
	.hp-banner .info{
		max-width: 470px;
    padding: 30px 20px;
	}
	.hp-banner .info p{
		font-size: 16px;
		padding: 0;
	}
	.hp2 .info p{
		font-size: 20px;
    line-height: 35px;
	}
	.hp-banner .status p{
		font-size: 14px;
		line-height: 16px;
	}
}
@media(max-width:1281px){
	.hp-banner .btn-second{
		font-size: 16px;
		line-height: 22px;
	}
	.hp-banner .perioada{
		font-size: 16px;
	}
	.hp-banner .info img {
    width: 133px;
	}
}
@media(max-width:850px){
	.hp1{
		margin-top: -20px;
	}
	.hp-banner{
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.hp-banner .flex-row{
		flex-direction: column;
		justify-content: center;
	}
	.hp-banner .info{
		max-width: 100%;
		padding: 20px 40px;
	}
	.hp-prizes{
		display: block;
		width: 100%;
		padding: 20px;
		padding-top: 0;
	}
}
@media(max-width:767px){
	.page-banner{
		padding: 0;
	}
	.page-banner img{
		position: relative;
    width: 590px;
    object-fit: unset;
    max-width: unset;
	}
	.homepage{
		padding:30px 0;
	}
	.hp1 {
    margin-top: -8px;
	}
	.hp-banner .hp-logo{
		background-color: transparent;
	}
	.hp-banner .info{
		padding: 20px;
	}
	.hp-banner .perioada{
		font-size: 14px;
	}
	.hp2 .info p {
    font-size: 18px;
    line-height: 35px;
	}
	.hp2 .wpcf7 .row .item{
		width: 100%;
	}
	.hp2 .info-form{
		font-size: 12px;
	}
}
/*Default template*/
.default_template{
	color: var(--dark-blue);
}
@media(max-width:767px){
  .default_template table,
  .default_template thead,
  .default_template tbody,
  .default_template th,
  .default_template td,
  .default_template tr {
		display: block;
    width: 100%!important;
    height: auto!important;
    font-size: 14px;
	}
	.default_template  tr:first-child {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.default_template td {
		border: none;
		position: relative;
		padding-left: 50%;
    position: relative;
	}
  .default_template table tr{
    border-bottom: 1px solid var(--dark-blue);
    margin:20px 0;
  }
	.default_template td:before {
		position: absolute;
		top: 50%;
    transform:translateY(-50%);
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
    font-weight: 600;
    color:#000;
	}
	.default_template td:nth-of-type(1):before { content: "Nr."; }
	.default_template td:nth-of-type(2):before { content: "Nume"; }
	.default_template td:nth-of-type(3):before { content: "Premiu câștigat"; }
}

.single-campaign{
	padding-top: 100px;
}
.campaign-banner{
	position: relative;
}
.campaign-banner .logo{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top:60px;
	left: 40px;
}
.campaign-banner .flex-row{
	position: relative;
	z-index: 2;
	flex-direction: row;
  flex-wrap: wrap;
	padding: 40px;
	display: flex;
	align-items: flex-end;
  padding-bottom: 0;
  justify-content: center;
}
.campaign-banner .info{
	color: #fff;
  flex: 0 1 30%;
}
.campaign-banner .info img{
	width: 173px;
	display: block;
}
.campaign-banner .info h2{
	font-weight: normal;
	line-height: 51px;
}
.single-campaign .btn{
	font-weight: bold;
  font-size: 30px;
  line-height: 35px;
	border-radius: 20px;
	margin-bottom: 20px;
}
@media(-webkit-device-pixel-ratio: 1.25), (max-width:1700px){
	.campaign-banner .info{
		flex: 1 1 40%;
	}
	.campaign-banner .products,
	.campaign-banner .prizes{
		flex: 1 1 30%;
	}
	.campaign-banner .logo{
		width: 75px;
		height: 75px;
	}
}
@media(-webkit-device-pixel-ratio: 1.25) and (max-width:1367px){
	.campaign-banner .info p{
		font-size: 14px;
	}
	.single-campaign .btn{
		font-size: 20px;
		line-height: 22px;
	}
}
@media(max-width:1281px){
	.campaign-banner .info h2{
		font-size: 25px;
		line-height: 30px;
	}
	.campaign-banner .logo{
		top:20px;
		left: 20px;
		width:60px;
		height: 60px;
	}
	.single-campaign .btn{
		font-size: 20px;
		line-height: 22px;
	}
}
@media(max-width:1025px){
	.campaign-banner .info{
		flex: 1 1 100%;
		text-align: center;
		order: 1;
	}
	.campaign-banner .info img{
		display: inline-block;
	}
	.campaign-banner .products,
	.campaign-banner .prizes{
		flex: 1 1 50%;
	}
	.campaign-banner .products{
		order: 2;
	}
	.campaign-banner .prizes{
		order: 3;
	}
}
@media(max-width:767px){
	.campaign-banner .flex-row{
		padding: 15px;
		padding-top: 40px;
	}
	.campaign-banner .logo{
		top:10px;
		left: 10px;
		width: 45px;
		height: 45px;
	}
	.campaign-banner .products, .campaign-banner .prizes{
		flex: 1 1 100%;
	}
}
/* Cashback Page  & Modules */
@import url('https://use.typekit.net/usj6lpv.css');
.cashback_page p, .cashback_page h1, .cashback_page h2, .cashback_page h3, .cashback_page h4, .cashback_page h5, .cashback_page h6,
.cashback_page, .cashback_regulament_page {
	color: #272D28;
	line-height: 120%;
	font-family:"proxima-nova", sans-serif;
}
.cashback_regulament_page{
	padding-top:120px;
}
.cashback_page b, .cashback_page strong{
	font-weight:700;
}
.cashback_regulament_page .container > h1{
	margin-bottom:40px;
	color:#8776B6;
}
.cashback_page .btn{
	font-size: 16px;
	font-weight: 400;
	line-height:  1;
	display:inline-flex;
	align-items: center;
	justify-content:center;
	border-radius: 10px;
	padding: 14px;
	min-width:203px;
	text-transform:unset;
}
.cashback_page .btn.btn-pink{
	background: #F269BE;
	border:1px solid #F269BE;
	color:#fff;
}
.cashback_page .btn svg{
	width:16px;
	height: 14px;
	margin-left:5px;
	--svg:#fff;
}
.cashback_page .btn.btn-pink:hover{
	background: #fff;
	color:#F269BE;
}
.cashback_page .btn.btn-pink:hover svg{
	--svg:#F269BE;
}

.cashback_page .container.flex-row:before, .cashback_page .container.flex-row:after{
	display:none;
}
.cashback_page .container.flex-row{
	display:flex;
	flex-direction:column;
	text-align: center;
}
.cashback_page .flex-item{
	padding: 10px;
	flex: 1 1 100%;
}
.cashback_page .flex-item > img{
	margin-bottom:20px;
}
.cashback_page .screen-title{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cashback_page .purple-title{
	color:#8776B6;
	font-size: 20px;
	font-weight: normal;
	max-width: 1096px;
	margin:0 auto 20px;
}
.cashback_page ol {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cashback_page ol li {
  counter-increment: step-counter;
  position: relative;
	margin-bottom: 30px;
}
.cashback_page ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
	top: 0px;
	width: 30px;
	height: 30px;
  background-color: #F269BE; /* pink circle */
  color: white;
  border-radius: 50%;
  text-align: center;
	line-height: 1;
  font-weight: bold;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	position: static;
}
.cashback_page .container,
.cashback-navigation .container{
	max-width: 1360px;
}
.cashback_page section{
	padding: 20px 0;
}

@media(min-width:850px){
	.cashback_page .container.flex-row{
		flex-direction: row;
		align-items: center;
		text-align:left;
	}
	.cashback_page .container.flex-row.reverse{
		flex-direction: row-reverse;
	}
	.cashback_page .flex-item.item50{
		flex: 1 1 50%;
	}
	.cashback_page ol li{
		padding-left:40px;
	}
	.cashback_page ol li::before{
		position: absolute;
	}
	.cashback_page section{
		padding: 30px 0;
	}
	.cashback_page .flex-item > img{
		margin-bottom:0;
	}
}
@media(min-width:1024px){
	.cashback_page ol li{
		padding-left: 60px;
		margin-bottom: 50px;
	}
	.cashback_page ol li::before{
		width: 50px;
		height: 50px;
		font-size: 30px;
		top:-5px;
	}
	.cashback_page .screen-title{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.cashback_page .purple-title{
		font-size: 30px;
	}
	.cashback_page section{
		padding: 40px 0;
	}
}
@media(min-width:1600px){
	.cashback_page .screen-title{
		font-size:50px;
		margin-bottom: 40px;
	}
	.cashback_page .btn{
		font-size: 18px;
	}
}

/**/
.cashback-hero .info h1{
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
}
.cashback-hero .info p{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom:5px;
}
.cashback-hero .btn{
	margin:15px 0;
}
.cashback-hero .additional_info p{
	color: #F269BE;
	font-size: 11px;
	line-height: 1.2;
}
.cashback-hero .additional_info br{
	display: none;
}
.cashback-hero .flex-item.item50 > img{
	width: 100%;
}
@media(min-width:850px){
	.cashback-hero .info h1{
		font-size: 42px;
	}
	.cashback-hero .info p{
		font-size: 20px;
	}
	.cashback-hero .btn{
		margin:30px 0 20px;
	}
	.cashback-hero .additional_info br{
		display: block;
	}
}
@media(min-width:1024px){
	.cashback-hero .info p{
		font-size: 22px;
	}
}
@media(min-width:1600px){
	.cashback-hero .info h1{
		font-size: 52px;
	}
	.cashback-hero .info p{
		font-size: 26px;
		margin-bottom:10px;
	}
	.cashback-hero .additional_info p{
		font-size: 17px;
	}
}
/**/
.cashback-rezultate{
	text-align: center;
}
.cashback-rezultate .flex-item{
	flex: 1 1 25%;
}
.cashback-rezultate  p:not(.info),
.cashback-rezultate .additional_info{
	color: #F269BE;
}
.cashback-rezultate  .number{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 0;
}
.cashback-rezultate  .label{
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.cashback-rezultate .additional_info, .cashback-rezultate .wrapper .info{
	font-size: 16px;
}
@media(min-width:850px){
	.cashback-rezultate .wrapper {
		flex-direction: row;
		display: flex;
		margin:40px 0;
	}
}
/***/
.cashback_page section.cashback-pp{
	text-align: center;
	background: #E1DEE9;
	margin:20px 0;
	padding: 40px 0;
}
.cashback-pp .info-wrapper{
	margin-bottom: 40px;
}
.cashback-pp .info-wrapper .info{
	max-width: 1136px;
	margin:0 auto;
}
.cashback-pp .info-wrapper p{
	font-size: 18px;
}
.cashback-pp .wrapper .title{
	font-size: 24px;
	font-weight: 700;
}
.cashback-pp .wrapper .info{
	font-size: 18px;
}
.cashback-pp .flex-item img{
	margin-bottom: 0;
}
@media(min-width:850px){
	.cashback-pp .wrapper{
		display: flex;
		flex-direction: row;
	}
	.cashback-pp .wrapper .flex-item{
		flex: 1 1 33%;
		padding: 10px 20px;
	}
	.cashback_page section.cashback-pp{
		margin:30px 0;
		padding: 60px 0;
	}
}
@media(min-width:1280px){
	.cashback_page section.cashback-pp{
		margin:40px 0;
		padding: 80px 0;
	}
}
/***/
.cashback-form .flex-item{
	text-align: center;
}
.cashback-form .form-item .row .item{
	padding: 10px;
	width: 100%;
	float: left;
}
.cashback-form .form-item .row .item p{
	margin-bottom: 0;
}
.cashback-form .form-item .row:not(.terms-item){
	margin-left:-10px;
	margin-right:-10px;
}
.cashback-form .form-item .row.terms-item{
	text-align: left;
}
.cashback-form .form-item .row.terms-item a{
	color:#F269BE;
}
.cashback-form .form-item .row.terms-item a:hover{
	color:#000;
}
.cashback-form .form-item input:not([type="submit"]):not([type="checkbox"]),
.cashback-form .custom-upload-label{
	border: 1px solid #272D28;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1;
	padding: 13px;
	font-style: normal;
	color: #272D28;
	width: 100%;
}
.cashback-form .custom-upload-label {
	display: flex;
  align-items: center;
}
.cashback-form .custom-upload-label svg{
	margin-right: 5px;
	margin-top: -4px;
	margin-bottom: -4px;
}
.cashback-form .file-upload p > span.wpcf7-form-control-wrap{
	visibility: hidden;
	position: absolute;
	z-index: -1;
}
.cashback-form .form-item input::placeholder,
.cashback-form .custom-upload-label span{
	font-size: 16px;
	font-style: normal;
	color: #272D28;
}
.cashback-form .btn{
	position: relative;
}
.cashback-form .btn p{
	margin-bottom: 0;
}
.cashback-form .btn svg{
	margin-right: -55px;
}
.cashback-form input[type="submit"]{
	background: unset;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding-right: 35px;
}
.cashback-form .wpcf7-spinner{
	position: absolute;
	right: -74px;
}
.cashback-form .btn:hover  input[type="submit"]{
	color:#F269BE;
	background: unset;
	border:unset;
}
.cashback-form .wpcf7-form input[type=checkbox] + span:before{
	border-radius: 3px;
}
.cashback-form .wpcf7-form input[type=checkbox] + span:after{
	border-radius: 3px;
	background-color: #F269BE;
	background-image:url('../img/thick.svg');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
}
.cashback-form input.form-svg{
	background-image:url('../img/form-svg.svg');
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: right 10px center;
}
@media(min-width:850px){
	.cashback-form .form-item .row .item{
		width: 50%;
	}
}
@media(min-width:1024px){
	.cashback-form .screen-title{
		font-size: 35px;
	}
}
.cashback-navigation,
.cashback-navigation.sticky{
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 0;
	backdrop-filter: blur(5px);
}
.cashback-navigation .logo{
	width: 170px;
}
.cashback-navigation .menu-box ul li{
	padding: 5px;
}
.cashback-navigation .menu-box ul li a{
	font-family:"proxima-nova", sans-serif;
	font-size: 16px;
	color: #272D28;
}
.cashback-navigation .menu-box ul li a:hover{
	color:#F269BE;
}
.cashback-navigation .menu-box ul li.btn{
	font-size: unset;
	text-transform:unset;
	background: unset;
	border:unset;
	line-height: unset;
}
.cashback-navigation .menu-box ul li.btn.btn-pink svg{
	position: absolute;
	top:50%;
	right: 10px;
	transform:translateY(-50%);
}
.cashback-navigation .menu-box ul li.btn.btn-pink a{
	font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 14px;
	padding-right: 40px;
  text-transform: unset;
	background: #F269BE;
	border: 1px solid #F269BE;
	color: #fff;
}
.cashback-navigation .menu-box ul li.btn.btn-pink:hover a{
	color:  #F269BE;
	background: #fff;
}
.cashback-navigation .menu-box ul li.btn.btn-pink:hover svg path{
	stroke: #F269BE;
}
@media(max-width:767px){
	.cashback-navigation .menu-box{
		background: rgba(255, 255, 255, 0.9);
	}
}
.cashback-footer{
	background-color: #272D28;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.cashback-footer ul{
	margin:0;
	list-style: none;
}
.cashback-footer ul li{
	padding: 5px 7px;
	display: inline-block;
}
.cashback-footer ul li a{
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.cashback-footer ul li a:hover{
	color:#F369BE;
}
.cashback-footer ul li.btn{
	background: unset;
	padding: 5px 7px;
	border:unset;
	font-size: unset;
	line-height: unset;
	text-transform: unset;
}
.cashback-footer ul li.btn svg{
	display: none;
}
.cashback-footer .logo-ct{
	vertical-align: middle;
	line-height: 0;
}
