/** projekt s referencema START**/

.reference-content-wrapper {
    display: flex;
    width: 100%;
    font-family: "Poppins", sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}

.reference-side {
    width: 50%;
}

article {
    width: 100%;
}


.reference-thumbnail img {

}

.ref-title {
    margin-top: 20px;
    font-family: "Montserrat", Sans-serif, serif;
}

.site-header+.elementor {
    min-height: 0 !important;
}

.prj-title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-top: 50px;
}

.box-title {
    display: inline-block;
    color: #FD5D14;
    padding: 5px 15px 5px 15px;
    border: 2px solid #FD5D14;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/** projekt s referencema KONEC**/

.d-title {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}

.d-text {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333333;
}

.d-text-perex {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
}

.d-color {
    color: #333333;
}

.d-paragraph {
    font-family: "Open Sans", sans-serif;
}

.d-list {
    list-style-type: none;
    padding-left: 0;
}

.d-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.d-list li::before {
    content: '-'; /* nebo jakékoli emoji */
    border-radius: 1ch;
    padding-inline: 0.5ch;
    margin-inline-end: 0.5ch;
    color: rgb(46, 164, 201);
    font-weight: 700;
    font-size: 14px;
}