/*
 Theme Name:     LTMTF
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

:root {
    --primary: #266081;
    --extra-color:#f0ad4e;
    --secondary: #0e1927;
    --text-color:#1c1c1c;
}

body {
    font-weight:400;
    font-family: 'Parkinsans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Parkinsans', sans-serif;
}

.et_pb_row {
    width:90%;
}



.title h1 {
    font-size:90px;
    
}

.title h2 {
    font-size:60px;
    font-weight:300;
}

.title h3 {
    font-size:40px;
   font-weight:300;
}

.title h1 span, .title h2 span {
    color:var(--primary);
}


.btn {
    position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.15em;
padding: 9px 32px;
line-height: 24px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
background-color: var(--secondary);
color: #fff;
text-transform: uppercase;
white-space: nowrap;
outline: none;
cursor: pointer;
vertical-align: top;
text-align: center;
text-decoration: none;
overflow: hidden;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 250ms linear 0s;
-khtml-transition: all 250ms linear 0s;
-moz-transition: all 250ms linear 0s;
-ms-transition: all 250ms linear 0s;
-o-transition: all 250ms linear 0s;
transition: all 250ms linear 0s;
}

.btn.btn-outline {
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
    overflow: visible;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    z-index: 2;
}

.btn.btn-outline:hover {
    transition-delay: 0.25s;
    color: var(--secondary);
}

.btn.btn-outline:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 0;
    background-color: var(--primary);
    transition: all 0.3s ease;
    transition-delay: 0ms;
    z-index: 1;
}

.btn.btn-outline:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -9px;
    height: 1px;
    background-color: var(--primary);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.btn.btn-outline:hover:before {
    height: calc(100% + 2px);
    transition-delay: 0.15s;
    z-index:-1;
}

.btn.btn-outline:hover:after {
    content: "";
    bottom: 0px;
    opacity: 0;
    transition-delay: 0ms;
}

.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.dflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dflex .ani-image-btn span {
    white-space: nowrap;
}

.blurb-center h4 {
    padding-bottom:0;
}

.blurb-center .et_pb_blurb_container {
    vertical-align: middle;
}

.two-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.ani-image-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding:6px 20px;
    border:1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}

.ani-image-btn span {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    /* text-transform: uppercase; */
    /* padding-top:15px; */
    letter-spacing: .5px;
}

.ani-image-btn .ani-image-btn-svg .svg-smoke-1 {
    -webkit-animation: moving-smoke 2s infinite;
    animation:moving-smoke 2s infinite
}

.ani-image-btn .ani-image-btn-svg .svg-smoke-2 {
    -webkit-animation: moving-smoke 2s .1s infinite;
    animation:moving-smoke 2s .1s infinite
}

@-webkit-keyframes moving-smoke {
    0%, 100% {
        -webkit-transform: translateY(2px);
        transform:translateY(2px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform:translateY(-2px)
    }
}

@keyframes moving-smoke {
    0%, 100% {
        -webkit-transform: translateY(2px);
        transform:translateY(2px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform:translateY(-2px)
    }
}

.ani-image-btn span {
    position: relative;
}


.ani-image-btn span:hover:before {
    width: calc(100% - 3px);
}

.ani-image-btn span:before {
        content: '';
        height: 1px;
        background-color: currentColor;
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 0;
        margin: auto;
        -webkit-transition: width .2s ease-in-out;
        -o-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out;
}


.centra {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-image, .full-image .et_pb_image_wrap {
    width:100%;
    height:100%;
}

.full-image .et_pb_image_wrap img {
    width:100%;
    height:100%;
    object-fit: cover;
}

@media only screen and (max-width: 1140px) {
    .title h2 {
        font-size: 50px;
    }

    .title h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 980px) {
    .row-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap:20px;
}
}

@media only screen and (max-width: 767px) {


    .title h2 {
        font-size: 40px;
    }

    .title h3 {
        font-size: 30px;
    }

    .two-buttons {
        flex-direction: column;
        align-items: center;
        gap:10px;
    }
}

@media only screen and (max-width: 479px) {

    .btn-flex {
        flex-direction: column;
    }

    .title h2 {
        font-size: 30px;
    }

    .title h3 {
        font-size: 24px;
    }

    .ani-image-btn {
        width: 100%;
        justify-content: center;
    }

   
}


/* menu */

#et-top-navigation {
    font-weight:500;
    
}

#menu-main-menu {
    align-items: center;
}



#top-header .et-menu li>a {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
    position: relative;
    text-decoration: none;
}

#top-header .et-menu li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    
    width: 0;
    height: 1px;
    background: var(--secondary);
    transition: width 0.3s ease;
    bottom:20px!important;
    top:auto!important;
    translate:none!important;
}



#top-header .et-menu li>a:hover::after,
#top-header .et-menu li.current-menu-item>a::after {
    width: 100%;
}

#top-header .et-menu li>a:hover,
#top-header .et-menu li.current-menu-item>a {
    color: var(--secondary);
    opacity:1;
}

/* end menu */

/* home-hero */

img.header-logo {
    max-width:300px;
    margin-bottom:40px;
}

#home-hero h1 {
    
    font-size:70px;
    font-weight:300;
}

#home-hero h2 {
    font-size:40px;
    font-weight:300;
}

#home-hero h1 span {
    font-weight: 700;
    white-space: nowrap;
}

@media only screen and (max-width: 1140px) {
    
    #home-hero h1 {
        font-size: 70px;
    
    }
}

@media only screen and (max-width: 767px) {
    
    #home-hero h1 {
        font-size: 50px;
        
    }
}

@media only screen and (max-width: 479px) {
    
    #home-hero h1 {
        font-size: 40px;
        margin-bottom:20px;
    }
}

/* end home-hero */

/* home */

.white-box {
    padding-left:60px;
    padding-right:60px;
}

.white-box h2 {
    font-size:60px;
    margin-bottom:20px;
    font-weight: 700;
}

.upperheader {
    text-align: center;
    color:var(--primary);
    position: relative;
    font-size:14px;
    font-weight:500;
    text-transform: uppercase;

}

span.upperheader::before,
span.upperheader::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: var(--primary);
    transform: translateY(-50%);
}

span.upperheader::before {
    left: -40px; /* Adjust spacing as needed */
}

span.upperheader::after {
    right: -40px; /* Adjust spacing as needed */
}

.white-box .text {
    margin-bottom:40px;
    text-align: left;
}

.white-box .btn.btn-outline, .btn.btn-outline.dark {
    border-color: var(--secondary);
    color: var(--secondary);
}

.white-box .btn.btn-outline:hover, .btn.btn-outline.dark:hover {
    color: white;
}

.white-box .btn.btn-outline:before, .btn.btn-outline.dark:before {
    background-color: var(--secondary);
}

.white-box .btn.btn-outline:after, .btn.btn-outline.dark:after {
    background-color: var(--secondary);
}

.otwarcie {
    list-style: none;
    padding:0!important;
}

.otwarcie li {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    gap:20px;
}

.otwarcie li .dni {
    position: relative;
    
}

.otwarcie li span.line {
    flex:1;
    width: 100%; 
    height: 1px;
    background-color: var(--primary);
}

#rezerwacje .et_pb_blurb_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#rezerwacje .et_pb_blurb_content  .et_pb_main_blurb_image {
    margin-bottom: 0;
    width:40px;
}

#rezerwacje .et_pb_blurb_content .et_pb_module_header {
    padding-bottom:6px;
}

@media only screen and (max-width: 767px) {
    
    .white-box h2 {
        font-size:40px;
       
    }

   
}

@media only screen and (max-width: 479px) {
    
    .white-box h2 {
        font-size:30px;
       
    }

    #rezerwacje .et_pb_blurb_content {
        flex-direction:column;
        gap:10px;
    }

    .white-box {
        padding-left:15px;
        padding-right:15px;
    }
}


/* menu */

#menu .et_pb_tabs {
    border:0;
    max-width: 900px;
    margin:auto;
}

#menu .et_pb_tab {
    padding:50px 30px;
}

#menu .et_pb_tabs_controls li {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border:1px solid var(--primary);
}

#menu .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: var(--primary);
    
}

#menu ul.et_pb_tabs_controls {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    flex-wrap: wrap;
}

#menu ul.et_pb_tabs_controls:after {
    border:0;
}

#menu .custom-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom:30px;
} 

#menu .custom-post h3 {
    font-size: 24px;
    width:90%;
    padding-bottom:0;
}

#menu .custom-post .cena {
    font-size: 20px;
    width:10%;
    text-align: right;
}

#menu .custom-post .opis {
    width:100%;
    font-size:14px;
    color:#4c4b4b;
    line-height:1.3;
    
}

#menu .custom-post .line {
    width:100%;
    height:1px;
    background-color: var(--primary);
    display: block;
    margin:10px 0;
} 

#menu .custom-post .gramatura {
    font-size:12px;
    color:#999999;
    line-height:1;
    margin-top:6px;
}

#menu h2 {
    text-align: center;
    font-size:40px;
    margin-bottom:40px;
    
}

.buttony {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.buttony a {
    font-size:12px;
    text-transform: uppercase;
    padding:8px 10px;
    border:1px solid var(--primary);
    line-height:1;
    white-space: nowrap;
    color:var(--primary);
    text-align: center;
    width:160px;
    margin:3px;
}

@media only screen and (max-width: 1140px) {
    #menu .et_pb_tabs_controls li {
        font-size: 12px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767px) {
    .buttony {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        padding-bottom:10px;
    }
}

@media only screen and (max-width: 479px) {

    

    #menu .et_pb_tab {
        padding:30px 15px;
    }
    #menu .custom-post h3 {
        font-size: 16px;
        width:90%;
    }
    
    #menu .custom-post .cena {
        font-size: 14px;
        
    }

    #menu .custom-post .opis {
        font-size: 12px;
        
    }

    #menu h2 {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        color: var(--primary);
        font-weight: 600;
        
    }

    .home #menu h2 {
        background-color: transparent;
        font-weight:700;
        font-size:30px;
        margin-bottom:0;
        padding-bottom:0;
    }

    /* #menu .custom-post:not(:has(.opis)) {
        margin-bottom: 10px;
    } */

    #menu .custom-post {
        margin-bottom: 10px;
    } 

    #menu .custom-post .line {
        margin:5px 0;
    } 

    #menu .custom-post .gramatura {
        font-size:10px;
       
    }

}

/* end menu */



/* end home */


/* oferta specjalna */

.menu-list .menu-item h4{
    color:#ffffff;
    line-height:1;
    padding-bottom:0;
    padding-right:15px;
}

.menu-list .menu-item {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:10px;
}

.menu-list .download-button {
    border:1px solid var(--primary);
    padding:10px 20px;
    font-size:14px;
    text-transform: uppercase;;
    letter-spacing: 1px;

}

.menu-list .download-button:hover {
    background-color: var(--primary);
    color:var(--secondary);

}

.menu-list .menu-item .line {
    flex:1;
    width: 100%; 
    height: 1px;
    background-color: var(--primary);
}

/* end oferta specjalna */


