/*
Theme Name: E-Learning
Author: Unax
Author URI: https://unax.org
Description: E-Learning UniBIT is a WordPress theme designed for the purposes of the e-learning center in UniBIT.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e-learning
*/

.is-style-container {
    width: 100%;    
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

@media screen and (min-width: 1200px) {
    .is-style-container {
        max-width: 1200px;
        padding: 0;
    }
}

header.wp-block-template-part a {
    text-decoration: none;
}

header #top-bar {
    justify-content: center;
}

header #top-bar .wp-block-group.is-content-justification-left,
header #top-bar .wp-block-group.is-content-justification-right {
    width: 100%;
    height: 1rem;
}

 .wp-block-group.is-content-justification-left figure {
    height: 1rem;
    line-height: 1rem;
}

header.wp-block-template-part .wp-block-search__button {
    background-color: var(--wp--preset--color--light);
}

header.wp-block-template-part .wp-block-search__button:hover {
    background-color: var(--wp--preset--color--white);
}

footer.wp-block-template-part figure.icon,
footer.wp-block-template-part figure.icon img {
    height: 1rem;
    line-height: 1rem;
}