/*
Theme Name: LKU
Theme URI: https://lku.lt
Author: Creative Partner
Author URI: https://www.cpartner.lt
Description: WP theme for LKU;
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lku
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import "https://code.jquery.com/ui/1.14.2/themes/base/jquery-ui.min.css";
/*@import "assets/theme.css?2024062701";*/

.wpforms-field-label {
    padding: 0 0 6px !important;
    display: block !important;
    color: #777 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.wpforms-field-container {
    --wpforms-field-background-color: #F5F5F5;
    --wpforms-field-border-radius: 4px;
    --wpforms-field-text-color: #222;
    --wpforms-field-border-size: 1px;
    --wpforms-field-border-style: solid;
    --wpforms-field-border-color: #DDDDDD;
    --wpforms-field-size-font-size: 18px;
}

.wpforms-field-container select:focus, input:focus, textarea:focus {
    border-color: #FF0000;
}

.wpforms-field-container ul li:before {
    content: none !important;
}

.wpforms-submit {
    padding: 9px 10px 11px !important;
    font-weight: 700 !important;
    --wpforms-button-border-radius: 4px;
    --wpforms-button-size-font-size: 16px;
}

div.wpforms-container-full {
    --wpforms-button-background-color: #9AC328;
}
