@media (min-width:1200px){.container{max-width:1200px}}

body {
  padding-top: 4.5rem;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.lineheight-1-8 {
  line-height: 1.8;
}

.link-primary {
  color: #343a40!important;
}

.link-primary:hover {
  color: #007bff!important;
  text-decoration: none;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav > li:hover .dropdown-menu { display: block; }

.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu-two-columns {
  min-width: 20rem!important;
  padding: 0 10px;
}

.dropdown-menu-left {
  background-color: #fafafa;
  border-right: 1px solid #f5f5f5;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.gutter-10 {
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-img {
  height: 304px;
  background-position: center;
  background-size: cover;
}

.carouselxgt-img {
  height: 390px;
  background-position: center;
  background-size: cover;
}


.carousel-caption-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}

.nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

.post {
  border-bottom: 1px solid #ddd;
}

.post:hover {
  background-color: #f5f5f5;
}

.post-description {
  line-height: 1.8;
}

.entry-content {
  line-height: 1.8;
}

.entry-content img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5rem;
  max-width: 100%!important;
  height: auto!important;
  display: block;
}

.entry-content p {
  margin-bottom: 1.25rem;
  text-indent: 2em;
}

.entry-content h2 {
  color: #007bff!important;
  font-size: 1.25rem!important;
  font-weight: 600!important;
  border-bottom: 1px solid #ddd;
}

.entry-content h2::after {
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 3px;
  background: #007bff!important;
  content: '';
  margin-top: .75rem;
}

.entry-content h3 {
  font-size: 1.15rem;
  font-weight: 600;

}

.entry-content h4 {
  font-size: 1rem;
}

.entry-content h5,
.entry-content h6 {
  font-size: .875rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.25rem;
}

.entry-content strong {
  color: #dc3545!important;
}

.sticky-posts-secondary {
  line-height: 1.8;
}

.sub-navbar {
  border: 1px solid #ddd;
}

.sub-navbar a {
  color: #333;
}

.sub-navbar .tab-content a {
  margin-right: 1rem;
  line-height: 2;
}

.nav-tabs {
  background-color: #f5f5f5;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-left: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb a {
  color: #6c757d!important;
}

.lean-title-v1::after {
    display: block;
    width: 36px;
    height: 5px;
    border-radius: 3px;
    background: #dc3545!important;
    content: '';
    margin-top: .75rem;
}

.lean-title-v2::after {
  display: block;
  width: 36px;
  height: 5px;
  border-radius: 3px;
  background: #007bff!important;
  content: '';
  margin-top: .75rem;
}

.entry-header::after {
  display: block;
  width: 36px;
  height: 5px;
  border-radius: 3px;
  background: #d0d2d5!important;
  content: '';
  margin-top: 1rem;
}

.post-meta {
  color: #888;
}

.lean-title-v4::after{
  display: block;
  width: 160px;
  height: 4px;
  border-radius: 3px;
  background: #007bff!important;
  content: "";
  margin-top: 1rem;
}

.card-secondary ul li a{
  color: #666;
  line-height: 1.8;
}

.card-v1 .card-body {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .thumb-small {
    width: 270px;
    height: 165px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .thumb-small {
    width: 210px;
    height: 128px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .thumb-small {
    width: 210px;
    height: 128px;
    overflow: hidden;
  }
}


.card-v2 {
  background-color: inherit !important;
}

.card-v2 figure {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  position: relative !important;
}

.card-v2 figcaption {
  position: absolute !important;
  right: .5rem !important;
  top: .5rem !important;
}

.card-v2 figcaption a {
  background-color: rgba(3, 3, 3, 0.3);
  border: 0!important;
}

.lean-shadow-v25 {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}

.g-pos-rel {
  position: relative !important;
}

.g-pos-abs {
  position: absolute !important;
}

.card-title-v1 {
  font-size: 1.25rem;
  color: #007bff!important;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e7eaf1;
}

.post-category {
  color: #6c757d!important;
  font-size: .9rem;
}

.post-category a {
  color: #6c757d!important;
}

.posts-column ul li {
  line-height: 1.8;
}

.friend-links a {
  color: #999;
}

.pagination a {
    background-color: #dee2e6;
    color: #495057;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.pagination span {
    padding: 5px 10px;
    background-color: #007bff;
    color: #ffffff;
}
