/*
 Theme Name:   Kokor Theme
 Theme URI:    http://narrative.studio/
 Description:  Hello Child Theme
 Author:       Narrative Studio
 Author URI:   https://narrative.studio/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kokoropets
*/

/* ---------------------------
   FORMS
   --------------------------- */
   
.elementor-widget-form .elementor-field-group {
    align-content: flex-start;
}
.elementor-widget-form .elementor-field-group > label {
	margin-bottom: 8px;
}
.elementor-field-group .elementor-field-textual:focus {
	box-shadow: 0 0 0 3px rgba(0,123,255,.25);
}
.elementor-message:not(.elementor-help-inline) {
	color: #004085;
    background-color: #cce5ff;
	position: relative;
    padding: 12px 20px;
    margin-top: 16px;
    margin-bottom: 0;
    border: 1px solid #b8daff;
    border-radius: 4px;
}
.elementor-message:before {
	display: none;
}
.elementor-message.elementor-message-success:not(.elementor-help-inline) {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.elementor-message.elementor-message-danger:not(.elementor-help-inline) {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.elementor-help-inline.elementor-message-danger {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 80%;
    color: #dc3545;
}
.elementor-default .elementor-error .elementor-field[aria-invalid="true"] {
    border-color: #dc3545;
}
