@charset "utf-8";
@font-face {
	font-family: "newspaperStyle";
	font-style: normal;
	src: local('PT Mono'),
       url('../../../../fonts/PT-Mono.woff') format('woff');
	font-display: swap;
}
@font-face {
  font-family: "fallback-inter";
  ascent-override: 90.20%;
  descent-override: 22.48%;
  line-gap-override: 0.00%;
  size-adjust: 107.40%;
  src: local("Arial");
}

body {
	font-family: "Sintony-Bold", 'Blinker', "newspaperStyle", "fallback-inter"!important;
}
.Titles {
	display:block; width:100%;
	border-bottom: none!important;
}
.ExerciseTitle {
	width: 100%!important; margin: 25px auto 0px!important;
	font-size: 20pt!important; font-family: 'newspaperStyle', "fallback-inter"!important;
	line-height: 1.35; text-transform: uppercase!important;
	background-color: transparent!important; color: #50404d!important;
}

#WordsDiv {
	border: solid 1px #a67b5b!important;
	border-top: solid 4px #a67b5b!important;
	background-color: #f7e98e; 
}
ul.Words li.Word:hover { /* for test mode and practice mode*/
	color: white; background-color:#a67b5b!important;
	font-weight: bold;
	border: solid 2px white;
}

.ClozeBody {
	background-color: #e25822!important;
}
.text_div {
	flex-wrap: nowrap!important;
	background-color: #edc9af!important;
}
input.GapBox {
	background-color: #edc9af!important; border: 1px solid #edc9af!important;
	/*border : same color as background-color, so invisible*/
	/*border : same width as in input.GapBox--enter*/
	border-bottom: 3px solid #701c1c!important;
}

.text_div .cloze_text, input.GapBox, .GapSpanCorrection, .GapSpanMissed, .incorrectAnswer {
	font-family: 'newspaperStyle', "fallback-inter"!important; font-size: 16pt!important; line-height: 1.65!important;
	
	overflow-wrap: break-word;
  word-wrap: break-word;
	
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	
	-webkit-hyphenate-limit-before: 3; /* For Safari */
  -webkit-hyphenate-limit-after: 2; /* For Safari */
  -ms-hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-chars: 6 3 2;
	
	-webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;   
  -webkit-hyphenate-limit-zone: 8%;
	hyphenate-limit-lines: 2;   
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
	
	-ms-word-break: normal;
  word-break:normal;
	white-space: normal;
}
/* for practice mode */
input.GapBox--drop--correct{ 
	color: white; background-color:green!important;
	border: none!important;
} 
/* for practice mode */
input.GapBox--drop--incorrect{ 
	color: white; background-color:red!important;
	border: none!important;
}

.textL {
	padding: 10px 100px!important;
}
.textR {
		padding: 10px 100px!important;
}
.textLR {
	padding: 10px 100px!important;
}

.imageR {
	display:block; float:right;
	height:auto; max-width:25%;
	margin: 0; padding: 0 0 0 10px;
}
.imageL {
	display:block; float:left;
	height:auto; max-width:35%;
	margin: 0; padding: 0 10px 0 0;
}
.imageR_mob, .imageL_mob {
	display:none;
}

.clue {
	font-family: 'Blinker'; font-size: 18pt; font-weight:bold;
	color:black!important; background-color:#ccff00!important;
}
.clue:hover {
	color:black!important; background-color:yellow!important;
}



/*ShowHideItems o*/
.ShowHideItems {
	display: flex; flex-direction: row;
	justify-content: center; align-content: center; align-items: center;
	margin:15px auto;
}
.toggle-radio {
	display:block; vertical-align:middle;
}
.toggle-radio > input[type='radio'] {display:none;}
.toggle-radio > input[disabled] + label {
	font-weight:bold;
	background-color:LIME; color:black;
}
.toggle-radio > input[disabled] + label:hover {cursor:default;}
.toggle-radio > input + label {display:flex; margin-bottom:0; padding:5px 10px; cursor:pointer; align-items:center;}

.toggle-radio > input:checked + label {transition:background 500ms linear;}

.toggle-radio > input + label:before {display:none;}
.toggle-radio > input + label {
	display:inline-block; float:left;
	background-color:white;
	border:2px solid rgba(0, 0, 0, 0.25); border-width:2px;
	font-family: 'Blinker'; font-size: 15pt; font-weight: normal; line-height: 1.5;
	padding:6px 18px;
}
.toggle-radio > input:checked + label {
	background-color:darkblue; color:white;
}
.toggle-radio > label:hover {
	background-color:yellow; color:black;
}

.toggle-radio > input:first-of-type + label	{
	/*border-bottom-width:2px; border-right-width:2px;*/
	border-radius:4px 0 0 4px;
	border-right:none!important;
}
.toggle-radio > input:last-of-type + label {
	/*border-bottom-width:2px; border-right-width:2px;*/
	border-radius:0 4px 4px 0; border-left:none!important;
}
.toggle-radio[data-style='rounded'] > input:first-of-type + label {border-radius:500px 0 0 500px;}
.toggle-radio[data-style='rounded'] > input:last-of-type + label {border-radius:0 500px 500px 0;}

/*ShowHideItems x*/


@media screen and (max-width: 980px) {
.textL {
	padding: 10px 60px!important;
}
.textR {
	padding: 10px 60px!important;
}
.textLR {
	padding: 10px 60px!important;
}
.imageR {
	height:auto; max-width:50%;
	margin: 0; padding: 0 0 0 10px;
}
.imageL {
	height:auto; max-width:35%;
	margin: 0; padding: 0 10px 0 0;
}
}

@media screen and (max-width: 690px) {
.ExerciseTitle {
	font-size: 17pt!important; line-height: 1.25!important;
}
.text_div {
	flex-wrap: wrap!important;
}
.text_div .cloze_text, input.GapBox, .GapSpanCorrection, .GapSpanMissed, .incorrectAnswer {
	font-family: 'newspaperStyle', "fallback-inter"!important; font-size: 15pt!important; line-height: 1.55!important;
}
.clue {
	font-size: 16pt;
}
.textL {
		padding: 5px 20px!important;
}
.textR {
		padding: 5px 20px!important;
}
.textLR {
		padding: 5px 20px!important;
}
.imageR, .imageL {
	display:none; float:none;
}
.imageR_mob, .imageL_mob {
	display:block;
	max-width:90%; height:auto;
	margin: 15px auto 0px; padding:0!important;
}

}


