/*
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;
}

.language-switcher img {
    width: 32px !important; /* Promijeni na veličinu koju želiš */
    height: auto !important;
}

.nav-links {
    display: flex;
}
.prev.page-numbers, .page-numbers{
    background-color: rgba(97, 108, 212, 0.5);
    cursor: pointer;
    padding: 11px 15px;
    background-color: rgba(97, 108, 212, 0.2);
    border-radius: 6px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 5px;
}

.mc4wp-response {
	color: #fff;
    width: 320px;
}

a {
  cursor: pointer;
}

footer .menu-item.current-menu-item {
    border-bottom: 0 !important;
}

