/* 
Theme Name: NY Child 2
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: nychild2
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*CUSTOM ICONS -------------------------------------*/
body {
  margin-top: 0;
  font-family: "Verdana", san-serif;
  font-size: 18px;
  overflow-y: hidden;
}
@font-face {
  font-family: 'nyrehz';
  src: url('https://testsite.rallyed.com/wp-content/themes/nychild2/font/nyrehz.eot?81893694');
  src: url('https://testsite.rallyed.com/wp-content/themes/nychild2/font/nyrehz.eot?81893694#iefix') format('embedded-opentype'), url('https://testsite.rallyed.com/wp-content/themes/nychild2/font/nyrehz.woff?81893694') format('woff'), url('https://testsite.rallyed.com/wp-content/themes/nychild2/font/nyrehz.ttf?81893694') format('truetype'), url('https://testsite.rallyed.com/wp-content/themes/nychild2/font/nyrehz.svg?81893694#nyrehz') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-nyrehyanswer_eliminator:before {
  content: '\e800';
}
.icon-nyrehyanswer_eliminatorh:before {
  content: '\e801';
}
.icon-nyrehyanswer_masking:before {
  content: '\e802';
}
.icon-nyrehyanswer_maskingh:before {
  content: '\e803';
}
.icon-nyrehybookmark:before {
  content: '\e804';
}
.icon-nyrehybookmarkh:before {
  content: '\e805';
}
.icon-nyrehyhighlighter:before {
  content: '\e806';
}
.icon-nyrehyline_reader:before {
  content: '\e807';
}
.icon-nyrehyline_readerh:before {
  content: '\e808';
}
.icon-nyrehyminus:before {
  content: '\e809';
}
.icon-nyrehyminush:before {
  content: '\e80a';
}
.icon-nyrehyplus:before {
  content: '\e80e';
}
.icon-nyrehyplush:before {
  content: '\e811';
}
.icon-nyrehyrefresh:before {
  content: '\e812';
}
.icon-nyrehyrefreshh:before {
  content: '\e817';
}
.icon-nyrehyright-open:before {
  content: '\e80f';
}
.icon-nyrehyleft-open:before {
  content: '\e810';
}
.icon-nyrehydictionary:before {
  content: '\e81a';
}
.icon-nyrehydictionaryh:before {
  content: '\e80c';
}
.icon-nyrehyreference_guide:before {
  content: '\e814';
}
.icon-nyrehyruler:before {
  content: '\e815';
}
.icon-nyrehyruler.h:before {
  content: '\e818';
}
.icon-nyrehycalculator:before {
  content: '\e819';
}
.icon-nyrehycalculatorh:before {
  content: '\e80b';
}
.icon-nyrehynotes:before {
  content: '\e813';
}
.icon-nyrehynotesh:before {
  content: '\e80d';
}
.icon-nyrehyprotractor:before {
  content: '\e81b';
}
.icon-nyrehyprotractorh:before {
  content: '\e816';
}
/*removing default button settings in LearnDassh*/
.wpProQuiz_content .wpProQuiz_button2, .learndash-wrapper {
  background-color: transparent !important;
}
/*reading test with two column it the line 43 is targeted to the QUIZ ID  the second line 48 is targeting the reading passager which gets it ID from the shortcode*/ 
/*#wpProQuiz_1 {
  width: 37%;
  display: block;
  float: right;
}
#wpProQuiz_2 {
  margin: 0 1em;
}*/

/*Question Buttons with the back and next are in the header of each Quizz header*/
/*.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content .elementor.elementor-12 {
  width: 57% !important;
  display: block;
  float: left;
  overflow-y: scroll;
  height: 100vh;
}
.elementor-12 {
  margin: 0 .75em;
}*/
/*SCROLLBARS -------------------------------------*/
/* width */ ::-webkit-scrollbar {
  width: 10px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*READING PARAGRAPH NUMBERS -------------------------------------*/
/*.ld-tabs-content p:before {
    counter-increment: para;
    content: counter(para);
    margin-right: 5em;
}
.section_1,.section_2,.section_3,.section_4,.section_5,.section_6,.section_7{
	counter-reset: para;  
}*/
/*QUIZ QUESTION ANSWERS  -------------------------------------*/
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
  border-radius: 0 !important;
  margin: 0 !important;
  position: relative;
  padding-left: 5em !important;
  height: auto !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  display: flex;
  width: 95% !important;
  padding: .95em;
  border-radius: 0;
  border: 2px transparent solid;
  margin-bottom: 10px;
  line-height: 1.5 !important;
}
.wpProQuiz_questionListItem label:hover {
  border: 2pt solid #58c6fa;
}
.wpProQuiz_questionListItem label:focus {
  border: 2pt solid #58c6fa;
}
.wpProQuiz_questionListItem label input.wpProQuiz_questionInput {
  display: none;
}
.wpProQuiz_questionListItem label span.circled {
  display: inline-flex;
  border: 1px solid #000 !important;
  width: 2em;
  height: 2em;
  position: absolute;
  overflow: hidden;
  line-height: 1.5 !important;
  text-align: center;
  font-size: 1.25em;
  left: 1em;
  color: black;
  cursor: pointer;
  -webkit-align-items: center;
  -webkit-flex-shrink: 0;
  -webkit-justify-content: center;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 50%;
}
.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList span.circled {
  margin-right: 10px;
}
.wpProQuiz_questionListItem label input:checked + span.circled {
  background-color: #3a6db0;
}
.wpProQuiz_questionListItem label input + span.circled:hover {
  border: 1px black solid !important;
  background-color: #3a6db0;
}
.wpProQuiz_questionListItem label input + span.circled:focus {
  border: 1px black solid !important;
  background-color: #3a6db0;
}
.wpProQuiz_questionListItem label input + span.circled {
  background-color: white;
}
span.fraction_1 {
  width: 18px;
  margin: 0 5px;
}
span.fraction_1 img {
  vertical-align: middle !important;
  width: 18px !important;
  float: none;
  padding: 0;
  margin: 0;
}
.alignleft {
  float: none;
  vertical-align: middle;
}
.qmark {
  border-bottom: 2px solid black;
}
span.italic_font {
  font-style: italic;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
span.superscript_font {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: super;
}
span.subscript_font {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: sub;
}
.boldital {
  font-weight: bold;
  font-style: italic;
}
/*hidden question for the part a b c expression editors */
.hiddenq {
  display: none;
}
/*QUESTION REVIEW SECTION WITH POPUP -------------------------------------*/
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion {
  background-color: transparent;
}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li {
  height: 84px;
  width: 84px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  font-size: 28px;
  font-weight: bold;
  background-color: #ffe080;
  border: 2px black solid;
  border-radius: none !important;
  position: relative !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview {
  background-color: #ffe080;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:after {
  font-family: 'nyrehz';
  content: '\e805';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -5px
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionTarget, .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target {
  background-color: #ffe080;
  color: #000;
  outline: none;
}
.wpProQuiz_reviewQuestionSolved {
  background-color: white !important;
  color: black !important
}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion {
  overflow: visible;
}
.learndash-wrapper .wpProQuiz_content #quest_rev .wpProQuiz_button2.review_but {
  display: none !important;
}
.learndash-wrapper .wpProQuiz_content #quest_rev .wpProQuiz_button2.summary_but {
  color: #444;
  border-radius: 0;
  font-size: 18px;
  background-color: #A2D8FD;
}
.learndash-wrapper .wpProQuiz_content #review_but .wpProQuiz_button2.summary_but {
  display: none !important;
}
/* REVIEW POPUP AND OVERLAY---------------------------------------------------------------------------------------*/
#overlay_pop {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 100;
}
.wpProQuiz_content .wpProQuiz_reviewDiv#quest_rev {
  position: absolute;
  top: 65%;
  left: 50%;
  background: transparent;
  width: 720px;
  height: 1000px;
  transform: translate(-50%, -50%);
  z-index: 200;
  border: none;
}
.inner-content {
  display: block;
  background-color: white;
  position: relative !important;
  height: 800px;
  padding: 2em;
  overflow-y: scroll;
}
#popup_r_close {
  position: absolute;
  z-index: 9999;
  top: -20px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #A2D8FD;
  border-radius: 999px;
  cursor: pointer;
}
#popup_r_close:before {
  content: "X";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* DIRECTIONS POPUP AND OVERLAY---------------------------------------------------------------------------------------*/

/*HEADER SECTION----------------------------------------*/
#review_but2.wpProQuiz_button2 {
  color: #444 !important;
  border-radius: 0;
  font-size: 16px;
  background-color: #A2D8FD !important;
  border: none;
  font-weight: bold;
}
.backbut, .nextbut {
  font-size: 16px;
  background-color: transparent !important;
  border: none;
  font-weight: bold;
  border-radius: 0;
  width: 45px;
  position: relative !important;
  height:35px;
}
.backbut{margin-left:10px;}
.elementor-icon-wrapper.but_next, .elementor-icon-wrapper.but_back {
  display: inline-flex;
  position: relative;
}
.elementor-icon-wrapper.but_next .elementor-icon, .elementor-icon-wrapper.but_back .elementor-icon {
  display: flex;
  position: absolute;
  flex-direction: row;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #A2D8FD;
  width: 45px;
  height: 40px;
}
.elementor-icon .iconnyrehy.icon-nyrehyright-open:before {
  font-family: 'nyrehz';
  top: 10px;
  left: 20px;
  font-size: 20px;
  color: #444 !important;
}
.elementor-icon .iconnyrehy.icon-nyrehyleft-open:before {
  font-family: 'nyrehz';
  top: 10px;
  left: 20px;
  font-size: 20px;
  color: #444 !important;
}
/*FOOTER AREA----------------------------------------------------------------------------------------*/
/*FOOTER--------------------*/
.learndash-wrapper #review_but.wpProQuiz_reviewDiv {
  position: fixed !important;
  bottom: -40px !important;
  left: 0;
  background: #334049;
  border-top: 1px solid #2B2B2B;
  width: 100%;
  padding: 0 1em .025em !important;
  height: 65px;
  z-index: 999;
}
.wpProQuiz_reviewButtons.ny_tools {
  display: flex;
}
/*REVIEW BUTTON--------------------*/
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.review_but {
  border-radius: 0 !important;
  width: 65px;
  position: relative !important;
  display: inline-flex !important;
  height: 60px !important;
  color: transparent;
  background-color: transparent;
  padding: 0 !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.review_but:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.review_but:hover {
  background-color: rgba(162, 216, 253, 0.1) !important;
}
.elementor-icon-wrapper.bookmark {
  height: 0px !important;
  position: relative;
  display: inline-block
}
.elementor-icon-wrapper.bookmark .elementor-icon {
  display: flex;
  position: absolute;
  flex-direction: row;
  left: 0;
  top: 0;
  z-index: -1;
}
.elementor-icon .iconnyrehy.icon-nyrehybookmark:before {
  font-family: 'nyrehz';
  color: white !important;
  font-size: 25px !important;
  top: 5px;
  left: 20px;
  transform: skew(.06rad);
  font-weight: bold;
}
.elementor-icon i.iconnyrehy.icon-nyrehybookmark:after {
  content: "bookmark";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: -5px;
  transform: skew(.24rad);
}
.sub_toolbar, .sub_toolbar2 {
  height: 60px !important;
  display: inline-block;
  position: relative !important;
  float: left;
}
#borderRight {
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
}
.btn.tool_button {
  display: inline-block;
  background-color: transparent;
  margin-right: 0;
  margin-top: .5em;
  padding: .25rem .65em;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn.tool_button2 {
  display: inline-block;
  background-color: transparent;
  margin-right: 10px;
  margin-top: .0;
  padding: .25rem .65em;
  border-radius: 0px;
  border: none !important;
  position: relative !important;
  outline: 0;
}
.btn.tool_button2:hover, .btn.tool_button2:focus {
  background-color: rgba(162, 216, 253, 0.1) !important;
  border: none !important;
  border-radius: 0;
}
.elementor-icon i.far.fa-check-circle {
  transform: skew(0rad);
}
#rzoom, #zoomi, #zoomo {
  margin-top: 0.5em;
  padding: 0 0.5rem;
  padding-top: 5px;
  border: 1px solid #fff !important;
  margin: 0 !important;
	border-radius:6px;
}
#rzoom {
  margin-right: 20px;
	height:30px
}
#zoomi {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0px;
  margin-left: 0 !important;	
	height:30px;
}
#zoomo {
border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0 !important;
	height:30px;
}
#rzoom:before {
  font-family: 'nyrehz';
  content: '\e812';
  color: rgba(255, 255, 255, .5);
  font-size: 25px;
  margin-left: 5px;
  padding: 0;
  line-height: .5;
  font-weight: 700;
	display:flex;
	justify-self:center;
}
#zoomo:before {
  font-family: 'nyrehz';
  content: '\e809';
  color: rgba(255, 255, 255, .5);
  font-size: 25px;
  margin-left: 0;
  padding: 0;
  line-height: .5;
	font-weight: normal;
	display:flex;
	justify-self:center;
}
#zoomi:before {
  font-family: 'nyrehz';
  content: '\e80e' !important;
   color: rgba(255, 255, 255, .75);
  font-size: 25px;
  margin-left: 0;
  padding: 0;
  line-height: .5;
	display:flex;
	justify-self:center;
}
#noted {
  height: 60px;
  width: 40px;
  top: -5px;
}
#noted:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e813';
  font-size: 25px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 10px;
font-weight:700;
color: rgba(255, 255, 255, .75);
}
#noted:after {
  content: "note";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px;
}
#refer {
  height: 100%;
  margin-left: 10px;
  width: 68px;
}
#refer:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e814';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 22px;
	font-weight:700;
color: rgba(255, 255, 255, .75);
	
}
#refer:after {
  content: "reference";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#hlight {
  height: 100%;
  width: 65px;
}
#hlight:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e806';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 22px;
  font-weight:700;
  color: rgba(255, 255, 255, .75);
}
#hlight:after {
  content: "highlight";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#aelimit {
  height: 100%;
  width: 120px;
}
#aelimit:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e800';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 45px;
  font-weight:700;
color: rgba(255, 255, 255, .75);
}
#aelimit:after {
  content: "answer eliminator";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#amask {
  height: 100%;
  width: 110px;
}
#amask:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e802';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 45px;
  font-weight:700;
  color: rgba(255, 255, 255, .75);
}
#amask:after {
  content: "answer masking";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#calcu0 {
  height: 100%;
  width: 70px;
}
#calcu0:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e819';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 22px;
 font-weight:700;
color: rgba(255, 255, 255, .65);
}
#calcu0:after {
  content: "calculator";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#ruler0 {
  height: 100%;
  width: 40px;
}
#ruler0:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e815';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 10px;
  font-weight:700;
	 color: rgba(255, 255, 255, .75);
}
#ruler0:after {
  content: "ruler";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#protract0 {
  height: 100%;
  width: 70px;
}
#protract0:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e81b';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 23px;
  font-weight:700;
  color: rgba(255, 255, 255, .75);
}
#protract0:after {
  content: "protractor";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}
#lreader {
  height: 100%;
  width: 75px;
}
#lreader:before {
  position: absolute;
  font-family: 'nyrehz';
  content: '\e807';
  font-size: 30px;
  padding: 0;
  line-height: .5;
  top: 10px;
  left: 23px;
  font-weight:700;
  color: rgba(255, 255, 255, .75);
}
#lreader:after {
  content: "line-reader";
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 6px
}