input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="range"], select {
    line-height: 1.7rem;
    min-height: auto !important;
    height: 1.7rem;
}


button[type="submit"]:not(.w-btn), input[type="submit"] {
    /*font-weight: 600;*/
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.1em 0.5em;
    background: linear-gradient(135deg,#ed6b00,#fbb03b) !important;
    border-color: transparent;
    color: #ffffff!important;
    font-size: .9rem !important;
}

button[type="button"]:not(.w-btn), input[type="button"] {
    /*font-weight: 600;*/
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.1em 0.5em;
    background: linear-gradient(135deg,#ed6b00,#fbb03b) !important;
    border-color: transparent;
    color: #ffffff!important;
    font-size: .9rem !important;
    min-height: auto !important;
    line-height: 1.9!important;
    width: auto !important;
}

.vc_column-inner input[type="checkbox"], input[type="radio"]{
margin-top: 10px !important;
}

.text-right {
text-align: right;
}

.text-center {
text-align: center;
}

.label-form{
    text-align: right !important;
}

@media (max-width: 899px) {
    .g-cols > div:not([class*=" vc_col-"]) {
        width: 100%;
        margin: 0 0 0.3rem;
    }

    .label-form{
        text-align: left !important;
    }
}

.thumb-post img {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 150px;
    margin-bottom: 1rem;
}