@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;700&display=swap');

h1.eckb-article-title {
    font-size: 36px;
}
.home .wrap .content .home-header-title h1 {
  font-size: 40px !important;
}
@media (max-width: 980px) {
  .home .wrap .content .home-header-title h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .home .wrap .content .home-header-title h1 {
    font-size: 24px !important;
  }
}
.home .wrap .content .home-header-section {
  height: 77vh;
  display: flex;
  align-items: center;
  min-height: 450px;
}
@media (max-width: 980px) {
  .home .wrap .content .home-header-section {
    height: auto;
  }
}
nav li a {
  font-family: 'Archivo', sans-serif !important;
}
nav li ul li a {
  font-weight: 300 !important;
}
.inner-container > .content-editor {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
/* TO RERMOVE LINEBREAKS IN ECHO KB SIDEBAR ARTICLE LIST- HENKE */
.entry-content a {white-space:normal}


body {
  padding-top: 75px;
}
body header {
  position: fixed !important;
  width: 100%;
  top: 0;
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: 'Archivo', sans-serif !important;
}
body h4 {
  font-weight: 300 !important;
}
body.user-authorized header {
  top: 32px;
}
.page header.dark-header.th-dark-tr .container nav.collapse #menu-main-menu li a {
  color: #fff !important;
}
.page .content .inner-container h1.entry-title {
  color: #0095F6;
}

/* ADJUSTED FROM 1036 to 1096 NOT TO MAKE TWO ROW MENU WHEN SCREEN IS SMALLER - Henke */
@media (max-width: 1096px) {
  nav.collapse.navbar-collapse.bs-navbar-collapse:not(.in) {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .container > .navbar-header {
    width: 100%;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .navbar-toggle {
    margin-top: 8px;
  }
}
@media (min-width: 981px) {
  footer .container .footer-widgets > .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1033px) and (max-width: 1130px) {
  header .container #logo img {
    max-height: 30px !important;
  }
  header .container #menu-main-menu {
    margin: 15px 0 15px 0 !important;
  }
}
@media (max-width: 980px) {
  header {
    padding: 0;
  }
}
header .navbar-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
  padding: 15px 0;
}
header .navbar-header #logo {
  margin: 0;
}
header .navbar-header .navbar-toggle {
  order: 2;
  top: 0;
  margin: 0;
}
header .navbar-header::before {
  content: none;
}
@media (max-width: 767px) {
  header .navbar-header {
    margin: 0 auto !important;
  }
}
header .navbar-collapse #menu-main-menu {
  margin: 0 !important;
  padding: 12px 0 !important;
}
@media (max-width: 1032px) and (min-width: 768px) {
  header .navbar-collapse.in #menu-main-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
/* MENU FONT SIZE SET BY WHO?, EDITED 13->16 HENKE */
header .navbar-collapse li a {
/* font-size: 16px !important;  */
}
header .navbar-collapse li.menu-cta a {
  padding: 10px 15px !important;
}
@media (max-width: 980px) {
  header .navbar-collapse li.menu-cta a {
    margin: 0 10px 15px 10px;
  }
}
@media (max-width: 767px) {
  header .navbar-collapse li.menu-cta a {
    max-width: 100% !important;
    text-align: center;
  }
} 
@media (max-width: 767px) {
  header .navbar-collapse {
     font-size: 12px !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
  }
} 

/* THEMO SINGLE POST HENKE */
@media (max-width: 865px) {
  .single-post {
    margin-top: -15px;
  }
}
@media (max-width: 782px) {
  .single-post {
    margin-top: -30px;
  }
}
.single-post .section-title {
  background-color: #067dce;
}
.single-post .section-title h1 {
  color: #fff;
  font-size: 36px;
  max-width: 800px;
  width: 90%;
  margin: auto;
}
@media (max-width: 1024px) {
  .single-post .section-title h1 {
    font-size: 36px;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .single-post .section-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .single-post .section-title h1 {
    font-size: 26px;
  }
}
.single-post .section-title p {
  color: #fff;
  text-align: center;
  max-width: 650px;
  width: 78%;
  margin: auto;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .single-post .section-title p {
    font-size: 16px;
    max-width: 750px;
  }
}
.color-bg {
  background-color: #f2f2f2;
}
#themo_single_post_layout_content {
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
#themo_single_post_layout_content .container {
  max-width: 1170px !important;
}
#themo_single_post_layout_content .container .row {
  padding: 0;
}
#themo_single_post_layout_content .container .post-meta, #themo_single_post_layout_content .container .meta-tags {
  display: none;
}
#themo_single_post_layout_content .container .wp-block-button {
  margin-bottom: 1.55em;
}
#themo_single_post_layout_content .container .wp-block-button .wp-block-button__link {
  font-family: "Archivo", sans-serif;
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  background-color: #0198f4;
  border-style: solid;
  border-width: 2px;
  border-color: #0198f4;
  line-height: 1.3;
  font-size: 16px;
  color: #fff !important;
  transition: all 0.35s;
}
#themo_single_post_layout_content .container .wp-block-button .wp-block-button__link:hover {
  background-color: #4ecdf3;
  border-color: #4ecdf3;
}
#themo_single_post_layout_content .container .entry-content p {
  line-height: 1.55;
  margin-bottom: 1.55em;
}
#themo_single_post_layout_content .container .entry-content p a {
  text-decoration: underline;
}
#themo_single_post_layout_content .container .entry-content ul {
  margin-bottom: 1.55em;
}
/* REMOVE DARK HEADERS - HENKE 
#themo_single_post_layout_content .container .entry-content h2, #themo_single_post_layout_content .container .entry-content h3, #themo_single_post_layout_content .container .entry-content h4, #themo_single_post_layout_content .container .entry-content h5, #themo_single_post_layout_content .container .entry-content h6 {
  color: #333;
  margin-top: 1em;
  margin-bottom: 0.68em;
} 
#themo_single_post_layout_content .container .entry-content h2:first-child, #themo_single_post_layout_content .container .entry-content h3:first-child, #themo_single_post_layout_content .container .entry-content h4:first-child, #themo_single_post_layout_content .container .entry-content h5:first-child, #themo_single_post_layout_content .container .entry-content h6:first-child {
  margin-top: 0;
}
#themo_single_post_layout_content .container .entry-content h2:last-child, #themo_single_post_layout_content .container .entry-content h3:last-child, #themo_single_post_layout_content .container .entry-content h4:last-child, #themo_single_post_layout_content .container .entry-content h5:last-child, #themo_single_post_layout_content .container .entry-content h6:last-child {
  margin-bottom: 0;
}
#themo_single_post_layout_content .container .entry-content .wp-block-columns {
  margin-bottom: 0;
} 
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .entry-content .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  #themo_single_post_layout_content .container .entry-content .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
#themo_single_post_layout_content .container .entry-content .wp-block-image {
  margin-bottom: 1.55em;
}
#themo_single_post_layout_content .container .entry-content .wp-block-embed {
  margin-bottom: 1.55em;
}
#themo_single_post_layout_content .container .entry-content #block-hidden {
  display: none;
  margin-bottom: 15px;
}
#themo_single_post_layout_content .container .entry-content #block-hidden p {
  padding-top: 10px;
  padding-bottom: 15px;
}
#themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group {
  background-color: #f7f7f7;
  padding: 0 0 15px 15px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group {
    padding: 5px 20px 15px;
  }
}
#themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container {
    flex-direction: column;
  }
}
#themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container h4 {
  width: 100%;
  font-weight: 700 !important;
  font-size: 20px;
  color: #31335a;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Archivo", sans-serif !important;
}
#themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container p {
  width: 70%;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container p {
    width: 100%;
  }
}
#themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container .wp-block-buttons {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container .wp-block-buttons {
    width: 100%;
    justify-content: flex-start;
  }
}
#themo_single_post_layout_content .container .entry-content #block-hidden .wp-block-group .wp-block-group__inner-container .wp-block-buttons a.wp-block-button__link {
  padding-top: 8px;
  padding-bottom: 8px;
}
#themo_single_post_layout_content .container .other-posts-row {
  display: flex;
  align-items: center;
  max-width: 1050px;
  width: 100%;
  margin-left: -20px;
}
@media (max-width: 991px) {
  #themo_single_post_layout_content .container .other-posts-row {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .other-posts-row {
    flex-direction: column;
  }
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item {
  width: 33.3%;
  padding: 30px 30px 0;
}
@media (max-width: 991px) {
  #themo_single_post_layout_content .container .other-posts-row .other-posts__item {
    padding: 30px 5px 0;
  }
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .other-posts-row .other-posts__item {
    max-width: 350px;
    width: 90%;
    margin: 5px auto;
  }
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .other-posts__wrap {
  padding: 40px 25px 5px;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.3);
  border: 1px solid #a0a0a0;
  transition-duration: 0.5s;
  height: 100%;
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .other-posts-row .other-posts__item .other-posts__wrap {
    height: auto;
  }
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .other-posts__wrap:hover {
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.45);
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item h2 {
  font-weight: 700 !important;
  font-size: 18px;
  color: #31335a;
  font-family: "Archivo", sans-serif !important;
  padding-bottom: 10px;
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .text-wrap {
  padding: 0 5px;
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .text-wrap a {
  text-align: right;
  line-height: 1.5;
  color: #868686;
  position: relative;
  display: block;
  margin-left: auto;
  padding-right: 35px;
  font-size: 13px;
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .text-wrap a:after {
  position: absolute;
  top: 0;
  right: 15px;
  content: "→";
  color: #868686;
  transition-duration: 0.4s;
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .text-wrap a:hover {
  text-decoration: none;
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item .text-wrap a:hover:after {
  right: 0;
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item img {
  margin-bottom: 5px;
  max-height: 100px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #themo_single_post_layout_content .container .other-posts-row .other-posts__item img {
    max-height: none;
  }
}
#themo_single_post_layout_content .container .other-posts-row .other-posts__item p {
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 5px;
  padding-bottom: 10px;
  min-height: 60px;
}
#btn-read-more {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
#btn-read-more.active {
  position: relative;
  margin-bottom: 20px;
  height: 30px;
  margin-left: calc(50% - 17px);
}
#btn-read-more.active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  background-image: url(/wp-content/themes/stratusx-child/css/arrow_up.svg);
  background-size: cover;
}

#single-post-cta {
  max-width: 250px;
  position: relative;
  text-decoration: none !important;
  background-color: #0198F4;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0198F4;
  border-radius: 50px 50px 50px 50px;
  font-size: 16px;
  color: #fff !important;
  padding: 10px 30px;
  transition: all 0.35s;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
#single-post-cta:hover {
  background-color: #4ECDF3;
  border-color: #4ECDF3;
}
.single-post-featured-img a {
  text-decoration: none;
}
.single-post-featured-img span {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-style: italic;
}
@media (min-width: 768px) {
  .single-pst-container-row .col-md-8 {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .single-pst-container-row {
    display: flex;
    flex-flow: column-reverse;
  }
  .single-pst-container-row .single-post-featured-img a {
    max-width: 500px;
    margin: 0 auto 30px;
    display: block;
    text-decoration: none;
  }
}

END SINGLE POST */
/* ARTICLES ENABLED AGAIN HENKE */
.articles-posts-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1400px;
}
@media (max-width: 991px) {
  .articles-posts-row {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .articles-posts-row {
    flex-direction: column;
  }
}
.articles-posts-row .other-posts__item {
  width: 33.3%;
  padding: 0 20px 40px;
}
@media (max-width: 1450px) {
  .articles-posts-row .other-posts__item {
    padding: 30px 15px 0;
  }
}
@media (max-width: 1200px) {
  .articles-posts-row .other-posts__item {
    padding: 30px 15px 0;
  }
}
@media (max-width: 991px) {
  .articles-posts-row .other-posts__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .articles-posts-row .other-posts__item {
    max-width: 350px;
    width: 90%;
    margin: 5px auto;
  }
}

.articles-posts-row .other-posts__item .other-posts__wrap {
  padding: 40px 25px 5px;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.3);
  border: 1px solid #a0a0a0;
  transition-duration: 0.5s;
}
.articles-posts-row .other-posts__item .other-posts__wrap:hover {
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.45);
}
.articles-posts-row .other-posts__item h2 {
  font-size: 25px;
  font-weight: 300 !important;
  padding-bottom: 10px;
}
@media (max-width: 1450px) {
  .articles-posts-row .other-posts__item h2 {
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .articles-posts-row .other-posts__item h2 {
    min-height: auto;
  }
}
.articles-posts-row .other-posts__item .text-wrap {
  padding: 0 10px;
}
.articles-posts-row .other-posts__item .text-wrap a {
  text-align: right;
  line-height: 1.5;
  color: #868686;
  position: relative;
  display: block;
  margin-left: auto;
  padding-right: 35px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.articles-posts-row .other-posts__item .text-wrap a:after {
  position: absolute;
  top: 2px;
  right: 15px;
  content: '→';
  color: #868686;
  transition-duration: 0.4s;
}
.articles-posts-row .other-posts__item .text-wrap a:hover {
  text-decoration: none;
}
.articles-posts-row .other-posts__item .text-wrap a:hover:after {
  right: 0;
}
.articles-posts-row .other-posts__item img {
  margin-bottom: 5px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .articles-posts-row .other-posts__item img {
    max-height: none;
  }
}
.articles-posts-row .other-posts__item p {
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 5px;
  padding-bottom: 10px;
  min-height: 65px;
}
@media (max-width: 1450px) {
  .articles-posts-row .other-posts__item p {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .articles-posts-row .other-posts__item p {
    min-height: auto;
  }
}
.page-article {
  background-color: #f2f2f2;
  padding-bottom: 0;
}
.page-article .paination-row {
  margin: 40px auto 10px;
  min-width: 100%;
  text-align: center;
}
.page-article .paination-row .page-numbers {
  padding: 0 7px;
}
.articles-posts-wrap {
  max-width: 1400px !important;
  padding-top: 20px;
  margin: auto;
  width: 90%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .articles-posts-wrap {
    padding-top: 0;
  }
}
.category-row {
  max-width: 1400px;
  margin: auto;
  padding-left: 30px;
  margin: auto;
  width: 90%;
}
@media (max-width: 1450px) {
  .category-row {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .category-row {
    max-width: 360px;
    width: 90%;
    padding-left: 0;
  }
}
.category-row .select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 250px;
  padding: 10px 0;
  z-index: 10;
}
.article-header {
  background-color: #067dce;
}
@media (max-width: 865px) {
  .article-header {
    margin-top: -15px;
  }
}
@media (max-width: 782px) {
  .article-header {
    margin-top: -30px;
  }
}
.article-header .article-header-row {
  max-width: 1400px;
  width: 95%;
  margin: auto;
  padding: 60px 10%;
  text-align: center;
}
.article-header h1 {
  color: #fff;
  font-size: 42px;
  padding-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .article-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .article-header h1 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .article-header h1 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-header p {
  color: #fff;
  text-align: center;
  max-width: 650px;
  width: 90%;
  margin: auto;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .article-header p {
    font-size: 16px;
  }
}
.select {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .select {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .select {
    margin-left: auto;
    max-width: 380px;
  }
}
.select__head {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  padding: 14px 15px 14px 0;
  line-height: 18px;
  cursor: pointer;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 418px) {
  .select__head {
    padding: 14px 15px 14px 5px;
  }
}
.empty-post {
  margin: auto;
}
.empty-post .search-submit {
  background-color: #0198F4;
}
.empty-post .search-submit:hover {
  background-color: #4ECDF3;
}  
/* END ARTICLE */

.select__head::after {
  width: 20px;
  height: 11px;
  background: url("/wp-content/themes/stratusx-child/css/arrow_down.svg") no-repeat center / cover;
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: 0.2s ease-in;
  opacity: 0.5;
}
.select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}
.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
@media (max-width: 767px) {
  .select__list {
    max-height: none;
  }
}
.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}
.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
.select__list .select__item a {
  display: block;
}
.select__list .select__item a:hover {
  text-decoration: none;
}
.select__list .select__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
.page-article {
  background-color: #fff;
}
header.banner .container {
  max-width: 1400px !important;
  width: 90%;
}
@media (max-width: 980px) {
  header.banner .container {
    padding: 0;
  }
}
.breadcrumbs {
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  line-height: 1.2;
  text-transform: capitalize;
  background-color: #f2f2f2;
}
.breadcrumbs a {
  color: #333333;
  transition-duration: 0.4s;
}
.breadcrumbs a:hover {
  color: #428bca;
}
.breadcrumbs #breadcrumbs {
  max-width: 1170px !important;
  padding: 10px 15px;
  margin: 0 auto;
  width: calc(100% - 30px);
  font-size: 13px !important;
}
.breadcrumbs-cat {
  margin: auto;
  max-width: 100%;
  line-height: 1.2;
  background: #f2f2f2;
}
.breadcrumbs-cat a {
  color: #333333;
  transition-duration: 0.4s;
}
.breadcrumbs-cat a:hover {
  color: #428bca;
}
.breadcrumbs-cat #breadcrumbs {
  max-width: 1400px !important;
  padding: 10px 30px;
  margin: 0 auto;
  width: 90%;
  font-size: 13px !important;
}
@media (max-width: 1450px) {
  .breadcrumbs-cat #breadcrumbs {
    padding: 10px 15px;
  }
}
.standard-blog {
  padding: 0;
}
/*# sourceMappingURL=index.css.map */