/*
Theme Name: MitoMeet
Theme URI: https://mitomeet.pl
Author: Mito Pharma team
Author URI: https://mito-pharma.pl
Description: Międzynarodowa Konferencja Medycyny Mitochondrialnej
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

* { margin: 0; 
    padding: 0; 
    box-sizing: border-box; }

:root {
  --primary-link: #355b90; /* var(--primary-link); */
  --primary-link-hover: #7096ca;
  --cta-btn-bg: #355b90; /* var(--cta-btn-bg); */
  --cta-btn-bg-hover: #7096ca;
  --nav-text: #444; /* var(--nav-text); */
  --nav-text-hover: #111;
  --light-gray: #ddd;
  --white-text: #f1f1f1; /* var(--white-text); */
  --white: #fff; /* var(--white); */
  --overlay-image: #355b9050; /* var(--overlay-image); */
  --ticket-bg: #f7f6f1; /* var(--ticket-bg); */
  --ticket-price-bg: #dcdbd7;
  --footer-bg: #f6fbfe; /* var(--ticket-bg); */
  --footer-link: #7E94A2; /* var(--footer-link); */
  --footer-link-hover: #0097A7; /* var(--footer-link-hover); */
  --destination-bg: #161c27;
  --nav-bg-hover: #5400a3;

  --font-regular: 'Geist', system-ui, sans-serif;
  --font-headlines: 'Cal Sans', system-ui;
} 

    body {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    box-sizing: border-box;
    font-family: var(--font-regular);
    font-size: 16px;
    color: #1d1d1d;
    }
    a { color: var(--primary-link);; text-decoration: none; }
    a:hover { color: var(--primary-link-hover); }

    img { width: 100%; height: auto; }

    .cta-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 15px 32px;
        background: var(--cta-btn-bg);
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        transition: all .2s ease-in;
        color: var(--white);
    }
    .cta-btn:hover {
        background: var(--cta-btn-bg-hover);
        color: var(--white);
    }
.cta-btn-price {
	padding: 10px 25px;
}

/* GALLERY +++++++++++++++++++++++ */
.gallery-item {
	width: 23% !important;
	margin: 0 7px;
}
.gallery-item img {
	border: none !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: all .3s ease-in-out;
	filter: brightness(80%);
}
.gallery-item img:hover {
	filter: brightness(100%);
}
img.fancybox-image {
	float: left;
}
@media screen and (max-width: 770px) and (min-width: 568px) {
	.gallery-item {
	width: 48% !important;
	margin: -5px 5px;
}
}
@media screen and (max-width: 567px) and (min-width: 101px) {
	.gallery-item {
	width: 98% !important;
	margin: -5px 5px;
}
}

/* +++++++++++++++++++++++ */
.contactform-section {
	margin: 50px 0;
}
.contactform-section textarea {
	width: 80% !important;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f8f8f8;
}
.contactform-section input[type=text],
.contactform-section input[type=email] {
	width: 60% !important;
	padding: 18px 10px 17px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f8f8f8;
}
.contactform-section input[type=submit] {
	padding: 14px 35px 13px;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #222;
	color: #fff;
	cursor: pointer;
}
.contactform-section input[type=submit]:hover {
	background: #555;
}
.nf-form-fields-required {
	margin: 0 0 50px;
	font-size: 14px;
}

    /* ++++++++++++++++++++++++ */

    .row {
        position: relative;
        width: 100%;
        background: var(--white);
    }
    .row-content {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    .row-content--header {
        padding: 30px 0;
        transition: all .3s ease-in;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        -moz-backdrop-filter: blur(4px);
    }
    .row-content--header.shrink {
        padding: 20px 0;
        background: rgba(1, 4, 22, 0.4);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        -moz-backdrop-filter: blur(8px);
    }

.pagination-wrapper {
	width: 90%;
	margin: 80px auto 20px; 
}
.wp-pagenavi {
	display: flex;
	flex-direction: row;
}
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 45px;
	margin-right: 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	color: #777 !important;
}
.wp-pagenavi .pages {
	border: none;
	background: transparent;
}
.wp-pagenavi .current {
	background: #333;
	color: #fff !important;
}
.wp-pagenavi a:hover {
	background: #eee;
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
	display: flex;
	width: 100%;
	padding: 0 20px;
}
.breadcrumbs {
    font-size: 14px;
    margin: 10px 0;
	color: #888;
}
.breadcrumbs a {
    color: #888;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #333;
}


/* ================ ROW HEADER ================ */    
    .row-header {
        position: fixed;
        z-index: 88;
		background: rgba(1, 4, 22, 0.8);
    }
    .branding-navigation {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-navi {
        display: none;
    }
    .page-branding {
        width: 120px;
        height: 22px;
    }
    .desktop-navi ul {
        list-style: none;
    }
    .desktop-navi ul li {
        position: relative;
        display: inline-block;
        margin: 0 12px;
    }
    .desktop-navi ul li a {
        position: relative; z-index: 1;
        padding: 8px 0;
        margin: 0 5px;
        font-size: 18px;
        color: var(--white);
        font-weight: 400;
        letter-spacing: -0.5px;
        transition: all .25s ease-in;
        -webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
    }
    .desktop-navi ul li a:hover {
        color: var(--ticket-bg);
    }
    .desktop-navi ul li a::after {
        position: absolute;
        bottom: 0; left: 0;
        width: 0%;
        height: 1px;
        background: var(--white);
        content: '';
        transition: all .45s linear;
        -webkit-transition: all .45s linear;
        -moz-transition: all .45s linear;
    }  
    .desktop-navi ul li a:hover::after {
        width: 100%;
    }  
    .desktop-navi ul li:last-child a {
        color: var(--white);
        font-weight: 800;
    }  
    .offCanvas { display: none; }

/* ================ ROW BANNER / VIDEO ================ */    
    .row-banner {
        height: 100vh;
        overflow: hidden;
    }
.row-banner--image {
            display: flex;
            width: 100%;
            height: 100vh;
            padding: 0 100px;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
            background: rgba(0,0,0,0.4);
            z-index: 1;
}
        .video-screen {
            position: absolute;
            bottom: 0; right: 0;
            z-index: 0;
        }
        @media (min-aspect-ratio:16/9) {
            .video-screen {
                width: 100%;
                height: auto;
            }
        }
        @media (max-aspect-ratio:16/9) {
            .video-screen {
                width: auto;
                height: 100%;
            }
        }

    .banner-title {
        position: absolute;
        left: 0; top: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center; 
    }
    .row-banner--image h1 {
        position: relative;
        z-index: 2;
		font-family: var(--font-headlines);
        font-size: 5rem;
        color: var(--white);
        font-weight: 500;
        letter-spacing: -1px;
        text-align: left;
        line-height: 88px;
    }
.row-banner--image h1 span {
	display: inline-block;
	font-family: var(--font-regular);
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 26px;
}
    .banner-meta {
        position: absolute;
        bottom: 5%; left: 0; z-index: 2;
        width: 100%;
        height: 30px;
        padding: 0 100px;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: var(--white);
        letter-spacing: 0.5px;
        transition: transform 0.1s linear;
		-webkit-transition: transform 0.1s linear;
		-moz-transition: transform 0.1s linear;
        will-change: transform;
    }
    .banner-meta p {
        font-size: 18px;
        color: var(--white);
        font-weight: 500;
    }
.cover-btn {
	display: inline-block;
	z-index: 99;
	padding: 15px 26px 14px;
	margin-top: 50px;
	background: rgba(0,0,0,0.4);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all .3s ease-in-out; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	color: #fff;
}
.cover-btn:hover {
	background: rgba(0,0,0,0.9);
	color: #eee;
}

/* ================ ROW INTRO ================ */
    .row-intro {
        padding: 100px 0;
        background: #010416 url('img/countdown-bg.webp') no-repeat center bottom;
        border-bottom-right-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-bottom-left-radius: 30px;
    }
    .row-content--countdown {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .row-intro--text {
        width: 80%;
        font-size: 2.3rem;
        color: var(--white-text);
        font-weight: 200;
        text-align: center;
    }

.row-intro--text span {
  opacity: 0;
  transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.5s ease-out;
	-webkit-transition: opacity 0.4s ease-out, transform 0.5s ease-out;
	-moz-transition: opacity 0.4s ease-out, transform 0.5s ease-out;
}

.contdown-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0 0;
    color: var(--white-text);
}
.democlock {
    position: relative;
    margin-top: 25px;
    padding-top: 65px;
    font-size: 4rem;
    font-weight: 300;
}
.democlock::before {
    position: absolute;
    top: 0; left: 50%;
    width: 1px;
    height: 50px;
    background: var(--white-text);
    content: ''; 
}
.event-started {
    font-size: 2rem;
}
 
/* ================ ROW BENEFITS ================ */
    .row-benefits {
        padding: 90px 0;
        background: #F1F1F1;
        background: linear-gradient(180deg,rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .row-benefits--content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
    .row-benefits-item {
        display: flex;
        flex-direction: column;
        width: 23%;
    }
    .row-benefits-item--icon img {
        width: 45px;
        height: auto
    }
    .row-benefits-item--title {
        padding: 25px 0;
        font-family: var(--font-headlines);
        font-size: 18px;
        font-weight: 400;
    }
    .row-benefits-item--text {
        width: 80%;
    }

/* ================ ROW GALLERY ================ */

.row-gallery {
    padding: 80px 0;
}
.row-gallery-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.gallery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 19px;
grid-row-gap: 20px;
width: 100%;
}
.gallery-grid-img {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.gallery-grid-img img {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
}
.gallery-grid-img:hover img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);  
}
.gallery-grid-1 { grid-area: 1 / 1 / 2 / 3; background: #DEDCB6; }
.gallery-grid-2 { grid-area: 2 / 1 / 3 / 2; background: #FFD2C2; }
.gallery-grid-3 { grid-area: 2 / 2 / 3 / 3; background: #CBDDE9; }
.gallery-grid-4 { grid-area: 1 / 3 / 3 / 4; background: #F7DEFD; }
@media screen and (max-width: 1024px) and (min-width: 901px) {
.gallery-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 19px;
grid-row-gap: 20px;
width: 90%;
}
.gallery-grid-1 { grid-area: 1 / 1 / 2 / 3; }
.gallery-grid-2 { grid-area: 2 / 1 / 3 / 2; }
.gallery-grid-3 { grid-area: 3 / 1 / 4 / 2; }
.gallery-grid-4 { grid-area: 2 / 2 / 4 / 3; }    
}
@media screen and (max-width: 900px) and (min-width: 201px) {
.gallery-grid {
display: flex;
flex-direction: column;
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 19px;
grid-row-gap: 20px;
width: 100%;
}
.gallery-grid-1 { grid-area: 1 / 1 / 2 / 2; }
.gallery-grid-2 { grid-area: 2 / 1 / 3 / 2; }
.gallery-grid-3 { grid-area: 3 / 1 / 4 / 2; }
.gallery-grid-4 { grid-area: 4 / 1 / 5 / 2; }
}

.gallery-grid-link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 60px 0 0;
}
.gallery-grid-link a {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    font-weight: 600;
	color: var(--nav-text);
}
.gallery-grid-link a:hover {
    color: var(--nav-text);
} 
.gallery-grid-link a::after {
    position: absolute;
    bottom: 0; left: 0;
    width: 0%;
    height: 2px;
    background: var(--nav-text);
    content: ''; 
    transition: width cubic-bezier(0.54, 0.14, 0.01, 0.99) 1s;
	-webkit-transition: width cubic-bezier(0.54, 0.14, 0.01, 0.99) 1s;
	-moz-transition: width cubic-bezier(0.54, 0.14, 0.01, 0.99) 1s;
}
.gallery-grid-link a:hover::after {
    width: 100%; 
}

    /* ================ ROW PRELEGENTS ================ */

.row-prelegents {
    padding: 120px 0;
    background: var(--ticket-bg);
    }
.row-content--prelegents {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-content--prelegents h2 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}
.row-content--prelegents-wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.row-content--prelegents-wrapper-aside {
	display: flex;
	justify-content: space-between;
    width: 100%;
	margin-bottom: 30px;
}
.row-content--prelegents-wrapper-main {
    width: 100%;
}
.row-content--prelegents-wrapper-main--page {
    width: 100%;
}
.prelegents-lead {
    width: 50%;
    margin-bottom: 30px;
	line-height: 26px;
}
.row-content--prelegents-wrapper-main-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.row-content--prelegents-wrapper-main-item {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.row-content--prelegents-wrapper-main-item--image {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.row-content--prelegents-wrapper-main-item--image::before {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0; z-index: 5; 
    background: var(--overlay-image); 
    content: '';
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
.row-content--prelegents-wrapper-main-item--image::after {
    position: absolute;
    top: 50%; left: 50%; bottom: 50%; right: 50%; z-index: 8; 
    background: #00000060; 
    content: '';
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
}
.row-content--prelegents-wrapper-main-item--image img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    filter: saturate(0%);
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
}
.row-content--prelegents-wrapper-main-item:hover .row-content--prelegents-wrapper-main-item--image::before {
    top: 50%; left: 50%; right: 50%; bottom: 50%;
    background: rgba(77,208,225,0.1);
}
.row-content--prelegents-wrapper-main-item:hover .row-content--prelegents-wrapper-main-item--image::after {
    top: 2%; left: 2%; right: 2%; bottom: 2%;
    background: rgba(0, 0, 0, 0.1); 
    visibility: hidden;
}
.row-content--prelegents-wrapper-main-item:hover .row-content--prelegents-wrapper-main-item--image img {
    filter: saturate(100%);
}
.row-content--prelegents-wrapper-main-item--name {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.row-content--prelegents-wrapper-main-item--name a {
	color: #192126;
}
.row-content--prelegents-wrapper-main-item--name a:hover {
	color: #7096ca;
}
.row-content--prelegents-wrapper-main-item--txt .bi-arrow-right {
    font-weight: 800;
}

/* == single prelegenci == */
.single-post--wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.single-post--wrapper-content {
	width: 60%;
}
.single-post--wrapper-sidebar {
	width: 300px;
}
.single-post--wrapper-sidebar img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
@media screen and (max-width: 701px) and (min-width: 201px) {
	.single-post--wrapper {
	flex-direction: column-reverse;
}
	.single-post--wrapper-content {
	width: 100%;
}
.single-post--wrapper-sidebar {
	width: 100%;
	margin-bottom: 50px;
}
}

/* ============== ROW PRICE ================== */

.row-pricing {
    padding: 80px 0;
    background: var(--white);
}
.row-pricing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-pricing-container--title {
    margin-bottom: 50px;
}
.row-pricing-container--title h2 {
    font-weight: 400;
}
.row-pricing-container--description {
    width: 60%;
    margin-bottom: 50px;
    text-align: center;
}

.container-pricing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.container-pricing--item {
	display: flex;
	flex-direction: column;
	width: 24%;
	padding: 20px;
	background: transparent;
	border-radius: 20px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
.container-pricing--item--bg {
	background: #f7f6f1;
}
.container-pricing--item:hover {
	background: #f0eee5;
}
.container-pricing--item-date {
	font-size: 14px;
}
.container-pricing--item-date span {
	display: inline-flex;
	padding: 3px 12px;
	background: var(--ticket-bg);
	border: 1px solid var(--ticket-bg);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.container-pricing--item:hover .container-pricing--item-date span {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e2decc;
}
.container-pricing--item-title {
	display: flex;
	flex: 0 0 120px;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.container-pricing--item-desc {}
.container-pricing--item-price {
	font-size: 24px;
	color: #111;
	font-weight: 600;
	letter-spacing: -0.7px;
}
.container-pricing--item-price del {
	color: #bbb;
}
.container-pricing--item-price span {
	display: inline-block;
	padding: 2px 5px;
	background: #82419a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transform: translateY(-12px) !important; 
	font-family: var(--font-regular);
	font-size: 12px;
	color: var(--white);
	letter-spacing: -0.5px;
}
.container-pricing--item-cta {
	padding: 20px 0;
}
.container-pricing--item-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	background: var(--cta-btn-bg);
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	color: var(--white);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
.container-pricing--item-cta a:hover {
	background: var(--cta-btn-bg-hover);
}
.container-pricing--item-text {}
.container-pricing--item-text ul {
	list-style: none;
}
.container-pricing--item-text ul li {
	padding: 5px 0;
}
@media screen and (max-width: 961px) and (min-width: 601px) {
.container-pricing--item {
    width: 50%;
}	
	.container-pricing--item-title {
	flex: 0 0 100px;
}
}
@media screen and (max-width: 600px) and (min-width: 101px) {
.container-pricing--item {
    width: 100%;
}
	.container-pricing--item-title {
	flex: 0 0 80px;
}
}

/* ==================== ROW HOTEL ANDERSIA =================== */

.row-destination {
    position: relative;
    padding: 80px 0 30px;
    background: var(--white-text);
}
.row-destination::after {
    position: absolute; top: 0; left: 0; z-index: 0;
    width: 100%;
    height: 60%;
    background: var(--destination-bg);
    content: '';
}
.place-wrapper {
    position: relative; z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
.place-wrapper--title {
    width: 100%;
    text-align: center;
}
.place-wrapper--title h2 {
    color: var(--white);
}
.place-wrapper--address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 80px;
}
.place-wrapper--address span {
    font-size: 14px;
    color: #ddd;
    letter-spacing: 1px;
}
.place-wrapper--description {
    width: 100%;
    margin-bottom: 60px;
}
.place-wrapper--description p {
    width: 60%;
    color: var(--light-gray);
    line-height: 26px;
}
.place-wrapper--picture {
    width: 100%;
}
.place-wrapper--picture img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/* ==================== ROW FOOTER =================== */

.n-footer-top {
    background: #F1F1F1; 
    background: linear-gradient(180deg,rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
	padding: 70px 0;
}
.n-footer-top--content {
	display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
	padding: 55px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 35px rgba(38, 50, 56, 0.15);
	color: #455A64;
}
.n-footer-top--content-row {
	width: 100%;
	padding: 10px 0;
}
.n-footer-top--content-row span {
	display: inline-block;
}
.ftcr-1 {
	line-height: 28px;
}
.ftcr-1 span {
	margin-right: 40px;
}
.ftcr-2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 0;
}
.ftcr-2 ul {
	list-style: none;
}
.ftcr-2 ul li {
	display: inline-block;
	margin-right: 20px;
}
.ftcr-2 ul li a {
	display: inline-flex;
	padding: 5px 0;
	color: #455A64;
}
.ftcr-2 ul li a:hover {
	color: var(--primary-link-hover);
}
.ftcr-3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-end;
	padding: 25px 0 0;
	border-top: 1px solid #eee;
	font-size: 14px;
}
.n-footer-brand {
	width: 200px;
	height: 40px;
}
.n-footer-brand span {
	font-size: 12px;
	text-transform: uppercase;
}
.n-footer-brand img {
	width: 100%;
	height: auto;
}
.n-footer-decor {
	padding: 350px 0 0;
	background: #fff url(img/footer-overlay-2.webp) no-repeat center bottom;
	background-size: 100%;
}
@media screen and (max-width: 1399px) and (min-width: 1024px) {
.n-footer-top--content {
    width: 90%;
}	
}
@media screen and (max-width: 1023px) and (min-width: 100px) {
.n-footer-top--content {
    width: 90%;
}	
.ftcr-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 0;
}	
.ftcr-2 ul {
	margin-bottom: 40px;
}
.ftcr-2 ul li {
	display: block;
	margin-right: 20px;
}
.ftcr-2 ul li a {
	padding: 5px 0;
}
}

@media screen and (max-width: 624px) and (min-width: 100px) {
	.ftcr-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
}
	.ftcr-3 span {
		margin: 3px 0;
	}
}
@media screen and (max-width: 924px) and (min-width: 100px) {
	.n-footer-decor {
		display: none;
	}
}




/* ==================== ROW PAGE =================== */
.row-page {
    position: relative;
    width: 80%;
    padding-top: 120px;
    margin: 0 auto;
}
.page-content--title {
    padding: 35px 0;
    border-bottom: 1px solid #ddd; 
}
.page-content--title h1 {
    padding: 0 20px; 
    font-family: var(--font-headlines);
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 0.5px;
	line-height: 55px;
}
.page-content--body {
    padding: 80px 20px;
}
.page-content--body p {
    margin-bottom: 25px;
    line-height: 26px;
}
.page-content--body h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.page-content--body h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.page-content--body a {
    color: var(--cta-btn-bg-hover);
    font-weight: 600;
}
.page-content--body a:hover {
    color: var(--nav-text-hover);
}

/* =========== */
.agenda-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.agenda-wrapper--title {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--font-regular);
	font-weight: 600;
}
.agenda-wrapper--item {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px;
    margin-bottom: -15px;
    background: var(--footer-bg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: var(--nav-text-hover);
}
.agenda-wrapper--item-image {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    flex-shrink: 0;
}
.agenda-wrapper--item-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.agenda-wrapper--item-desc {
    display: flex;
    flex-direction: column;
}
.agenda-wrapper--item-desc span {}
.agenda-wrapper--item-desc p {
    font-weight: 600;
    margin-bottom: 0;
}

/* ======= */
.prelegents-page--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 50px;
}
.prelegents-page--wrapper-item {
    display: flex;
    flex-direction: column;
    width: 24%;
    margin-bottom: 25px;
}
.prelegents-page--wrapper-item--image {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
}
.prelegents-page--wrapper-item--image img {
    float: left;
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}
.prelegents-page--wrapper-item:hover .prelegents-page--wrapper-item--image img {
    transform: scale(1.1,1.1);
}
.prelegents-page--wrapper-item--name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.prelegents-page--wrapper-item--name a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

/* ======= */
.edition-page--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin-bottom: 50px;
}
.edition-page--wrapper-item {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 25px;
}
.edition-page--wrapper-item--image {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
}
.edition-page--wrapper-item--image img {
    float: left;
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}
.edition-page--wrapper-item:hover .edition-page--wrapper-item--image img {
    transform: scale(1.1,1.1);
}
.edition-page--wrapper-item--name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.edition-page--wrapper-item--name a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

    blockquote {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 25px;
        padding: 50px;
        background: #f3f3f3 url(img/quote.webp) no-repeat 30px 30px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        box-shadow: 0 2px 25px #00000020;
    } 
    blockquote p {
        margin-bottom: 10px !important;
    }
    blockquote span {
        font-size: 14px;
        color: #888;
    }

/* ========= faq ========== */

.faq-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
  width: 90%;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  text-align: left;
  font-size: 20px;
  color: #111;
  cursor: pointer;
}
.faq-question .faq-icon {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
}
.faq-question.toggle-active .faq-icon {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
  -webkit-transition: max-height 0.35s ease-in-out;
  -moz-transition: max-height 0.35s ease-in-out;
}
.faq-answer p {
  width: 90%;
  margin: 10px 0 0;
  color: #444;
}





/* =========================================================*/
/* ================== MEDIA QUERY ==========================*/
/* =========================================================*/
@media screen and (max-width: 1400px) and (min-width: 1024px) {
    .row-content {
        width: 96%;
    }  
    .place-wrapper {
        width: 90%;
    }
    .row-banner--image h1 {
        font-size: 3.75rem;
        letter-spacing: -1px;
        text-align: center;
        line-height: 80px;
    }
}

/* =========== */
@media screen and (max-width: 1023px) and (min-width: 901px) {
    .row-content {
        width: 98%;
    }
    .prelegents-page--wrapper {
    justify-content: flex-start;
} 
    .prelegents-page--wrapper-item {
    width: 32%;
}
.faq-wrapper {
  width: 90%;
}
}

/*  ===========  */
@media screen and (max-width: 900px) and (min-width: 201px) {
    .row-content {
        width: 98%;
    } 

    .desktop-navi {
        display: none;
    }
    .mobile-navi {
        display: flex;
        width: 40px;
        height: 21px;
    }  
    .menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 21px;
    } 
    .menu-btn span {
        height: 3px;
        background: #fff;
        transition: all .3s ease-in-out;
    }
    .menu-btn--top {
        width: 50%;
    }
    .menu-btn--middle {
        width: 100%;
    }
    .menu-btn--bottom {
        place-self: flex-end;
        width: 50%;
    }
    .menu-btn:hover span {
        width: 100%;
    }
	.edition-page--wrapper-item {
    flex-direction: column;
    width: 100%;
}
    
/* ============================================== */

.offCanvas {
    display: flex;
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100vh;
            background: #f1f1f1;
            overflow: hidden;
        }
        .offCanvasContent {
            position: fixed;
            top: 0; right: 0; z-index: 999;
            width: 90%;
            height: 100vh;
            background: #fff;

            transform: translateX(100%);
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);

            transition: transform 0.6s ease-in;
            -webkit-transition: transform 0.6s ease-in;
            -moz-transition: transform 0.6s ease-in;
        }
        .offCanvasAlpha {
            position: fixed;
            top: 0; left: 0; z-index: 990;
            width: 100%;
            height: 100vh;
            background: #ffffff50;

            transform: translateX(100%);
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            
            transition: transform 0.3s ease-in-out;
            -webkit-transition: transform 0.3s ease-in-out;
            -moz-transition: transform 0.3s ease-in-out;
        }
        .offCanvasContent.active,
        .offCanvasAlpha.active {
            transform: translateX(0);
            }
        .main-content {
            position: relative;
            width: 100%;
            height: 100vh;
            padding: 60px;
        }
        .main-content--header {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            width: 100%;
            padding: 30px;
            background: #f5f5f5;
            border-radius: 60px;
        }
        .menu-btn,
        .close-btn { cursor: pointer; }
        .close-btn {
            font-size: 36px;
            color: #333;
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
        }
        .close-btn:hover {
            color: #000;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
        }

.offCanvasContent--content {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 35px;
}
.offCanvasContent--content-header {
    display: flex;
    justify-content: flex-end;
}
.offCanvasContent--content-main {
}
.offCanvasContent--content-main ul {
    list-style: none;
}
.offCanvasContent--content-main ul li a {
    font-size: 40px;
    color: #111; 
    font-weight: 200;
    letter-spacing: -1px;

    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
.offCanvasContent--content-main ul li a:hover {
    color: var(--cta-btn-bg-hover);
}
.offCanvasContent--content-main ul li:last-child a {
    font-weight: 600;
}
.offCanvasContent--content-meta {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 24px;
}
.offCanvasContent--content-meta a {
    color: #111;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
.offCanvasContent--content-meta a:hover {
    color: #bbb;
}

/* ============================================== */

.row-banner--image {
    padding: 0 0;
}
    .row-banner--image h1 {
        font-size: 3rem;
        letter-spacing: -1px;
        text-align: center;
        line-height: 55px;
    }
	.row-banner--image h1 span {
	font-size: 1.5rem;
}
    .banner-meta {
        position: absolute;
        bottom: 5%; left: 0; z-index: 2;
        width: 100%;
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }
    .banner-meta p {
        font-size: 14px;
        color: var(--white);
        text-transform: uppercase;
    }
    .row-intro--text {
        width: 88%;
        font-size: 1.6rem;
        text-align: center;
    }
    .democlock {
    font-size: 2.4rem;
}
    .row-benefits--content {
        flex-direction: column;
        width: 88%;
    }
    .row-benefits-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 20px 0;
    }
    .row-benefits-item--title {
        padding: 5px 0;
    }

.row-content--prelegents-wrapper {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
.row-content--prelegents-wrapper-aside {
    width: 100%;
    margin-bottom: 50px;
}
.row-content--prelegents-wrapper-main {
    width: 100%;
}
.prelegents-lead {
    width: 100%;
    margin-bottom: 30px;
}
.row-content--prelegents-wrapper-main-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.row-content--prelegents-wrapper-main-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.row-pricing-container--description {
    width: 90%;
    margin-bottom: 50px;
    text-align: center;
}
.row-pricing-container--price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
}
.row-pricing-container--price-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.place-wrapper {
    width: 90%;
}
.place-wrapper--description p {
    width: 100%;
    color: var(--light-gray);
    line-height: 26px;
}
.footer-top--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.footer-top--content-brand {
    margin-bottom: 50px;
    line-height: 40px;
    color: var(--footer-link);
}
.footer-top--content-brand img {
    width: 200px;
}

.footer-top {
    background-size: 100%;
}
.footer-main--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--footer-link);
} 

.row-page {
    width: 100%;
}

.agenda-wrapper--item-image {
    width: 60px;
    height: 60px;
    margin-right: 25px;
}
	.row-destination::after {
    height: 85%;
}

}

@media screen and (max-width: 700px) and (min-width: 201px) {
.prelegents-page--wrapper-item {
    width: 100%;
}
.faq-wrapper {
  width: 90%;
}
}


/* MIEJSCE PAGE */
.place-wrapper-page {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
margin: 80px 0;
}
.place-wrapper-page-item-1 { grid-area: 2 / 1 / 3 / 2; }
.place-wrapper-page-item-2 { grid-area: 2 / 2 / 3 / 3; }
.place-wrapper-page-item-3 { grid-area: 2 / 3 / 3 / 4; }
.place-wrapper-page-item-4 { grid-area: 1 / 1 / 2 / 4; width: 100%; }

.place-wrapper-page-item-4 img {
	width: 100%;
	height: auto;
}
.place-wrapper-page-item-1 img,
.place-wrapper-page-item-2 img,
.place-wrapper-page-item-3 img,
.place-wrapper-page-item-4 img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

@media screen and (max-width: 700px) and (min-width: 201px) {
.place-wrapper-page {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 10px;
}

.place-wrapper-page-item-1 { grid-area: 2 / 1 / 3 / 2; }
.place-wrapper-page-item-2 { grid-area: 3 / 1 / 4 / 2; }
.place-wrapper-page-item-3 { grid-area: 4 / 1 / 5 / 2; }
.place-wrapper-page-item-4 { grid-area: 1 / 1 / 2 / 2; }
}
.place-wrapper-page-item-1 img,
.place-wrapper-page-item-2 img,
.place-wrapper-page-item-3 img,
.place-wrapper-page-item-4 img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ============ 404 ============= */
.error-page--header {
    position: absolute;
    width: 100vw;
    padding: 60px 0 0 100px;
}
.error-page--branding {
    position: relative;
    display: inline-block;
    width: 120px;
}
.error-page--branding img {
    float: left;
    width: 100%;
    height: auto;
}
.error-page--wrapper {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: url('https://mitomeet.pl/wp-content/themes/mitomeet/img/errorpage-bg.webp') no-repeat 0 0;
    background-size: cover;
    color: #fefefe;
}
.error-page--message {
    padding: 20px 100px;
}
.error-page--message h1 {
    font-family: 'Cal Sans', system-ui;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 86px;
}
.error-page--message p {
    margin: 30px 0 50px;
    font-size: 1.4rem;
}
.error-page--btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px 14px;
    background: transparent;
    border: 2px solid #ffffff50;
    border-radius: 60px;
    color: #fefefe;
    font-weight: 600;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.error-page--btn:hover {
    color: #fefefe;
    border: 2px solid #fff;
    background: #08012280;
}
.error-page--btn .bi {
    margin-right: 10px;
    font-size: 24px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}
.error-page--btn:hover .bi {
    margin-right: 18px;
}
@media screen and (max-width: 1001px) and (min-width: 701px) {
.error-page--message h1 {
    font-size: 3.5rem;
    line-height: 60px;
}    
}
@media screen and (max-width: 700px) and (min-width: 201px) {
.error-page--header {
    padding: 60px 30px;
    text-align: center;
}
.error-page--message {
    padding: 10px 30px;
    text-align: center;
}
.error-page--message h1 {
    font-size: 2rem;
    line-height: 35px;
}
.error-page--message p {
    margin: 30px 0 50px;
    font-size: 1.2rem;
}
.error-page--btn {
    padding: 6px 20px 5px;
}

}