/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*=== Wetter- Anzeige ===*/

/* Header */

#simple-weather--0dd83785c8e34ac08705d0a215dfb39f span {
    color: red!important;
    font-family: 'Heebo';
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}


@media screen and (max-width: 1024px) {
    #simple-weather--0dd83785c8e34ac08705d0a215dfb39f span {
        font-size: 12px;
    }
}

#show-hide .elementor-element.elementor-element-9c02a7d.e-con-boxed.e-flex.e-con ul li:nth-child(3) a span.elementor-icon-list-icon svg {
    fill: red;
    transition: fill 0.3s;
}

/* Footer */

.simple-weather__temp {
    color: white!important;
}

.simple-weather .sw {
    color: white!important;
}

#simple-weather--44ce02a770c18d21c67ba050c2e5db0a span span {
    color: #BE9B19!important;
}

/*  Youtube Icon Header */

#yutub ul li:nth-child(3) a span.elementor-icon-list-icon svg {
    fill: red;
}


/* === CUSTOMISED LOGIN SCREEN === */

.login {
    background-color: #4e6b81 !important;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    padding: 10% 0 0!important;
}

.login h1 a {
    background-repeat: no-repeat;
    background-image: url(https://www.villa-dajana.com/wp-content/uploads/Logo3_VD.svg);
    background-position: center center;
    background-size: contain !important;
    width: 100% !important;
}

#wp-submit {
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    background-color: #009ee1;
    font-size: 1.1em;
    border: none;
}

#wp-submit:hover {
    background-color: rgb(51, 51,51);
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease;
}

#login-message {
    border-left: 16px solid #3dff39;
}

.login #login_error,
.login .message,
.login .success {
    border-left: 16px solid #d90a2c;
}


