.post p img {
    width: 100% !important;
    height: auto !important;
}

.inner-blog a img {
    width: 100% !important;
    height: auto !important;
}
.obavestenjeterms{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 10px;
    display: none;
}
.clsfooter{
    margin-left: 20px;
}

@media only screen and (max-width: 992px) {
    #blog .inner-blog {
        flex-wrap: nowrap;
    }

    #blog .inner-blog .single {
        flex-basis: 100%;
    }
}

.wpwl-has-error {
    word-break: break-all;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: #38997a !important;
    border-color: #38997a !important;
}


.m-top-45 {
    margin-top: 45px;
}
.m-top-8 {
    margin-top: 8px;
}

.p-left-15 {
    padding-left: 15px;
}

h1 {
    font-size: 32px;
}

.returning {
    display: none;
}

#search_checkbox.disabled .form__checkbox + label::before {
    content: "";
    display: inline-block;
    color: #eee;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 13px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    border: 1px solid #38997a;
    background-color: #eee;
}

/*** Captcha Code ***/
.captcha-form-group img {
    width: 135px;
    height: 47px;
}
.captcha-form-group input {
    width: 230px;
}

/*** menu padding ***/
ul.slimmenu li a {
    padding: 12px 15px;
}

/***TOP AREA SEARCH FORM ***/
.m-top-61 {
    margin-top: 61px;
}


/*** Skoplje timetable ***/
.skoplje.next-steps {
    width: 100%;
    padding: 20px 0 !important;
    background-color: #38997a !important;
}

#timetable .skoplje.next-steps .row a:last-child {
    background-color: #fff;
    color: #38997a !important;
}

#timetable .info.skoplje {
    padding: 30px 0 !important;
}

/* Footer payment logos: normalize size/alignment and keep ordered one-row layout */
footer#main-footer #card_logos .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 18px;
}

footer#main-footer #card_logos .logos a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer#main-footer #card_logos .logos img {
    width: auto;
    height: 34px;
    max-width: 120px;
    margin-right: 0;
    object-fit: contain;
    vertical-align: middle;
}

@media only screen and (max-width: 992px) {
    footer#main-footer #card_logos .logos {
        flex-wrap: wrap;
        gap: 12px;
    }

    footer#main-footer #card_logos .logos img {
        height: 30px;
        max-width: 110px;
    }
}

