/* Forme za ISUM */
.mla-n {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #a70532;
    width: 145px;
    height: 41px;
    border-radius: 100px;
    font-family: 'Fira Sans',sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    font-size: 15px !important;
    transition: all .5s;
    border: 0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #d81047;
    border: 0;
}

.mla-form {
    margin-top: 40px;
}

.mla-form .select-arrow { height: 29px !important; }

.mla-form .select2-selection--single {
    border: 1px solid #d2d2d2!important;
    height: 36px;
    border-radius: 0;
}

.mla-form .select2-selection--single span {
    height: 36px;
    line-height: 36px;
}

#header-mla-v2.fixed-header {
    z-index: 999;
}

.mla-dropdown-inner {
display:none;
}

.select2-results__option[aria-selected] {
    font-family: 'Fira Sans',sans-serif;
    font-size: 13px;
}

.mla-form .select2-selection__arrow b {
    border: 0 !important;
    border-left: 1px solid #dadada !important;
    width: 36px !important;
    height: 36px !important;
    top: 1px !important;
    left: -13px !important;
    text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #a70532;
}

.mla-form .select-arrow {max-height: 34px !important;height: 34px !important;font-weight: 300 !important;font-family: 'FONT AWESOME 5 PRO' !important;line-height: 36px;}

.mla-form .select2-selection__arrow b:after {
    border: 0 !important;
    width: 10px !important;
    content: '\f107';
    font-weight: 300 !important;
    font-family: 'Font Awesome 5 Pro' !important;
    color: #aaa9a9!important;
}

.mla-form .wpcf7-select-parent select {
    height: 36px !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { color: #333 !important; } 
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { color: #333 !important; } 
.one_half { margin-top: 14px; }
input, label, p, .wpcf7-submit, input.wpcf7-form-control.wpcf7-submit, select { font-family: 'Fira Sans',sans-serif; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #ffc107;
    border: 0;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
    font-family: 'Fira Sans',sans-serif;
}

div.wpcf7-mail-sent-ok {
    background: #4caf50;
    border: 0;
	    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
    font-family: 'Fira Sans',sans-serif;
}

.mla-dd {
    border: 1px solid #e2e2e2;
    display: block;
    padding: 8px 11px;
    font-size: 13px;
    font-family: 'Fira Sans',sans-serif;
    line-height: 18px;
    cursor: pointer;
}

.mla-dropdown {
    position: relative;
}

.mla-dropdown-inner {
    background: #f2f2f2;
    position: absolute;
    z-index: 11;
    width: 100%;
}

.mla-dropdown-inner span {
    display: block;
    padding: 8px 11px;
    font-size: 13px;
    font-family: 'Fira Sans',sans-serif;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #FFF;
    transition: all .5s;
    cursor: pointer;
}

.mla-dropdown-inner span span {
    display: initial;
    border: 0;
}

.mla-dropdown-inner br {
    display: none;
}

.mla-dropdown-inner span.dd-fit {background: #011d5e;}
.mla-dropdown-inner span.dd-fit:hover {background: #2b2996;}
.mla-dropdown-inner span.dd-fam {background: #e69d01;}
.mla-dropdown-inner span.dd-fam:hover {background: #fdb722;}
.mla-dropdown-inner span.dd-fdu {background: #5a1196;}
.mla-dropdown-inner span.dd-fdu:hover {background: #bd05b3;}
