/*
Theme Name: My Custom Theme
Theme URI: https://example.com/
Author: Ivko
Author URI: https://example.com/
Description: Osnovna WordPress tema za dalji razvoj.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/


.contact-form form input, textarea {
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

.button-form .wpcf7-submit {
    padding: 0;
    border: none;
}

.wpcf7-form {
    max-width: 660px;
    margin: 0 auto;
}

.wpml-ls-link, .wpml-ls-native, .wpml-ls-display {
    display: none !important;
    text-decoration: none;
  }

  .wpml-ls-statics-post_translations a {
    line-height: 1;
    text-decoration: none;
    display: none !important;
}