﻿/*!
Theme Name: Knowall Zone
Description: A child theme for Knowall, used by help.zone.eu
Author: Peeter Marvet
Author URI: https://www.zone.ee/
Template: knowall
Version: 2.0.2
*/

@import url("bootstrap-grid.min.css");


body,
input,
optgroup,
select,
textarea {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	color: #595959;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto;
	font-weight: 700;
	text-transform: none;
	color: #333333;
}

/* Fonts */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url('./fonts/roboto-v30-latin_cyrillic-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
        url('./fonts/roboto-v30-latin_cyrillic-700.woff2') format('woff2');
}

@font-face{
    font-family:"Font Awesome 6 Brands";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src: url('./fonts/fa-brands-400.woff2') format("woff2"), url('./fonts/fa-brands-400.ttf') format("truetype");
}


.site-logo {
    width: 200px;
}

.lang-item.current-lang {
    font-weight: bold;
}

.hkb-article__content code {
    background-color: #e5e5e5;
    font-weight: bold;
}

.btn-success {
    color: white;
}

.hts-messages.hts-messages--danger.outdated {
    border: 3px solid;
    border-color: rgb(249, 0, 0);
}

.site-footer {
    background: #fff !important;
    padding: 0 !important;
    font-size: 14px;
    color: #0D0D1A;
    margin-top: 4rem;
}

.site-footer p {
    font-size: 14px;
}

.site-footer a {
    color: #0D0D1A;
    text-decoration: none;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 1200px) {
    .site-footer .ee ul.sub-menu {
        column-count: 2;
    }
}

.site-footer ul.sub-menu li {
    margin-bottom: 0.25rem;
 }

.site-footer .menu>li>a {
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: block;
    
}

.site-footer .container {
    max-width: 1360px;
}

.site-footer .container.ee {
    margin-bottom: 4rem;
}

.site-footer .footer-2 {
    border-right: 1px solid #e9eae6;
}

.footer-wide {
    background: #f9f9fb;
    padding-top: 2.75rem;
    padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .footer-wide {
        display: none;
    }
}


.footer-wide .container {
    max-width: 1200px;
}

.ht-container, .ht-sitecontainer--boxed {
    max-width: 1400px !important;
}

.fab {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}


a .fa-twitter-square, a .fa-twitter {
    color: #00aced;
}

a .fa-facebook-square, a .fa-facebook {
    color: #3b5998;
}

a .fa-youtube-square, a .fa-youtube {
    color: #bb0000;
}

a .fa-google-plus-square, a .fa-google-plus {
    color: #dd4b39;
}

a .fa-linkedin-square, a .fa-linkedin {
    color: #007bb6;
}

a .fa-instagram {
    color: #517fa4;
}
  

.z-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
}

svg.z-icon {
    overflow: hidden;
    vertical-align: middle;
}

.z-icon.linkedin {
    width: 20px;
    height: 20px;
}

.site-footer.eu {
    position: relative;
    padding-top: 4rem !important; 
    padding-bottom: 5rem !important;
    background: #F6F6F7 !important;
    color: #111111;
}

.site-footer .container.eu p {
    color: #111111;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.site-footer .container.eu a {
    font-size: 16px;
}

.site-footer .container.eu .menu>li>a {
    font-size: 20px;
}

.site-footer .container.eu .widget {
    background: initial;
    padding: 0;
    margin: 0;
}
.site-footer .container.eu ul.sub-menu li {
    margin-bottom: 0.5rem;
}

.wp-block-image:last-child {
    margin-bottom: 1.5rem;
}

.wp-block-image {
    margin-top: 2.5rem;
}

.ml-3, .mx-3 {
    margin-left: 0.75rem !important;
}
.mr-3, .mx-3 {
    margin-right: 0.75rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -0.75rem !important;
}
.mr-n3, .mx-n3 {
    margin-right: -0.75rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .mb-lg-10, .my-lg-10 {
        margin-bottom: 2.5rem !important;
    }
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}