/*
Theme Name: Normal Theme
Author: Concise Digital
Author URI: https://www.concise.digital/
Theme URI: https://www.concise.digital/
Tags: full-site-editing
Text Domain: normal-theme
Requires at least: 6.1
Requires PHP: 7.3
Tested up to: 6.2
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('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.site-header {
  z-index: 9999;
  position: relative;
	    max-width: 1200px;
    margin: auto;
	    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.site-header .is-content-justification-space-between {
  justify-content: space-between;
}

h1{
	font-family: "Inter", sans-serif;
	  color: #000;
	font-weight: 600;
}

h1 a{
	font-family: "Inter", sans-serif;
	  color: #000;
	  text-decoration: none;
}

h1 a:hover {
	color: #1967d2;
 }

.site-header .header-middle .navbar .navbar-nav {
    grid-gap: 0px;
	display: flex;
  }
  .site-header .header-middle .navbar .navbar-nav > li {
    padding: 0;
	  list-style:none;
  }
  .site-header .header-middle .navbar .navbar-nav > li > a {
    padding: 12px 15px;
    font-size: 16px;
	  color: #000;
	font-family: "Inter", sans-serif;
	  text-decoration: none;
  }


  .site-header .header-middle .navbar .navbar-nav > li > a:hover {
color: #1967d2;
  }

#content {
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}

.news-block-item{
	border-bottom: 1px solid #e7e7e7;
    padding: 0 0 15px 0;
	margin-bottom: 24px;
}

.news-block-item a{
	font-size: 20px;
	color: #1967d2;
}

.news-block-item a:hover{
	text-decoration: none;
}

.cat_titles {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    text-align: center;
}

.cat_title a{
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	display: block;
}

.cat_title a img{
	margin-bottom: 8px;
}

.cat_title a:hover{
	color: #1967d2;
	text-decoration: none;
}