@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//e-akademija.lt/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//e-akademija.lt/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(45,0,0);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1440px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "montserrat";
	src: url("//e-akademija.lt/wp-content/uploads/2025/03/Montserrat-Regular.woff2") format("woff2"), 
url("//e-akademija.lt/wp-content/uploads/2025/03/Montserrat-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.redText {
	color:#FF4539;
}

.dateArtimiausi {
	color: #ffffff;
	font-size: 26px;
	line-height:30px;
}

/* Default truncation for long descriptions */
.descArtimiausi {
	color: #2B2A29;
	font-size:16px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* Adjust line height as needed */
    max-height: 3em; /* Two lines: line-height * 2 */
}

/* For short descriptions, allow natural height */
.descArtimiausi.short-desc {
    max-height: none; /* Remove truncation for short descriptions */
    display: block; /* Use normal flow */
		font-size:16px;
}

/* "Plačiau" link styling */
.descArtimiausi .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white; /* Ensure the link is legible */
    padding-left: 5px;
    color: #2D4D9A; /* Customize link color */
    font-weight: 600;
    text-decoration: none;
}

/* Hover effect for "Plačiau" */
.descArtimiausi .read-more:hover {
    text-decoration: underline;
}

/* Prevent overlap of "Plačiau" with text in long descriptions */
.descArtimiausi:not(.short-desc) {
    margin-right: 20px; /* Leave space for the "plačiau" link */
}

.short-desc a {
right:auto !important;
}

.descAtsiliepimai {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.read-more {
    color: blue;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px;
}

.page-title-default {
	display:none !important;
}

.placiauButton {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-width: 300px; /* Adjust based on layout */
    line-height: 1.5em;
    height: 3em; /* Ensures exactly two lines */
    cursor: pointer;
}

.expandText {
    color: #2D4D9A;
    font-weight: 500;
    cursor: pointer;
}

.bluePlus {
	color:#2D4D9A;
	font-weight:600;
}

/* Change color of parent menu item if any child submenu item is active */
.menu-item-has-children > .elementor-item.has-submenu:has(+ .sub-menu .elementor-item-active) {
    color: #FF4539 !important;
}

#tutor-registration-wrap .tutor-btn-primary, .tutor-forgot-password-form .tutor-btn-primary, #tutor-login-form .tutor-btn-primary {
 background-color: #2D4D9A !important;
	color: #ffffff !important;
	border-radius:25px !important;
}

#tutor-registration-wrap .tutor-btn-primary:hover, .tutor-forgot-password-form .tutor-btn-primary:hover, #tutor-login-form .tutor-btn-primary:hover {
 background-color: #FF4539 !important;
}

#post-62898 div div div .tutor-fs-5 {
 color: #FF4539 !important;
	display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
	font-weight:bold !important;
}

.paslaugosForma select, .paslaugosForma textarea, .paslaugosForma input{
	background-color:#ffffff;
	border-radius:0px;
	border:1px solid #ffffff !important;
}


.paslaugosForma .frm_submit button {
	border-radius: 25px !important;
	color:#ffffff !important;
	background-color:#2d4d9a !important;
	padding:25px 15px 25px 15x !important;
	width:1\200px !important;
}

.paslaugosForma .frm_submit button:hover {
	background-color:#FF4539 !important;
}

#field_ob8d4_label .frm_required {
	display:none !important;
}

.lektorSmall {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important; /* Limits the text to 3 lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important; /* Adds "..." when text is truncated */
}

.frm-edit-page-btn {
	border-radius: 25px !important;
	color:#ffffff !important;
	background-color:#2d4d9a !important;
	padding:25px 15px 25px 15x !important;
}

.frm-edit-page-btn:hover {
	background-color:#FF4539 !important;
}

/*.tutor-dashboard-content-inner .tutor-card{
    display: none !important;
}*/

#tutor-dashboard-footer-mobile{
    display: none !important;
}

.buyCourse button {
 color: #ffffff !important;
	background-color: #2D4D9A !important;
	border: 1px solid #ffffff !important;
	border-radius: 5px !important;
}


.buyCourse button:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.buyCourse {
	border: 1px solid #ffffff !important;
		border-radius: 5px !important;
}

.krepselioPsl button, .krepselioPsl .wc-proceed-to-checkout a {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border: 1px solid #ffffff !important;
}


.krepselioPsl button:hover, .krepselioPsl .wc-proceed-to-checkout a:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.cart-content-wrapper>.cart_totals .cart-totals-inner {
    border: 3px solid #2D4D9A !important;
	border-radius: 10px !important;
}

.redaguotiButt {
 	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border: 1px solid #ffffff !important;
	border-radius: 25px !important;
	padding: 10px 30px;
	margin-left: -20px;

}

.neraPaslaugu .frm_no_entries{
	padding: 100px 0px;
}

.order-actions-button {
	display:none !important;
}

.frm_error {
	color:red !important;
	font-weight: 600 !important;
}

.paslauguLogin div div div .tutor-fs-5 {
	color: #FF4539 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-weight: bold !important;
}

.boldPunktai li::marker {
	color: #2D4D9A !important;
	font-weight:600 !important;
}
.siteheader {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  z-index: 999;
}

.siteheader.scrolled {
  position: fixed;
	height:70px;
  opacity: 0.9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  backdrop-filter: saturate(180%) blur(10px);
}

.siteheaderMain {
  transition: all 0.3s ease;
  position: relative;
  z-index: 999;
}

.siteheaderMain.scrolled-main {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: rgba(45, 77, 154, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(10px);
	margin-top:-5px !important;
	padding-top:5px !important;
	transition: all 0.3s ease;
}

.siteheaderMain.scrolled-main a,
.siteheaderMain.scrolled-main .menu-item {
  color: white !important;
}

.siteheaderMain.scrolled-main .elementor-button-icon {
  color: white !important;
}

.siteheaderMain.scrolled-main .elementor-button-wrapper a,
.siteheaderMain.scrolled-main .menu-item {
  color: #2D4D9A !important;
}

/* Optional: transition for smooth color change */
.siteheaderMain a,
.siteheaderMain .menu-item {
  transition: color 0.3s ease;
}

.siteheaderMain.scrolled-main .skelbtiButton a{
	color: #ffffff !important;
}

.added_to_cart {
	display:none !important;
}

.ribbon-button {
  font-size: 16px;
clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
  letter-spacing: 1px;
}

.nuolaidaDi {
	text-decoration: line-through !important;
}

#field_f4wz3, #field_rg8v6 {
	text-align: left;
}

.tutor-topbar-complete-btn {
	display:none !important;
}

.jet-reviews-advanced__review-footer {
	display:none !important;
}	

.buyCourse .tutor-subscription-plan-wrapper, .buyCourse .tutor-course-subscription-plan, .buyCourse .tutor-course-subscription-plan span  {
 color: #ffffff !important;
}

.buyCourse .tutor-subscription-plans .tutor-justify-between {
	display:none !important;
}

.buyCourse .tutor-btn {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border: 1px solid #ffffff !important;
}

.buyCourse .tutor-btn:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.tutor-modal-body .tutor-py-48 #tutor-login-form .tutor-btn-ghost {
	padding: 10px 20px 10px 20px !important;
	border-radius: 25px;
}
.tutor-modal-body .tutor-py-48 #tutor-login-form .tutor-btn-link {
	padding: 10px 20px 10px 20px !important;
	border-radius: 25px;
}

.tutor-modal-content button{
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

.tutor-modal-content button:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

#tutor-subscription-cancel-plan-button {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

#tutor-subscription-cancel-plan-button:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.tutor-dashboard-content .tutor-subscription-info .tutor-border-bottom .tutor-gap-2 .tutor-btn-secondary{
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

.tutor-dashboard-content .tutor-subscription-info .tutor-border-bottom .tutor-gap-2 .tutor-btn-secondary:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

#tutor-toggle-coupon-button{
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
	padding: 5px 10px !important;
}


#tutor-toggle-coupon-button:hover{
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
	border
}

#tutor-checkout-pay-now-button, #tutor-apply-coupon-button {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

#tutor-checkout-pay-now-button:hover , #tutor-apply-coupon-button:hover{
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.tutor-order-status-wrapper .tutor-gap-2 .tutor-btn {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

.tutor-order-status-wrapper .tutor-gap-2 .tutor-btn:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.tutor-subscription-payment-history form button {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

.tutor-subscription-payment-history form button {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.subButton, #cancelSub {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}


.subButton:hover, #cancelSub:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

#place_order {
	color: #ffffff !important;
	background-color: #2D4D9A !important;
	border-radius:25px !important;
}

#place_order:hover {
	background-color: #FF4539 !important;
	border: 1px solid #FF4539 !important;
}

.buyCourse .tutor-card-body .tutor-color-black, .buyCourse .tutor-card-body .tutor-text-center {
	color: #ffffff !important;
}

.mustCheck {
    color: #E01020;
    font-size: 16px;
    line-height: 1;
}

.customSlider:hover {
  background: linear-gradient(120deg, #2D4D9A 25%, #EE4641 100%);
}

.customSlider:hover .customSliderText a span, .customSlider:hover .customSliderText a i, .customSlider:hover .customSliderText .elementor-icon-list-text, .customSlider:hover .jet-listing-not-found{
  color: #ffffff !important;
}

.customSliderTextSuper bdi, .customSliderTextSuper .elementor-shortcode {
	color: #ff4539 !important;
	font-weight:600 !important;
}

.customSlider:hover .customSliderTextSuper bdi, .customSlider:hover .customSliderTextSuper .elementor-shortcode{
	color: #ffffff !important;
}

.custom-tooltip {
    position: absolute;
    background: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
    z-index: 9999;
  }

.renginiaiCalendar .jet-calendar-week__day {
	border-radius:0px !important;
}

.renginiaiCalendar .jet-calendar-week__day-wrap {
		display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.renginiaiCalendar .jet-calendar-week__day-date {
	margin-left:20px;
}

.renginiaiCalendar .jet-calendar-caption__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.renginiaiCalendar .jet-calendar-caption__name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
}

.renginiaiCalendar .jet-calendar-nav__link.nav-link-prev,
.renginiaiCalendar .jet-calendar-nav__link.nav-link-next {
  cursor: pointer;
  width: 10px;
  height: 30px;
}

.renginiaiCalendar .jet-calendar-nav__link svg {
  width: 100%;
  height: auto;
  fill: #000; /* Change to desired icon color */
}

.renginiaiCalendar .jet-calendar-nav__link.nav-link-prev {
	margin-left:25px;
}

.renginiaiCalendar .jet-calendar-nav__link.nav-link-next {
	margin-right:25px;
}

.renginiaiCalendar {
  background-color: rgba(255, 255, 255, 0.6); /* adjust alpha as needed */
  border-radius: 0px;
	padding: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px); /* optional, if you want a frosted effect */
}

.renginiaiCalendar .jet-calendar-week__day {
	border: 3px solid #fafafa !important;
}

.renginiaiCalendar .jet-calendar-week__day {
	vertical-align: middle !important;
}

.jet-calendar-week__day-wrap,
.jet-calendar-week__day-content {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.renginiaiCalendar td.jet-calendar-week__day {
  height: 55px;          /* fixed height for all days, adjust as needed */
  width: 55px;           /* fixed width if needed */
  padding: 5px;          /* adjust to your design */
  box-sizing: border-box; /* ensure padding doesn't increase size */
  vertical-align: middle; /* center content vertically */
  position: relative;    /* for tooltip positioning */
  overflow: hidden;      /* prevent overflow */
}

button br, .button br {
	display:none !important;
}

.page-id-16 .checkout_coupon {
	display:flex !important;
}

.page-id-16 .woocommerce-form-coupon-toggle {
	display:none !important;
}

.page-id-16 .checkout_coupon {
	margin-bottom:0px !important;
	border:0px !important;
	padding: 0px !important;
}

.page-id-16 .checkout_coupon button {
	background-color: #2D4D9A !important;
}

.page-id-16 .checkout_coupon button:hover {
	background-color: #2D4D9A !important;
}


#billing_state, .wooccm-field-state {
	display:none !important;
}@media (min-width: 1025px) {
	.pgrFoto {
	transform: scale(1.05);
}

.atsiliepimaiSlides .jet-slick-dots {
	margin-top:50px;
}

.renginiaiSlides .jet-slick-dots li{
	border: 1px solid #707070;
	border-radius: 25px !important;
	z-index: 999;
}

.atsiliepimaiSlides .jet-slick-dots li{
	border: 1px solid #707070;
	border-radius: 25px !important;
	z-index: 999;

}

.bluePlus {
	font-size: 26px !important;
}

.mainList {
	height:55px !important;
}
}

@media (max-width: 576px) {
	.pgrFoto {
	transform: scale(1.2)
}

.descArtimiausi {
	color: #2B2A29;
	font-size:14px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em; 
}


.descArtimiausi.short-desc {
    max-height: none; 
    display: block;
		font-size:14px;
}

.renginiaiSlides .jet-slick-dots {
		margin-top: -30px;
}

.popMenu .elementor-icon-list-item {
		display: flex;
  	flex-direction: row-reverse;
}

.renginiaiSlides .jet-slick-dots li{
	border: 1px solid #707070;
	border-radius: 25px !important;
	z-index: 999;
}

.atsiliepimaiSlides .jet-slick-dots li{
	border: 1px solid #707070;
	border-radius: 25px !important;
	z-index: 999;

}

.organizatorius .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hideMob {
	display:none !important;
}

.page-id-16 .checkout_coupon {
	margin-bottom:25px !important;
}

}

