@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap&subset=cyrillic,latin-ext,vietnamese');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}

a {
	color: #db4360;
	text-decoration: none;
}

a:hover {
	color: #e4405f;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	line-height: 1.3;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px
}
h1 {
	font-size:32px
}
h2 {
  font-size:28px
}
h3 {
  font-size:22px
}
h4 {
  font-size:16px
}
h5,
h6 {
  font-size:13px
}

.container {
	max-width: 1300px;
}

.container:after {
    content: '';
		display: block;
    clear: both;
}

.site-main {
	padding: 15px 15px 15px 0;
}

section.col,
div.col {
	padding-right: 40px;
	margin-bottom: 0;
}

.content-blocks .col:last-child {
	padding-right: 0;
	margin-bottom: 0;
}

.site-content {
	margin-top: 75px;
}

.home .site-content {
	margin-top: 0;
}

.logged-in,
.logged-in .site-header,
.logged-in.single .site-header,
.logged-in.page .site-header,
.logged-in.archive .site-header {
	top: 25px;
	margin-top: 0;
}

.logged-in.single .site-header.is-sticky,
.logged-in.page .site-header.is-sticky,
.logged-in.archive .site-header.is-sticky {
	top: 0;
	margin-top: 28px;
}

.single .site-header,
.page .site-header,
.archive .site-header {
	background: #fff;
	width: 100%;
	height: auto;
	box-sizing: content-box;
}

.site-header {
	background: transparent;
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: content-box;
	transition: none;
  border-bottom: none;
}

.site-header.is-sticky,
.home.page .site-header.is-sticky {
  left: 0;
  width: 100%;
	padding: 14px 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  z-index: 9999;
  position: fixed;
  top: 0;
}

.home.page .site-header a,
.home.page .site-header .main-navigation ul > li.menu-item-has-children::after  {
	color: #fff;
}

.site-header.is-sticky a,
.home.page .site-header.is-sticky a,
.single .site-header a,
.page .site-header a,
.archive .site-header a {
	color: #000;
}

.site-header.is-sticky .main-navigation ul > li.menu-item-has-children::after,
.home.page .site-header.is-sticky .main-navigation ul > li.menu-item-has-children::after,
.single .site-header .main-navigation ul > li.menu-item-has-children::after,
.page .site-header .main-navigation ul > li.menu-item-has-children::after {
  color: #000;
}

.site-header.is-sticky .search input[type="search"],
.home.page .site-header.is-sticky .search input[type="search"],
.single .site-header .search input[type="search"],
.page .site-header .search input[type="search"] {
	border: solid 1px #333;
}

.site-header .container {
	position: relative;
	display: flex;
	align-items: center;
}

.site-header .site-branding {
	flex-basis: 15%;
}

.site-header .main-navigation {
	flex-basis: 75%;
	text-align: right;
}

.site-header .main-navigation ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
	font-size: 14px;
}

.site-header.is-sticky .main-navigation ul {
	padding: 5px 0 10px 0;
}

.site-header .main-navigation ul > li.menu-item-has-children::after {
	color: #fff;
	vertical-align: middle;
}

.site-header .main-navigation ul li {
	text-align: left;
}

.site-header .main-navigation ul > li {
	position: relative;
	padding: 0 10px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.site-header.is-sticky .main-navigation ul > li {
	padding: 10px;
}

.site-header .main-navigation .menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 240px;
  background: #111;
  border-top: none;
  -webkit-box-shadow: 0 -3px 0 #111;
  -moz-box-shadow: 0 -3px 0 #111;
  box-shadow: 0 -3px 0 #111;
  top: 100%;
  left: -1px;
  z-index: 2000;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}

.site-header .main-navigation li:hover ul.sub-menu {
	padding: 0;
}

.site-header .main-navigation .menu .sub-menu li a {
  display: block;
  color: #999;
  text-decoration: none;
  padding: 7px 20px;
  border-top: 1px solid #444;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.site-header .main-navigation .menu .sub-menu li a:hover {
  color: #fff;
}

.site-header .main-navigation .menu .sub-menu li:first-child a {
  border-top: none;
}

.site-header.is-sticky .mobile-menu-toggle .line,
.single .site-header .mobile-menu-toggle .line,
.single .site-header.is-sticky .mobile-menu-toggle .line,
.page .site-header .mobile-menu-toggle .line,
.page .site-header.is-sticky .mobile-menu-toggle .line,
.home.page .site-header.is-sticky .mobile-menu-toggle .line {
	background-color: #fff;
}

.home.page .site-header .mobile-menu-toggle .line {
	background-color: #fff;
}

.home.page .site-header.is-sticky .mobile-menu li a,
.page .site-header.is-sticky .mobile-menu li a {
	color: #d5d5d5;
}

.site-header .search .search-form-wrap {
	display: none;
	position: absolute;
	right: 50px;
	margin-top: 30px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-left-radius: 3px;
	transition: 0.25s all;
}

.site-header .search .search-form-wrap.active {
	display: block;
}

.site-header .search .search-toggle {
  display: block;
  float: right;
  font-size: 19px;
  margin-top: -2px;
  position: relative;
  left: -3px;
  cursor: pointer;
}

.site-header .search .search-toggle,
.home.page .site-header .search .search-toggle {
	color: #fff;
}

.site-header.is-sticky .search .search-toggle,
.home.page .site-header.is-sticky .search .search-toggle,
.page .site-header .search .search-toggle,
.single .site-header .search .search-toggle {
	color: #000;
}

.site-header .search {
	flex-basis: 5%;
	float: none;
	margin-top: 0;
	margin-right: 0;
}

.site-header .search input[type="search"] {
	color: #000;
}

.site-header .social-buttons {
	flex-basis: 5%;
	float: none;
	right: 0;
	top: 0;
	text-align: center;
}

.site-header .site-branding .logo {
	max-height:49px;
	display:block;
}

body.author {
  margin-top: 0;
}

.logged-in .site-wrap .hero-header {
  margin-top: 0px;
}

.site-wrap .hero-header .container {
  display: block;
	text-align: center;
}

.hero-header h1 {
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
	text-shadow: 3px 3px 0 rgba(0,0,0,.8);
	letter-spacing: -1px;
	font-family: "Oswald", sans-serif;
}

.hero-header .subtitle {
	text-align: center;
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	color: #fff;
}

.home .hero-header .subtitle,
.hero-header .subtitle.nobg {
	display: block;
	clear: both;
	overflow: auto;
	padding: 0;
	margin-top: 10px;
	border-top: none;
	border-bottom: none;
	text-align: center;
	text-transform: none;
	background: transparent;
  font-size: 24px;
  font-family: "Oswald",sans-serif;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
}

.footer {
	border-top: 1px solid #ccc;
	padding-top: 60px;
}

.footer-content-block {
	margin-right: 10px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-content-block h2 {
	letter-spacing: 2px;
  font-weight: 400;
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px 0;
}

.footer-content-block .news-block .news-list .news-list-item .details .title a {
	color: #525252;
}

.footer-content-block .news-block .news-list .news-list-item .details .title a:hover {
	text-decoration: underline;
}

.footer-content-block .menu-list .menu-item a,
.footer-content-block.blog-feed .nothumbnail a {
	position: relative;
	padding-left: 15px;
	color: #525252;
}

.footer-content-block .menu-list .menu-item a:before,
.footer-content-block.blog-feed .nothumbnail a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 1px;
	left: 0;
}

.footer-bottom {
  background: #111;
  color: #fff;
  padding: 20px 0;
	text-transform: uppercase;
  font-family: oswald,sans-serif;
}

.footer-bottom a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer-bottom .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom .container .footer-copyright {
  flex-basis: 160px;
}

.footer-bottom .container .footer-bottom-menu {
  flex: 1;
	padding: 0 20px;
}

.footer-bottom .container .footer-bottom-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.footer-bottom .container .footer-bottom-menu ul li:after {
  content: "/";
	padding: 0 10px;
}

.footer-bottom .container .footer-bottom-menu ul li:last-child:after {
  content: "";
}

.footer-bottom .container .footer-bottom-menu ul li a:hover {
	text-decoration: underline;
}

.footer-bottom .container .social-buttons {
  flex-basis: 100px;
	text-align: right;
}

.footer-bottom .container .social-buttons div {
	display: inline-block;
	padding-left: 20px;
}

.post .footer h2,
.page .footer h2 {
  border-bottom: none;
}

.footer .blog-feed a {
	text-transform: uppercase;
}

.post h2, .page h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;
}

.big-entry-header {
	clear:both;
	text-align:center;
	width: 100%;
}

.big-entry-header h1 {
	font-size:54px;
	line-height:1.3;
	margin-bottom:0;
	font-weight:400;
	color:#333;
}

.big-entry-header .meta	{
	display:inline-block;
	clear:both;
	color:#999;
	overflow:hidden;
	padding:10px 16px;
	margin-top:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}

.sidebar .sidebar-inner .news-list .news-list-item .details h4.title {
	font-size: 12px;
}

.content-blocks > section {
	clear: both;
	margin-bottom: 40px;
}

.blog-feed .news-list {
	position: relative;
}

.blog-feed-horizontal .news-list {
	display: flex;
	flex-wrap: wrap;
}

.blog-feed .news-item {
	position: relative;
	margin-bottom: 9px;
	min-height: 83px;
}

.blog-feed-horizontal .news-item {
	flex: 1;
	min-width: 280px;
	padding-right: 10px;
}

.blog-feed a {
	display: block;
	text-decoration: none;
	padding-left: 100px;
	position: relative;
	color: #707070;
}

.blog-feed .nothumbnail a {
	padding-left: 0;
}

.blog-feed a .title {
	text-transform: none;
	letter-spacing: 0;
}

.blog-feed a:hover .title {
	color: #b91f39;
}

.blog-feed .thumb {
	width: 80px;
	position: absolute;
	left: 0;
	top: 3px;
}

.blog-feed .thumb img {
	max-width: 100%;
}

.blog-feed .details {
	position: relative;
}

.blog-feed .title {
	margin-bottom: 0;
	margin-top: 0;
	font-family: "Oswald", sans-serif;
	color: #000;
	padding-top: 0;
}

.blog-feed .date {
	font-size: .9em;
}

.grid-items {
  padding: 50px 0;
  background-size: cover;
  background-color: #292929;
}

.grid-items .grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-items .grid::after {
  display: none;
}

.grid .grid-item {
	box-sizing: border-box;
  position: relative;
	min-width: 29%;
	flex-basis: 31%;
  padding: 25px 35px 40px 35px;
  background: rgba(255, 255, 255, 0.9);
  margin: 20px 0;
  color: #2a2a2a;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.grid .grid-item.grid-item-c1 {
	min-width: 100%;
	flex-basis: 100%;
}

.grid .grid-item.grid-item-c2 {
	min-width: 46%;
	flex-basis: 48%;
}

.grid .grid-item.grid-item-c3 {
	min-width: 29%;
	flex-basis: 31%;
}

.grid .grid-item.grid-item-c4 {
	min-width: 21%;
	flex-basis: 23%;
}

.grid .grid-item a {
  text-decoration: underline;
  color: #0038a5;
}

.grid .grid-item a:hover {
  text-decoration: none;
}

.grid .grid-item > a {
  display: block;
  text-decoration: none;
  color: #2a2a2a;
}

.grid .grid-item .icon {
  width: 43px;
  margin: 10px auto;
  transform: scale(1);
  transition: 0.25s transform;
  will-change: transform;
}

.grid .grid-item a:hover .icon {
  transform: scale(1.2);
}

.grid .grid-item .icon img {
  max-width: 100%;
}

.grid .grid-item .title {
	padding-bottom: 14px;
	margin: 0 0 10px 0;
	text-align: center;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1px;
  border-bottom: 1px solid #9d9d9d;
  color: #0038a5;
}

.grid .grid-item .contet {
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.grid .grid-item a:hover .content {
  color: #0038a5;
}

/*related articles*/
.single-post #main .related-articles {
  max-width: 900px;
}

.single-post #main .related-articles .slick-slide {
  margin: 20px 15px 0 15px;
}

.single-post #main .related-articles .slick-prev,
.single-post #main .related-articles .slick-next {
  top: 40%;
}

.single-post #main .related-articles .news-list-item .thumb {
  margin-top: 0;
  margin-bottom: 0;
  background-image: url('../img/default-news-thumbnail.png');
  background-size: cover;
  background-position: center;
}

.single-post #main .related-articles .news-list-item .title {
  font-size: 18px;
}

.archive-list-item .archive-post-top {
	display: flex;
}

.archive-list-item .archive-post-top-left {
	flex-basis: 300px;
	margin-right: 25px;
}

.archive-list-item .archive-post-top-right {
	flex: 1;
}

.archive-list-item .archive-post-top-right .title {
	font-size: 26px;
}

.archive-list-item .archive-post-top-right .archive-post-readmore {
  color: #555;
  border: 1px solid #ddd;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  font-family: oswald,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.archive-list-item .archive-post-top-right .archive-post-readmore:hover {
  color: #fff;
	background-color: #db4360;
  border: 1px solid #db4360;
}

.archive-post-bottom {
	padding: 10px 0;
	margin: 20px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
}

.archive-post-bottom .tags .category-banner {
	margin-right: 0;
	margin-bottom: 0;
}

.archive-post-bottom .author {
    display: inline-block;
    margin-top: 0;
    border: none;
    padding: 0;
    border-radius: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.search-block .search-block-above-text {
	margin-bottom: 20px;
	font-size: 14px;
	font-family: arial;
	text-transform: none;
}

.search-block .search-block-below-text {
	margin-top: 20px;
	font-size: 14px;
	font-family: arial;
	text-transform: none;
}

.searchform {
	width: 100%;
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.searchform .s,
.searchform .s:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	max-width:100%;
	line-height: 20px;
	padding: 10px 34px 10px 8px;
	width:100%;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  -webkit-transition: border .2s ease-out;
  transition: border .2s ease-out
}

.searchform .submit,
.searchform .submit:focus {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: block;
	font-size: 16px;
	border-color: #aaa;
	color: #666;
}

.searchform .submit i {
	line-height: 34px;
	cursor: pointer;
}

.post-navigation {
	text-align:center;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	overflow:hidden;
}

.post-navigation > ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	border:1px solid #ccc;
	padding:0 20px;
	margin-top:20px;
	overflow:hidden;
}

.post-navigation > ul > li {
	float:left;
	display:block;
	height:40px;
	text-align:center;
	line-height:40px;
	margin:0 6px;
}

.post-navigation > ul > li > a {
	line-height:40px;
	padding:0 5px;
	-webkit-transition:color .1s ease-out;
	-moz-transition:color .1s ease-out;
	-ms-transition:color .1s ease-out;
	-o-transition:color .1s ease-out;
	transition:color .1s ease-out;
	color:#777;
	text-decoration:none;
	background-color: transparent;
}

.post-navigation > ul > li.active > a {
	background:#eee;
	color: #000;
}

.post-navigation > ul > li > a:hover {
	color:#fff;
	background:#db4360;
	text-decoration:none;
}

.cool-timeline-horizontal {
	max-width: 900px;
}

@media (max-width: 1100px) {
		html {
			margin-top: 20px;
		}

		.site-header {
			padding: 20px 0;
		}

    .main-navigation {
      display: none;
    }

    .site-header .mobile-menu-toggle {
      display: block;
      top: 5px;
      right: 80px;
			background-color: #9a3939;
			width: 45px;
			height: 40px;
			padding: 10px 7px;
    }

    .site-header .container {
      margin-left: 40px;
	    padding-right: 50px;
    }

		.site-header .site-branding {
			flex: 1;
		}

}

@media (max-width: 979px) {

  section {
    margin-bottom: 40px;
  }

  .container .toggle-menu {
    display: block;
    border: none;
    border-radius: 3px;
    top: 12px;
    background: #023aa6;
    color: #fff;
  }

  .site-header.is-sticky {
    border-bottom: 1px solid #ccc;
  }

  section.col,
  div.col {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    display: block;
    margin-bottom: 40px;
  }

	.grid .grid-item.grid-item-c2,
	.grid .grid-item.grid-item-c3,
	.grid .grid-item.grid-item-c4 {
    width: 100%;
    min-width: 100%;
    display: block;
	}

}

@media (max-width: 850px) {

  .content-area {
    display: block;
    margin-top: 0px;
  }

	.site-main {
		padding: 15px 0 0 0;
	}

}

@media (max-width: 767px) {

  .hero-header {
    margin-bottom: 30px;
  }

	.big-entry-header h1 {
		font-size:34px;
	}

}

@media (max-width: 650px) {

	#wpadminbar {
		display: none;
	}

	h1 {
    font-size: 25px;
	}

	.archive-list-item .archive-post-top {
		display: block;
	}

	.archive-list-item .archive-post-top-right .title {
	  font-size: 20px;
	}

}

@media (max-width: 480px) {

  .site-header.is-sticky {
    border-bottom: 1px solid #ccc;
    top: 0 !important;
    position: fixed;
  }

  .subtitle {
    font-size: 16px;
  }

  .hero-header {
    background-color: #171d34;
  }

	.big-entry-header h1 {
		font-size:28px;
	}

}
