/*
Theme Name: Laurits Child
Theme URI: https://laurits.qodeinteractive.com
Description: A child theme of Laurits
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: laurits
Template: laurits
*/

.fullheight {
    height:100vh;
}

.fullheight-less-header {
    height : calc(100vh - 60px);
}

.qi-block-icon-with-text.qodef--appear-from-bottom {
    transition: opacity .5s,transform .5s;
}

p {
    margin-top: 0;
}

h1 {

}

h2 {
    font-family: 'Syne';
    margin: 0 0 15px 0;
}

h3 {
    font-family: 'Syne';
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 15px 0;
}

/* ==========================================================================
   SINGLE PIANO
   ========================================================================== */

.single-piano .qodef-page-title {
    background-color: transparent !important;
    background-image: none !important;
    padding: 0;
    height: 75px;
    min-height: auto;
}

.single-piano .qodef-page-title .qodef-m-inner {
    padding: 20px 0;
}

.single-piano .qodef-page-title {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .single-piano .qodef-page-title {
        margin-top: 0;
    }
}

.single-piano div#qodef-page-inner {
    padding-top: 0;
}

.qodef-portfolio-info .qodef-e.qodef-info-item {
    /* display: flex; */
    /* gap: 15px; */
    margin-bottom: 15px;
}

p.qodef-e-label {
    font-family: Syne, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 21px;
    line-height: 1.286em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
}

p.qodef-e-text {
    color: #686868;
    font-size: 16px;
    line-height: 1.286em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 100;
}

.single-piano h1.qodef-e-title.entry-title.qodef-portfolio-title {
    margin-top: -14px;
}

.single-piano .qodef-e.qodef-magnific-popup.qodef-popup-gallery a {
    margin-bottom: 30px;
}


.qodef-piano-description {
    margin-top: 45px;
}

.qodef-piano-description .qodef-e-label {
    margin-bottom:10px;
}

.qodef-piano-description p:not(.qodef-e-label) {
    color: #686868;
    font-size: 16px;
    line-height: 1.286em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 100;
}

.qodef-piano-contact-btn {
    margin-top: 40px;
}

.swiper-pagination {
    bottom: -14px !important;
}

/* ==========================================================================
   PIANOS LIST - TWO COLUMNS SCROLLABLE
   ========================================================================== */

.pndo-pianos-two-columns {
    width: 100%;
    margin-top: 60px;
}

.pndo-pianos-container {
    display: flex;
    overflow: hidden;
    height: 100vh;
}

.pndo-pianos-column {
    width: 50%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding: 0 37px 60px 37px;
    box-sizing: border-box;
}

.pndo-pianos-column::-webkit-scrollbar {
    width: 1px;
}

.pndo-pianos-column::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e3e3e3;
}

.pndo-pianos-column::-webkit-scrollbar-thumb {
    background: #e3e3e3;
    border-radius: 10px;
}

.pndo-pianos-column-inner {
    padding: 40px 0;
}

.pndo-piano-item {
    margin-bottom: 60px;
}

.pndo-piano-item:last-child {
    margin-bottom: 0;
}

.pndo-piano-item-inner {
    display: block;
}

.pndo-piano-item-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
}

.pndo-piano-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.pndo-piano-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.pndo-piano-item:hover .pndo-piano-item-image img {
    transform: scale(1.03);
}

.pndo-piano-item-title {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

.pndo-piano-item-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pndo-piano-item-title a:hover {
    color: var(--qode-main-color, #666);
}

.wp-block-group p {
    margin-block-start: 0px;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .pndo-pianos-container {
        overflow: auto;
        height: auto;
        flex-direction: column;
    }

    .pndo-pianos-column {
        width: 100%;
        overflow-y: auto;
        height: auto;
        padding: 0 20px;
    }

    .pndo-pianos-column-inner {
        padding: 20px 0;
    }

    .pndo-piano-item {
        margin-bottom: 40px;
    }
}