/*
Theme Name: Komunalno Sućuraj
Author: Tvoje Ime
Version: 1.0
Text Domain: komunalno-sucuraj
*/

.header-logo img {
    height: 68px;
}
.single-blog-thumb img {
    height: 300px;
    object-fit: cover;
}
.single-blog-box {
    background-color: #eef7f2;
}
.blog-content a {
    color: #04475e;
}
.blog-details-title {
     color: #04475e;
}
.blog-button a i {
    color: #04475e;
    }
.blog-author-title h6 {
    color: #3b8f3f;
}
.blog-details-thumb img {
    max-width: 100%;
    height: auto;
}
.section-title.center h1 {
    color: #04475e;
}
.home-two .footer-widget-info-icon i {
    background: #3b8f3f;
}
.sticky {
    background: #4f9339 !important;
}
.mean-container .mean-bar::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 190px; /* prilagodi po širini loga */
    height: 70px; /* visina loga */
    background-image: url('/wp-content/themes/ime-teme/assets/images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.contact-submit-button input {
    background: #49AE44;
    color: #fff;
    border: transparent;
    padding: 13px 25px;
    border-radius: 3px;
    margin-top: 35px;
    outline: 0;
    border: 2px solid #49AE44;
    transition: 0.5s;
 }
.contact-submit-button input:hover {
     background: transparent;
     color: #49AE44;
}