/*!
Theme Name: framework
Theme URI: https://galaxy-it.net/
Author: SAYri
Author URI: https://sayri.work/
Description: Starter template
Version: 0.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frame

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

framework is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


nav.top-line ul li {
    width: 100%;
}
nav.top-line ul li img {
    object-fit: contain;
}

html {overflow-x: hidden;}
.site-header:not(.sticky_header) .logotype {
    background: url(./assets/img/logotype.png) no-repeat center center !important;
    background-size: contain !important;
}

@media (max-width: 1600px) {
.top-line div.content-width {width: 95%;}
}
@media (max-width: 1800px) {
    footer div.content-width, .footer-bottom div.content-width {width: 95%;}
  }
  
footer {
    line-height: 30px;
}


footer .footer .right .item > ul > li {
    font-weight: normal;
}

