/*
 Theme Name:   onepress-child
 Template:     onepress
 Version:      1.0.0
*/

/** FIXES */

/* Hero section - height fix */
@media (min-width: 1200px) {
    #hero {
    height: calc(100vh - 73px);
    }
    #hero .backstretch {
        height: 100%;
    }
}

/* Boja linkova u sadržaju */
.site-content a {
    color: #0056b3; /* Jaka poslovna plava */
    text-decoration: underline; /* Podcrtano za bolju uočljivost */
    font-weight: 500; /* Malo deblja slova da se dodatno istakne */
    transition: color 0.2s ease-in-out;
}

/* Izgled kad se mišem pređe preko linka */
.site-content a:hover {
    color: #003d7a; /* Tamnija nijansa plave na hover */
    text-decoration: none; /* Makne podcrtavanje kad je miš gore (vizualni feedback) */
}

.site-logo-div img {
    max-height: 67px;
    width: auto;
}
.site-header {
    background-color: red;
}



/*Hamburger menu - color*/
#header-section #nav-toggle span {
    background: white;
}
#header-section #nav-toggle span:before {
    background: white;
}
#header-section #nav-toggle span:after {
    background: white;
}
/*Hide middle line on hamburger menu active (X)*/
#header-section #nav-toggle.nav-is-visible span {
    background-color: transparent;
}



.dokumenti-kolona p {
    padding-left: 16px;
    border-left: 4px solid orange;
}
.dokumenti-kolona .wp-block-file a {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #0693e3;
    color: white;
}
.dokumenti-kolona .wp-block-file a:hover {
    background-color: #0693e3;
    color: #eeeeee;
}
.dokumenti-kolona .wp-block-file a:before {
    content: "\f497"; /* Unicode za PDF ikonu */
    font-family: dashicons;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    color: #eeeeee;
    font-size: 24px;
}




.contact-page-address-col {
    background-color: #333333 !important;
    color: white;
    padding: 24px;
}
.contact-page-address-col a img {
    color: yellow;
}

.wp-block-table.tbl-radno-vrijeme table {
    border: 0 solid gray;
    border-radius: 14px;
}

.wp-block-table.tbl-radno-vrijeme table td {
    border: 0 solid gray;
    padding: 8px 16px;
}

#footer-widgets img {
    max-height: 120px;
    width: auto;
}

/* Footer - widget 1 */
#footer-1 .wp-block-columns.is-layout-flex {
    gap: 0 !important;
}
#footer-1 .wp-block-column > .wp-block-preformatted {
    margin: 0;
    padding: 4px 8px 4px 16px;
    line-height: 1.4;
    font-size: 14px;
    font-family: inherit;
    color: #034da2;
    font-weight: bold;
    background-color: transparent;
}
@media (max-width: 768px) {
    #footer-1 .wp-block-columns .wp-block-column:first-child {
        flex: 0 0 127px !important;
        display: flex;
        align-items: center;
    }
    #footer-1 .wp-block-columns .wp-block-column:first-child .wp-block-image {
        margin: 0 !important;   
    }
    #footer-1 .wp-block-column > .wp-block-preformatted {
        padding: 0 8px 0 16px;
    }
    #footer-1 .wp-block-columns .wp-block-column:last-child {
        flex-basis: 60% !important;
        display: flex;
        align-items: center;
    }
}


