/*
Theme Name: Taksinto
Template: pro
Author: Clockwork
Author URI: https://clockwork.dk
Version: 42
*/
html {
	overflow-y: scroll;
}
body, p {
	line-height: 1.3em;
}
h2, h3 {
	line-height: 1.2em !important;
}
.x-text h2 {
	font-size: 2em;
	color: #625da9;
	margin-bottom: 0.5em;
}
a, header .x-navbar .desktop .x-nav > li > a, ul.flexlist li, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}
.x-text a:not(.x-btn):not(.videolink), .x-block-grid a, footer li > a {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	text-decoration: none !important;
	border-bottom: 1px solid #221d5a;
	padding-top: .05rem !important;
	background: linear-gradient(to bottom, #f26441 0, #f26441 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0 0;
	padding: 0 2px;
}
.x-text a:not(.x-btn):not(.videolink):hover, .x-block-grid a:hover, footer li > a:hover {
	color: #fff;
	background-size: 1rem 3rem;
	border-bottom: 1px solid #f26441;
}
.x-text a.stlthlnk {
	color: inherit !important;
	border: 0 !important;
	text-decoration: none !important;
}
.x-navbar .desktop .x-nav .x-menu-item-search a:hover {
	background-color: transparent;
	box-shadow: none !important;
}
.filmtip {
	position: relative;
	top: -20%;
	padding: 0 20px;
	z-index: -1;
}
li.current-menu-item .x-anchor-text-primary {
	color: #f26441 !important;
}

.x-menu .paegru ul.sub-menu {
	width: 250px;
}

.x-btn, .button, [type="submit"] {
	text-shadow: none !important;
	padding: 0.9em 2em !important;
	min-width: 160px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}
.x-btn:hover, .button:hover {
	background-color: #faab4b !important;
	color: #000 !important;
}
.x-btn.purple, .button.purple {
	color: #625da9;
	border-color: #fff;
}
.x-btn.green, .button.green {
	color: #00a651;
	border-color: #fff;
}
.x-btn.blue, .button.blue {
	color: #0095da;
	border-color: #fff;
}
.x-btn.red, .button.red {
	color: #f26441;
	border-color: #fff;
}
.book .x-btn {
	background-color: #fff;
}



.udsagn {
	font-style: italic !important;
	padding-right: 120px;
	padding-left: 140px;
	text-align: center;
	position: relative;
}
.udsagn:before, .udsagn:after {
	content: '';
	display: block;
	position: absolute;
	font-family: Montserrat, sans-serif;
	font-size: 220px;
	line-height: 0.85em;
	font-weight: bold;
	color: #c7e7f6;
}
.udsagn:before {
	content: '“';
	top: 0;
	left: 0;
}
.udsagn:after {
	content: '”';
	bottom: -100px;
	right: 0;
}
.udsagnkilde {
	text-align: right;
}

.wpbc_calendar_wraper > div:nth-of-type(2) {
	display: none;
}

@media only screen and (min-width: 768px) {
	.overlaybox .x-text {
		position: absolute;
		transform: translateY(calc(-100% - 10px));
	}
}
@media only screen and (max-width: 768px) {
	.udsagn {
		padding-right: 100px;
		padding-left: 120px;
	}
	.udsagn:before, .udsagn:after {
		font-size: 180px;
	}
	.udsagn:after {
		bottom: -90px;
	}
	.filmtip {
		top: -10%;
	}

	.padthis {
		padding: 0;
	}
	.bluebox {
		margin: 0 0 2em 0 !important;
		padding: 20px 15px 1em 20px !important;
	}

	.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice, .woocommerce-error, .woocommerce-info, .woocommerce-message {
		font-size: 18px !important;
	}
	label, .cf7ic_instructions {
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 640px) {
	.udsagn {
		padding-right: 0;
		padding-left: 0;
	}
	.udsagn:before, .udsagn:after {
		z-index: -1;
	}

}


@media only screen and (max-width: 979px) {
	ul.flexlist {
		column-gap: 0;
		row-gap: 30px;
	}
	ul.flexlist li {
		width: 100%;
	}
	.padthis {
		padding: 0 50px;
	}
	.bluebox {
		margin: 0 50px 2em 50px;
		padding: 40px 30px 2em 40px;
	}
	.bluebox ul li::before {
		margin-top: 0;
	}
	.hero .x-bg video.x-mejs {
		width: 100% !important;
		height: 100% !important;
	}
}



a.videolink {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}



.widget ul, .widget ol {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
.widget ul li a, .widget ol li a {
	border-bottom: none;
}





header ul.x-menu-first-level > li > a > .x-anchor-content:after {
	position: absolute;
	content: '|';
	right: -1px;
	font-weight: bold;
	top: 14px;
	color: #828282;
}
header ul.x-menu-first-level > li:last-child > a > .x-anchor-content:after {
	content: '';
}


.Carousel__CarouselArrowControlContainer-sc-f2ox7y-8, .ArrowControl__ArrowControlContainer-sc-ps7sz3-0 {
	width: 40px !important;
	height: 40px !important;
	box-shadow: none !important;
}
.ArrowControl__ArrowControlContainer-sc-ps7sz3-0 .Icon__IconContainer-sc-11wrh3u-0, .drhwhJ img, .drhwhJ svg {
	width: 20px !important;
	height: 20px !important;
}
.ldZdCm, .iqPsnt {
	top: 110% !important;
}
	
	
	

footer a {
	color: #fff;
	border-bottom: 0 !important;
}
footer {
	margin-top: -1px;
}


ul.flexlist {
	list-style: none;
	position: relative;
	display: flex;
	align-items: stretch; /* Ensure all items are of equal height */
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 2.5%;
	row-gap: 30px;
	margin-top: 10px;
}
ul.flexlist li {
	width: 31.66%;
	position: relative;
	text-align: center;
	background: #faab4b;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: flex; /* Added to ensure equal height */
	flex-direction: column; /* Ensures content is vertically aligned */
	justify-content: center; /* Centers the content */
}
ul.flexlist li a {
	font-size: 24px;
	display: block;
	padding: 22px .3em;
	color: #fff;
	line-height: 1.2em;
	font-weight: 500;
	flex-grow: 1; /* Ensures the a tag takes all the space available */
	display: flex; /* Added to center text inside */
	align-items: center; /* Vertically center the text */
	justify-content: center; /* Horizontally center the text */
}
ul.flexlist li:hover {
	background: #625da9;
}
.logolike {
	font-weight: 600;
	color: #f26441;
}
.logolike span:nth-child(1) {
	color: #625da9;
}
.logolike span:nth-child(2) {
	color: #f26441;
	font-size: 160%;
	font-weight: 300;
}

.x-text strong.logolike {
	color: #625da9;
}
.x-text strong.logolike span:nth-child(1) {
	color: #f26441;
	font-size: 160%;
	font-weight: 300;
}


.wpcf7-form .wpcf7-submit {
	float: right;
	cursor: pointer;
}
.x-btn.wide {
	padding-right: 3em !important;
	padding-left: 3em !important;
}
.orangebox .x-text strong {
	color: #000;
}


.x-text strong {
	font-weight: 500;
}
.x-text ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}
.x-text ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.x-text ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: 5px;
}
.x-text.red ul li::before {
	background-color: #f26441;
}

ul.purpledot li::before {
	background-color: #625da9;
	
}

.x-text ol li {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.x-text ol li:before, .x-text ol::marker {
	font-weight: 500;
}
.x-text ul.boxlist {
	margin-top: -1em;
}
.x-text ul.boxlist li {
	margin-bottom: 0;
	line-height: 1.3em;
}
.x-text ul.boxlist li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 6px;
}
.x-text ul.checklist li {
	padding-left: 27px;
}
.x-text ul.checklist li::before {
	content: '✔';
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 0;
}





a.x-img.vp-a img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a.x-img.vp-a::after, a.videolink::after {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	opacity: 1;
	left: calc(50% - 60px);
	top: calc(50% - 60px);
	transition: all 0.2s;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E") no-repeat;
	background-position: center center;
	background-size: contain;
}
a.videolink.blue::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c7e7f6' d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E") no-repeat;
a.x-img.vp-a.red::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f26441' d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E") no-repeat;
}
a.x-img.vp-a:hover::after, a.videolink:hover::after {
	/*font-size: 100px;*/
	width: 160px;
	height: 160px;
	left: calc(50% - 80px);
	top: calc(50% - 80px);
	opacity: 1;
}
.YouTubePopUp-Close {
	left: inherit;
	right: -36px;
}
.YouTubePopUp-Close:before {
	content: '';
	display: block;
	width: 20px;
	height: 27px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23fff' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E") no-repeat;
}






.captcha-image .cf7ic_instructions span {
	color: #000 !important;
	display: block;
	line-height: 1.4em;
}
.captcha-image label > input:checked + svg, .captcha-image label>input:focus+svg {
	border: 2px solid #625da9 !important;
}
.cf7ic-icon-wrapper svg {
	width: 38px !important;
	height: 38px !important;
}
.captcha-image {
	border: 0 !important;
	width: 100%;
}
.captcha-image label > input:checked + * {
	color: #625da9;
}
.widget {
	text-shadow: none;
}


.cookie-notice-container {
	padding: 30px;
}
#cookie-notice, #cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: inherit;
	font-size: inherit;
}
#cn-accept-cookie {
	border-color: #fff;
	background-color: #fff;
	color: #f26441;
}
#cn-accept-cookie:hover, #cn-refuse-cookie:hover {
	border-color: #625da9 !important;
	background-color: #625da9 !important;
	color: #fff !important;
}
#cn-refuse-cookie {
	border-color: #faab4b;
	background-color: #faab4b;
	color: #fff;
}

.cn-revoke-cookie {
	width: 36px;
	opacity: 0.3;
	position: absolute;
	right: 0;
	bottom: 20px;
	transition: opacity 0.3s ease;
}
.cn-revoke-cookie:hover {
	opacity: 0.7;
}
.cn-text-container {
	position: relative;
	top: 2px;
}
.cn-button {
	padding: 10px 20px !important;
	font-size: 20px !important;
}
#cn-close-notice {
	display: none;
}

.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice, .woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-width: 0;
	padding: 1em !important;
	border: 0;
	font-size: 22px !important;
	text-shadow: 0 !important;
	color: #c09853;
	background-color: #fcf8e3;
	border-radius: 4px;
	box-shadow: 0 !important;
}
label, .cf7ic_instructions {
	font-size: 22px !important;
	display: block;
	margin-bottom: 2px;
}
select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
	display: inline-block;
	height: 1.8em;
	margin-bottom: 12px;
	border: 1px solid #ddd;
	padding: 0 .65em;
	font-size: inherit;
	line-height: normal;
	color: #555;
	border-radius: 4px;
	box-shadow: none;
}
.wpcf7-textarea {
	height: 4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wpcf7-not-valid-tip {
	color: #f26441;
}
.x-off-canvas {
	overflow-y: auto !important;
}
.x-off-canvas-close-left {
	left: 600px;
}
a.someikon:hover i {
	color: #625da9 !important;
	opacity: .6;
}




@media only screen and (max-width: 1320px) {
	.YouTubePopUp-Close {
	    left: inherit;
		right: 0;
		top: -36px;
	}
}

@media only screen and (min-width: 1250px) {
	.ldZdCm {
		top: 50% !important;
		right: -60px !important;
	}
	.iqPsnt {
		top: 50% !important;
		left: -60px !important;
	}
}

