/*
Theme Name: Icebreaking Theme
Theme URI: https://www.icebreaking.com/
Author: Icebreaking
Author URI: https: //www.icebreaking.com/
Template: twentytwenty
*/

/* Body */
.header-inner {
    max-width: 120rem;
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: var(--wp--style--block-gap, 30px);
    }
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: 100%;
}

[class*="__inner-container"]>.alignfull {
    max-width: 120rem;
    padding: 0;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: calc(100% - 4rem);
}

@media (min-width: 700px) {
    .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: calc(100% - 8rem);
    }
}

.post-inner {
    padding-top: 0 !important;
}

.wp-block-columns {
    margin: 0 auto !important;
}

.entry-content>.wp-block-group.alignwide.has-background,
.entry-content>.wp-block-group.alignfull.has-background,
.wp-block-group.has-background {
    padding: 6rem 2rem 5rem 2rem !important;
}

@media (min-width: 700px) {

    .entry-content>.wp-block-group.alignwide.has-background,
    .entry-content>.wp-block-group.alignfull.has-background,
    .wp-block-group.has-background {
        padding: 9rem 4rem 8rem 4rem !important;
    }
}

@media (min-width: 700px) {

    .entry-content>.alignwide:first-child,
    .entry-content>.alignfull:first-child {
        margin-bottom: 0;
    }
}

.single-post .featured-media img {
    width: 100%;
    border-radius: 0rem;
}

@media (min-width: 1200px) {
    .single-post .featured-media img {
        border-radius: 2rem;
    }
}

.archive .featured-media img, .blog .featured-media img {
    border-radius: 2rem;
}

.wp-block-image img {
    border-radius: 2rem;
}

.wp-block-image {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.wp-block-buttons {
    margin-bottom: 3rem !important;
}

.nav-links a {
    color: #0066b3;
}

iframe {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    border-radius: 1.2rem;
}

.pagination-single .styled-separator {
    display: none !important;
}

.single-post .post {
    margin-bottom: 6rem;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0;
}

.wp-block-group.has-primary-background-color strong {
	background: #000;
}

.wp-block-group.has-primary-background-color .wp-block-button__link {
	background: #fff !important;
	color: #000 !important;
}

.wp-block-group.has-primary-background-color .wp-block-button__link:after {
	color: #000 !important;
}

/* Fonts */
h1,
.heading-size-1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.9rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 1rem auto !important;
}

@media (min-width: 700px) {

    h1,
    .heading-size-1 {
        font-size: 3.4rem;
    }
}

h2,
.heading-size-2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.8rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 1rem auto !important;
}

@media (min-width: 700px) {

    h2,
    .heading-size-2 {
        font-size: 3.3rem;
    }
}

h3,
.heading-size-3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 1rem auto !important;
}

@media (min-width: 700px) {

    h3,
    .heading-size-3 {
        font-size: 2.7rem;
    }
}

h4,
.heading-size-4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 1rem auto !important;
}

@media (min-width: 700px) {

    h4,
    .heading-size-4 {
        font-size: 2.3rem;
    }
}

p {
    font-family: 'Poppins', sans-serif !important;
    color: #000000;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.6 !important;
    margin: 0 auto 3rem auto !important;
}

@media (min-width: 700px) {
    p {
        font-size: 1.7rem;
    }
}

.entry-content li {
    font-family: 'Poppins', sans-serif !important;
    color: #000000;
    font-size: 1.6rem;
	font-weight: 500;
    line-height: 1.6 !important;
    margin: 0 0 0 2rem;
}

@media (min-width: 700px) {
    .entry-content li {
        font-size: 1.7rem;
    }
}

.entry-content ul {
    margin: 0 auto 3rem auto !important;
}

.singular .intro-text {
    margin: 0;
}

.entry-content a {
    color: #0066b3;
    text-decoration: none;
}

.footer-widgets a {
    color: #000000 !important;
    text-decoration: none;
}

.footer-credits p,
.footer-credits a {
    font-weight: 400;
}

.pagination-single span {
    font-size: 1.9rem;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    color: #0066b3;
    text-decoration: none !important;
}

@media (min-width: 700px) {
    .pagination-single span {
        font-size: 2.2rem;
    }
}

.wpsbc-container .wpsbc-calendars-wrapper {
    font-family: 'Poppins', sans-serif !important;
}

/* Events */
.single-event .em-item-image,
.single-event .em-event-add-to-calendar {
    display: none !important;
}

.single-event .featured-media img {
    margin-bottom: 6rem;
}

.single-event .post-meta-wrapper {
    display: none !important;
}

.single-event .event {
    margin-bottom: 6rem;
}

.em.em-item .em-item-meta .em-item-meta-line,
.em.em-list .em-item .em-item-meta .em-item-meta-line,
.em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
    display: inline-block;
}

/* Default Header */
.section-inner.small {
    max-width: 120rem;
}

/* Cover Header */
.overlay-header #site-header {
    position: relative;
}

.screen-height {
    min-height: 70vh !important;
}

.cover-header-inner-wrapper {
    justify-content: center;
}

.cover-header-inner {
    padding: 6rem 0 6rem 0;
    width: 100%;
}

@media (min-width: 700px) {
    .cover-header-inner {
        padding: 8rem 0 8rem 0;
    }
}

.cover-header .wp-block-button__link {
    background: #fff !important;
    color: #000 !important;
    width: auto !important;
}

.cover-header .wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #000;
	padding-left: .5rem;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
	line-height: 0;
}

.cover-header .wp-block-button .wp-block-button__link:hover:after {
	transform:translateX(2px)
}

/* Cover */
.wp-block-cover h2 {
	font-size: 2.8rem !important;
}

@media (min-width: 700px) {
.wp-block-cover h2 {
	font-size: 3.3rem !important;
    }
}

.wp-block-cover .wp-block-button__link {
    background: #fff !important;
    color: #000 !important;
}

.wp-block-cover {
    margin: 0 !important;
}

.wp-block-cover .wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #000;
	padding-left: .5rem;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
	line-height: 0;
}

.wp-block-cover .wp-block-button .wp-block-button__link:hover:after {
	transform:translateX(2px)
}

/* Video Header */
.header-video {
    position: relative !important;
    margin-top: 0;
    background: transparent !important;
    display: flex;
    min-height: 70vh;
}

.header-video .entry-header {
    background: transparent !important;
    z-index: 2;
    margin: auto;
    width: 100%;
}

.header-video h1,
.header-video p {
    color: #fff;
}

.header-video a {
    color: #fff !important;
}

.header-video .featured-media {
    position: absolute;
    width: 100%;
    display: flex;
    height: auto;
    top: 0;
    bottom: 0;
}

.header-video .featured-media video {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-video .featured-media img {
    display: flex;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.header-video .featured-media-inner {
    min-width: 100% !important;
}

.header-video .featured-media:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-video .wp-block-button__link {
    background: #fff !important;
    color: #000 !important;
    width: auto !important;
}

.header-video .wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #000;
	padding-left: .5rem;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
	line-height: 0;
}

.header-video .wp-block-button .wp-block-button__link:hover:after {
	transform:translateX(2px)
}

/* Buttons */
a.button:hover,
a.button:visited {
    text-decoration: none !important;
}

.wp-block-button__link,
input[type="submit"], .bokunButton {
	font-family: 'Poppins', sans-serif !important;
	background: #000000 !important;
	color: #fff !important;
	font-size: 1.5rem;
	transition: .2s;
	padding: 1.5rem 2.5rem;
	border-radius: 3rem;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none !important;
	font-weight: 600;
}

@media (min-width: 999px) {
.wp-block-button__link,
input[type="submit"], .bokunButton {
	font-size: 1.6rem;
	}
}

.wp-block-button__link:hover,
input[type="submit"]:hover {
	opacity: 0.8 !important;
}

.wp-block-buttons.is-content-justification-center .wp-block-button {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.wp-block-button .wp-block-button__link:after {
	font-family: "Material Symbols Rounded";
	content: "\e5c8";
	color: #fff;
	padding-left: .5rem;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
	line-height: 0;
}

.wp-block-button .wp-block-button__link:hover:after {
	transform:translateX(2px)
}

.bokunButton {
	margin-bottom: 3rem !important;
}

/* Primary Menu */
.header-inner {
    display: flex;
    padding: 3rem 0;
}

.header-titles-wrapper {
    flex: 1;
    max-width: initial;
}

@media (min-width: 1000px) {
    #site-header {
        top: 0;
        z-index: 99;
        background: -webkit-radial-gradient(at bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)) !important;
        background: radial-gradient(at bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        backdrop-filter: blur(20px) !important;
    }
}

.primary-menu>li.menu-item-has-children>a {
    padding-right: 0 !important;
}

.primary-menu ul {
    background: #fff !important;
    top: calc(100% + 5rem);
    width: 25rem;
	border-radius: 1rem;
}

.primary-menu ul a {
	padding: 1rem 2rem;
}

.primary-menu ul::after {
    border-bottom-color: #fff;
}

.primary-menu .icon {
    display: none;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
    border-bottom-color: #fff !important;
}

.primary-menu a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}

.primary-menu a:hover {
    text-decoration: none;
}

body:not(.overlay-header) .primary-menu>li>a {
    color: #000 !important;
}

.sub-menu a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 500;
    letter-spacing: 0;
    color: #000 !important;
	text-align: left;
}

.primary-menu-wrapper .sub-menu {
	box-shadow: 0 1rem 4rem rgb(0 0 0 / .1);
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-parent>a {
    text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    text-decoration: none;
}

.site-title a {
    font-size: 1.5rem !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    text-decoration: none !important;
}

.site-logo img {
    max-height: 3rem;
}

@media (min-width: 1000px) {
    .site-logo img {
        max-height: 3.5rem;
    }
}

.admin-bar.overlay-header #site-header {
    top: 0;
}

.pll-parent-menu-item {
    top: 0.3rem;
}

.cb-label,
.cb-label-short,
.cb-count {
    display: none;
}

.header-basket .cb-widget-basket-display .cb-amount {
    color: #000;
}

.header-basket .cb-widget-basket-display .cb-amount:before {
	width: 27px;
	content: url("https://resources.citybreak.com/template_gen_2_temp/content/icon/basket-shopping-regular.svg");
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

.header-basket-wrapper {
	display: flex;
	padding-right: 4rem;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1000px) {
.header-basket-wrapper {
	display: flex;
	padding-right: 0;
	padding-left: 2rem;
	}
}

.header-basket-wrapper a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem !important;
    letter-spacing: 0;
	font-weight: 500;
    text-decoration: none;
}

.header-basket-wrapper ul {
    margin: 0;
}

.header-basket-wrapper li {
    list-style-type: none;
    list-style: none;
    margin: 0;
}

.pll-parent-menu-item {
	top: 0;
}

/* Secondary Menu */
.top-banner {
    text-decoration: none;
    background-color: #000;
    position: relative;
}

.top-banner a {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.5rem;
}

@media (min-width: 999px) {
    .top-banner a {
        font-size: 1.6rem;
    }
}

.top-banner ul {
    margin: 0;
    line-height: 1.3;
}

.top-banner li {
    margin: 0 auto;
    padding: 1.4rem 0 !important;
    list-style-type: none;
    list-style: none;
    width: calc(100% - 4rem);
    text-align: center;
}

@media (min-width: 700px) {
    .top-banner li {
        max-width: 120rem;
        width: calc(100% - 8rem);
        padding: 1.6rem 0 !important;
    }
}

/* Mobile Menu */
.mobile-menu {
	padding-top: 2rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    height: 2.6rem;
    width: 2.6rem;
}

.toggle-icon {
    color: #000 !important;
}

.toggle-inner {
    height: auto;
}

.toggle {
    outline: none;
}

button:focus {
    outline: 0;
}

.menu-modal nav * {
    border-color: transparent !important;
}

.modal-menu>li>a,
.modal-menu>li>.ancestor-wrapper>a {
    font-size: 1.6rem;
    padding: 1rem 0;
}

.modal-menu ul li a {
	font-size: 1.6rem;
    padding: 1rem 0;
}

.modal-menu a {
    font-family: 'Poppins', sans-serif !important;
    display: block;
    padding: 0;
    margin: 0 2rem;
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

@media (min-width: 700px) {
    .modal-menu a {
        margin: 0;
    }
}

@media ( min-width: 700px ) {
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
	padding: 0 0.5rem;
	}
}

.nav-toggle .toggle-inner {
    padding-top: 0;
}

.toggle-inner .toggle-text {
    display: none;
}

.modal-menu li.current-menu-item>.ancestor-wrapper>a {
    text-decoration: none !important;
}

button.close-nav-toggle .toggle-text {
    display: none;
}

button.close-nav-toggle {
    padding: 2rem 0 1rem 0;
    color: #000000 !important;
}

button.close-nav-toggle svg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

@media (min-width: 700px) {
    button.close-nav-toggle svg {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        height: 1.8rem;
        width: 1.8rem;
    }
}

/* Blog */
.entry-categories a {
    display: none;
}

.blog .post,
.category .post {
    display: flex;
    flex-flow: column;
    width: 100%;
    float: left;
    padding: 0 0 3rem 0 !important;
}

@media (min-width: 999px) {

    .blog .post,
    .category .post {
        width: 32%;
    }
}

.blog .post .section-inner,
.category .post .section-inner {
    width: 100%;
}

.blog .post .entry-content p,
.category .post .entry-content p {
    width: 100% !important;
}

@media (min-width: 999px) {
.category .post:nth-child(2n+2),
.blog .post:nth-child(2n+2) {
        margin: 0 2% 3rem 0;
    }
}

@media (min-width: 999px) {
.category .post:nth-child(3n),
.blog .post:nth-child(3n) {
        margin: 0 0 3rem 0;
    }
}

.blog .post-separator,
.category .post-separator {
    display: none;
}

.blog .post-meta-wrapper,
.category .post-meta-wrapper,
.post .post-meta-wrapper {
    display: none;
}

.category .archive-header {
    display: none !important;
}

.blog #site-content,
.category #site-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    width: calc(100% - 4rem) !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 700px) {

    .blog #site-content,
    .category #site-content {
        width: calc(100% - 8rem) !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.blog h2.entry-title,
.category h2.entry-title {
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.5;
}

@media (min-width: 999px) {

    .blog h2.entry-title,
    .category h2.entry-title {
        font-size: 2.2rem;
    }
}

.blog h2.entry-title a,
.category h2.entry-title a {
    color: #000 !important;
    text-decoration: none !important;
}

.blog .entry-categories,
.category .entry-categories {
    margin: 2rem 0 0 0;
}

.blog .entry-categories a,
.category .entry-categories a {
    margin: 0 1rem 1rem 0;
}

.blog .entry-categories-inner,
.category .entry-categories-inner {
    margin: 0;
    justify-content: left;
}

.blog .featured-media,
.category .featured-media {
    order: 1;
    margin-top: 0;
}

.blog .featured-media-inner,
.category .featured-media-inner {
    width: 100%;
}

.blog .post .entry-header,
.category .post .entry-header {
    order: 2;
}

.blog .post-inner,
.category .post-inner {
    order: 3;
}

.blog .tag-menneet-tapahtumat img, .category .tag-menneet-tapahtumat img {
	filter: grayscale(1);
	transition: .4s;
}

.blog .tag-menneet-tapahtumat img:hover, .category .tag-menneet-tapahtumat img:hover {
	filter: grayscale(0);
}

/* Table style */
table {
	margin: 0 0 2rem 0;
	font-weight: 500;
}

@media ( min-width: 700px ) {
table {
	font-size: 1.7rem;
	}
}

tbody tr {
    border-top: none;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
}

tbody tr:last-of-type {
    border-bottom: none !important;
}

td {
    vertical-align: top;
    padding: 1rem 0 !important;
}

thead th {
    vertical-align: top;
    letter-spacing: 0.04rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.5rem 0 !important;
    color: #000;
}

td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
    text-align: right;
}

table,
table * {
    font-family: 'Poppins', sans-serif !important;
    border: none !important;
    color: #000000;
    letter-spacing: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    line-height: 1.6 !important;
}

.recruitment td:nth-child(2), .recruitment td:nth-child(3), .recruitment td:nth-child(4) {
	text-align: left;
}

/* Blog widget */
.wp-block-latest-posts.is-grid li {
    border: none;
    margin-top: 0;
}

@media (max-width: 599px) {
    .wp-block-latest-posts.is-grid li {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts__featured-image.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 2rem;
}

.wp-block-latest-posts a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 1rem auto !important;
    text-transform: none;
    color: #000 !important;
}

@media (min-width: 700px) {
    .wp-block-latest-posts a {
        font-size: 2.7rem;
    }
}

@media (max-width: 781px) {
    .entry-content .wp-block-latest-posts * {
        width: 100% !important;
    }
}

/* Footer */
.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
    margin-top: 0;
}

.footer-widgets img {
    width: 50%;
}

@media (min-width: 700px) {
    .footer-widgets img {
        width: 80%;
    }
}

.footer-logos {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1000px) {
.footer-logos {
	margin-left: auto;
	margin-right: auto;
	}
}

.logo-item {
	padding: 1rem;
}

.logo-item img {
	max-height: clamp(2rem,4vw,4rem);
}

.footer-icons {
	display: flex;
}

.footer-icons a:not(:first-child) {
	padding-left: 0.5rem;
}

/* Carousel */
.wp-block-cb-carousel-v2 strong {
	background: #fff;
	padding: 1.4rem 2rem;
	border-radius: 3rem;
	margin: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: top left;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}

@media (min-width: 999px) {
.wp-block-cb-carousel-v2 strong {
	font-size: 1.6rem;
    }
}

.cb-slide {
	margin-top: 2rem;
	border-radius: 2rem;
}

.cb-slide .wp-block-image {
	margin-top: 0 !important;
	border-radius: 0 2rem;
}

.swiper-slide {
	height: auto !important;
}

@media (max-width: 1399px) {
.wp-block-cb-carousel-v2 {
	padding-bottom: 8rem;
	}
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
	font-family: "Material Symbols Rounded" !important;
	content: "\f1e6" !important;
	font-size: 3rem !important;
	color: #fff;
	background: #000;
	min-height: 6rem;
	min-width: 6rem;
	border-radius: 50%;
	text-align: center;
	line-height: 6rem !important;
}

.wp-block-cb-carousel-v2 .cb-button-prev {
	left: calc(50% - 6rem);
	top: auto;
	margin-top: 2rem;
}

@media (min-width: 1400px) {
.wp-block-cb-carousel-v2 .cb-button-prev {
	top: 50%;
	bottom: 0;
	left: -6rem;
	}
}

@media (min-width: 1400px) {
.cb-single-slide .cb-button-prev {
	top: 45%;
	bottom: 0;
	left: 4rem;
	}
}

.swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
	font-family: "Material Symbols Rounded" !important;
	content: "\f1df" !important;
	font-size: 3rem !important;
	color: #fff;
	background: #000;
	min-height: 6rem;
	min-width: 6rem;
	border-radius: 50%;
	text-align: center;
	line-height: 6rem !important;
}

.wp-block-cb-carousel-v2 .cb-button-next {
	right: calc(50% - 6rem);
	top: auto;
	margin-top: 2rem;
}

@media (min-width: 1400px) {
.wp-block-cb-carousel-v2 .cb-button-next {
	top: 50%;
	bottom: 0;
	right: -6rem;
	left: auto;
	}
}

@media (min-width: 1400px) {
.cb-single-slide .cb-button-next {
	top: 45%;
	bottom: 0;
	right: 4rem;
	left: auto;
	}
}

/* Tabs */
.wp-block-atbs-tabs .tabs-content {
	padding: 0;
	background-color: transparent;
	margin: 0;
}

.wp-block-atbs-tabs .tabs-titles {
	background-color: #000;
	border-radius: 3rem;
}

.wp-block-atbs-tabs .tabs-titles .tab-title.active {
	background-color: #333;
	border-radius: 3rem;
}

.wp-block-atbs-tabs {
	padding-top: 2rem;
}

.wp-block-atbs-tabs .tabs-titles .tab-title {
	font-weight: 600;
}

.wp-block-atbs-tabs .tabs-titles li {
	margin: 0;
}

/* Feedback */
.feedback.has-background .swiper-slide {
	background: #fff;
	margin-bottom: 4rem;
}

.feedback.has-background-background-color.has-background .swiper-slide {
	background: #fafafc;
}

.feedback .swiper-slide h3, .feedback .swiper-slide p {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 700px) {
.feedback .swiper-slide h3, .feedback .swiper-slide p {
	padding-left: 4rem;
	padding-right: 4rem;
    }
}

.feedback .swiper-slide:nth-child(1) h3:before {
font-family: "Material Symbols Rounded";
	content: "\ef76";
	color: #1d9bf0;
	font-size: 7rem;
	line-height: 5rem;
	margin-bottom: 2rem;
	padding-top: 3rem;
	display: block;
	font-weight: 500;
}

.feedback .swiper-slide:nth-child(2) h3:before {
font-family: "Material Symbols Rounded";
	content: "\ef76";
	color: #1d9bf0;
	font-size: 7rem;
	line-height: 5rem;
	margin-bottom: 2rem;
	padding-top: 3rem;
	display: block;
	font-weight: 500;
}

.feedback .swiper-slide:nth-child(3) h3:before {
font-family: "Material Symbols Rounded";
	content: "\ef76";
	color: #1d9bf0;
	font-size: 7rem;
	line-height: 5rem;
	margin-bottom: 2rem;
	padding-top: 3rem;
	display: block;
	font-weight: 500;
}

/* DMC */
.page-id-492 .header-video .featured-media:before, .page-id-1004 .header-video .featured-media:before {
	background-color: rgba(0, 0, 0, 0.5) !important;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.dmc-logo {
	margin-top: 0 !important;
}

@media (min-width: 700px) {
.dmc-logo img {
	width: 40%;
	}
}

.dmc-logo img {
	border-radius: 0;
}

.page-id-492 .site-logo img
{
    content: url("https://www.icebreaking.com/wp-content/uploads/2026/02/icebreaking-dmc-x-elamys-group-logo-2.png");
	filter: invert(1);
}

.dmc-travel-time .wp-block-columns {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.dmc-travel-time .wp-block-column:nth-child(2) h3:before {
	font-family: "Material Symbols Rounded";
	content: "\f540";
	color: #fff;
	font-size: 5rem;
	background: #000;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	text-align: center;
	line-height: 9rem;
	vertical-align: middle;
	margin-bottom: 2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

.dmc-travel-time .wp-block-column:nth-child(3) h3:before {
	font-family: "Material Symbols Rounded";
	content: "\f526";
	color: #fff;
	font-size: 5rem;
	background: #000;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	text-align: center;
	line-height: 9rem;
	vertical-align: middle;
	margin-bottom: 2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

.dmc-specialist .wp-block-image img {
	clip-path: circle();
}

.dmc-specialist .wp-block-columns {
	padding-top: 3rem;
}

@media (min-width: 782px) {
.dmc-specialist .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
	margin-left: var(--wp--style--block-gap,60px);
	}
}

@media (min-width: 782px) {
.dmc-highlights .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
	margin-left: var(--wp--style--block-gap,60px);
	}
}

@media (min-width: 782px) {
	.dmc-catalogue .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
margin-left: var(--wp--style--block-gap,60px);
	}
}

/* Notes */
.note {
	background: #fff;
	padding: 4rem;
	margin-bottom: 6rem !important;
	border-radius: 2rem;
	color: #000;
	border: 1px solid #f0f3f5;
	box-shadow: 0 1rem 4rem #f0f3f5;
}

.note-2 .wp-block-columns  {
	position: relative;
	overflow: hidden;
	border-radius: 2rem;
	margin-bottom: 6rem !important;
	border: 1px solid #f0f3f5;
	box-shadow: 0 1rem 4rem #f0f3f5;
}

.note-2 .wp-block-column img {
    max-height: 20vh;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
	border-radius: 2rem 2rem 0 0;
}

@media (min-width: 782px) {
.note-2 .wp-block-column img {
	max-height: none;
	position: absolute;
	border-radius: 2rem 0 0 2rem;
    }
}

.note-2 .wp-block-column .wp-block-image {
    min-width: 100%;
    top: 0;
    margin: 0 !important;
}

@media (min-width: 782px) {
.note-2 .wp-block-column .wp-block-image {
	max-width: 28%;
	max-height: none;
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: initial;
    }
}

.note-2 .wp-block-column .wp-block-column:not(:first-child) {
    padding: 2rem 2rem 0 2rem;
    max-width: 100%;
	flex-basis: 50%;
}