html, body {
	min-height: 100%;
	height: 100%;
}

body {
	height: 100%;
}

.dark .the-promo {
	color: #fff;
}

.table {
	color: inherit;
}

.dark .btn-link {
	color: #fff!important;
}

.the-promo {
	min-height: 100vh;
}

.promo-text {
	padding-bottom: 30px;
	min-height: 85vh;
}

.promo-row {
	min-height: 70vh;
}

.footer-icons {
	padding-left: 15px;
	padding-right: 15px;
}

.social-login {
	font-size: 16px;
}


/***** new template ****/
.info-sections .main{
	background-color: #fff;
}
.dark.info-sections .main{
	background-color: var(--thm-bg-primary);
}
.dark.info-sections .three-steps-to-join{
	color: var(--thm-light);
}
.info-sections .steps-block {
	position: relative;
	margin-top: -200px;
}
.info-sections .gradient-bg{
	background-color: transparent;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 100%) 0%, rgba(255, 255, 255, 0) 100%);
	top: 0;
	right: 0;
	width: 100%;
	height: 200px;
	position: absolute;
}
.dark.info-sections .gradient-bg {
	background-image: linear-gradient(0deg, var(--thm-bg-primary) 0%, rgba(255, 255, 255, 0) 100%);

}

/***** icon-block ****/
.icon-block .item {
	width: fit-content;
	padding: 20px 30px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;

}
.icon-block .item.border {
	border-radius: 15px;
	border: solid 2px var(--thm-icons) !important;
}
.icon-block .item.bg {
	background: #fff;
	color:#000;
}
.icon-block .item p{
	text-transform: uppercase;
	margin: 15px 0 0;
}
.icon-block .item svg{
	width: 40px;
}

/***** three-steps-to-join ****/
.three-steps-to-join .steps-content{
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.three-steps-to-join .item{
	position: relative;
	padding:35px 15px;
}
.three-steps-to-join svg{
	width: 16px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	transform: rotate(90deg);
}
.three-steps-to-join h3{
	text-transform: uppercase;
}


body.magicwin_ilan .fg-wrp, body.pumpkin_magic .fg-wrp, body.pumpkinpop_phar .fg-wrp, body.pharaoh_ilan .fg-wrp, body.pumpkinpop_lion .fg-wrp, body.pumpkin_roget .fg-wrp, body.pumpkin_conner .fg-wrp, body.pumpkin_ilang .fg-wrp, body.pumpkinpop_love .fg-wrp, body.wheel_love .fg-wrp, body.wheeln_love .fg-wrp, body.wheel_lion .fg-wrp, body.wheelnew_lion .fg-wrp, body.pumpkin_roget .fg-wrp, body.pumpkin_ilan .fg-wrp,
body.scratch_magic .fg-wrp, body.christmas_lion .fg-wrp, body.christmas_magic .fg-wrp, body.christmas_pharaoh .fg-wrp, body.christmas_love .fg-wrp{
	display: none!important;
}

body.magicwin_ilan .content-wrp, body.pumpkin_magic .content-wrp, body.pumpkinpop_phar .content-wrp, body.pharaoh_ilan .content-wrp, body.pumpkinpop_lion .content-wrp, body.pumpkin_roget .content-wrp, body.pumpkin_conner .content-wrp, body.pumpkin_ilang .content-wrp, body.pumpkinpop_love .content-wrp, body.pumpkin_roget .content-wrp, body.pumpkin_ilan .content-wrp, body.wheel_love .content-wrp, body.wheeln_love .content-wrp,body.wheel_lion .content-wrp, body.wheelnew_lion .content-wrp,
body.scratch_magic .content-wrp, body.christmas_lion .content-wrp, body.christmas_magic .content-wrp, body.christmas_pharaoh .content-wrp, body.christmas_love .content-wrp{
	max-width: 100% !important;
	width: 100% !important;
	flex: 0 0 100%;
}

body.magicwin_ilan .content-wrp .btn, body.pumpkin_magic .content-wrp .btn, body.pumpkinpop_phar .content-wrp .btn, body.pharaoh_ilan .content-wrp .btn, body.pumpkinpop_lion .content-wrp .btn, body.pumpkin_roget .content-wrp .btn, body.pumpkin_conner .content-wrp .btn, body.pumpkin_ilang .content-wrp .btn, body.pumpkinpop_love .content-wrp .btn, body.pumpkin_roget .content-wrp .btn, body.pumpkin_ilan .content-wrp .btn, body.wheel_love .content-wrp .btn, body.wheeln_love .content-wrp .btn, body.wheel_lion .content-wrp .btn, body.wheelnew_lion .content-wrp .btn,
body.christmas_lion .content-wrp .btn, body.scratch_magic .content-wrp .btn, body.christmas_magic .content-wrp .btn, body.christmas_pharaoh .content-wrp .btn, body.christmas_love .content-wrp .btn{
	display: none;
}

@media (min-width: 787px){
	.three-steps-to-join .steps-content{
		justify-content: space-between !important;
		align-items: flex-start;
		flex-direction: inherit;
		text-align: left;
	}
	.three-steps-to-join svg{
		top: calc(50% - 15px);
		transform: rotate(0deg);
	}
}

@media (min-width: 992px) {
	.main-promotion-text {
		font-size: 2.2em !important;
	}

	.promo-text {
		padding-bottom: 60px;
	}

	.icon-block .item svg{
		width: 52px;
	}
	.icon-block .item{
		width: 166px;
	}
}

@media (min-width: 600px) {
	.icon-block .justify-content-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-between !important;
		flex-direction: inherit;
	}
}

@media (max-width: 600px) {
	.icon-block .justify-content-around {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: space-around;
		width: 100%;
	}
	.icon-block .justify-content-around .item {
		max-width: 40%;
		flex: 0 1 40%;
		margin: 5%;
	}
}


@media (min-width: 1400px) {
	.main-promotion-text {
		font-size: 2.4em !important;
	}
}


@media (min-width: 768px ) and (max-width: 992px) {
	.container, .container-sm, .container-md {
		max-width: 100%;
	}
}

