/*!
 Theme Name:   Climate-Transparency
 Theme URI:    https://www.pascal-bajorat.com
 Description:  Climate-Transparency
 Author:       Pascal Bajorat
 Author URI:   https://www.pascal-bajorat.com
 Template:     Newspaper
 Version:      1.0.0
 License:      Commercial
 License URI:  https://www.pascal-bajorat.com
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  climate-transparency
*/
@import url("../Newspaper/style.css");
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }

  .col-sm,
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.333%; }

  .col-sm-offset-2 {
    margin-left: 16.667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.333%; }

  .col-sm-offset-5 {
    margin-left: 41.667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333%; }

  .col-sm-offset-8 {
    margin-left: 66.667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.333%; }

  .col-sm-offset-11 {
    margin-left: 91.667%; }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }

  .col-md,
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.333%; }

  .col-md-offset-2 {
    margin-left: 16.667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.333%; }

  .col-md-offset-5 {
    margin-left: 41.667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333%; }

  .col-md-offset-8 {
    margin-left: 66.667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.333%; }

  .col-md-offset-11 {
    margin-left: 91.667%; }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }

  .col-lg,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.333%; }

  .col-lg-offset-2 {
    margin-left: 16.667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.333%; }

  .col-lg-offset-5 {
    margin-left: 41.667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333%; }

  .col-lg-offset-8 {
    margin-left: 66.667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.333%; }

  .col-lg-offset-11 {
    margin-left: 91.667%; }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
/* Document Library */
.tag-filter {
  /*background: #efefef;
  padding: 8px 10px;*/
  margin-bottom: 20px;
  font-size: 90% !important; }
  .tag-filter ul:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .tag-filter ul:nth-child(2) {
    width: 70%; }
  .tag-filter ul {
    width: 30%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .tag-filter ul li {
      display: inline-block;
      margin: 0;
      padding: 0 10px 0 0; }
    .tag-filter ul a {
      font-size: 13px !important;
      text-decoration: none;
      display: inline-block;
      color: #333;
      background: gainsboro;
      padding: 3px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .tag-filter ul a:hover {
        text-decoration: none !important;
        background: #c3c3c3; }
    .tag-filter ul li:first-child a {
      background: none; }
  @media screen and (max-width: 767px) {
    .tag-filter ul.filter-menu {
      width: 100%;
      margin-bottom: 10px; } }
  .tag-filter .mixitup-control-active, .tag-filter .mixitup-control-active:hover {
    background: #f9b334 !important;
    color: #fff !important; }

.mix-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .mix-container .mix, .mix-container .mix:first-child {
    box-sizing: border-box;
    flex: 1 0 calc(25% - 14px);
    max-width: calc(25% - 14px);
    margin: 7px !important;
    padding: 5px;
    background: #fafafa;
    transition: all ease-in 300ms; }
    @media screen and (max-width: 767px) {
      .mix-container .mix, .mix-container .mix:first-child {
        flex: 1 0 calc(50% - 14px);
        max-width: calc(50% - 14px); } }
    .mix-container .mix .entry-wrap, .mix-container .mix:first-child .entry-wrap {
      padding: 10px 10px !important; }
    .mix-container .mix .entry-featured, .mix-container .mix:first-child .entry-featured {
      position: relative; }
    .mix-container .mix .image-wrapper, .mix-container .mix:first-child .image-wrapper {
      display: block;
      width: 100%;
      height: auto; }
    .mix-container .mix .entry-title, .mix-container .mix:first-child .entry-title {
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      color: #333; }
    .mix-container .mix .image-title, .mix-container .mix:first-child .image-title {
      line-height: 1.2;
      transition: all ease-in 300ms;
      opacity: 0;
      box-sizing: border-box;
      padding: 6px;
      font-size: 13px;
      background: #f9b334;
      color: #fff;
      text-align: center;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px; }
    .mix-container .mix:hover, .mix-container .mix:first-child:hover {
      background: #f9b334; }
      .mix-container .mix:hover .image-title, .mix-container .mix:first-child:hover .image-title {
        opacity: 1; }

.document-library-left {
  width: 350px;
  padding-right: 20px;
  float: left; }
  .document-library-left .td-post-featured-image {
    max-height: none !important;
    overflow: visible;
    border: 0 !important; }
  .document-library-left img {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto; }

.document-library-right {
  width: calc(100% - 370px);
  float: left; }
  .document-library-right ul li {
    margin-left: 0; }

@media screen and (max-width: 640px) {
  .document-library-left,
  .document-library-right {
    width: 100%;
    padding: 15px; } }
.document-library-buttons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .document-library-buttons li {
    margin-bottom: 10px; }
  .document-library-buttons .vc_btn3-icon {
    margin-right: 10px; }
  .document-library-buttons a {
    min-width: 220px;
    padding: 10px 16px;
    display: inline-block;
    background: #EBEBEB;
    color: #666; }
    .document-library-buttons a:hover {
      text-decoration: none;
      background: #dcdcdc;
      color: #5e5e5e; }

.ct-header-wrapper {
  padding: 20px 0;
  max-width: 1068px;
  width: 100%;
  margin: 0 auto; }
  .ct-header-wrapper .ct-header {
    padding: 40px;
    background-size: cover;
    background-position: left center;
    color: #fff; }
    .ct-header-wrapper .ct-header h2 {
      font-size: 30px;
      color: #fff;
      margin: 0 0 20px 0; }
  .ct-header-wrapper .ct-header-inner {
    max-width: 600px;
    font-size: 16px; }
    .ct-header-wrapper .ct-header-inner p {
      font-size: 16px; }
  .ct-header-wrapper .ct-header-buttons {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ct-header-wrapper .ct-header-buttons li {
      padding: 0 0 10px 0;
      margin: 0; }
    .ct-header-wrapper .ct-header-buttons a {
      display: inline-block;
      background: #f9b334;
      color: #fff;
      padding: 6px 10px;
      width: auto;
      min-width: 300px; }

/* Logos */
/*.logo-container {
  display: flex;
  //flex-direction: row;
  flex-wrap: wrap;
  align-items: center;

  .logo-item {
    box-sizing: border-box;
    width: 20%;
    align-items: center;
    height: 125px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}*/
.logo-headline {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  text-align: center; }
  .logo-headline:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
    border-bottom: 2px solid #f9b334; }

.logo-container {
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 989px) {
    .logo-container {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }
      .logo-container .logo-item:nth-child(2n+2) {
        border-right: 0 !important; }
      .logo-container .logo-item:nth-last-child(-n+2) {
        border-bottom: 0 !important; } }
  .logo-container .logo-item {
    text-align: center;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    height: 120px;
    padding: 20px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
    .logo-container .logo-item a {
      display: block;
      text-align: center;
      width: 100%; }
    .logo-container .logo-item img {
      margin: 0 auto;
      display: inline-block;
      max-width: 100% !important;
      max-height: 100px;
      width: auto;
      height: auto; }
  @media screen and (min-width: 990px) {
    .logo-container .logo-item:nth-child(6n+6) {
      border-right: 0; }
    .logo-container .logo-item:nth-last-child(-n+6) {
      border-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .logo-container .logo-item, .logo-container .logo-item:nth-last-child(-n+2) {
      border-right: 0 !important;
      border-bottom: 1px solid #e4e4e4 !important; } }

/* Theme Changes */
.td-sub-footer-container {
  padding: 10px;
  color: #fff !important; }
  .td-sub-footer-container a {
    color: #fff !important; }

.td-social-icon-wrap .td-icon-font {
  font-size: 15px !important; }

.td-social-icon-wrap .td-icon-font.td-icon-mail-1 {
  font-size: 20px !important; }

.td-header-style-7 .td-social-icon-wrap .td-icon-font {
  color: #7ec4aa; }

.td-main-content-wrap .td-pb-span8.td-main-content {
  width: 72.5%; }
.td-main-content-wrap .td-pb-span4.td-main-sidebar {
  width: 27.5%;
  max-width: 260px !important;
  border-left: 1px solid #EBEBEB;
  padding-left: 20px;
  color: #7a7a7a !important;
  font-size: 13px !important;
  line-height: 1.5; }
  .td-main-content-wrap .td-pb-span4.td-main-sidebar h1 > a, .td-main-content-wrap .td-pb-span4.td-main-sidebar h2 > a, .td-main-content-wrap .td-pb-span4.td-main-sidebar h3 > a, .td-main-content-wrap .td-pb-span4.td-main-sidebar h4 > a, .td-main-content-wrap .td-pb-span4.td-main-sidebar h5 > a, .td-main-content-wrap .td-pb-span4.td-main-sidebar h6 > a {
    color: #7a7a7a !important; }
  .td-main-content-wrap .td-pb-span4.td-main-sidebar .td_block_text_with_title {
    color: #7a7a7a !important;
    font-size: 13px !important;
    line-height: 1.5; }
  .td-main-content-wrap .td-pb-span4.td-main-sidebar .td-ss-main-sidebar {
    max-width: 215px !important; }
  .td-main-content-wrap .td-pb-span4.td-main-sidebar .td-block-span12 {
    max-width: 215px !important; }

@media screen and (min-width: 320px) {
  body .vc_tta.vc_tta-accordion .vc_tta-tabs-container, body .vc_tta.vc_tta-tabs .vc_tta-tabs-container, body .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
    visibility: visible; }
  body .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none !important;
    visibility: hidden; } }
.td-post-featured-image {
  max-height: 460px !important;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  #td-top-mobile-toggle i {
    color: #333 !important; }

  .td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
    background-color: #fff !important; } }

/*# sourceMappingURL=style.css.map */
