/* stylelint-disable selector-list-comma-newline-after, property-no-vendor-prefix */
:root {
  --theme-color: #206be7;
  --theme-hover: #1162e8;
  --action-color: #206be7;
  --theme-base-color: #fff;
  --theme-body-bg-color: #f5f5f5;
  --theme-el-bg-color: #fff;
  --theme-color-h: 0;
  --theme-color-s: 0%;
  --theme-color-l: 15%;
  --theme-color-hsl: var(--theme-color-h),var(--theme-color-s),var(--theme-color-l);
  --theme-black-color: hsl(var(--theme-color-hsl));
  --theme-gray-color: hsla(var(--theme-color-hsl),.8);
  --theme-light-color: hsla(var(--theme-color-hsl),.6);
  --theme-line-color: hsla(var(--theme-color-hsl),.07);
  --theme-border-color: hsla(var(--theme-color-hsl),.2);
  --theme-font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  --theme-dropdown-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M512 562.005l211.2-211.2 60.33 60.331L512 682.666l-271.53-271.53 60.33-60.33z'/%3E%3C/svg%3E");
  --theme-quote-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 10h-3L8 6V0h6v6h-3l2 4zm-8 0H2L0 6V0h6v6H3l2 4z' fill='%23333'/%3E%3C/svg%3E")
}
/*
 * Globals
 */
body {
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  color: #3d3d3d;
  font-family: var(--theme-font-family);
  font-size: 15px;
  line-height: 1.5;
}

.font-color-white {
  color: #ffffff;
}
a.font-color-white:focus, a.font-color-white:hover {
  color: #ffffff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: 400;
  color: #333;
}

a:focus, a:hover {
  text-decoration: none;
}

/*
 * Override Bootstrap's default container.
 */
/*@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}*/

.xlk-top {
  padding: 10px 30px;
  color: #fff;
  background-color: #262A2D;
}

.xlk-masthead {
  padding: 50px 15px;
  /*margin-bottom: 30px;*/
}

@media (min-width: 768px) {
  .xlk-masthead .h1, .xlk-masthead h1 {
    font-size: 53px;
  }
}

h1.xlk-navbar-brand a {
  color: #E73C3C;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif!important;
  font-style: normal!important;
  font-weight: 700!important;
}
h1.xlk-navbar-brand a:focus, h1.xlk-navbar-brand a:hover {
  color: #337ab7;
}
.xlk-site-content {
  padding: 15px;
  margin-bottom: 15px;
}

.xlk-search-field {
  padding-top: 18px;
  padding-bottom: 18px;
}

.xlk-sign-out-btn, .xlk-sign-out-btn:hover {
  background-color: transparent!important;
  color: #fff;
  border-color: #fff;
}

/*
 * Blog name and description
 */
.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Blog posts
 */
.xlk-article-main {
  /*padding-top: 20px;*/
}
.xlk-article {
  margin: 0 0 50px
}

h1.entry-title {
  margin: 0 0 15px;
}
h1.entry-title, h1.entry-title a {
  color: #3d3d3d;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 1.2;
  text-transform: capitalize;
}
h1.entry-title a:focus, h1.entry-title a:hover {
  color: #337ab7;
}
.entry-meta {
  margin: 0 0 15px
}
.entry-meta .post-categories {
  margin: 0;
  display: inline-block;
}
.entry-meta .post-categories li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 5px;
}
.entry-meta .post-categories li a {
  background-color: #1e73be;
  color: #fff;
  padding: 1px 10px;
}
.entry-meta .byline, .posted-on {
  display: inline;
  font-family: dosis,sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.entry-meta .comment_count {
  float: right;
}
.entry-content {
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif!important;
  font-style: normal!important;
  font-weight: 400!important;
  margin: 0 0 15px
}
.entry-footer {
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif!important;
  font-weight: 400!important;
  margin: 0 0 15px
}
.xlk-article .entry-footer>span {
  margin-right: 15px;
  font-size: 13px;
}
.tags-links>a {
  background: repeat #eee;
  /*color: #0000FF;*/
  color: #555;
  padding: 0 10px;
}
.xlk-comments {
  height: 100px;
}

/*
 * Footer
 */
.xlk-footer {
  padding: 40px 0;
  color: #fff;
  text-align: center;
  background-color: #262A2D;
}
.xlk-footer p:last-child {
  margin-bottom: 0;
}

.xlk-fixed-toolbar {
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: block;
  z-index: 1030;
}
.more-btn {
  margin-bottom: 30px;
}

.load-more {
  padding-left: 90px!important;
  padding-right: 90px!important;
}
.hidden1 {
  visibility: hidden;
}
.loading {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/assets/blog/loading.png");
  background-size: contain;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.jumbotron {
  background-color: transparent!important;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin-bottom: 15px;
}
.widget {
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif!important;
  font-weight: 600!important;
}
.widget .widget-title {
  background: url("/assets/blog/slight-border.png")repeat-x 0 100%;
  font-size: 18px;
  font-weight: 700!important;
  line-height: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.widget .widget-title>span {
  background: repeat #fff;
  padding-right: 10px;
}
.widget a {
  color: #3d3d3d;
}
.widget li:hover a {
  color: #337ab7;
  text-decoration: none;
}
.list-num {
  list-style: outside none none;
}
.list-num>li {
  counter-increment: index;
  position: relative;
  padding: 5px 0 10px 30px;
  line-height: 1.46;
}
.list-num>li:before {
  content: counter(index);
  width: 22px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: 0;
  color: #fff;
  background-color: #3d3d3d;
  border-radius: 3px;
}
.list-num li:hover:before {
  background-color: #337ab7;
}


.container {
  box-shadow: 0 0 10px #c7c7c7;
}

.nav-links .nav-previous, .nav-links .nav-next {
  width: 50%;
  float: left;
}
.nav-links .nav-next {
  text-align: right;
}


/*
 * picture background
 */
/*.bgOuterHolder {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
#bgInnerHolder {
  height: 100%;
  opacity: 1;
  overflow: hidden;
  top: 0px;
  transform: scale(1);
  width: 100%;
}
.overlay {
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0px;
  transition: opacity 0.3s ease-out 0.3s, background 0.3s ease-in 0s, backdrop-filter 0.3s ease-out 0s;
  width: 100%;
}
.overlayGradient {
  background-image: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3) 166%);
}
.picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  margin: -1px 0px 0px -1px;
  object-fit: cover;
  padding: 0px;
  position: absolute;
  width: 101%;
}*/
