/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Input i select polja */
.wpcf7-form .wpcf7-form-control:not(textarea):not(.wpcf7-submit) {
    height: 52px;
    min-height: 52px;
    padding: 0 18px;
    font-size: 15px;
}

/* Textarea (ako je budeš dodavao) */
.wpcf7-form textarea.wpcf7-form-control {
    min-height: 180px;
    padding: 14px 18px;
    font-size: 15px;
}

/* Razmak između labele i polja */
.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Veći razmak između redova */
.wpcf7-form p {
    margin-bottom: 20px;
}

/* Language selector */
.flag {
    width: 32px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.language-switcher {
    position: relative;
}

.language-switcher > .wd-dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.language-switcher .wd-dropdown-menu .elementor-widget-image a {
    display: block !important;
}