@charset "UTF-8";
/*
Theme Name: Zalend Blog
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

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.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
}

header.main-header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  background-color: #01214a;
  padding: 0 100px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

header.main-header a {
  color: #fff;
  text-decoration: none;
}

header.main-header .logo img {
  height: 36px;
  margin: 12px 0;
}

header.main-header .menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

header.main-header .menu .menuItem {
  color: #333333;
  line-height: 60px;
  font-size: 20px;
  flex: 0 0 150px;
}

header.main-header .menu .menuItem a {
  cursor: pointer;
  display: block;
  text-align: center;
}

header.main-header .menu .menuItem a:hover {
  color: #01214a;
}

header.main-header .menu .menuItem ul {
  display: block;
  background-color: #01214a;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: height 500ms;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 0;
}

header.main-header .menu .menuItem ul li {
  font-size: 20px;
  line-height: 60px;
}

header.main-header .menu .menuItem ul li:hover {
  background-color: #fff;
}

header.main-header .menu .menuItem:hover > a {
  color: #01214a;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

header.main-header .menu .menuItem:hover .productMenu {
  height: 360px;
}

header.main-header .menu .menuItem:hover .newsMenu {
  height: 180px;
}

header.main-header .menu .menuItem:hover .caseMenu {
  height: 300px;
}

header.main-header .menu .menuItem:hover .aboutMenu {
  height: 180px;
}

#content {
  margin: 110px auto 50px auto;
  width: 1200px;
}

footer.news-center-footer {
  padding: 90px 100px 20px 100px;
  background-color: #4a4a4a;
  color: #fff;
  font-weight: 300;
}

footer.news-center-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

footer.news-center-footer .footer-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 56px;
}

footer.news-center-footer .footer-container .company {
  flex: 0 0 450px;
  padding-right: 2em;
  margin-top: -56px;
}

footer.news-center-footer .footer-container .company h5 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 400;
}

footer.news-center-footer .footer-container .company p,
footer.news-center-footer .footer-container .company a {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

footer.news-center-footer .footer-container .sitemap {
  display: flex;
}

footer.news-center-footer .footer-container .sitemap ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 2em 0 0;
  margin: 0;
}

footer.news-center-footer .footer-container .sitemap ul li {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 12px;
}

footer.news-center-footer .footer-container .qrcode {
  flex: 0 0 200px;
}

footer.news-center-footer .footer-container .qrcode img {
  height: 200px;
  width: 200px;
}

footer.news-center-footer .copyright {
  text-align: center;
  line-height: 2;
  font-size: 14px;
}

.post-list a {
  color: inherit;
  text-decoration: none;
}

.post-list article {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  height: 200px;
  justify-content: space-between;
}

.post-list article .post-thumbnail {
  flex: 0 0 400px;
  text-align: center;
}

.post-list article .post-thumbnail img {
  border-radius: 10px;
  height: 200px;
  width: 360px;
}

.post-list article .post-content {
  display: flex;
  flex: 0 0 calc(100% - 500px);
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}

.post-list article .post-content .post-date {
  font-size: 14px;
  color: #999999;
}

.post-list article .post-content h5 {
  font-size: 18px;
  color: #333333;
}

.post-list article .post-content p {
  font-size: 14px;
  color: #333333;
}

.post-list article .post-content span.post-tag-list {
  font-size: 12px;
  color: #666666;
}

.post-list article .post-content span.post-tag-list .post-tag-item {
  margin-right: 10px;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.post-list article:hover {
  box-shadow: 0 0 10px 5px #e6e6e6;
  border-radius: 10px;
}

.post-list article:hover h5 {
  color: #01214a;
}

nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

nav .nav-links .page-numbers {
  display: flex;
  margin: 0 10px;
  color: #666;
  background-color: #e6e6e6;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

nav .nav-links .page-numbers svg {
  fill: #666;
}

nav .nav-links .page-numbers.current {
  background-color: #01214a;
  color: #fff;
}

.category-list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 50px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.category-list .category-item {
  flex: 0 0 20%;
  padding: 20px 0;
  color: #01214a;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #01214a;
  font-weight: bold;
}

.category-list .category-item.activatd, .category-list .category-item:hover {
  background-color: #01214a;
  color: #fff;
  box-shadow: 0 0 10px #666;
}

.post-container .menu-link a {
  color: #01214a;
  text-decoration: none;
}

.post-container header {
  padding-top: 50px;
}

.post-container header .date {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.post-container header h1 {
  font-size: 22px;
  color: #181818;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.post-container .two-columns {
  display: flex;
  justify-content: space-between;
}

.post-container .two-columns article {
  flex: 0 0 calc(100% - 400px);
  margin-top: 50px;
  padding-top: 50px;
}

.post-container .two-columns article p {
  text-indent: 2em;
  padding: 10px 0;
  color: #333333;
  line-height: 2;
}

.post-container .two-columns article img {
  border-radius: 10px;
}

.post-container .two-columns aside {
  flex: 0 0 300px;
}

.post-container .two-columns aside h2.latest-news {
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}

.post-container .two-columns aside .recent-posts-widget-with-thumbnails ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.post-container .two-columns aside .recent-posts-widget-with-thumbnails ul li {
  padding: 0;
  border: 1px solid #f1f2f2;
  border-radius: 10px;
}

.post-container .two-columns aside .recent-posts-widget-with-thumbnails ul li:hover {
  box-shadow: 0 0 10px rgba(27, 31, 64, 0.1);
}

.post-container .two-columns aside .recent-posts-widget-with-thumbnails ul li:hover a {
  color: #01214a !important;
}

.post-container .two-columns aside .recent-posts-widget-with-thumbnails ul a {
  display: flex;
  flex-direction: column;
  color: #333333;
  text-decoration: none;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.post-container .two-columns aside .recent-posts-widget-with-thumbnails ul a img {
  width: 270px !important;
  height: 150px !important;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.post-container .two-columns article {
  border-top: 1px solid #e6e6e6;
}

.post-container nav .nav-links {
  display: block;
}

.post-container nav .nav-links > div {
  padding: 10px 0px;
}

.post-container nav .nav-links a {
  color: #01214a;
  text-decoration: none;
}
