body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
* > p:first-child {
margin-top: 0;
}
* > p:last-child {
margin-bottom: 0;
} .alignleft {
float: left;
margin: 0 20px 10px 0;
}
.alignright {
float: right;
margin: 0 0 10px 20px;
}
.aligncenter {
margin: 0 auto 10px auto;
display: block;
}
.position-cover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.bg-cover {
background: center no-repeat;
background-size: cover;
}
.bg-contain {
background: center no-repeat;
background-size: contain;
}
.h-100vh {
height: 100vh;
}
.mh-100vh {
min-height: 100vh !important;
}
.mh-100vh.first,
.mh-100vh.first {
min-height: calc(100vh - 90px) !important; }
body.admin-bar .mh-100vh.first,
body.admin-bar .mh-100vh.first {
min-height: calc(100vh - 90px - 32px) !important; }
.mh-100vh.first.last {
min-height: calc(100vh - 181px) !important; }
body.admin-bar .mh-100vh.first.last {
min-height: calc(100vh - 181px - 32px) !important; }
.mw-150px {
max-width: 150px;
}
.font-playfair {
font-family: 'Playfair Display', serif;
}
.text-1,
.text-36 {
font-size: 36px;
}
.text-30,
.text-and-image-block h2 {
font-size: 30px;
}
.text-2,
.text-22 {
font-size: 22px;
}
.text-3,
.text-18 {
font-size: 18px;
}
.text-14 {
font-size: 14px;
}
.text-24 {
font-size: 24px;
}
.text-48 {
font-size: 48px;
}
.text-80 {
font-size: 80px;
}
@media(min-width: 769px) {
.text-md-36 {
font-size: 36px;
}
.text-md-30 {
font-size: 30px;
}
.text-md-22 {
font-size: 22px;
}
.text-md-18 {
font-size: 18px;
}
.text-md-14 {
font-size: 14px;
}
.text-md-24 {
font-size: 24px;
}
.text-md-48 {
font-size: 48px;
}
.text-md-80 {
font-size: 80px;
}
}
.text-underline {
text-decoration: underline;
}
.post-content a {
text-decoration: underline;
}
.text-and-image-block h2,
.post-text h2 {
font-size: 30px;
font-family: Playfair;
}
blockquote {
margin-left: 10%;
font-size: 22px;
margin-top: 40px;
margin-bottom: 40px;
padding-left: 20px;
font-family: "Playfair Display";
line-height: 1.6;
position: relative;
}
blockquote:before {
content: '';
position: absolute;
left: 0;
height: 100%;
border-left: 2px solid #C9C9C9;
}
.cursor-pointer {
cursor: pointer;
} .fixed-aspect-ratio-image {
display: block !important;
padding-top: 100%;
background: center no-repeat;
background-size: cover;
}
.fixed-aspect-ratio-image.r-60 {
padding-top: 60%;
}
.fixed-aspect-ratio-image.r-75 {
padding-top: 75%;
}
.fixed-aspect-ratio-image.r-67 {
padding-top: 67%;
}
.object-fit-cover {
object-fit: cover;
}
.object-fit-contain {
object-fit: contain;
}
.accessible-hidden {
display: inline;
width: 0;
height: 0;
font-size: 0;
overflow: hidden;
padding: 0;
margin: 0;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0 solid transparent;
}
.line-height-small {
line-height: 1.15;
}
.line-height-normal {
line-height: 1.5;
}
.line-height-big {
line-height: 1.7;
}
.font-weight-medium {
font-weight: 600;
}
.font-heading {
font-family: 'Playfair Display', serif;
}
.z-index-1 {
z-index: 1;
} main {
min-height: calc(100vh - 180px);
}
body.admin-bar main {
min-height: calc(100vh - 90px - 32px);
} #go-to-top {
position: fixed;
width: 64px;
right: 20px;
bottom: 20px;
opacity: 0;
max-width: 0;
transition: opacity .5s, max-width .0s .5s;
z-index: 3;
}
#go-to-top.visible {
opacity: 1;
max-width: 64px;
transition: opacity .5s, max-width .0s;
} #header > .container {
height: 90px;
}
.header-logo img {
width: 54px;
height: 54px;
object-fit: contain;
} .primary-menu,
.primary-menu ul,
.secondary-menu,
.secondary-menu ul,
.side-menu,
.side-menu ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
@media(min-width: 768px) {
.primary-menu {
display: flex;
flex-wrap: wrap;
}
.primary-menu li {
margin-right: 30px;
}
.primary-menu .sub-menu {
display: none;
}
.primary-menu a,
.primary-menu a:hover {
text-decoration: none;
}
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li.current-menu-item > a {
position: relative;
}
.primary-menu > li.current-menu-ancestor > a:after,
.primary-menu > li.current-menu-item > a:after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
border-bottom: 1px solid #f45243;
}
.secondary-menu li {
margin-left: 20px;
}
.side-menu > li,
.side-menu .sub-menu {
display: none;
}
.side-menu > li.current-menu-item,
.side-menu > li.current-menu-ancestor,
.side-menu li.current-menu-item > .sub-menu,
.side-menu li.current-menu-ancestor > .sub-menu {
display: block;
}
.side-menu .sub-menu {
list-style: none;
}
.side-menu .sub-menu li {
margin-top: 10px;
margin-bottom: 20px;
}
.side-menu > li > a {
display: none;
}
.side-menu .sub-menu .sub-menu {
padding-left: 20px;
margin-top: 20px;
}
}
@media (max-width: 767px) {
#menu-button {
width: 20px;
height: 15px;
}
#menu-button > div {
width: 100%;
height: 3px;
background-color: black;
margin-top: 3px;
transition: transform 0.3s;
}
#menu-button > div:first-child {
margin-top: 0;
}
#menu-checkbox:checked ~ #menu-button > div:nth-child(1) {
-moz-transform: translateX(0px) translateY(6px) rotate(45deg);
-webkit-transform: translateX(0px) translateY(6px) rotate(45deg);
-o-transform: translateX(0px) translateY(6px) rotate(45deg);
-ms-transform: translateX(0px) translateY(6px) rotate(45deg);
transform: translate(0,6px) rotate(45deg);
}
#menu-checkbox:checked ~ #menu-button > div:nth-child(2) {
-moz-transform: scale(0,0);
-webkit-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
}
#menu-checkbox:checked ~ #menu-button > div:nth-child(3) {
-moz-transform: translateX(0px) translateY(-6px) rotate(-45deg);
-webkit-transform: translateX(0px) translateY(-6px) rotate(-45deg);
-o-transform: translateX(0px) translateY(-6px) rotate(-45deg);
-ms-transform: translateX(0px) translateY(-6px) rotate(-45deg);
transform: translate(0,-6px) rotate(-45deg);
}
#main-navigation-container {
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 0;
overflow: hidden;
color: white;
background-color: #e84b37;
-webkit-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
-moz-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
-ms-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
transition: max-height .3s cubic-bezier(0, 1, 0, 1);
z-index: 100;
}
#menu-checkbox:checked ~ #main-navigation-container {
max-height: 3000px;
-webkit-transition: max-height .3s cubic-bezier(1, 0, 1, 0);
-moz-transition: max-height .3s cubic-bezier(1, 0, 1, 0);
-ms-transition: max-height .3s cubic-bezier(1, 0, 1, 0);
transition: max-height .3s cubic-bezier(1, 0, 1, 0);
}
.primary-menu .sub-menu-checkbox,
.primary-menu .sub-menu-checkbox + label {
display: none;
outline: none;
}
.primary-menu .menu-item-has-children {
position: relative;
}
.primary-menu .menu-item-has-children > .sub-menu-checkbox,
.primary-menu .menu-item-has-children > .sub-menu-checkbox + label {
display: block;
position: absolute;
top: 0;
right: 0;
width: 12px;
height: 12px;
padding: 0;
margin: 0;
background-color: transparent;
border: 0 solid transparent;
-ms-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.primary-menu .menu-item-has-children > .sub-menu-checkbox + label {
pointer-events: none;
}
.primary-menu .menu-item-has-children > .sub-menu-checkbox + label:before,
.primary-menu .menu-item-has-children > .sub-menu-checkbox + label:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 8px;
height: 2px;
background-color: white;
transform: translate(-50%, -50%);
transition: transform 0.3s;
}
.primary-menu .menu-item-has-children > .sub-menu-checkbox + label:after {
transform: translate(-50%, -50%) rotate(90deg);
}
.primary-menu .menu-item-has-children > .sub-menu-checkbox:checked + label:after {
transform: translate(-50%, -50%);
}
.primary-menu .sub-menu {
padding-left: 20px;
overflow: hidden;
max-height: 0;
-webkit-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
-moz-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
-ms-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
transition: max-height .3s cubic-bezier(0, 1, 0, 1);
}
.primary-menu .menu-item-has-children > .sub-menu-checkbox:checked ~ .sub-menu {
max-height: 3000px;
-webkit-transition: max-height .3s cubic-bezier(1, 0, 1, 0);
-moz-transition: max-height .3s cubic-bezier(1, 0, 1, 0);
-ms-transition: max-height .3s cubic-bezier(1, 0, 1, 0);
transition: max-height .3s cubic-bezier(1, 0, 1, 0);
}
.primary-menu li {
margin: 20px 0;
}
.secondary-menu li {
margin-right: 10px;
}
} .front-page-top {
min-height: calc(100vh - 90px);
}
body.admin-bar .front-page-top {
min-height: calc(100vh - 90px - 32px);
}
.top-video-container {
overflow: hidden;
}
.top-video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
z-index: -1;
}
.social-icon-small {
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.social-icon-small.facebook {
background-image: url(//www.ishavsmuseet.no/wp-content/themes/ishavsmuseet/images/facebook-small.png);
}
.social-icon-small.instagram {
background-image: url(//www.ishavsmuseet.no/wp-content/themes/ishavsmuseet/images/instagram-small.png);
}
.social-icon-small.twitter {
background-image: url(//www.ishavsmuseet.no/wp-content/themes/ishavsmuseet/images/twitter-small.png);
} #cff-no-id {
display: none;
}
body.logged-in #cff-no-id {
display: block;
margin: 40px auto;
}
.wp-embedded-content {
display: none;
}
.scroll-down-link {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 1000px;
}
.scroll-down-link:before,
.scroll-down-link:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.scroll-down-link:before {
border-left: 2px solid white;
height: 19px;
}
.scroll-down-link:after {
width: 10px;
height: 10px;
border-left: 2px solid white;
border-bottom: 2px solid white;
transform: translate(-50%, calc(-50% + 5px)) rotate(-45deg);
}
.slick-track,
.slick-list {
height: 100%;
} #searchField {
width: 100%;
padding: 0 40px;
height: 40px;
border: 1px solid #9f9f9f;
}
#digi-museum-form-div {
position: relative;
}
#digi-museum-form-div:before, #digi-museum-form-div:after {
content: "";
position: absolute;
top: 50%;
left: 20px;
pointer-events: none;
}
#digi-museum-form-div:before {
width: 8px;
border-top: 2px solid #9f9f9f;
transform: translate(calc(4px - 50%), calc(4px - 50%)) rotate(45deg);
}
#digi-museum-form-div:after {
width: 12px;
height: 12px;
border: 2px solid #9f9f9f;
transform: translate(calc(-50% - 3px), calc(-50% - 3px));
border-radius: 50%;
} #map {
height: 400px;
width: 100%;
} .prev-link,
.next-link {
overflow: hidden;
}
.prev-link {
padding-left: 24px;
}
.next-link {
padding-right: 24px;
}
.prev-link > a,
.next-link > a,
.prev-link > span,
.next-link > span {
position: relative;
display: inline-block;
width: 116px;
line-height: 48px;
padding: 0 30px;
color: white;
text-decoration: none;
border-width: 0;
border-style: solid;
}
.prev-link > a,
.prev-link > span {
text-align: right;
}
.prev-link > a:before,
.next-link > a:after,
.prev-link > span:before,
.next-link > span:after {
content: "";
position: absolute;
top: 0;
height: 100%;
width: 24px;
border-width: 24px;
border-style: solid;
border-color: transparent;
}
.prev-link > a:before,
.prev-link > span:before {
right: 100%;
border-right-color: inherit;
border-left-width: 0;
}
.next-link > a:after,
.next-link > span:after {
left: 100%;
border-left-color: inherit;
border-right-width: 0;
}
.prev-link > span,
.next-link > span {
opacity: 0.7;
}
.prev-link > a,
.next-link > a,
.prev-link > span,
.next-link > span {
background-color: #f45243;
border-color: #f45243;
}
.prev-link > a:hover,
.next-link > a:hover {
background-color: #f12613;
border-color: #f12613;
}
@media (max-width: 767px) {
.prev-link {
padding-left: 16px;
}
.next-link {
padding-right: 16px;
}
.prev-link > a,
.next-link > a,
.prev-link > span,
.next-link > span {
width: 78px;
line-height: 32px;
padding: 0 10px;
}
.prev-link > a,
.prev-link > span {
text-align: right;
}
.prev-link > a:before,
.next-link > a:after,
.prev-link > span:before,
.next-link > span:after {
width: 16px;
border-width: 16px;
}
} .fotorama__caption {
text-align: center;
} .contacts-google-map {
height: 450px;
background: #cfcfd1;
}
.wp-caption-text {
font-family: 'Playfair Display', serif;
font-style: italic;
} .text-2-lines-only {
line-height: 21px;
height: 42px;
overflow: hidden;
}
.text-4-lines-only {
line-height: 21px;
height: 84px;
overflow: hidden;
}
.text-4-lines-only.line-height-27 {
line-height: 27px;
height: 108px;
}
.text-2-lines-only.line-height-27 {
line-height: 27px;
height: 54px;
}
.line-height-27 {
line-height: 27px;
} .woocommerce-Price-currencySymbol {
text-transform: capitalize;
margin-right: 5px;
} .mini-cart {
background: #949599;
color: white;
}
.woocommerce-mini-cart__message .cart-items-count {
background-image: url(//www.ishavsmuseet.no/wp-content/themes/ishavsmuseet/images/basket_full.jpg);
background-repeat: no-repeat;
background-position: center left;
}
.woocommerce-mini-cart__message .cart-items-count.cart-empty {
background-image: url(//www.ishavsmuseet.no/wp-content/themes/ishavsmuseet/images/basket_empty.jpg);
} .single-product-price-wrapper {
margin-top: 15px;
}
.single-product-price-wrapper .quantity {
display: none !important;
}
.single-product-price-wrapper > .price { margin-bottom: 0;
width: 100%;
}
.single-product-price-wrapper > .cart { margin-left: 15px;
width: 100%;
}
.single-product-price-wrapper > .cart.variations_form {
margin-left: 0;
}
.woocommerce .single-product-price-wrapper > * > span,
.woocommerce .single-product-price-wrapper .price,
.woocommerce .single-product-price-wrapper > * > button.single_add_to_cart_button,
.woocommerce .single-product-price-wrapper .single_variation_wrap button {
display: block;
text-align: center;
background: #9F9F9F;
color: white;
line-height: 45px;
border-radius: 0;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
padding: 0 10px;
width: 100%; }
.woocommerce .single-product-price-wrapper > * > span {
display: flex;
justify-content: center;
align-items: center;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .single-product-price-wrapper > * > button.single_add_to_cart_button,
.woocommerce .single-product-price-wrapper .single_variation_wrap button,
.woocommerce button.button.alt.disabled {
background: #F45343;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .single-product-price-wrapper > * > button.single_add_to_cart_button:hover {
background-color: #e12210;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
top: 0;
right: 3px;
}
.woocommerce-shipping-destination {
display: none;
}
p.stock {
display: none;
}
a.reset_variations {
display: none !important;
} .variations {
margin-bottom: 10px;
}
.variations .value select {
width: 100%;
}  .woocommerce.archive .product .product-buttons a,
.woocommerce.archive .product .add_to_cart_button {
display: block;
font-size: 14px;
font-weight: normal;
line-height: 32px;
text-transform: uppercase;
text-align: center;
background-color: #949599;
color: white;
margin-top: 10px;
padding: 0 10px;
border-radius: 0;
}
.woocommerce.archive .product .product-buttons a:only-child {
margin-right: 0;
}
.woocommerce.archive .product .product-buttons a.add_to_cart_button,
.woocommerce.archive .product .product-buttons a.add_to_cart_button:hover {
background-color: #F45343;
color: white;
}
.woocommerce.archive .product .product-buttons a.added_to_cart {
display: none;
}
.woocommerce-loop-product__title {
font-size: 16px;
font-weight: bold;
margin-bottom: 0;
margin-top: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
font-size: 16px;
color: inherit;
}
.woocommerce.archive .product a:hover {
text-decoration: none;
}
.woocommerce a.added_to_cart {
display: none;
}
.product-buttons {
display: flex;
}
.woocommerce.archive .product .product-buttons a.add_to_cart_button {
padding-left: 20px;
padding-right: 20px;
}
.product-buttons > a:first-child {
flex-grow: 100;
margin-right: 20px;
}
.woocommerce.archive .product  {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.woocommerce.archive .product img {
height: 314px;
width: 100%;
object-fit: cover;
}
.woocommerce div.product form.cart {
margin-bottom: 0;
} .woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
display: block;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
margin-left: -10px;
margin-right: -10px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: unset;
} .woocommerce a.remove,
.woocommerce a.remove:hover {
display: block;
font-size: 0;
height: 1.5rem;
width: 1.5rem !important;
padding: 0;
color: transparent;
background-color: transparent;
background-image: url(//www.ishavsmuseet.no/wp-content/themes/ishavsmuseet/images/cart-remove-item.svg);
background-repeat: no-repeat;
background-position: center;
} .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
padding: 9px 12px;
line-height: 1.5em;
border-radius: 5px;
border-width: 1px;
}
.cart-subtotal .woocommerce-Price-amount.amount {
font-weight: normal;
} #shipping_method label {
font-size: 0px;
}
#shipping_method label > * {
font-size: 14px;
}
.woocommerce ul#shipping_method .amount {
font-weight: normal;
}
.tax_label,
.includes_tax {
display: none;
} .woocommerce ul.order_details {
padding-left: 0;
margin-bottom: 0;
}
.woocommerce ul.order_details li {
margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details address {
border-bottom-width: 1px;
border-right-width: 1px;
padding: 9px 15px;
line-height: 2;
} #comments {
margin-top: 40px;
}
.navigation:after {
content: '';
display: table;
clear: both;
}
.commentlist {
padding-left: 0;
}
.commentlist,
.children {
list-style: none;
}
.comment {
}
.comment-body {
margin-bottom: 20px;
}
footer.comment-meta {}
.comment-metadata {}
.comment-content {}
.reply {}
.comment-form-comment label {
display: block;
}
.comment-form-comment textarea {
width: 100%;
height: 50px;
} .top-image {
min-height: 691px;
}
.top-image:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #2C2C2C;
opacity: 0.4;
}
@media (max-width: 767px) {
.top-image {
min-height: 350px;
}
} body .mejs-container .mejs-controls {
padding-left: 50px;
background: url(//www.ishavsmuseet.no/wp-content/uploads/2020/05/ishavsmuseet_aarvak___logo.png) no-repeat black;
background-size: 20px 20px;
background-position: 20px 10px;
} sup {
font-size: 60%;
} @media screen and (max-width: 667px) {
main.quiz > div {
align-items: flex-start !important;
padding-top: 50px !important;
}
}
.quiz-question {
max-width: 700px;
} .quiz-answer-option-button.btn.disabled,
.quiz-answer-option-button.btn:disabled {
opacity: 1;
}
.quiz-response a {
color: inherit;
text-decoration: underline;
}
.quiz-explanation {
max-height: 0;
overflow: hidden;
transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}
.quiz-explanation.visible {
max-height: 1000px;
transition: max-height 1s cubic-bezier(1, 0, 1, 0);
}
.quiz-answer-option-button {
border: 1px solid #BEBEBE;
}
.quiz-answer-option-button.btn-outline-success {
border-color: #28a745;
box-shadow: 0 0 10px rgb(4 163 16 / 41%);
}
.quiz-answer-option-button.btn-outline-danger {
border-color: #f45243;
box-shadow: 0 0 10px rgb(232 74 56 / 40%);
}
.quiz-answer-option-button:hover {
background: #eeeeee;
}
.quiz-answer-option-button.btn-outline-danger span,
.quiz-answer-option-button.btn-outline-success span {
position: relative;
border-color: inherit;
}
.quiz-answer-option-button.btn-outline-success span:before {
content: "";
position: absolute;
top: 7px;
right: calc(100% + 5px);
width: 16px;
height: 8px;
border: 0 solid transparent;
border-color: inherit;
border-bottom-width: 2px;
border-left-width: 2px;
transform: translate(0, -50%) rotate(-45deg);
}
.quiz-answer-option-button.btn-outline-danger span:before,
.quiz-answer-option-button.btn-outline-danger span:after {
content: "";
position: absolute;
top: 50%;
right: calc(100% + 5px);
width: 20px;
border: 0 solid transparent;
border-color: inherit;
border-bottom-width: 2px;
transform: rotate(-45deg);
}
.quiz-answer-option-button.btn-outline-danger span:after {
transform: rotate(45deg);
} .quiz-video .wp-video > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
}
.quiz-video .wp-video video {
width: 100% !important;
height: 100% !important;
} .vertical-fade-slider .slider-images {
position: sticky;
position: -webkit-sticky;
top: 0;
height: 100vh;
}
.vertical-fade-slider .slider-texts {
margin-top: -40vh;
padding-bottom: 60vh;
z-index: 1000;
}
.vertical-fade-slider .slider-image {
transition: opacity 0.5s;
opacity: 0;
}
.vertical-fade-slider .slider-image.visible {
opacity: 1;
} .wp-video {
height: 100% !important;
max-height: 100%;
}
.lSSlideOuter .lSPager.lSGallery {
margin-top: 30px !important;
margin-left: auto !important;
margin-right: auto !important;
} .goToPrevSlide,
.goToNextSlide {
position: absolute;
top: 50%;
width: 12px;
height: 24px;
cursor: pointer;
}
.goToPrevSlide {
left: -40px;
}
.goToNextSlide {
right: -40px;
}
@media(max-width: 1100px) {
.goToPrevSlide {
left: 0px;
}
.goToNextSlide {
right: 0px;
}
}
.goToPrevSlide:before,
.goToNextSlide:before,
.goToPrevSlide:after,
.goToNextSlide:after {
content: "";
position: absolute;
left: 50%;
width: 17px;
height: 3px;
background: #3E3E3E;
}
.goToPrevSlide:before,
.goToNextSlide:before {
top: 5px;
}
.goToPrevSlide:after,
.goToNextSlide:after {
bottom: 5px;
}
.goToPrevSlide:before,
.goToNextSlide:after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.goToNextSlide:before,
.goToPrevSlide:after {
transform: translate(-50%, -50%) rotate(45deg);
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 0 !important;
} .source-search-field {
border-radius: 5px;
border: 1px solid #BEBEBE;
}
.source-search-button {
position: absolute;
right: 26px;
top: 25px;
}
.source-search-button + .source-search-button {
right: 66px;
} #search-bar-checkbox:not(:checked) + #search-bar {
display: none;
} .navigation.pagination {
width: 100%;
text-align: center;
}
.nav-links {
width: 100%;
}
.page-numbers.current {
color: #f45243;
background: white;
}
.page-numbers.current:hover {
color: #f45243;
}
.page-numbers {
color: white;
padding: 5px 10px;
background: #f45243;
border: 1px solid #f45243;
}
.page-numbers:hover {
color: white;
}
body #cff.cff-masonry .cff-item.cff-box {
margin: 30px 0 0 0;
padding: 0 10px;
}
body #cff.cff-masonry .cff-item {
margin: 0 10px;
padding-top: 30px !important;
}
#sb_instagram .sbi_info p {
text-align: left;
padding: 10px 0;
}
#sb_instagram #sbi_images .sbi_item {
margin-top: 30px !important;
}
body .tiktok-feed-item__wrap{
border-radius: 0;
margin-top: 30px;
}
#cff .cff-html5-video,
#cff .cff-photo {
aspect-ratio: 1 / 1;
}
#cff .cff-photo img,
#cff .cff-poster {
width: 100%;
height: 100%;
object-fit: cover;
}
#cff .cff-posts-wrap {
display: flex;
flex-wrap: wrap;
}
#cff .cff-item {
width: 100% !important;
padding: 10px;
padding-top: 30px !important;
}
@media screen and  (min-width: 480px) {
#cff .cff-item {
width: 50% !important;
padding: 30px 10px 0 10px !important;
}
}
@media screen and (min-width: 769px) {
#cff .cff-item {
width: 33.3333% !important;
}
} .gtranslate_wrapper {
margin: 0 10px;
}
.gt-current-lang {
display: none;
} body {
--bs-cookie-primary: #ffffff;
--bs-cookie-secondary: #f45243;
}
body #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
background-color: var(--bs-cookie-secondary);
border-color: var(--bs-cookie-secondary);
color: var(--bs-cookie-primary);
}
body #CybotCookiebotDialogBodyFieldsetInnerContainer .CybotCookiebotDialogBodyLevelButtonLabel strong:hover {
color: var(--bs-cookie-secondary) !important;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
border-color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
border-bottom: 2px solid var(--bs-cookie-secondary);
color: var(--bs-cookie-secondary);
}
body #CookiebotWidget .CookiebotWidget-logo svg circle {
fill: var(--bs-cookie-secondary);
}
body #CookiebotWidget .CookiebotWidget-logo svg path {
fill: #fff;
}
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
fill: var(--bs-cookie-secondary);
}
body #CookiebotWidget .CookiebotWidget-consent-details button {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
color: var(--bs-cookie-primary);
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
body #CybotCookiebotDialogDetailBodyContentTextAbout a {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialog a:hover:after,
body #CybotCookiebotDialog a:hover:before,
body #CybotCookiebotDialog button:hover:after,
body #CybotCookiebotDialog button:hover:before {
border-color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogPoweredbyImage {
width: auto;
height: 32px;
}
body #CybotCookiebotDialogPoweredbyImage[src^="https://"] {
display: block !important;
}
body #CybotCookiebotDialogPoweredbyCybot {
display: none;
}