/*
Theme Name: iSchool Child Theme
Template: ischool
Theme URI: https://ischool.themerex.net/
Description: iSchool Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: classes, courses, e-learning, education, language center, learnpress, lessons, online education, online learning, quiz, school, studying, teaching, university
Text Domain: ischool
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

@font-face {
  font-family: 'Luzumpunkts';
  src: url('/wp-content/uploads/fonts/Luzumpunkts.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__arrow {
	margin-right: 10px;
    margin-top: -5px;
}
.mec-event-status-scheduled {
	display: none !important;
}
.mec-event-sharing-wrap li .mec-event-share-icon i {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
	font-family: var(--theme-font-p_font-family) !important;
}

.wp-polls input[type=checkbox],
.wp-polls input[type=radio]{
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--theme-color-extra_link2);
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  position: relative !important;
  margin-right: 10px !important;
  cursor: pointer;
}

.wp-polls input[type=radio] {
	border-radius: 20px;
}

.wp-polls input[type=checkbox]:before,
.wp-polls input[type=radio]:before{
  content: "";
  background-color: var(--theme-color-extra_link2);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.wp-polls input[type=checkbox]:checked:before,
.wp-polls input[type=radio]:checked:before{
  transform: translate(-50%, -50%) scale(1);
}

.wp-polls label {
  font-size: 18px;
  color: var(--theme-color-text);
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
	padding-left: 0 !important;
}
.wp-polls input[type=checkbox]:checked + label:before,
.wp-polls input[type=radio]:checked + label:before{
	display: none !important;
}
.wp-polls input[type=checkbox] + label:before,
.wp-polls input[type=radio] + label:before{
	display: none !important;
}

.wp-polls .wp-polls-ul li {
	display: flex;
	align-items: center;
}

.wp-polls .Buttons {
	border: 0 !important;
	border-color: var(--theme-color-text_link) !important;
    background-color: var(--theme-color-text_link) !important;
}

html, body {
	scroll-behavior: auto !important;
}

.sc_icons_accent2 .sc_icons_image + .sc_icons_item_details
 {
    margin-top: 0 !important;
}

.sc_icons .sc_icons_image img {
    max-width: 50%;
}

@media (max-width: 479px) {
	.top_panel.with_bg_image
	{
		min-height: 1em !important;
	}
}

.top_panel.with_bg_image:before {
    background: transparent !important;
}

.top_panel.with_bg_image:before {
    display: none !important;
}

.sc_layouts_title_title>.sc_layouts_title_caption {
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}

.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*=button]){
	text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}

.sc_layouts_title {
    opacity: 1;
    transform: translateY(0);
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease;
}

body.trx_addons_page_scrolled .sc_layouts_title {
    opacity: 0;
    transform: translateY(-25px);
    pointer-events: none;
}

body.trx_addons_page_scrolled header.top_panel .elementor-section.sc_layouts_row.sc_layouts_row_type_compact.sc_layouts_hide_on_tablet.sc_layouts_hide_on_mobile{
  background-color: #edebe7 !important;
}

header.top_panel
.elementor-section.sc_layouts_row_fixed {
    background-color: transparent !important;
}

body:has(.post_featured.with_thumb) 
.top_panel.with_bg_image.with_featured_image {
    background-image: none !important;
    background-color: transparent !important;
}

body.blog header.top_panel.top_panel_custom {
  background-image: url("/wp-content/uploads/2026/01/HEADER-01-Jaunumi.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.page_content_wrap {
    padding: 0 !important;
}

.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs){
	background: #edebe7;
}

.image-left img {
	display: block;
}

.sub-menu li a span {
  color: #000;
}

.custom-image .elementor-widget-wrap {
  padding: 0 !important;
}

.custom-poll .wp-polls{
  max-width:880px;
  margin:28px auto;
  padding:24px 22px;
  border-radius:20px;
  background:rgba(255,255,255,.75);
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.custom-poll .wp-polls h1{
  margin:0 0 18px !important;
  font-size:clamp(22px,2.2vw,32px) !important;
  line-height:1.15 !important;
  text-align:center !important;
}

.custom-poll .wp-polls-ans,
.custom-poll .wp-polls-form{
  text-align:left !important;
}

.custom-poll .wp-polls-ul{
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  display:grid !important;
  gap:12px !important;
}

.custom-poll .wp-polls-ul > li{
  text-align:left !important;
  padding:14px 16px !important;
  border-radius:14px !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08) !important;
  box-shadow:0 1px 0 rgba(0,0,0,.02) !important;
}

.custom-poll .wp-polls-ans .wp-polls-ul > li{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  position:relative !important;
}

.custom-poll .wp-polls-ans .wp-polls-ul > li small{
  display:inline !important;
  margin-left:8px !important;
  opacity:.7 !important;
  font-size:.95em !important;
  white-space:nowrap !important;
}

.custom-poll .wp-polls-ans .wp-polls-ul > li .pollbar{
  display:block !important;
  height:12px !important;
  border-radius:999px !important;
  margin-top:10px !important;
  max-width:100% !important;
  background:linear-gradient(90deg,rgba(255,94,120,.95),rgba(255,176,70,.95)) !important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08) !important;
}

.custom-poll .wp-polls-ans .wp-polls-ul > li::after{
  content:"";
  height:12px;
  border-radius:999px;
  background:rgba(0,0,0,.06);
  margin-top:-12px;
}

.custom-poll .wp-polls-ul > li strong,
.custom-poll .wp-polls-ul > li strong i{
  font-style:normal !important;
  font-weight:800 !important;
}

.custom-poll .wp-polls-ul > li:has(strong){
  border-color:rgba(255,94,120,.45) !important;
  box-shadow:0 8px 20px rgba(255,94,120,.12) !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  cursor:pointer !important;
  text-align:left !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li *{
  text-align:left !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li label{
  margin:0 !important;
  padding:0 !important;
  font-weight:700 !important;
  cursor:pointer !important;
  display:inline-block !important;
  line-height:1.25 !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="radio"],
.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
  margin:0 !important;
  padding:0 !important;
  border:2px solid rgba(0,0,0,.28) !important;
  background:rgba(255,255,255,.95) !important;
  display:inline-grid !important;
  place-content:center !important;
  cursor:pointer !important;
  transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="checkbox"]{
  border-radius:7px !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="radio"]{
  border-radius:999px !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="checkbox"]::after{
  content:"";
  width:10px;
  height:6px;
  border-left:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:rotate(-45deg) scale(0);
  transition:transform .12s ease;
  margin-top:-1px;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="radio"]::after{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#fff;
  transform:scale(0);
  transition:transform .12s ease;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input:checked{
  background:rgba(255,94,120,.95) !important;
  border-color:rgba(255,94,120,.95) !important;
  box-shadow:0 8px 18px rgba(255,94,120,.22) !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input:checked::after{
  transform:rotate(-45deg) scale(1);
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input[type="radio"]:checked::after{
  transform:scale(1);
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input:hover{
  border-color:rgba(255,94,120,.55) !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li input:focus-visible{
  outline:none !important;
  box-shadow:0 0 0 4px rgba(255,94,120,.18) !important;
}

.custom-poll .wp-polls form.wp-polls-form ul.wp-polls-ul > li:hover{
  border-color:rgba(255,94,120,.25) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.06) !important;
}

.custom-poll input.Buttons[type="button"]{
  margin-top:18px !important;
  padding:12px 32px !important;
  border-radius:999px !important;
  border:none !important;
  background:rgba(255,94,120,.95) !important;
  color:#fff !important;
  font-weight:800 !important;
  letter-spacing:.6px !important;
  cursor:pointer !important;
  box-shadow:0 10px 24px rgba(255,94,120,.25) !important;
}

.custom-poll input.Buttons[type="button"]:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(255,94,120,.3);
}

.custom-poll .wp-polls a{
  font-weight:700 !important;
  text-decoration:none !important;
  opacity:.85 !important;
}

.custom-poll .wp-polls a:hover{
  text-decoration:underline !important;
  opacity:1 !important;
}

.custom-poll .wp-polls-ans > p,
.custom-poll .wp-polls-form > p{
  margin-top:16px !important;
}

.custom-poll .wp-polls-loading{
  text-align:center !important;
  opacity:.7 !important;
  margin-top:10px !important;
}

@media (max-width:560px){
  .custom-poll .wp-polls{
    padding:18px 14px !important;
    border-radius:16px !important;
  }
  .custom-poll .wp-polls-ans .wp-polls-ul > li small{
    white-space:normal !important;
    display:block !important;
    margin-left:0 !important;
    margin-top:6px !important;
  }
}

form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__rendered {
	font-family: var(--theme-font-h1_font-family);
}
#elementor-panel-state-loading {
	display: none !important;
}

.trx_addons_scroll_to_top.show {
    bottom: 10em;
	right: 27px;
}

.sc_layouts_row_fixed_on .paslept {
	height: 0;
	overflow: hidden;
	transition: height .3s ease;
}

header * {
	transition: all .3s ease;
}