/*
Theme Name:   Chisla 2023
Theme URI:    http://chisla.ua
Description:  Start rocket
Author:       Alex Chislo
Author URI:   http://chisla.it
Template:     webion
Version:      1.0.1
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:  chisla
*/

/* импортируем стили родительской темы */
@import url("../webion/style.css");

h1 span {
    color:#00a7f7;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: -20px;
    margin-bottom: 20px;
}
a {
}
a:hover {
    border-bottom-width: 0px;
    border-bottom-color: #ababab;
    border-bottom-style: solid;
}
footer a:hover, footer a:hover .elementor-icon-list-text, .jet-logo a:hover {
    border-bottom:none;
    color:#FDE441!important;
}
.menu-item-object-language_switcher {
    background-color: #eee;
    padding: 0px 10px;
}


@media screen and (max-width: 768px){
    .ab-item {
        width: 42px!important;
    }
    .menu-base-menu-container .jet-nav--horizontal {
        border-top: 7px solid #131313;
        border-bottom: 7px solid #131313;
        box-shadow: 0px 100px 500px rgba(0,0,0,0.17);
        margin-top: 30px!important;
    }
    .menu-item-object-language_switcher {
        background-color: #fff;
        padding: 0px;
    }
    .menu-item-object-language_switcher span {
        background-color: #eee;
        padding: 5px 5px;
    }
    .jet-mobile-menu.jet-nav-wrap .jet-nav.m-layout-mobile .menu-item-link.menu-item-link-top {
        padding-left: 15px;
    }

}

@media (max-width: 768px) {
    h1a {
        font-size: 2rem!important;
    }
    h2a {
        font-size: 1.8rem!important;;
    }
    h3a {
        font-size: 1.6rem!important;;
    }
    h4a {
        font-size: 1.4rem!important;;
    }
    h5a {
        font-size: 1.2rem!important;;
    }
}