/**
 * @package Intra Vires
 * @author Design Art https://www.designart.lt
 * @copyright Copyright (c) 2010 - 2026 Intra Vires
 * @license Comercial
 */


/*** BASICS ***/
body, html {
    height: 100%;
}


/*** BOROWSER SCROLLBAR ***/
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 0px;
  border: transparent;
}

/*** HEADER ***/
header {
	width: 100%;
	position: absolute!important;
	top: 0;
	right: auto;
	left: auto;
}

/*** LIST IMAGE ***/
.checkImg ul {
  list-style: none;
}
.checkImg ul li {
	padding-left: 1.8rem;
}
.checkImg ul li::before {
  content: "";
  background-image: url(https://intravires.designart.lt/iv-stage/wp-content/uploads/check-img1.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.6rem;
	margin-left: -1.8rem;
}

/*** SEARCH POPUP ***/
.searchPopup .dialog-close-button,
.searchPopupEN .dialog-close-button {
	border-radius: 50%;
	padding: 10px;
}

/*** MANI MENU ***/
#mainMenu .sub-arrow {
	position: relative;
}
#mainMenu .menu-item-has-children .sub-arrow svg {
	position: absolute;
	transform: rotate(0deg);
	-webkit-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}
#mainMenu > .menu-item-has-children:hover .sub-arrow svg {
	transform: rotate(-90deg);
}
/** sticky **/
.she-header #mainMenu .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 0px 20px;
}
.she-header #mainMenu .elementor-nav-menu--main .elementor-nav-menu a.elementor-sub-item {
    padding: 13px 20px;
}
.she-header #mainMenu .elementor-nav-menu--main .elementor-item {
    color: #414C56;
    fill: #414C56;
}
.she-header #topIcons .elementor-icon svg path {
	fill: #414C56;
}
/** language switcher **/
#mainMenu .lang-item-first {
	margin-left: 50px;
}
#mainMenu .lang-item-first a {
	padding-right: 0px;
}
#mainMenu .current-lang a {
	color: #ec6b26!important;
}

/*** HERO ***/
#heroBox .uc_blogger_header,
#headerBox {
	position: relative;
}
#heroBox .uc_blogger_header:before,
#headerBox:before,
#eventBanner .mec-event-banner-mode-image:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(10, 38, 48, 0.5);
	pointer-events: none;
}
#heroBox .uc_container_holder {
	position: absolute;
	bottom: 12%;
	left:0;
}

/*** CONTACT FORM ***/
/** Form **/
.elementor-13 .elementor-element.elementor-element-dd27b94 .wpcf7-form-control-wrap {
    justify-content: flex-end;
}
/** Photo **/
#contactFormPhotoWrapp {
	position: relative;
}
#contactFormPhoto:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(10, 38, 48, 0.5);
	pointer-events: none;
}


/*** SERVICES ***/
.innerAnchorArrow .elementor-button-content-wrapper {
	flex-direction: row-reverse!important;
}
.innerAnchorArrow .elementor-button-icon {
	rotate: -45deg;
}
#servicesList .ue-list-item-content {
	display: flex;
	flex-direction: column;
}
#servicesList .ue-list-item-content .ue-list-item-image {
	order: 1;
}
#servicesList .ue-list-item-content .ue-list-item-title {
	order: 2;
}
#servicesList .ue-list-item-content .ue-list-item-text {
	order: 3;
}


/*** EVENTS ***/
#eventCategoryBreadcrumb .uc-breadcrumbs-list li:last-of-type,
#eventCategoryBreadcrumb .uc-breadcrumbs-list li:nth-last-of-type(2) span.uc-breadcrumb-separator {
	display: none;
}
#eventCategoryBreadcrumb .uc-breadcrumbs-list li:first-of-type {
	display: block;
}
.eventsList .mec-event-grid-classic> .row {
	display: flex;
}
.eventsList .mec-event-article {
	height: 100%;
	display: flex;
    flex-direction: column;
	position: relative;
	box-shadow: none;
}
.eventsList .event-color,
.eventsList .mec-event-category-color {
	display: none;
}
.eventsList .mec-event-image {
	height: 22rem;
}
.eventsList .mec-event-image img {
	height: 100%;
	object-fit: cover;
	transition: scale 200ms;
}
.eventsList .mec-event-article:hover .mec-event-image img {
    scale: 1.1;
}
.eventsList .mec-event-grid-classic .mec-event-content {
    padding: 0 0 5px;
    text-align: left;
}
.eventsList .mec-event-grid-classic .mec-event-date {
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0px;
    color: #414C56;
    padding: 15px 0 8px 0;
    margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
}
.eventsList .mec-start-date-label {
	display: flex;
	align-items: center;
}
.eventsList .mec-start-date-label::before {
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	content: '';
	background-image: url('/wp-content/uploads/calendar-icon.svg');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	display: inline-block;
}
.eventsList .mec-time-details {
	display: flex;
	align-items: center;
}
.eventsList .mec-time-details::before {
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	content: '';
	background-image: url('/wp-content/uploads/clock-icon.svg');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	display: inline-block;
}
.eventsList .mec-start-time {
	margin: 0 3px 0 0;
}
.eventsList .mec-end-time {
	margin: 0 0 0 3px;
}
.eventsList .mec-categories-wrapper {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
.eventsList .mec-categories-wrapper .mec-sl-folder {
	display: none;
}
.eventsList .mec-categories {
	display: flex;
	gap: 5px;
}
.eventsList .mec-categories .mec-category {
	font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    border-radius: 0px 0px 0px 0px;
	background: #414C56;
}
.eventsList ul.mec-categories li.mec-category a,
.eventsList ul.mec-categories li.mec-category a:hover {
    color: #fff;
}
.eventsList .mec-labels-normal {
	position: absolute;
	top: 19rem;
	right: 20px;
	z-index: 10;
}
.eventsList .mec-event-footer {
	min-height: 1px;
	border: none;
	display: flex;
	flex-grow: 1;
}
.eventsList .mec-event-footer .mec-booking-button {
	position: initial;
	background: none;
	height: 20px;
    align-self: flex-end;
}
.eventsList .mec-booking-button {
	display: block;
	text-transform: lowercase!important;
}
.eventsList a.mec-booking-button::first-letter {
	text-transform: uppercase!important;
}
.eventsList .mec-booking-button::after {
	width: 15px;
    height: 15px;
    margin: 0 0 0 15px;
    content: '';
    background-image: url(/wp-content/uploads/arrow-right-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
}
.mec-nextprev-wrap {
	border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 31px 0;
}
.mec-nextprev-prev-button,
.mec-nextprev-next-button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #414C56;
    font-size: 18px!important;
    text-transform: none;
    font-weight: 300!important;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
	background-color: transparent;
}
a.mec-nextprev-next-button:hover {
	color: #414C56;
}
.mec-nextprev-prev-button svg,
.mec-nextprev-next-button svg {
	stroke: #414C56;
    stroke-width: 0.7;
    width: 30px;
    height: 13px;
}
.mec-nextprev-prev-button svg path,
.mec-nextprev-next-button svg path {
	fill: #414C56;
}
.tax-mec_category .mec-total-events {
	display: none;
}
@media only screen and (min-width: 1200px) {
	.eventsList .mec-wrap .col-md-4,
	.eventsList .mec-wrap .col-sm-4 {
		padding-left: 20px;
        padding-right: 20px;
	}
}


/*** EVENT ***/
#eventHeaderCategories .mec-breadcrumbs i {
	margin: 0 17px!important;
}
#eventHeaderCategories i.mec-sl-arrow-right::before {
	content: "/"!important;
	font-size: 16px !important;
    font-weight: 900 !important;
}
#eventHeaderCategories .mec-address a:first-of-type,
#eventHeaderCategories .mec-address i:first-of-type,
#eventHeaderCategories .mec-address span.mec-current,
#eventHeaderCategories .mec-address i:last-of-type {
	display: none;
}

#headerDTwrapp dd {
	line-height: 1;
}
#headerLocation .mec-single-event-location {
	display: flex;
	flex-direction: row;
}
#headerLocation .mec-events-single-section-title,
#headerLocation .location,
#headerLocation .mec-location-description,
#headerDate .mec-holding-status {
	display: none;
}
#headerCountdown .mec-end-counts {
	padding: 15px;
	background: #AA1C1C;
}
#headerCountdown .mec-end-counts h3 {
	padding: 0;
	margin: 0;
	line-height: 1;
}
#countdown {
    display: flex;
    flex-direction: row;
}
#countdown .block-w {
	border: 1px dashed #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
	min-width: 90px;
	position: relative;
}
#countdown .block-w::before {
	content: ":";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	color: #fff;
}
#countdown .block-w:last-of-type::before {
	display: none;
}
#countdown .mec-days,
#countdown .mec-hours,
#countdown .mec-minutes,
#countdown .mec-seconds {
	color: #fff;
}
#countdown .mec-timeRefDays,
#countdown .mec-timeRefHours,
#countdown .mec-timeRefMinutes,
#countdown .mec-timeRefSeconds {
	font-size: .9rem;
	color: #c9c9c9;
}

/** Content **/
.mec-single-event-description.mec-events-content ol li,
.mec-single-event-description.mec-events-content ul li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}
.mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6 {
    font-weight: 400;
}
/* program */
.single-mec-events .mec-event-schedule {
	padding: 0px;
    background-color: transparent;
    border: none;
}
.single-mec-events h4.mec-schedule-part {
	font-family: "Roboto";
	font-size: 32px;
	color: #414C56;
	margin: 0 0 20px 0;
	padding: 0;
}
.mec-event-schedule-content {
	border: none;
}
.mec-event-schedule-content dl {
    padding-left: 0px;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #414C56;
}
.mec-event-schedule-content dl:before {
	display: none;
}
.mec-event-schedule-content dl dt {
	font-weight: 500;
}
.mec-schedule-time .mec-color {
	color: #EC6B26;
	font-weight: 500;
	font-size: 18px;
}
.mec-event-schedule-content dl dt.mec-schedule-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #414C56;
}
.mec-event-schedule-content dl dt.mec-schedule-description,
.mec-event-schedule-content dl dt,
.mec-wrap .mec-event-schedule-content h6 {
    font-size: 15px;
	color: #414C56;
    font-weight: 300;
	margin: 0 0 5px 0;
}
.mec-wrap .mec-event-schedule-content a {
    color: #414C56;
}
.mec-wrap .mec-event-schedule-content a:hover {
    color: #475355;
}

/** Speakers Box **/
#speakersBox #mec_speakers_details ul {
	display: grid;
	grid-template-columns: 31.5% 31.5% 31.5%;
	margin: 30px 0 0 0;
	gap: 25px 20px;
}
#speakersBox .mec-speaker-avatar {
	position: relative;
}
#speakersBox .mec-color-hover::before {
	content: '';
    display: block;
    width: 100%;
	background: #414C56;
	aspect-ratio: 3 / 4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#speakersBox img {
	aspect-ratio: 3 / 4;
	background-color: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: none;
    border-radius: 0;
    box-shadow: none;
}
#speakersBox .mec-speaker-avatar:hover img {
    opacity: .5;
}
#speakersBox .mec-speaker-name {
	font-weight: 400!important;
}

/** Reservation Box **/
.mec-wrap .mec-booking-progress-bar li {
	color: #414C56;
}
.mec-wrap .mec-booking-progress-bar li:before,
.mec-wrap .mec-booking-progress-bar li:after,
.mec-wrap .mec-booking-progress-bar li .progress-index {
	background: #414C56;
}
.mec-wrap .mec-booking-progress-bar li .progress-index {
	border-color: #414C56;
	color: #fff;
}
.mec-wrap .mec-booking-progress-bar li.mec-active {
    color: #ec6b26;
}
.mec-wrap .mec-booking-progress-bar li.mec-active:before,
.mec-wrap .mec-booking-progress-bar li.mec-active:after,
.mec-wrap .mec-booking-progress-bar li.mec-active .progress-index {
    background: #ec6b26;
}
.mec-wrap .mec-booking-progress-bar li.mec-active .progress-index {
    border-color: #ec6b26;
    color: #fff;
}
.mec-ticket-name-description-wrapper {
	font-size: 22px;
	font-weight: 600;
	color: #414C56;
}
.mec-ticket-name-description-wrapper .mec-event-ticket-name {
	display: block;
}
.mec-booking-form-container:has(.mec-ticket-subtotal-wrapper) .mec-ticket-price-label,
.mec-ticket-name-description-wrapper .mec-event-ticket-price {
	display: none!important;
}
.mec-booking-form-container .mec-ticket-subtotal-wrapper .mec-ticket-price-label {
	display: block!important;
	color: #414C56!important;
}
.mec-booking-form-container:has(.mec-ticket-subtotal-wrapper) .mec-ticket-name-description-wrapper h4 {
	display: block!important;
}
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-name,
.mec-ticket-name-description-wrapper h4 .mec-ticket-name,
.mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-label {
    font-size: 14px!important;
    font-weight: 300!important;
	color: #414C56!important;
}
.mec-ticket-price {
	color: #414C56!important;
}
.mec-ticket-subtotal-wrapper .mec-ticket-price {
	font-size: 22px!important;
}
.mec-single-event .mec-events-meta-group-booking .mec-book-tickets-container .mec-book-ticket-container .mec-ticket-detail {
	padding: 0!important;
	border-bottom: none!important;
}
.mec-book-tickets-reg-fields-container {
    margin-bottom: 60px!important;
}
.mec-single-event .mec-events-meta-group-booking .mec-booking-form-container>.col-md-12 {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(164,184,184, .5);
}
.mec-wrap .mec-booking .mec-book-form-btn-wrap {
	margin-top: 0px;
    padding-top: 10px;
    border-top: 1px solid rgba(164, 184, 184, .5);
}
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not( .mec-googlemap-details button ):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton) {
	box-shadow: none;
}
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not( .et-fb-button ) svg,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon {
	stroke: #414C56;
    stroke-width: 0.7;
    width: 30px;
    height: 13px;
}
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) svg path,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon {
	fill: #414C56;
}
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover {
	border: none;
}
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not( .mec-googlemap-details button ):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton) {
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
    line-height: 48px;
    font-weight: 300;
}
.elementor-1893 .elementor-element.elementor-element-74e0147 #mec-events-meta-group-booking- button#mec-book-form-btn-step-2 {
	border: 1px solid #414C56;
	border-radius: 100px;
	padding: 2px 40px 0;
}
.elementor-1893 .elementor-element.elementor-element-74e0147 #mec-events-meta-group-booking- button#mec-book-form-btn-step-2:hover {
	color: #dbe8e8!important;
	background: #414C56!important;
}
.single-mec-events .mec-booking .woocommerce-notices-wrapper .woocommerce-message {
	font-size: 18px;
	font-weight: 300;
    color: #414C56;
    background-color: transparent;
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap!important;
    flex-flow: column-reverse;
	align-content: center;
}
.woocommerce-message .button {
	color: #414C56;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
    line-height: 48px;
    font-weight: 300;
	text-transform: none;
	min-width: 1px;
	margin-top: 30px!important;
	padding: 2px 40px 0;
	align-self: center;
	border: 1px solid #414C56;
	border-radius: 100px;
    box-shadow: none;
	background-color: transparent;
}
.woocommerce-message .button:hover {
	color: #dbe8e8!important;
	background: #414C56!important;
	border: 1px solid #414C56!important;
	box-shadow: none!important;
}

/** Reservation Note **/
#registrationNote {
    display: none;
	text-align: center;
}
#registrationNote p {
	display: block;
}
#registrationNote p {
	font-size: 16px;
	margin: 0 0 25px 0;
}
#registrationNote p:first-of-type::first-line {
	font-size: 18px;
	font-weight: 600;
}
#registrationNote p:last-of-type {
	font-size: 20px;
	font-weight: 600;
}
#bookingWrapper {
	visibility: hidden;
}
#bookingWrapper:has(#bookingModule) {
	visibility: visible;
}
#bookingWrapper:has(#bookingModule) #registrationNote,
#bookingWrapper:has(#bookingModule) h3.elementor-heading-title {
    display: block!important;
}

/** Right Side **/
#sideVirtual {
	padding: 20px 30px;
	background-color: #81d742;
}
#sideVirtual dd {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff!important;
	text-align: center;
}
#levelBox .mec-event-data-field-items,
#levelBox .mec-event-data-field-item {
	margin: 0;
	padding: 0;
}
#levelBox .mec-event-data-field-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	grid-row-gap: 20px;
}
#registerButton .mec-booking-button:first-letter {
    text-transform: uppercase;
}
#registerButton .mec-booking-button:hover {
	color: #3B454B!important;
}


/*** CART ***/
#cartPage .mec-wrap {
    font-weight: 300;
    color: #414C56;
}
#cartPage .mec-cart table thead tr th {
    border-bottom: none !important;
}
#cartPage .mec-cart table tr th,
#cartPage .mec-cart table tr td {
    background-color: transparent!important;
}
#cartPage .mec-cart table tr th {
	font-size: 16px;
    font-weight: 500;
    color: #414C56;
}
#cartPage .mec-cart table tr td {
    color: #414C56;
}
#cartPage .mec-cart ul h5,
#cartPage .mec-cart ul h6 {
    color: #414C56;
}
#cartPage #mec_cart_total_payable {
	display: block;
}
#cartPage .mec-cart table #mec_cart_total_payable,
#cartPage .mec-cart table .mec-transaction-price {
	font-size: 20px!important;
    font-weight: 500;
    color: #414C56;
    fill: #414C56;
}
#cartPage #mec_cart_transactions_table tfoot th:first-of-type::before {
	content: "VISO";
	display: block;
}
#cartPage .mec-cart-checkout-button {
	text-align: right;
}
#cartPage #mec_cart_transactions_table tbody tr td {
	border-bottom: 1px solid rgba(164, 184, 184, .5)!important;
}
#cartPage .mec-cart-coupon input[type=text] {
    min-height: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #414C56;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 0;
    box-shadow: none;
    width: 330px;
	background-color: transparent;
}
#cartPage .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not( .mec-googlemap-details button ):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton) {
	color: #414C56;
    background-color: transparent;
    border-color: #414C56;
	font-size: 16px;
	line-height: 28px;
}
#cartPage .mec-wrap .button {
	font-size: 18px;
    font-weight: 400;
    color: #dbe8e8;
	text-transform: none;
    padding: 0 40px;
    background-color: #414C56;
    border: none;
	border-radius: 100px;
	line-height: 60px;
}


/*** CHECKOUT ***/
#checkoutPage .mec-wrap,
#checkoutPage .mec-wrap h3,
#checkoutPage .mec-checkout .mec-checkout-list .mec-list-items h5,
#checkoutPage .mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details {
    color: #414C56;
}
#checkoutPage .mec-checkout-footer {
    background: #DAE1E3;
    border-radius: 0px;
}
#checkoutPage .mec-checkout #mec_cart_total_payable,
#checkoutPage .mec-checkout .mec-gateway-comment {
    color: #414C56;
}
#checkoutPage .mec-checkout #mec_cart_total_payable {
	font-weight: 500;
}
#checkoutPage .mec-checkout label {
	font-size: 18px;
	font-weight: 500;
	color: #ec6b26;
}
#checkoutPage .mec-checkout-gateways-wrapper {
    max-width: 100%;
}
.bankWrapper {
	display: flex;
    flex-direction: row;
	margin-bottom: 80px;
}
.bankAccount,
.bankNote {
	width: 50%;
	font-size: 18px;
	font-weight: 300;
}
.bankAccount strong,
.bankNote strong {
	font-weight: 500;
}
#checkoutPage .mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button {
    background-color: transparent!important;
	border-color: #414C56;
	border-radius: 100px;
	font-size: 18px;
	text-transform: none;
    font-weight: 400;
	color: #414C56;
	padding: 0 40px;
	line-height: 60px;
	width: auto;
	box-shadow: none;
}
#checkoutPage .mec-book-form-pay-button {
	background-color: #414C56!important;
	border: none;
	border-radius: 100px;
	font-size: 18px;
	text-transform: none;
    font-weight: 400;
	color: #dbe8e8;
	padding: 0 40px;
	line-height: 60px;
	width: auto;
	box-shadow: none;
	right: 0;
}


/*** TEAM ***/
#memberImage::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #414C56;
	opacity: 0;
}
#teamLoopWrapp:hover #memberImage::before {
	opacity: 0.5;
}


/*** MEMBER ***/
.contactsBox .elementor-cta__content {
	display: grid;
	grid-template-columns: 70px auto;
    column-gap: 40px;
}
.contactsBox .elementor-cta__image {
	grid-row-end: span 2;
}
.contactsBox .elementor-cta__content-item:not(:last-child) {
    margin-bottom: 0px;
}
.competencesBox .elementor-cta__content {
	flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}
.competencesBox .elementor-cta__image {
	width: 30px;
    margin: 0;
    display: flex;
}
.competencesBox .elementor-cta__title {
	width: auto;
    margin: 0;
}
.competencesBox .elementor-cta__description {
	width: 100%;
    margin: 0;
}
.competencesBox ul {
	margin: 0;
}


/*** NEWS LIST ***/
#postList .ue_post_blocks_box {
    position: relative;
}
#postList .ue-grid-item-category {
    position: absolute;
    top: 20px;
    left: 20px;
}
#postList .ue_post_blocks_image,
#postList .ue_post_blocks_image img {
    height: 22rem;
}

/*** NEWS ***/
#postContent p:first-of-type {
    font-weight: 700;
}
#postContent p {
    margin: 0 0 20px;
}
#postContent p.first,
#postContent p.first strong,
#postContent p.first b {
	font-weight: 400;
}
#postContent h3,
#postContent h3 strong,
#postContent h3 b {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 300;
	margin: 25px 0 15px;
}
/** Post Navigation **/
#postNav .ae-nav-prev-next {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 31px 0;
	margin-bottom: 77px;
}
#postNav .ae-element-prev-layout-1,
#postNav .ae-element-next-layout-1 {
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
}
#postNav .ae-element-prev-layout-1 {
	padding-left: 50px;
}
#postNav .ae-element-next-layout-1 {
	padding-right: 50px;
}
#postNav .ae-element-next-layout-1 {
	flex-direction: column-reverse;
	text-align: right;
	margin-left: auto;
}
#postNav .ae-element-prev-title,
#postNav .ae-element-next-title {
  font-size: 18px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	max-width: 80%;
}
#postNav .ae-element-next-title {
  margin-left: 28%;
}
#postNav .ae-element-anchorPrevLink,
#postNav .ae-element-anchorNextLink {
    font-size: 14px;
    color: #777;
    font-weight: 300;
}
/* arrows */
#postNav .icon-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#postNav .ae-element-prev-icon {
	left: 8px;
}
#postNav .ae-element-next-icon {
	right: -6px;
}
#postNav .ae-element-next-icon.icon-wrapper i,
#postNav .ae-element-prev-icon.icon-wrapper i {
	font-size: 18px;
	color: #414C56;
}
/* dots */
#postNav .ae-element-item-separator {
	position: absolute;
	width: 18px;
	height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#postNav .ae-element-item-separator span {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 1px;
    background-color: #000;
}