/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");
html {
    font-size: 55%;
}
body {
    background: #FFF;
    font-family: 'Lato';
}
a, a:hover, button:hover, button:focus, button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none !important;
}

p, span, b {
    color: #777 !important;
}

label {
    font-size: 1.75rem;
}

button {
    display: inline-block;
    margin-bottom: 15px;
}
ul#vk_list li strong {
    color: blue;
    font-weight: normal;
}
#suggesstion-box li.background {
    background: #eee;
}
#suggesstion-box li {
    margin: 0;
    padding: 5px 15px;
    max-height: 33px;
    overflow: hidden;
}