/* TABLE */

.hentry .entry-content .wp-block-table td, 
.hentry .entry-content .wp-block-table th, 
.editor-styles-wrapper .wp-block-table td, 
.editor-styles-wrapper .wp-block-table th {
    background-color: white !important;
    border-bottom: 1px solid #F3F4ED !important;
    color: #3B3B3B !important;
}

.wp-block-table.is-style-stripes {
    border-bottom: unset !important;
}

.entry-content h1{
    font-size: 66px;
    font-weight: bolder;
    padding-bottom: 40px;
    width: 60%;
}

.page-politika-piskotkov h1,
.page-politika-zasebnosti h1,
.page-splosni-pogoji-poslovanja h1 {
    width: 100%;
}

.entry-content h2{
    font-size: 40px;
    font-weight: bold;
}

/* HEADER */
.header-container {
    margin-left: 8%;
    margin-right: 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sinhro-logo {
    width: 241.7px;
    height: auto;
    z-index: 99999;
}
/*
.sinhro-logo img {
    width: 80%; 
    height: auto;
}
*/
.hamburger {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    z-index: 100;
}

.hamburger img {
    width: 40px; 
    height: auto;
}

/* FOOTER */

p.footer-text.footer-naslov {
    padding-right: 20px;
    width: 200%;
}

p.footer-text.iban {
    justify-self: self-end;
}

.footer-text {
    padding-top: 50px;
}

.footer-info {
    padding-right: 20px;
}

footer {
    display: grid;
    background-color: #3B3B3B !important;
    color: #F3F4ED !important;
    padding: 0% 8% 4% 8% !important;
}

footer p {
    color: #F3F4ED !important;
}

footer a {
    color: #F3F4ED !important;
}

.footer-row {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    padding-top: 10px;
}

.footer-row:first-of-type {
    border-bottom: #F3F4ED solid 1px;
}

.site-footer .item {
    text-align: left;
}

.logo {
    align-self: center;
    padding-right: 30px;
}

.logo svg {
    width: 181.7px; 
    height: auto;
    padding-top: 30px;
}

.logo .cls-2 {
    fill: #F3F4ED;
}

.full-width {
    grid-column: 1 / 3;
}

.links {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    grid-column: 4 / 6;
}

.footer-first p {
    font-size: 17px !important;
}

.footer-second a {
    font-size: 14px !important;
}

.footer-second p {
    font-size: 14px !important;
}

@media (max-width: 1700px) {
    .footer-links-pravice {
        flex: 0 0 60%;
    }

    .footer-info {
        flex: 0 0 20%;
    }
}


@media (max-width: 768px) {


    .site-header {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }


    .sinhro-logo img {
        width: 90% !important; 
        height: auto;
    }

    .site-header{
        margin-bottom:4.235801032em;
        position: fixed;
        width: 100%;
    }

    .entry-content h1{
        margin-top: 250px;
        padding-bottom: 20px;
        width: unset;
    }

    .menu-overlay nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 32px !important;
    }

    .footer-first p {
        font-size: 14px !important;
    }

    .footer-text {
        padding-top: unset;
    }

    .footer-second {
        padding-top: 20px !important;
    }

    .footer-row {
        padding-top: unset;
        grid-template-columns: unset;
    }

    p.footer-text.iban {
        justify-self:unset;
    }
    

    .logo {
        padding-bottom: 20px !important;
    }

    .site-footer .item {
        padding-bottom: unset;
    }

    .links {
        flex-direction: column;
        grid-column: unset;
    }

    .sinhro-logo img {
        height: auto;
        width: 60%;
    }

    .hamburger img {
        width: 50px; 
        height: auto;
    }
}

@media (max-width: 425px) {
    .footer-logo svg {
        width: 150px !important; 
        height: auto;
    }
}




/* FOOTER 2 */
/*
.col-full {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 2%;
}

.site-footer {
    background-color: #3B3B3B;
    color: #F3F4ED;
    font-size: 17px;
    font-weight: lighter;
    padding: 50px 0 30px;
}

.footer-logo {
    align-self: center;
    padding-right: 20px;
}

.footer-logo svg {
    width: 191.7px; 
    height: auto;
}

.footer-logo .cls-2 {
    fill: #F3F4ED;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1%;
    font-size: 14px;
}

.logo-naslov {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
}

.footer-row-naslov {
    display: flex;
    flex-direction: row;
    width: 40%;

}

.footer-row-naslov p{
    margin: unset;
}

.for-border {
    border-bottom: #F3F4ED solid 1px;
    padding-bottom: 1%;
    font-size: 17px !important;
}

.footer-column {
    flex: 1 1 20%;
    display: inline-block;
    width: 15em;

}

.footer-maticna {
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: flex-end;

}

.footer-maticna p {
    margin: unset;
}

.footer-column .footer-info {
    padding-right: 20px;
}

.footer-column .footer-naslov {
    width: 150%;
    padding-left: 30px;
}

.footer-column p {
    color:#F3F4ED;
    font-size: 17px;
}
.splosni-pogoji {
    margin-left: 40px;
}

.footer-links {

    display: flex;
    text-align: right;
    font-size: 14px;
    padding-top: unset;
}

.footer-links-pravice {
    font-size: 14px !important;
}

.footer-links a {
    text-decoration: none;
    color: #F3F4ED !important; 
}

//FOOTER 1
.site-footer {
    background-color: #3B3B3B;
    color: #F3F4ED;
    font-size: 17px;
    font-weight: lighter;
    padding: 50px 0 30px;
}

.col-full {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
}

.footer-content {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start; 
    border-bottom: solid;
}

.footer-text {
    padding-top: 20px;
}

.footer-logo {
    flex: 0 15%;
    align-self: center;
    padding-right: 30px;
    flex-direction: row;
}

.footer-logo .cls-2 {
    fill: #F3F4ED;
}

.footer-logo svg {
    width: 161.7px; 
    height: auto;
}

.footer-naslov {
    flex: 40%;
    padding-right: 20px;
}

.footer-info {
    flex: 0 0 15%;
    padding-right: 20px;
}

.footer-links-pravice {
    flex: 0 0 70%;
}

.footer-links {
    color: #F3F4ED;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.site-footer .footer-links a {
    color: #F3F4ED !important;
    text-decoration: none; 
}
*/