/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

:root {
	/* Background colors */
	--color-background: #f7f7f7;
	--color-surface: #ffffff;
	--color-primary: #c31725;


	/* Font colors */
	--color-font-base: #12100B;
	--color-on-primary: #ffffff;
	

	/* Link colors */


	/* Button colors */
}


/* TYPO AJUSTMENTS */
span.red {
	color: #C31725;
}

span.word2 span.split-word-flow {
	color: #C31725 !important;
}

.variations .label {
	text-transform: uppercase;
}

.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont, .row div[class*=col-lg-] .row-inner .align_right > .uncol > .uncoltable > .uncell > .uncont {
	text-align: left;
}



/* FOOTER */
.footerlinks p a {
	cursor: pointer;
}

.footerlinks p a:hover {
	color: #12100B !important;
}

.footerlinks ul li a:hover {
	color: #12100B !important;
}



/* FRONTPAGE */
.frontpagelist .t-entry-inline-price {
	padding-top: 15px;
}

.frontpagelist h3.t-entry-title.h5 a {
	color: #12100B !important;
}

.listtext h3.t-entry-title.h6 a {
	color: #12100B !important;
}

@media only screen and (max-width: 569px) {
	.wc-distant-filter form {
	gap: 18px;
	-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
}

.wc-distant-filter form .custom_select .select-items {
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.wc-distant-filter form .custom_select .select-selected.select-default {
	margin-top: 9px;
}

.wc-distant-filter form .arrow-element {
	position: relative;
	bottom: -39px;
}

.wc-distant-filter form .arrow-element::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	border-color: transparent #000 #000 transparent;
	border-color: transparent #fff #fff transparent;
	-webkit-transform: translateY(-75%) rotate(45deg);
			transform: translateY(-75%) rotate(45deg);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	z-index: 20;
}

.wc-distant-filter form .arrow-element.open::after {
	border-color: transparent #000 #000 transparent;
	-webkit-transform: translateY(-25%) rotate(-135deg);
			transform: translateY(-25%) rotate(-135deg);
}

.wc-distant-filter form .arrow-element.selected::after {
	border-color: transparent #000 #000 transparent;
}

.wc-distant-filter form button {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.wc-distant-filter #dateFromToRange {
	position: relative;
	z-index: 10;
}

.wc-distant-filter #dateFromToRange.open {
	background-color: #fff;
	background-image: none !important;
	border: none;
}

.wc-distant-filter #dateFromToRange.open::-webkit-input-placeholder {
	color: #44423d;
	opacity: 0.5;
}

.wc-distant-filter #dateFromToRange.open:-ms-input-placeholder {
	color: #44423d;
	opacity: 0.5;
}

.wc-distant-filter #dateFromToRange.open::-ms-input-placeholder {
	color: #44423d;
	opacity: 0.5;
}

.wc-distant-filter #dateFromToRange.open::placeholder {
	color: #44423d;
	opacity: 0.5;
}



/* DATEPICKER */
.daterangepicker {
	font-family: ff-meta-web-pro, sans-serif !important;
}

.daterangepicker .drp-buttons .btn {
	background-color: #C31725;
	color: #fff;
}



/* BEROCKET FILTERS */

.irs--flat .irs-bar{
	background-color: #C31725;
}

.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before{
	border-top-color: #C31725;
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to{
	background-color: #C31725;
	padding: 2px 5px;
	font-family: ff-meta-web-pro, sans-serif;
	font-size: 11px;
}

.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply .bapf_button{
	font-family: ff-meta-web-pro, sans-serif;
	letter-spacing: 0.1em;
}



.select2-hidden-accessible {
	background-image: none !important;
	visibility: hidden;
}

.select2-container {
	/* height: 50px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}

.select2-container--default .select2-selection--single {
	height: 50px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #f1f1f1;
	border-radius: 3px;
	color: #c31725;
}

.select2-selection.select2-selection--multiple .select2-search__field {
	width: 100% !important;
}

.select2-container input {
	font-family: ff-meta-web-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-left: 22px !important;
}

/* Multiselect styling */
.select2-selection.select2-selection--multiple {
	border: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 0;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
}



/* Multiselect choice styling*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 0.5em !important;
	margin-top: 0.3em !important;

	background-color: var(--color-primary);
	color: var(--color-on-primary);
	font-size: small;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	padding-inline: 0.3em;

	font-size: 1.5em;
	line-height: 1;
	vertical-align: top;
	color: var(--color-on-primary);
}



/* Multiselect dropdown */
.select2-results__options[aria-multiselectable="true"] li {
	position: relative;
	padding-left: 2em;
}
.select2-results__options[aria-multiselectable="true"] li.select2-results__option::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.5em;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);

	background: var(--color-background);
	border: 1px solid;
	border-radius: 0.15em;
}

.select2-results__options[aria-multiselectable="true"] li[aria-selected="true"]::after {
	content: '';
	position: absolute;
	top: calc(50% - 0.15em);
	left: 0.68em;
	width: 0.3em;
	height: 0.6em;
	transform: translateY(-50%);
	rotate: 38deg;
	
	border-bottom: 2px solid;
	border-right: 2px solid;
}



.bapf_date_all .bapf_date_from input[type="text"], 
.bapf_date_all .bapf_date_to input[type="text"] {
	padding: 11px !important;
}

.bapf_date_all .bapf_date_from input[type="text"]:focus, 
.bapf_date_all .bapf_date_to input[type="text"]:focus {
	border-color: #eaeaea;
}

.bapf_datepick .bapf_head {
	margin-bottom: 4px;
}

.bapfdpapcss .ui-widget {
	font-family: ff-meta-web-pro, sans-serif;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-title {
	color: #c31725;
}

.bapfdpapcss .ui-button.ui-state-active:hover,
.bapfdpapcss .ui-button:active,
.bapfdpapcss .ui-state-active,
.bapfdpapcss .ui-widget-content .ui-state-active,
.bapfdpapcss .ui-widget-header .ui-state-active,
a.bapfdpapcss .ui-button:active {
	border-color: #c31725;
	background-color: #c31725;
}

.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply {
	border-radius: 2px;
	-webkit-transform: none;
			transform: none;
	width: 100%;
}

.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply:active, 
.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply:hover {
	background-color: #c31725 !important;
	color: white !important;
}

.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply .bapf_button {
	background-color: transparent !important;
	color: white !important;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply .bapf_button:active, 
.bapf_sfilter.bapf_divi_button.btn.btn-accent.btn-custom-apply .bapf_button:hover {
	background-color: #c31725 !important;
	color: white !important;
}

.bapf_ckbox_greychck input[type="checkbox"]:checked::before {
	content: none;
}
.bapf_ckbox_greychck input[type="checkbox"]:checked::after {
	width: 6px;
	height: 11px;
	left: 6px;
	transform: rotate(40deg);
}

.irs--bapf-flat .irs-bar {
	background-color: #c31725;
}

.irs--bapf-flat .irs-handle > i:first-child {
	background-color: #c31725;
}

.irs--bapf-flat .irs-from, 
.irs--bapf-flat .irs-single, 
.irs--bapf-flat .irs-to {
	background-color: #c31725;
}

.bapf_date_all .bapf_date_from, 
.bapf_date_all .bapf_date_to {
	width: 100%;
}

.bapf_date_all .bapf_date_from input[type="text"], 
.bapf_date_all .bapf_date_to input[type="text"] {
	width: 100%;
}

.irs--bapf-flat .irs-from::before, 
.irs--bapf-flat .irs-single::before, 
.irs--bapf-flat .irs-to::before {
	border-top-color: #c31725;
}

.irs--flat .irs-handle {
	cursor: grab;
}




/* arctic-excursions-public.css | https://coldtrips.com/wp-content/plugins/arctic-excursions/public/css/arctic-excursions-public.css?ver=1.1.0 */
/* MOBILE */
@media only screen and (max-width: 569px) {
	.producttextmobile .product {
	padding-top: 36px !important;
	}
}

.breadcrumb ol.breadcrumb {
	text-align: left;
}

.mobile-menu-button {
	padding: 0 16px;
}

.menu-container .logo-container {
	padding: 27px 16px 27px 16px !important;
}

.mobile-menu-button-light .lines, 
.mobile-menu-button-light .lines:before, 
.mobile-menu-button-light .lines:after, 
.mobile-menu-button-light .lines > span {
	background: #c31725;
}

/* SHOP */
.tmb .t-entry-text .t-entry {
	text-align: left;
}
.tmb .t-entry-text .t-entry-title a {
	font-size: 20px;
}
.tmb .t-entry-text .t-entry-title a.t-entry-title-subtitle:hover,
.tmb .t-entry-text .t-entry-title a.t-entry-title-subtitle {
	margin-top: 4px;
	font-size: 14px;
	display: block;
	color: #12100B;
}

.tmb .t-entry-visual :is(img, .t-entry-visual-overlay, .t-background-cover, .fluid-object) {
	border-radius: 8px !important;
	overflow: hidden;
}

#frontbox .tmb .t-entry-visual img, 
.tmb .t-entry-visual .t-background-cover, 
.tmb .t-entry-visual .fluid-object{
	border-radius: 8px 8px 0px 0px !important;
}

.tmb-light.tmb-color-addcart, 
.tmb-light.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a{
	background-color: #ffffff;
	opacity: 0.7;
}

.tmb-light.tmb-color-overlay-text, 
.tmb-light.tmb .t-entry-visual *:not(.add_to_cart_text):not(.view-cart), 
.tmb-light.tmb .t-entry-visual a:not(.add_to_cart_text):not(.view-cart), 
.tmb-light.tmb .t-entry-visual .t-entry-title a:not(.add_to_cart_text):not(.view-cart), 
.tmb-light.tmb .t-entry-visual .t-entry-meta span:not(.add_to_cart_text):not(.view-cart){
	color: #262729;
}



/* CART */
td.product-name a {
	color: #12100b;
}

span.woocommerce-Price-amount bdi {
	color: #C31725 !important;
	font-size: 16px;
}

.woocommerce-billing-fields h3 {
	color: #12100b !important;
}

.woocommerce-additional-fields h3 {
	color: #12100b !important;
}

.woocommerce-shipping-fields h3 {
	color: #12100b !important;
}

h3#order_review_heading {
	color: #12100b !important;
}

.woocommerce-terms-and-conditions-wrapper input#terms {
	border-color: #c31725;
}



/* TICKET FORM */
.wc-box-office-ticket-form a:link,
.wc-box-office-ticket-form a:hover {
	color: white !important;
}



/* EXCURSION */
.vc_custom_heading_wrap h1 {
	font-size: 50px;
}
.woocommerce .page-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.woocommerce .page-wrapper .dummy {
	padding-top: 55% !important;
}



/* NAVIGATION */
.cart-icon-container .fa.fa-bag::before {
	font-size: 20px !important;
}

span.wpml-ls-display{
	margin-top: -3px;
}

@media (max-width: 959px){
		span.wpml-ls-display{
			margin-top: 0px;
	}
}

/*# sourceMappingURL=styling.css.map */