body {
  font-family: 'Josefin Sans', sans-serif; }

.single-category {
  width: 100%;
  display: inline-block;
  margin: 0rem 0;
  padding: 2rem 4vw;
  background: #FFFFFF;
  position: relative; }
  .single-category .category-content {
    display: block;
    padding: 1.5vmax 1.5vmax 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px; }
  .single-category span.read-time {
    float: right;
    color: #2196F3; }
  .single-category .category-content-body {
    display: block;
    padding: 3vmax;
    background-color: #fff;
    border-radius: 0 0 4px 4px; }
  .single-category .related-post-title {
    margin-top: 3rem;
    font-size: 18px; }
  .single-category.related-single-categorys-list {
    background: #fafafa !important; }
  .single-category .category-list {
    margin: 4rem 15px; }
  .single-category .category-main-card {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .single-category .category-card {
    position: relative;
    background: #fff;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 20px); }
  .single-category .category-card:hover {
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.175); }
  .single-category .category-date {
    color: #aaa; }
  .single-category .category-card-title {
    color: rgba(0, 0, 0, 0.475);
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px; }
  .single-category .category-card:hover .category-card-title {
    color: rgba(0, 0, 0, 0.675); }
  .single-category .category-tag-footer {
    margin: 2vmax 0; }
  .single-category .category-tag-footer a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0.615em 0.615em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
  .single-category .category-tag-footer a:hover {
    color: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff; }
  .single-category .category-main-content {
    margin-top: 1rem; }
  .single-category .category-image {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .single-category .category-image img {
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    border: 0;
    height: 75vmin;
    -ms-interpolation-mode: bicubic; }
  .single-category .category-card-image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-height: 200px;
    object-fit: contain; }
  .single-category .category-breadcrumbs {
    font-weight: 500;
    text-transform: uppercase; }
  .single-category .breadcrumb-slash {
    font-size: 2rem;
    margin: 0 1rem;
    vertical-align: middle; }
  .single-category .category-card-content {
    padding: 1rem; }
  .single-category .category-content-title {
    margin-bottom: 1.5rem;
    font-size: 6vmin;
    cursor: default; }
  .single-category .category-content-summary {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3vmax; }
  .single-category .no-decoration {
    text-decoration: none !important; }
  .single-category .no-padding {
    padding: 0px !important; }
  .single-category .no-margin {
    margin: 0px !important; }
  .single-category .inline-block {
    display: inline-block; }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .single-category {
      padding: 0rem 2vw; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .single-category {
      padding: 0rem 2vw; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .single-category {
      padding: 0rem 4vw; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .single-category {
      padding: 0rem 4vw; }
      .single-category .category-main-card {
        width: 50%; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .single-category {
      padding: 0rem 4vw; }
      .single-category .category-main-card {
        width: 50%; } }
  @media screen and (max-width: 480px) {
    .single-category {
      padding: 0rem 2vw; }
      .single-category .category-main-card {
        width: 100%; }
      .single-category .category-content {
        padding: 1.5vmax 2.5rem 0; } }

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px; }

.row-eq-height:before, .row-eq-height:after {
  display: inline-block; }

/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

.selectize-dropdown {
  border: 1px solid !important;
  border-color: #dedede !important; }

.selectize-input {
  margin-top: 1rem;
  box-shadow: none !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #dedede !important; }
