/*
Theme Name: 	Over The Top
Description: 	The 2014 theme for the game "Over The Top" created by The Canadian War Museum.
Theme URI: 		http://www.tp1.ca/
Author: 		TP1
Author URI: 	http://www.tp1.ca/
Version: 		1.0
License:

Template: 		war-ve-responsive	
*/

@import url("../war-ve-responsive/style.css");

html {
	height: 100%;
}

body {
	background: #000000 url(./images/main-background.jpg) repeat-y top center;
	min-height: 100%;
}

#wrapper {
	background: url(./images/wrapper-background.jpg) no-repeat top center;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	position: relative;
	width: 100%;
}

.parent #wrapper {
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.text-bold {
	font-weight: bold;
}

.temporary {
	color: white;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	padding: 10px 0;
}


/* --------- TEXT ---------- */

.child-content {
	color: #868C9D;
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 18px;
	line-height: 16px;
	font-size: 1.8rem;
	line-height: 1.6rem;
	position: relative;
}

.child-content h1 {
	margin-top: 0;
}

.child-content a {
	color: #936700;
}

.child-content a:hover {
	color: #3D2C13;
}

.child-content a > img {
	display: block;
}

.child-content .dynamic-field {
	color: #3D2C13;
}

.child-content .font-se {
	font-family: 'Special Elite', Arial, serif;
}

.child-content .font-title, h2 {
	font-family: 'Special Elite', Arial, serif;
	font-size: 22px;
	font-size: 2.2rem;
}

/* --------- END TEXT ---------- */


/* -- HIDE TITLE FOR HOME AND GAME PAGE -- */
.home .content #page-title,
.home .section #game-explanations .widget h3,
.page-template-tpl-game-php .section #page-title {
	display: none;
}

/* --------- HEADER --------- */

/* -- BURGER MENU -- */

#menu-burger {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#menu-burger .game-menus {
	position: absolute;
	margin-left: 40px;
	z-index: 1;
}

.child-content #menu-burger .menu-burger-state {	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#647ca6), to(#46608f)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #647ca6, #46608f); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #647ca6, #46608f); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #647ca6, #46608f);
	/* IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#647ca6', endColorstr='#46608f')";
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #647ca6, #46608f);

	-moz-box-shadow:    0 0px 5px 1px #1c1c1c;
	-webkit-box-shadow: 0 0px 5px 1px #1c1c1c;
	box-shadow:         0 0px 5px 1px #1c1c1c;

	cursor: pointer;
	height: 50px;
	text-indent: -7000px;
	position: relative;
	width: 60px;
	z-index: 10;
}

.child-content #menu-burger .menu-burger-state:hover {	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c3a55), to(#212d47)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #2c3a55, #212d47); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #2c3a55, #212d47); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #2c3a55, #212d47);
	/* IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c3a55', endColorstr='#212d47')";
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #2c3a55, #212d47);
}

.child-content #menu-burger .menu-burger-state .menu-button {
	background: url(./images/icon-burger-closed.png) no-repeat center center;
	height: 50px;
}

.child-content #menu-burger .menu-burger-state .open {
	background: url(./images/icon-burger-open.png) no-repeat center center;
}

.child-content #menu-burger .menu {
	background-color: #202e4a;
	-moz-box-shadow:    0 0px 5px 1px #1c1c1c;
	-webkit-box-shadow: 0 0px 5px 1px #1c1c1c;
	box-shadow:         0 0px 5px 1px #1c1c1c;
	display: none;
	position: relative;
	width: 250px;
	z-index: 1;
}

.child-content #menu-burger .menu .current-menu-item a {
	text-decoration: underline;
}

.child-content #menu-burger .menu ul {
	font-size: 15px;
	font-size: 1.5rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.child-content #menu-burger .menu li {
	border-bottom: 1px solid #182237;
	cursor: pointer;
}

.child-content #menu-burger .menu li:last-child {
	border-bottom: none;
}

.child-content #menu-burger .menu li:hover {
	background-color: #1a2437;
}


.child-content #menu-burger .menu a {
	color: #fff;
	display: block;
	padding: 15px 0 15px 20px;
}


/* -- END BURGER MENU -- */

/* -- BACK TO HOME PAGE BUTTON -- */

#menu-burger .back-home-button {
  /* Safari 4-5, Chrome 1-9 */ 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#647ca6), to(#46608f)); 
  /* Safari 5.1, Chrome 10+ */ 
  background: -webkit-linear-gradient(top, #647ca6, #46608f); 
  /* Firefox 3.6+ */ 
  background: -moz-linear-gradient(top, #647ca6, #46608f); 
  /* IE 10 */ 
  background: -ms-linear-gradient(top, #647ca6, #46608f);
  /* IE 8 */ 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#647ca6', endColorstr='#46608f')";
  /* Opera 11.10+ */ 
  background: -o-linear-gradient(top, #647ca6, #46608f);

  -moz-box-shadow:    0 0px 5px 1px #1c1c1c;
  -webkit-box-shadow: 0 0px 5px 1px #1c1c1c;
  box-shadow:         0 0px 5px 1px #1c1c1c;

  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  /*padding: 15px 30px 15px 45px;*/
  text-decoration: none;
  text-transform: uppercase;
}

#menu-burger .back-home-button:hover {
  /* Safari 4-5, Chrome 1-9 */ 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c3a55), to(#212d47)); 
  /* Safari 5.1, Chrome 10+ */ 
  background: -webkit-linear-gradient(top, #2c3a55, #212d47); 
  /* Firefox 3.6+ */ 
  background: -moz-linear-gradient(top, #2c3a55, #212d47); 
  /* IE 10 */ 
  background: -ms-linear-gradient(top, #2c3a55, #212d47);
  /* IE 8 */ 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c3a55', endColorstr='#212d47')";
  /* Opera 11.10+ */ 
  background: -o-linear-gradient(top, #2c3a55, #212d47);
}

#menu-burger a {
  color: #fff;
  display: block;
  padding: 15px 25px 15px 40px; 
  position: relative;
}

#menu-burger .back-home-button a:before {
  background: url(./images/icon-back.png) no-repeat top left;
  content: "";
  height: 17px;
  position: absolute;
  left: 17px;
  width: 100%;
}
/* -- END BACK TO HOME PAGE BUTTON -- */


/* --------- END HEADER --------- */



/* --------- MAIN CONTENT --------- */


/* -- FRONT-PAGE --*/

#friend {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 15px 0 10px 0;
}

#friend .friend-link {
	/*border-bottom: 1px solid #936700;*/
	color: #936700;
	text-decoration: none;
	position: relative;
}

#friend .friend-link:after {
	background: url(./images/letter-icon.png) no-repeat center right;
	content: "";
	height: 16px;
	position: absolute;
	right: -25px;
	width: 100%;
}

#friend .friend-link:hover {
	/*border-bottom: 1px solid #3d2c13;*/
	color: #3d2c13;
}

#friend .friend-link:hover:after {
	background: url(./images/letter-icon-hover.png) no-repeat center right;
}

#game-explanations .widget {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	min-height: 525px;
	padding: 20px 40px 20px 40px;
	width: 50%;
}

#game-explanations .widget:nth-child(1) {
	background: url(./images/x-border.png) no-repeat center right, 
	url(./images/y-border.png) no-repeat bottom center;
}

#game-explanations .widget:nth-child(4) {
	background: url(./images/x-border.png) no-repeat center left, 
	url(./images/y-border.png) no-repeat top center;
}

#game-explanations .widget .textwidget .picto {
	text-align: center;
}

#game-explanations .widget .textwidget h2 {
	font-family: 'Special Elite', Arial, serif;
}

#game-steps {
	padding-left: 20px;
}

#game-steps .widget {
	background: url(./images/steps-accolade.png) no-repeat top right;
	min-height: 154px;
	float: left;
	line-height: 2rem;
	padding: 0 35px;
	width: 33%;
}

#game-steps .widget .textwidget {
	font-size: 15px;
	font-size: 1.5rem;
}

#game-steps .widget h3{
	font-family: 'Special Elite', Arial, serif;
}

#game-steps .widget:last-child {
	background: none;
}

#menu-burger {
	margin-bottom: -100px;
	padding: 60px 0;
	/*position: absolute;*/
}

#page-title {
	background: url(./images/title-underline.png) repeat-x bottom center;
	font-family: 'Special Elite', Arial, serif;
	line-height: 45px;
	line-height: 4.5rem;
	padding-bottom: 25px;
}

#trio-soldiers {
	padding: 40px 0 70px 0;
	text-align: center;
}

#trio-soldiers img {
	max-width: 465px;
	width: 100%;
	height: auto;
}

.child-content .button {
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7be36), to(#f5ae04)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #f7be36, #f5ae04); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #f7be36, #f5ae04); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #f7be36, #f5ae04);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #f7be36, #f5ae04);
	/* IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7be36', endColorstr='#f5ae04')";
	
	/*transition: background-color 0.2s ease;*/
	-webkit-border-radius:8px;
	-moz-border-radius-:8px;
	border-radius:8px;

	-moz-box-shadow:    0 0px 5px 0 #4D4D4D;
	-webkit-box-shadow: 0 0px 5px 0 #4D4D4D;
	box-shadow:         0 0px 5px 0 #4D4D4D;

	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: bold;
	padding: 15px 30px;
	text-decoration: none;
	text-transform: uppercase;
}

.child-content .button.question,
.child-content .small-button {
	-webkit-border-radius:5px;
	-moz-border-radius-:5px;
	border-radius:5px;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 10px;
	text-transform: none;
}

.child-content .button:hover {
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2851a), to(#a97700)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #b2851a, #a97700); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #b2851a, #a97700); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #b2851a, #a97700); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #b2851a, #a97700);
	/* IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2851a', endColorstr='#a97700')";
}

.child-content .game-btn {
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}

.child-content .game-subtitle {
	color: #f6b211;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 35px;
	line-height: 3.5rem;
	position: relative;
	text-align: center;
	top: -55px;
}

body.home .child-content .content {
	text-align: center;
	line-height: 24px;
	line-height: 2.4rem;
}

body.home .child-content .content .wysiwyg {
	line-height: 40px;
	line-height: 4.0rem;
}

.child-content .how-to-play {
	padding: 50px 0;
	text-align: center;
}

.child-content .img-top .letter-button {
	vertical-align: middle;
}

.child-content .letter-button {
	padding-left: 5px;
}

/*.child-content .low-res,
.child-content .low-res-link {
	color: #F3F0E2;
	padding-top: 5px;
}

.child-content .low-res p:hover,
.child-content .low-res-link:hover {
	color: #9C9C9C;
	cursor: pointer;
}

.child-content .low-res a {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.child-content .low-res a:hover {
	border-bottom: 1px solid #9C9C9C;
}*/

.child-content .low-res {	
	padding-top: 20px;
}

.child-content .low-res a {
	color: #F3F0E2;
}

.child-content .low-res a:hover {
	color: #9C9C9C;
	cursor: pointer;
}

body.home .child-content .section .content {
	font-family: 'Special Elite', Arial, serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 36px;
	line-height: 3.6rem;
}

.soldiers {
	position: absolute;
	top: 346px;
	text-align: center;
	width: 100%;
}

.two-soldiers,
.two-soldiers-tablet,
.two-soldiers-mobile {
	height: auto;
	max-width: 1550px;
	width: 100%;
}

.two-soldiers-tablet {
	display: none;
}

.two-soldiers-mobile {
	display: none;
}

/*.left-soldier {
	background: url(./images/left-soldier.png) no-repeat top left;
	height: 580px;
	left: 185px;
	position: absolute;
	width: 50%;
}

.right-soldier {
	background: url(./images/right-soldier.png) no-repeat top right;
	height: 620px;
	position: absolute;
	right: 200px;
	width: 50%;
}*/

.start-game {
	padding: 20px 0 100px 0;
	text-align: center;
}

/* -- END FRONT-PAGE -- */


/* -- GLOSSARY - ARCHIVE -- */

.archive .section .archive-list {
	line-height: 36px;
	line-height: 3.6rem;
}

.archive .section .archive-list .loop {
	width: 100%;
}

.archive .section .archive-list .loop .title {
	font-family: 'Special Elite', Arial, serif;
	float: left;
	width: 30%;
}

.archive .section .archive-list .loop .description {
	float: right;
	width: 65%;
}

/* -- END GLOSSARY - ARCHIVE -- */


#main {
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 125px;
	position: relative;
	width: 100%;
}

body.home #main {
	padding-bottom: 0px;
}

.child-content .content {
	margin: 0 auto;
}

.child-content .content .wysiwyg {
	margin: 0 auto;
	line-height: 30px;
	line-height: 3.0rem;
	padding: 0 55px;
	/*width: 625px;*/
}

.child-content .content .wysiwyg ul {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 90px;
}

.child-content .content .wysiwyg li {
	padding-bottom: 20px;
}

.child-content .content .wysiwyg p {
	padding: 10px 0;
}

.child-content .section-game .content .wysiwyg p {
	margin: 0;
}

/*.child-content .content .wysiwyg a.pdf,
.child-content .content .wysiwyg a.ext-tab {
	color: #936700;
	text-decoration: underline;
}

.child-content .content .wysiwyg a.pdf:hover,
.child-content .content .wysiwyg a.ext-tab:hover {
	color: #3D2C13;
}

.child-content .content .wysiwyg a.pdf,
.child-content .content .wysiwyg a.ext-tab {
	position: relative;
}

.child-content .content .wysiwyg a.pdf:after,
.child-content .content .wysiwyg a.ext-tab:after {
	background: url(./images/icon-pdf.png) no-repeat top right;
	content: "";
	height: 23px;
	position: absolute;
	right: -25px;
	width: 100%;
}

.child-content .content .wysiwyg a.ext-tab:after {
	background: url(./images/icon-ext-tab.png) no-repeat top right;
}

.child-content .content .wysiwyg a.pdf:hover:after {
	background: url(./images/icon-pdf-hover.png) no-repeat top right;
}

.child-content .content .wysiwyg a.ext-tab:hover:after {
	background: url(./images/icon-ext-tab-hover.png) no-repeat top right;
}*/

.child-content .content .wysiwyg a[target=_blank] { 
	position: relative;
	text-decoration: underline;
}

.child-content .content .wysiwyg a[target=_blank]:after {
	background: url(./images/icon-ext-tab.png) no-repeat top right;
	content: "";
	height: 23px;
	position: absolute;
	right: -25px;
	width: 100%;
}

.child-content .content .wysiwyg a[target=_blank]:hover:after {
	background: url(./images/icon-ext-tab-hover.png) no-repeat top right;
}

.child-content .content .wysiwyg a[href$=".pdf"] { 
	position: relative;
	text-decoration: underline;
}

.child-content .content .wysiwyg a[href$=".pdf"]:after {
	background: url(./images/icon-pdf.png) no-repeat top right;
	content: "";
	height: 23px;
	position: absolute;
	right: -25px;
	width: 100%;
}

.child-content .content .wysiwyg a[href$=".pdf"]:hover:after {
	background: url(./images/icon-pdf-hover.png) no-repeat top right;
}

.child-content .content .wysiwyg ul li a[target=_blank],
.child-content .content .wysiwyg ul li a[target=_blank]:after,
.child-content .content .wysiwyg ul li a[target=_blank]:hover:after,
.child-content .content .wysiwyg ul li a[href$=".pdf"],
.child-content .content .wysiwyg ul li a[href$=".pdf"]:after,
.child-content .content .wysiwyg ul li a[href$=".pdf"]:hover:after  {
	background: none;
	text-decoration: none;
}

body.home #main {
	padding-bottom: 0;
}

.home-link {
	text-align: center;
	padding: 0 10%;
}

.home-link .logo {
	max-width: 420px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.child-content .img-top {
	background: url(./images/main-top.png) no-repeat top center;
	height: 92px;
	z-index: 1;
}

.child-content .img-bottom {
	background: url(./images/main-bottom.png) no-repeat bottom center;
	height: 80px;
	width: auto;
}

.child-content .logo {
	max-width: 420px;
	width: 100%;
	height: auto;
}

.child-content .section {
	background: url(./images/main-body.png) repeat-y top center;
	color: #3D2C13;
	padding: 0 100px 20px;
}

/* -- LOW-RES VERSION -- */

.child-content .wysiwyg strong {
	font-weight: normal;
}

.child-content .wysiwyg em {
	font-style: normal;
}

.child-content .wysiwyg a.definition {
	text-decoration: underline;
}

/* -- END LOW-RES VERSION -- */

/* --------- END MAIN CONTENT --------- */


/* -- PRE-FOOTER -- */

#pre-footer {
	background: url(./images/prefooter-background.png) no-repeat bottom center;
	color: #F3F0E2;
	height: 390px;
	padding: 0 10%;
	text-align: center;
	width: 100%;
}

.pre-footer-text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 36px;
	line-height: 3.6rem;
	margin: 0 auto;
	max-width: 650px;
	padding: 120px 25px 50px 25px;
	text-align: center;
}

/* -- END PRE-FOOTER -- */


/* --------- FOOTER --------- */

#footer {
	background-color: #808284;
	color: white;
}

/* --------- END FOOTER --------- */


/* --------- DEFINITION / MAGNIFIC POP UP --------- */

.mfp-auto-cursor .mfp-content {
  background-color: #fffdf4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #3d2c13;
  max-width: 500px;
}

.mfp-content #page-title {
  background: none;
  padding-top: 20px;
  padding-bottom: 0;
}

.mfp-auto-cursor .mfp-content {
	background: url(./images/main-body-popup.png) repeat-y top center;
}

.mfp-content h1 {
  font-size: 30px;
  font-size: 3.0rem;
}

.mfp-content .content .wysiwyg {
  font-family: 'Alegreya Sans', Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 0;
}

.mfp-content .content {
  padding: 0 20px;
}

.mfp-content .content .go-back-archive-link {
  display: none;
}

/* --------- DEFINITION / MAGNIFIC POP UP --------- */


/* --------- MEDIA QUERIES --------- */

/* -- Tablets -- */
@media screen and (min-width: 768px) and (max-width: 960px){

	.child-content .home-link{
		padding: 0 35%;
	}

	.pre-footer-text {
		padding: 120px 0 50px 0;
	}

	#wrapper {
		background: url(./images/wrapper-background-tablet.jpg) no-repeat top center;
		position: relative;
		width: 100%;
	}

	#pre-footer {
		padding: 0 15%;
	}

	.child-content #main {
		margin-top: 150px;
	}

	.child-content .content .wysiwyg a.pdf:hover,
	.child-content .content .wysiwyg a.ext-tab:hover {
		color: #936700;
	}

	.child-content .content .wysiwyg a.pdf:hover:after {
		background: url(./images/icon-pdf.png) no-repeat top right;
	}

	.child-content .content .wysiwyg a.ext-tab:hover:after {
		background: url(./images/icon-ext-tab.png) no-repeat top right;
	}

	.child-content .low-res a:hover {
		color: #F3F0E2;
	}

	.child-content .section {
		padding: 0 2% 40px;
	}

	.archive .section {
		padding: 0 5% 40px;
	}

	body.home #main, body.archive #main, .child-content #main {
		margin-top: 0;
	}

}

/* -- Same changes for tablet and mobile -- */
@media screen and (max-width: 960px){

	#menu-burger .back-home-button:hover {
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#647ca6), to(#46608f)); 
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #647ca6, #46608f); 
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #647ca6, #46608f); 
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #647ca6, #46608f);
		/* IE 8 */ 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#647ca6', endColorstr='#46608f')";
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #647ca6, #46608f);
	}
	.child-content .button:hover {
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7be36), to(#f5ae04)); 
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #f7be36, #f5ae04); 
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #f7be36, #f5ae04); 
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #f7be36, #f5ae04);
		/* IE 8 */ 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7be36', endColorstr='#f5ae04')";
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #f7be36, #f5ae04);
	}

	.child-content #menu-burger .menu-burger-state:hover {	
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#647ca6), to(#46608f)); 
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #647ca6, #46608f); 
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #647ca6, #46608f); 
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #647ca6, #46608f);
		/* IE 8 */ 
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#647ca6', endColorstr='#46608f')";
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #647ca6, #46608f);
	}

	.child-content .button:hover {
		color: #333;
	}

	.mfp-close-btn-in .mfp-close:hover {
		color: #936700;
	}

	.mfp-close-btn-in .mfp-close:active { 
		color: #936700;
	}

	/*.two-soldiers {
		background: none;
		background: url(./images/soldiers-tablet.png) no-repeat top center;
	}*/

	.soldiers {
		top: 325px;
	}

	.two-soldiers {
		display: none;
		max-width: 960px;
	}

	.two-soldiers-tablet {
		display: block;
	}
}

/* -- Mobile Phones Portrait or Landscape -- */
@media screen and (max-width: 767px){

	.mfp-content .content {
		padding-top: 10px;
	}

	.mfp-content #page-title {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0;
		padding-top: 0;
	}

	
	.page .home-link .logo, .archive .home-link .logo {
		display: none;
	}

	.home .home-link .logo {
		display: block;
	}

	.home .start-game {
		padding-bottom: 50px;
	}

	.soldiers {
		top: 325px;
	}

	.two-soldiers-tablet {
		display: none;
	}

	.two-soldiers-mobile {
		display: block;
		max-width: 800px;
	}

	/* -- SIDE NAVIGATION -- */

	.parent section.parent-theme-navigation .title, 
	.parent section.parent-theme-navigation .menu a {
		background-color: #202e4a;
	}

	.parent section.parent-theme-navigation .menu a:hover {
		background-color: #1a2437;
	}

	.parent section.parent-theme-navigation .menu a, 
	.parent section.parent-theme-navigation a.language, 
	.parent section.parent-theme-navigation a.expo-link {
		color: #c9cedb;
	}

	.parent section.parent-theme-navigation {
		background-color: #182030;
	}

	/* -- END SIDE NAVIGATION -- */

	body.home #main {
		margin-top: 0;
	}

	.child-content #main {
		padding-bottom: 0;
	}

	.child-content a:hover {
		color: #936700;
	}

	.child-content .content .wysiwyg a.pdf:hover,
	.child-content .content .wysiwyg a.ext-tab:hover {
		color: #936700;
	}

	.child-content .content .wysiwyg a.pdf:hover:after {
		background: url(./images/icon-pdf.png) no-repeat top right;
	}

	.child-content .content .wysiwyg a.ext-tab:hover:after {
		background: url(./images/icon-ext-tab.png) no-repeat top right;
	}

	.child-content .low-res a:hover {
		color: #F3F0E2;
	}

	.child-content #menu-burger {
		display: none;
	}

	#wrapper {
		background: url(./images/wrapper-background-mobile2.jpg) no-repeat top center;
		position: relative;
		width: 100%;
	}

	#header {
		margin-bottom: 0;
	}

	#friend {
		font-size: 20px;
		font-size: 2.0rem;
	}

	#game-explanations .widget {
		min-height: 400px;
		padding: 40px 5%;
		text-align: center;
		width: 100%
	}

	#game-explanations .widget:nth-child(1) {
		background: none;
		background: url(./images/title-underline.png) repeat-x top center;
	}

	#game-explanations .widget:nth-child(4) {
		background: none;
		background: url(./images/title-underline.png) repeat-x top center;
	}

	#game-explanations .widget {
		background: url(./images/title-underline.png) repeat-x top center;
	}

	#game-steps {
		background-color: #fbf7e8;
		-moz-box-shadow:    0 2px 10px 5px #e3ddc6;
		-webkit-box-shadow: 0 2px 10px 5px #e3ddc6;
		box-shadow:         0 2px 10px 5px #e3ddc6;
		padding-left: 0;
	}

	#game-steps .widget {
		background: url(./images/steps-accolade-responsive.png) no-repeat bottom center;
		min-height: 250px;
		padding: 50px 5%;
		text-align: center;
		width: 100%;
	}

	#pre-footer {
		background: url(./images/prefooter-background-mobile.png) no-repeat right center;
	}

	#trio-soldiers {
		padding: 40px 15px 70px;
	}

	.font-title {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.game-subtitle {
		font-size: 18px;
		font-size: 1.8rem;
		top: -40px;
	}

	.how-to-play {
		padding: 50px 0 25px;
	}

	body.home .content .wysiwyg {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 30px;
		line-height: 3.0rem;
		padding: 0 2%;
	}

	.img-top, .img-bottom {
		display: none;
	}

	.page .home-link .logo {
		display: none;
	}

	.home .home-link .logo {
		display: block;
	}

	.pre-footer-text {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		line-height: 2.8rem;
		padding: 120px 0 50px 0;
	}

	.child-content .section {
		background: url(./images/main-body-responsive.png) repeat-y top center;
		background-size: 100%;
		padding: 0 25px 80px;
	}


	/* -- GLOSSARY - ARCHIVE -- */

	.archive .section .archive-list {
		float: none;
		text-align: center;
		width: 100%
	}

	.archive .section .archive-list .loop .title {
		float: none;
		width: 100%
	}

	.archive .section .archive-list .loop .description {
		float: none;
		width: 100%;
	}

	.archive .section .content {
		text-align: center;
	}

	.child-content .section {
		padding: 100px 25px 60px;
	}

	/* -- END GLOSSARY - ARCHIVE -- */


	/* -- PAGE -- */

	.page .content .wysiwyg {
		padding: 0;
	}

	.page .content .wysiwyg ul {
		padding: 0 10%;
	}

	/* -- END PAGE -- */


}

/* --------- END MEDIA QUERIES --------- */
