/* The word to discover game - GAJA */

@font-face{
	font-family: myraidbolditalic;
	src: url("../font/MyriadPro-BoldIt.otf");
}
@font-face{
	font-family: myraidbold;
	src: url("../font/MyriadPro-Bold.otf");
}

.motherdaygame-wrapper{
	background-image: url("../valentinegame/mdg-bg-pattern.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-family: myraidbolditalic !important;
    height: 100%;
    overflow: hidden;
    width: 100%;
	position: relative;
}

.motherdaygame-container{
	text-align: right;
	padding-bottom: 60px;
}

.motherdaygame-board-wrapper{
    background-image: url("../img/word-to-discover.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 206px;
    width: 171px;
}

.motherdaygame-board-wrapper p{
    display: inline-block;
    font-size: 23px;
    margin: 0;
    padding: 10px 30px;
}

.motherdaygame-board-wrapper p,
.motherdaygame-hint-wrapper p{
	color: #000;
    text-align: center;
}

.motherdaygame-hint-wrapper p{
    font-size: 28px;
    line-height: 24px;
    margin: 0;
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    vertical-align: middle;
    width: 85%;
	overflow: hidden;
}

.motherdaygame-hint-wrapper{
    height: 133px;
    margin: -110px auto 0;
    position: relative;
    width: 450px;
}

.motherdaygame-hint-container input{
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 1px 1px 6px #3c3c3c inset;
    color: #000;
    font-family: myraidbolditalic;
    font-size: 30px;
    height: 36px;
    margin: 10px 4px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 32px;
}

.motherdaygame-hint-container input:focus{
    box-shadow: none;	
}

.motherdaygame-hint-container input::-moz-selection{
	background: #7f5a76;
}

.motherdaygame-hint-container input::selection{
	background: #7f5a76;
}

.motherdaygame-hint-container {
    padding: 10px;
}

.motherdaygame-hint-container form {
    display: flex;
	justify-content: space-evenly;	
	margin: 20px 0 20px;
	flex-wrap: wrap;
}

.motherdaygame-validate-button,
.motherdaygame-popup-button{
	background: #7f5a76;
	background: -webkit-gradient(linear, left top, left bottom, from(#7f5a76), to(#543b4e));
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #7f5a76, #543b4e) repeat scroll 0 0;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f5a76', endColorstr='#543b4e');	
	border-radius: 8px;
    box-shadow: 1px 2px 2px #3d2b38;
    color: #ffffff !important;
    display: table;
    margin: 20px auto;
    padding: 13px 20px;
    text-decoration: none;
	transition: 200ms ease-in-out 50ms;
	-webkit-transition: 200ms ease-in-out 50ms;
	font-size: 24px;
	text-shadow: 1px 1px 4px #000;
	border: 2px solid #ffffff;
	cursor: pointer;
}

.motherdaygame-popup,
.mothersdaygame-popup-en,
.mothersdaygame-popup-fr{
	display : none;
}



.motherdaygame-validate-button:hover,
.motherdaygame-popup-button:hover{
	padding: 13px 30px;
}

.motherdaygame-popup.active{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	text-align: center
}

.mothersdaygame-popup-en.active,
.mothersdaygame-popup-fr.active {
    position: absolute;
    width: 970px;
    left: 27px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    text-align: center;
}
.points-popup-container{
    width: 559px;
    left: 22%;
    position: relative;
    top: -72px;
    background: url(../img/points-en-bg.jpg) no-repeat !important;
    height: 952px;
}

.motherdaygame-popup .motherdaygame-popup-container{
    border: 1px solid #000;
    font-size: 1.8em;
    left: 50%;
    padding: 40px 0;
    position: absolute;
    top: 25%;
    transform: translate(-50%);
    width: 100%;
    background-color: rgba(255,255,255,0.7);
}

/* Banner CSS */

.motherday-game-banner-fr {
	background-image: url("../valentinegame/banniere-fr.jpg");
	background-repeat: repeat;
	height: 113px;
	font-family: myraidbolditalic !important;
	color: #eb340a;
	position: relative;
}

.motherday-game-banner-en {
    background-image: url("../valentinegame/banniere-en.jpg");
    background-repeat: repeat;
    height: 113px;
    font-family: myraidbolditalic !important;
    color: #eb340a;
    position: relative;
}


.motherday-game-banner-info{
	width: 280px;
    height: 40px;
    line-height: 40px;
	float: right;
	text-align: center;
	margin-top: 40px;
    margin-right: 10px;
}

.motherday-game-banner-info p{
	font-size: 32px;
	margin: 0;
}

.motherday-game-banner::before{
	content: " ";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

/*****End****/

/*** Landing Description page ***/

.mothersdaygame-landing-wrapper{
	max-width: 540px;
	width: 540px;
	height: 779px;
    background-image: url("../valentinegame/bg.jpg");
	font-family: myraidbolditalic;
	color: #000;
	text-align: center;
	margin: 0 auto;
}

.mothersdaygame-landing-container {
	padding: 5px 60px 0px;
}

.content .mothersdaygame-landing-wrapper .mothersdaygame-landing-container h2{
	line-height: 45px;
	font-size: 35px;
	margin-top: 65px !important;
	background:none;
	color:red;
	padding:0px;
}

.mothersdaygame-landing-wrapper p{
	font-size: 24px;
	margin: 15px 0;
	line-height: 36px
}

.mothersdaygame-landing-wrapper p a{
	color: #f7230c !important;
	text-decoration: none
}

.mothersdaygame-landing-button{
	cursor: pointer;
	display: inline-block;
	font-size: 48px;
	padding: 40px 100px;
}
.content .mothersdaygame-landing-wrapper .mothersdaygame-landing-container .mothersdaygame-landing-button a {
    color: white !important;
}	

/*** End ***/	

/*** Points page Css *****/

.mothersdaygame-header{
	padding-bottom: 10px
}

.mothersdaygame-points-wrapper{
	max-width: 540px;
	width: 100%;
	height: 100%;
	background-image: url(img/mdg-bg-pattern.jpg);
	background-repeat: repeat;
	font-family: myraidbolditalic;
	color: #d6667e;
	text-align: center;
	margin: 0 auto;
	padding: 30px 10px;
}

.mothersdaygame-points-wrapper h2{
	font-size: 3em;
	margin-bottom: 0;
	margin-top: 0
}

.mothersdaygame-points-wrapper h4{
	margin-top: 0;
	font-size: 22px
}

.mothersdaygame-points-wrapper h4 strong span{
	border-bottom: 3px solid #d6667e;
	font-size: 28px;
	margin-left: 10px;
	vertical-align: top;
	margin-right: 10px
}

.mothersdaygame-points-wrapper h4 strong label {
	font-size: 2.3em;
	border-bottom: 3px solid #d6667e
}

.mothersdaygame-points-table dd{
	margin: 0 0 30px;
}


.mothersdaygame-points-table dd:nth-child(7) .points,
.mothersdaygame-points-table dd:last-child .points{
	border-right-width: 2px;
	border-right-style: solid;				
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(192,216,72,1)), to(rgba(192,216,72,0.1))) 1 100%; 
	-webkit-border-image: -webkit-linear-gradient(bottom, rgba(192,216,72,1), rgba(192,216,72,0.1)) 1 100%; 
	-moz-border-image: -moz-linear-gradient(bottom, rgba(192,216,72,1), rgba(192,216,72,0.1)) 1 100%; 
	-o-border-image: -o-linear-gradient(bottom, rgba(192,216,72,1), rgba(192,216,72,0.1)) 1 100%; 
	border-image: linear-gradient(to top, rgba(192,216,72,1), rgba(192,216,72,0.1)) 1 100%;
}

.mothersdaygame-points-table dd .date {
	font-size: 28px;
	line-height: 27px;
	padding-bottom: 5px;
	padding-top: 15px;
	border-left: 1px solid;
	border-color: rgba(192,216,72,0.4);				
}

.mothersdaygame-points-table dd:nth-child(7) .date,
.mothersdaygame-points-table dd:last-child .date{
	border-right: 1px solid;
	border-color: rgba(192,216,72,0.4);				
}

.mothersdaygame-points-table dd:first-child .points,
.mothersdaygame-points-table dd:nth-child(8) .points{
	border-radius: 0 0 0 10px;
}

.mothersdaygame-points-table dd:nth-child(7) .points,
.mothersdaygame-points-table dd:last-child .points{
	border-radius: 0 0 10px 0;
}

.mothersdaygame-points-table dd .date span{
	display: block;
	font-size: 38px;
}

.mothersdaygame-points-table{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mothersdaygame-points-button{
	background-color: #e23030;
	border-radius: 10px;
	color: white !important;
	display: inline-block;
	font-family: myraidbold;
	font-size: 25px;
	padding: 15px 30px;
	text-transform: uppercase;
}
/*** End ***/		

/****New****/

.mothersdaygame-popup-en .points-popup-container{
    background:url("../valentinegame/points-en-bg.jpg") no-repeat !important;
	width: 100%;
    height: 950px;
	position:relative;
}

.mothersdaygame-popup-fr .points-popup-container{
    background:url("../valentinegame/points-fr-bg.jpg") no-repeat !important;
	width: 100%;
    height: 950px;
	position:relative;
}

.mothersdaygame-popup-en .mothersdaygame-footer{
	display: block;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 17%;
}

.mothersdaygame-popup-fr .mothersdaygame-footer{
	display: block;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 17%;
}

.mothersdaygame-popup-en .mothersdaygame_dateplayed {
    font-weight: bold;
    font-size: 2.3em;
    margin-left: 10px;
    vertical-align: top;
	color: white !important;
    position: absolute;
    top: 175px;
    left: 180px;
    text-decoration: underline;
}

.mothersdaygame-popup-fr .mothersdaygame_dateplayed {
    font-weight: bold;
    font-size: 2.3em;
    margin-left: 10px;
    vertical-align: top;
	color: white !important;
    position: absolute;
    top: 175px;
    left: 180px;
    text-decoration: underline;
}

.mothersdaygame-message {
	font-size: 36px;
    color: #f4661b;
    position: absolute;
    bottom: 25px;
	font-weight: bold;
    text-align: center;
    width: 650px;
	font-family: myraidbold;
}	

.mothersdaygame_cdays{
    width: 72px;
    height: 99px;
    float: left;
	 color: #ffffff;
	text-align: center;
	padding: 45px 2px;
	text-decoration: underline;
	font-weight:bold;
	position:absolute;
}

.mothersdaygame_day0{
	top: 250px;
    left: 90px;
}
.mothersdaygame_day1{
	top: 250px;
    left: 170px;
}
.mothersdaygame_day2{
	top: 250px;
    left: 240px;
}
.mothersdaygame_day3{
    top: 250px;
    left: 315px;
}
.mothersdaygame_day4{
    top: 250px;
    left: 390px;
}
.mothersdaygame_day5{
    top: 430px;
    left: 90px;
}
.mothersdaygame_day6{
    top: 430px;
    left: 170px;
}
.mothersdaygame_day7{
    top: 430px;
    left: 240px;
}
.mothersdaygame_day8{
    top: 430px;
    left: 315px;
}
.mothersdaygame_day9{
    top: 430px;
    left: 390px;
}
.mothersdaygame_day10{
    top: 620px;
    left: 60px;
}
.mothersdaygame_day11{
    top: 620px;
    left: 135px;
}
.mothersdaygame_day12{
    top: 620px;
    left: 210px;
}
.mothersdaygame_day13{
    top: 620px;
    left: 290px;
}
.mothersdaygame_day14{
    top: 620px;
    left: 360px;
}
.mothersdaygame_day15{
    top: 620px;
    left: 435px;
}
.mothersdaygame_day16{
    top: 620px;
    left: 466px;
}
.mothersdaygame_day17{
    top: 620px;
    left: 620px;
}
.mothersdaygame_day18{
    top: 620px;
    left: 620px;
}


	
a.mothersdaygame_close {
    line-height: 2;
    font-size: 1.5em;
	padding-left: 114px;
	margin-bottom: -30px;
	color: #000 !important;
    text-decoration: none !important;
	
}

a.mothersdaygame_close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}



