/**handles:mv-memory-game**/
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mv-memory-game {
	background:transparent !important;
    /*background-size: cover;*/
	padding:50px 0; 
}

.mv-memory-game .container {
  width: 19%;
  margin: 4px;
  height: 133px;
  position: relative;
  perspective: 800px;
  -webkit-perspective: 800px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mv-memory-game .container { 
       float: left !important;

   }
}   
.mv-memory-game .responsive-border-center {
  width: 2%;
  height: 50px;
  background-color: gray;
  margin: 0 1%;
}

.mv-memory-game .responsive-border-back {
  width: 5%;
  height: 50px;
  background-color: gray;
  margin: 0 1%;
  padding-left: 3%;
}

.mv-memory-game .score {
  margin-left: 5%;
  width: 5%;
  height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 38pt;
}

.mv-memory-game .table {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.mv-memory-game .card {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s; 
  cursor: pointer;
}

.mv-memory-game .card.flipped {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.mv-memory-game .card.flipped .back {
    backface-visibility: visible;
    -webkit-backface-visibility: hidden;
}

.mv-memory-game .card div {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mv-memory-game .card .front {
  background: url('https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/images/2-img-st.png');
  background-size: cover;
  background-position: center;
}

.mv-memory-game .card .back {
  background: url('https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/css/#');
  background-size: cover;
  background-position: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.mv-memory-game .timer {
  margin-right: 5%;
  width: 5%;
  height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 38pt;
}

.mv-memory-game .time:empty{
    margin: 0 !important;
}

.mv-memory-game .game-over {
  display: none;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(20, 20, 20, .9);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  left : 0 !important;
}

.mv-memory-game button {
  width: 350px;
  height: 100px;
  font-size: 36pt;
  font-weight: 600;
  outline: none;
}

.mv-memory-game button:hover {
  background-color: #808080;
}

.mv-memory-game h1 {
  color: white;
  font-size: 72pt;
  font-weight: 400;
}

.mv-memory-game h2 {
  color: white;
  font-size: 48pt;
  font-weight: 400;
  margin: 10px;
}

/*Tayyab Css*/

.mv-memory-game #game-wrapper {
    max-width:1200px;
	width:100%;
	margin:0px auto;
	background:url(https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/images/wrapper-bg-2.png) center top no-repeat;
	padding: 62px 30px 100px 65px;
}




.mv-memory-game #game-header {
}
.mv-memory-game .game-logo {
	padding:0 !important;
	margin-bottom: 28px;
}
.mv-memory-game .game-logo img {
    max-width: 100%;
}

.mv-memory-game .game-header-center {
	position:relative;
}
.mv-memory-game .game-header-right {
	padding-top:40px;
	padding-right:0;
	text-align: right;
}
.mv-memory-game .game-how-to-play {
	color:#ffffff !important;
	font-size:18px;
	background:url(https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/images/how-to-play-icon-st.png) left top no-repeat;
	line-height:37px;
	padding-left:45px;
	display:inline-block;
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
	font-family: 'ThrowMyHandsUpintheAirBold';
}
.mv-memory-game .game-how-to-play:hover {
	color:#ffed00;
}

.mv-memory-game .game-date-box {
	background:url(https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/images/date-box-st.png) center top no-repeat;
	width:248px;
	height:197px;
	line-height:197px;
	position:absolute;
	top:-90px;
	right:-50px;
}
.mv-memory-game .game-date-box span, .mv-memory-game .game-date-box section.timer{
	font-size:110px;
	color:#ffed00;
	display:block;
	text-align:center;
		-ms-transform: rotate(7deg); /* IE 9 */
		-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	font-family: 'ThrowMyHandsUpintheAirBold';
    margin-left : 80px;
}
.mv-memory-game .john-text-box {
	text-align:right;
	line-height:38px;
	margin-bottom:15px;
	padding-right:4px;
	margin-top:-50px;
}
.mv-memory-game .john-text {
	font-size:18px;
	color:#ffffff;
		-ms-transform: rotate(0.5deg); /* IE 9 */
		-webkit-transform: rotate(0.5deg); /* Chrome, Safari, Opera */
    transform: rotate(0.5deg);
	font-family: 'ThrowMyHandsUpintheAirBold';
}
.mv-memory-game .john-text span {
	font-size:32px;
	color:#ffffff;
}
.mv-memory-game .john-text i {
	color:#ffed00;
	font-style: normal;
}

.mv-memory-game .game-btn-box {
	padding:0 !important;
	text-align:right;
}

.mv-memory-game .game-btn-yellow, .register-btn a {
	background:#ffed00;
	line-height:38px;
	border-radius: 18px;
	text-align:center;
	padding:0px 20px;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	color:#000000 !important;
	margin-left:15px;
	min-width:150px;
}
.mv-memory-game .game-btn-yellow:hover, .register-btn a:hover {
	background:#ffffff;
	color:#000000;
}
.register-btn a {
    margin-bottom: 20px;
}


/*Header Css*/

.mv-memory-game #game-boxes-area {
	padding:0 95px 0 55px;
}

.mv-memory-game #game-footer {
	padding:0 100px 0 55px;
    margin-top : 15px;
}

.mv-memory-game #game-footer a.terms-and-conditions{
    line-height: 38px;
}

.mv-memory-game #game-footer a {
	color:#ffffff;
}
.mv-memory-game #game-footer a:hover {
	color:#ffed00;
}



.mv-memory-game .left {
	float:left;
}
.mv-memory-game .right {
	float:right;
}
.mv-memory-game .clear {
	clear:both;
}

.game-logo-mobile img {
    max-width: 100%;
}






#hiddenLogin{
    display: none !important;
}



.modal-login-dialog {
	background:url(https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/images/popup-bg.png) no-repeat !important;
	text-align:center;
    color: #ffffff !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    min-height: 560px;
    background-size: 100% 100% !important;
    padding-bottom : 80px !important;
}
.modal-login-dialog .ml-content {
    background: none !important;
    box-shadow: none !important;
	padding:30px 40px 15px 50px !important;
}
.modal-login-dialog .ml-content h2 {
    color: #ffffff !important;
    font-size: 40px !important;
    margin-bottom: 20px !important;
}


.ml-close-btn {
    top: 15px !important;
    right: 0 !important;
}
.modal-login-dialog #form.group {
	text-align: left;
}

.modal-login-dialog .button {
	background:#ffed00 !important;
	line-height:38px !important;
	border-radius: 18px !important;
	text-align:center !important;
	padding:0px 20px !important;
	font-size:12px !important;
	font-weight:bold !important;
	color:#000000 !important;
	min-width:120px !important;
}
.modal-login-dialog .button:hover {
	background:#ffffff;
	color:#000000;
}
.modal-login-dialog #additional-settings {
    text-align: right;
	color:#ffed00 !important;
    display: block;
    padding-bottom : 15px;
}
.modal-login-dialog #additional-settings a {
	color:#ffed00 !important;
	text-decoration:none;
	font-size:16px !important;
    
}


.game-popup-box {
	padding:90px 100px 70px 100px;
	background:url(https://shakenudder.staging.mediavita.co.uk/wp-content/plugins/mv-memory-game/public/images/popup-bg.png) no-repeat;
    background-size: 100% 100% !important;
	max-width:560px;
	max-height:100%;
	min-height:560px;
	text-align:center;
    margin: 40px auto;
}
.game-popup-box .game-btn-yellow {
	background:#ffed00 !important;
	line-height:38px !important;
	border-radius: 18px !important;
	text-align:center !important;
	padding:0px 20px !important;
	font-size:12px !important;
	font-weight:bold !important;
	color:#000000 !important;
	min-width:150px !important;
    cursor: pointer;
    width: auto;
    height: auto;
    border: none;
}
.game-popup-box .game-btn-yellow:hover {
	background:#ffffff;
	color:#000000;
}

.game-popup-box h1 {
	font-size:76px;
	margin-bottom:10px !important;
	color:#ffffff !important;
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
	position:relative;
	font-family: 'ThrowMyHandsUpintheAirBold';
}
.game-popup-box h2 {
	font-size:45px;
	margin-bottom:30px;
	color:#ffffff !important;
		-ms-transform: rotate(-7deg); /* IE 9 */
		-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	position:relative;
	font-family: 'ThrowMyHandsUpintheAirBold';
}

h1.terms-head {
	font-size:32px !important;
}

.game-popup-box h2.prize-name {
	font-size:25px;
	margin-bottom:15px !important;
	color:#ffffff !important;
		-ms-transform: rotate(-7deg); /* IE 9 */
		-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	position:relative;
	font-family: 'ThrowMyHandsUpintheAirBold';
    width: 50%;
    float: right;
}

.game-popup-box h1 img, .game-popup-box h2 img {
    left: 5px;
    position: absolute;
    top: -30px !important;
}

.game-popup-box p {
	font-size:13px;
	color:#ffffff;
	line-height:16px;
	margin-bottom:10px;
	text-align:left;
}

.game-popup-box .game-btn-yellow {
	margin-bottom:15px;
}

.game-but-text {
	font-size:20px;
	color:#ffffff;
	line-height:24px;
	margin-bottom:20px;
}
.game-but-text a {
	color:#ffed00;
	font-weight: 700;
	text-decoration:none;
	font-size:20px;
}
.game-remaining-text {
	font-size:24px;
	color:#ffffff;
	line-height:24px;
	margin-bottom:20px;
	font-family: 'ThrowMyHandsUpintheAirBold';
}
.game-remaining-text span {
	color:#ffed00;
}
.game-remaining-bottom-text {
	font-size:20px;
	color:#ffffff;
	line-height:24px;
	margin-bottom:20px;
}
.game-but-yellow-text {
	font-size:28px;
	color:#ffed00;
	line-height:28px;
	margin-bottom:20px;
	font-family: 'ThrowMyHandsUpintheAirBold';
}
.game-but-yellow-text-2 {
	font-size:32px;
	color:#ffffff;
	line-height:36px;
	margin-bottom:20px;
}
.game-but-yellow-text-2 span {
	color:#ffed00;
	font-weight: 700;
	text-decoration:none;
	font-size:32px;
}

.game-popup-box .game-date-box {
	position:relative;
	top:auto;
	right:auto;
	margin:0px auto 30px;
}

.view-my-credits .game-date-box {
	position:relative;
	top:auto;
	right:auto;
	margin:0px auto 15px;
}
.view-my-credits .game-date-box span {
    margin: 0 !important;
    text-align: center;
}
.view-my-credits .game-but-text {
    margin-bottom: 10px;
}
.view-my-credits .game-but-text a {
	color:#ffed00 !important;
	font-weight: 700;
	text-decoration:none;
	font-size:20px !important;
}


@media only screen and (min-width: 992px) and (max-width: 1024px) {
.mv-memory-game {
	padding-left: 25px;
	padding-right: 25px;
}
.mv-memory-game #game-wrapper {
    background-size: 100% 100%;
    max-width: 1000px;
    padding: 62px 20px 100px 45px;
    width: 100%;
}
.mv-memory-game .game-date-box {
	right: -30px;
}
.mv-memory-game .container {
    margin: 3px !important;
    height: 133px !important;
}
.mv-memory-game .game-over {
    left: 0 !important;
    padding: 15px;
}
.mv-memory-game .game-over h1 {
    font-size: 60px;
    text-align: center;
} 

.mv-memory-game .game-over h2 {
    font-size: 35px;
    text-align: center;
} 

.mv-memory-game .game-over button {
    width: 100%;
    max-width: 200px;
    font-size: 25px;
    height: auto;
    line-height: 42px;
}


}
/*Full Screen To Tablet View Responcive Css End*/

/*768 To 640 View Responcive Css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mv-memory-game {
	padding-left: 25px;
	padding-right: 25px;
}
.mv-memory-game #game-wrapper {
    background-size: 100% 100%;
    max-width: 1000px;
    padding: 62px 20px 100px 45px;
    width: 100%;
}
.mv-memory-game .game-logo {
	width:44%;
}
.mv-memory-game .game-header-center {
	width:31%;
}
.mv-memory-game .game-header-right {
	width:25%;
}

.mv-memory-game #game-boxes-area {
    padding: 0 25px 0 5px;
}
.mv-memory-game .game-date-box {
	top:-105px;
}


.mv-memory-game .john-text-box {
	padding:0;
	margin-top:0;
}
.mv-memory-game .john-text {
	font-size:16px;
}
.mv-memory-game .john-text span {
	font-size:26px;
}
.mv-memory-game #game-footer {
	padding-right:30px;
}
.mv-memory-game .container {
    margin: 1px !important;
    height: 120px !important;
}
.mv-memory-game .game-over {
    left: 0 !important;
    padding: 15px;
}
.mv-memory-game .game-over h1 {
    font-size: 60px;
    text-align: center;
} 

.mv-memory-game .game-over h2 {
    font-size: 35px;
    text-align: center;
} 

.mv-memory-game .game-over button {
    width: 100%;
    font-size: 25px;
    height: auto;
    line-height: 42px;
}

}
/*768 To 640 View Responcive Css*/


/*Tablet View Responcive Css*/
@media only screen and (min-width: 768px) {
.game-logo-mobile {
    display: none !important;
}
.game-logo {
    display: block !important;
}
    }
@media only screen and (max-width: 767px) {


.game-logo-mobile {
    display: block !important;
    width: 60%;
}
.game-logo {
    display: none !important;
}


.mv-memory-game {
	padding-left: 25px;
	padding-right: 25px;
}

.mv-memory-game #game-boxes-area {
    padding: 0 0 0 10px;
    position: relative;
}
.mv-memory-game .game-date-box {
	top: -20px;
	right: auto;
	position: relative;
}

.mv-memory-game .game-how-to-play {
	position:absolute;
	font-size:45px;
	top:-110px;
	right:15px;
}
.mv-memory-game .john-text-box {
	padding:0;
	margin-top:0;
}
.mv-memory-game .john-text {
	font-size:16px;
}
.mv-memory-game .john-text span {
	font-size:26px;
}

.mv-memory-game .game-header-right {
	padding-top: 0;
	position:absolute;
    right: 0;
    top: auto;
    max-width: 40%;
    width: 100%;
}
.mv-memory-game .game-how-to-play {
    display: block;
    max-width: 160px;
}
.mv-memory-game .john-text-box {
	text-align:center;
}
.mv-memory-game .john-text {
	margin-top:5px;
}
.mv-memory-game .john-text-box .right {
	float: none;
}
.mv-memory-game #game-footer {
	padding-right:30px;
}

.mv-memory-game .container {
    margin: 2px !important;
    height: 95px !important;
}
.mv-memory-game .game-over {
    left: 0 !important;
    padding: 15px;
}
.mv-memory-game .game-over h1 {
    font-size: 60px;
    text-align: center;
} 

.mv-memory-game .game-over h2 {
    font-size: 35px;
    text-align: center;
} 

.mv-memory-game .game-over button {
    width: 100%;
    max-width: 155px;
    font-size: 25px;
    height: auto;
    line-height: 42px;
}


.mv-memory-game {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mv-memory-game .game-logo {
    width: 60%;
}

.mv-memory-game .game-btn-yellow.right {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.mv-memory-game .game-how-to-play {
    font-size: 25px;
}
.mv-memory-game .game-date-box {
  transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  width: 100%;
  height: 167px;
  line-height: 167px;
  background-size: auto 100%;
  top: -60px;
}
.game-header-center {
    width: 40%;
    float: right;
}

.mv-memory-game .john-text-box {
    width: 60%;
    float: left;
    position: absolute;
    top: -130px;
    left: 0;
}
.mv-memory-game .john-text-box .john-text.right {
    display: block;
    float: none !important;
    position: relative;
    top: -90px;
    text-align: left;
    max-width: 100%;
    clear: both !important;
}
#start-new-game.game-btn-yellow {
    float: left;
    margin-right: 15px !important;
}
#view-my-credits.game-btn-yellow {
    float: right;
    margin-right: 13% !important;
}
#game-wrapper {
    padding-left: 5px !important;
    padding-right: 5px !important;
    background-size: auto auto !important;
    width: 100%;
}
.mv-memory-game .container {
    width: 24% !important;
}
#game-header {
    position: relative !important;
}


#additional-settings {
    position: inherit;
}

.modal-login-dialog .ml-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.modal-login-dialog #additional-settings {
    text-align: left;
    margin-top: 0px;
    width: 100%;
    position: inherit;
}
.ml-close {
    display: none;
}
#modal-login p.mlpsw {
    padding-bottom: 10px;
}
#modal-login #forgetmenot {
    margin-bottom: 15px !important;
    float: none !important;
}
.modal-login-dialog {
    padding-bottom: 70px !important;
}
}
/*Tablet View Responcive Css*/

/*Iphone View Responcive Css*/
@media only screen and (min-width: 320px) and (max-width: 480px) {

.game-logo-mobile {
    display: block !important;
    width: 60%;
    float: left;
}

.mv-memory-game .timer {
  margin-left: 0 !important;
  text-align: center !important;
  font-size: 60px !important;
  width: 100% !important;
}

.mv-memory-game .game-how-to-play {
    background-position: 0px center;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    padding-left: 40px;
}
.mv-memory-game .game-header-right {
    padding-left: 10px;
}
.game-popup-box {
    padding-left: 40px !important;
    padding-right: 40px !important;
    min-height: 460px;
}
.mv-memory-game .game-popup-box h1 {
    font-size: 40px !important;
}
.game-popup-box .game-date-box {
    position: relative;
    top: auto;
}
.mv-memory-game #game-header .game-date-box {
	top: 40px;
	right: -15px;
	position: relative;
	background-size:100%;
	width:100%;
    min-height: 155px;
	height:auto;
	line-height:110px;
}
.mv-memory-game #game-header .game-date-box span {
    text-align: center !important;
    max-width: 100%;
}
.mv-memory-game #game-footer {
	padding:0 15px 0 0;
}
.mv-memory-game .container {
    margin: 1px !important;
    height: 45px !important;
}



.mv-memory-game .john-text-box {
    width: 60%;
    float: left;
    position: absolute;
    top: -50px;
    left: 0;
}
.mv-memory-game .john-text-box .john-text.right {
    display: block;
    float: none !important;
    position: relative;
    top: -50px;
    text-align: left;
    max-width: 100%;
    clear: both !important;
    font-size: 12px;
    line-height: 18px;        
    transform: none;
}
.mv-memory-game .john-text-box .john-text.right span {
    font-size: 18px;
}
.mv-memory-game #game-boxes-area .john-text-box .game-btn-yellow {
    padding: 0px 4px !important;
    font-size: 9px !important;
    max-width: inherit !important;
    min-width: inherit;
    line-height: 24px;
}

#start-new-game.game-btn-yellow {
    float: left;
    margin-right: 5px !important;
}
#view-my-credits.game-btn-yellow {
    float: right;
    margin-right: 5px !important;
}

}
/*Iphone View Responcive Css*/


.acf-field-checkbox.acf-field-590273ef1f17c .acf-label{
    display: none;
}

.acf-input .acf-checkbox-list.acf-bl input[type="checkbox"]{
    margin-right : 10px !important;   
}

.modal-login-dialog .ml-content #register p{
    padding-bottom : 10px !important;
}

.modal-login-dialog .ml-content #register .acf-field{
    margin: 5px 0 10px !important;
}

.modal-login-dialog .ml-content #register .acf-field .acf-label label{
    font-weight: normal !important;
}



.modal-login-dialog #register {
    margin-top: -30px;
}
.modal-login-dialog #register .input, .modal-login-dialog #register input {
    height: 36px !important;
}
.modal-login-dialog .ml-content #register p {
    padding-bottom: 5px !important;
}
#modal-login #register .submit .button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 36px !important;
    height: 36px !important;
}


.seconds-text {
    bottom: 30px;
    color: #ffffff;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	font-size:22px;
	color:#ffed00;
    text-transform: uppercase;
	line-height:28px;
	font-family: 'ThrowMyHandsUpintheAirBold';


}

.modal-login-dialog #register .acf-error-message{
    display: none !important;
}

.modal-login-dialog #register .acf-input .acf-error-message{
    display: none !important;
}

.modal-login-dialog #register .acf-label .acf-required{
    display: none !important;
}

.game-over .game-popup-box .terms, .game-over .game-popup-box .how-to-play, .game-over .game-popup-box .campaign{
    height: 358px;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
}

.game-popup-box .how-to-play h1, .game-popup-box .campaign h1  {
	font-size:60px;
	margin-bottom:10px !important;
	color:#ffffff !important;
		-ms-transform: rotate(-5deg); /* IE 9 */
		-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
	position:relative;
	font-family: 'ThrowMyHandsUpintheAirBold';
}


.mv-game-logout-btn-yellow{
	background:#ffed00;
	line-height:38px;
	border-radius: 18px;
	text-align:center;
	padding:0px 20px;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	color:#000000 !important;
	min-width:150px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mv-memory-game .game_pdf_link{
    color: #fff !important;
    font-family: "ThrowMyHandsUpintheAirBold";
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.download-pdf-text{
    text-align: center !important;
}

.download-pdf-text span{
    font-size: 13px;
}

.download-pdf-text a{
    font-size: 13px;
    color : #ffffff !important;
}

.mobile_details h1{
    margin-top: -36px !important;
    
}

#game-footer .mv-game-logout-btn-yellow{
    float: right;
    margin-left: 10px;
}

.bottom-buttons .mv-game-logout-btn-yellow{
    background: #181A1E !important;
    margin-right : 30px;
    color : #ffffff !important;
}


body.page-template-page-vouchers .woocommerce .products ul li.product, 
body.page-template-page-vouchers .woocommerce ul.products li.product, 
body.page-template-page-vouchers .woocommerce.columns-4 .products ul li.product, 
body.page-template-page-vouchers .woocommerce.columns-4 ul.products li.product, 
body.page-template-page-vouchers .woocommerce-page .products ul li.product, 
body.page-template-page-vouchers .woocommerce-page ul.products li.product, 
body.page-template-page-vouchers .woocommerce-page.columns-4 .products ul li.product, 
body.page-template-page-vouchers .woocommerce-page.columns-4 ul.products li.product{
    width: 50% !important;    
}

.bdrtop.bottom-buttons{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 30px 20px !important;
    padding-top: 25px !important;
}








@media only screen and (min-width: 320px) and (max-width: 480px) {

.game-footer {
    padding: 0px;
    text-align: center;
}
#game-footer .mv-game-logout-btn-yellow {
    float: none;
    margin: 0px auto 15px;
    display: block;
    width: 150px !important;
}
#game-footer a.right {
    display: block;
    float: none;
    text-align: center;
}
.mv-memory-game .john-text-box .john-text.right {
    top: -65px;
}
    .game-popup-box h2.prize-name {
        width: 100% !important;
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }

}
@media only screen and (max-width: 767px) {
    
    .mv-memory-game {
        display: block;
        margin: 0 -30px !important;
    }    
    .seconds-text {
        bottom: 50px;
    }
    .game-popup-box h2.prize-name {
        width: 100% !important;
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }
    .mv-memory-game .john-text-box {
        left: 10px;
    }
    #view-my-credits.game-btn-yellow {
        margin-right: 10px;
    }
    
    .modal-login-dialog #register {
        margin-top: 0px;
    }

}

.Scrollingdiv.mobile_details{
    height: 400px;
    min-height : 400px;
    margin-top : -32px;
    margin-bottom: 10px;
    overflow-x : hidden;
    overflow-y : scroll;
    padding-top:  32px;
}

.button.disabled{
    cursor: context-menu !important;
}

.button.disabled:hover{
    background-color : transparent !important;
    border : 1px solid #7e7b73 !important;
    color : #7e7b73 !important;
}