.archive-title {
  text-transform: uppercase;
  line-height: 80%;
  font-size: 46px;
  font-weight: bold;
  padding: 0 10px;
  /*margin-bottom: 10px;*/
}

/* Columns title */

.columns-title {
  font-weight: bold;
  padding: 0 20px 0 0;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}

.columns-title a, .columns-title span  {
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  display: block;  
  text-transform: uppercase;
  background-color: #9b302a;
  border: 1px solid #9b302a;
  padding: 6px;
}

.columns-title a:hover {
  color: #ffffff;
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
}

.columns-title-h2 {
  font-size: 24px;
  line-height: 24px;
}

.columns-title-h3 {
  font-size: 22px;
  line-height: 22px; 
}

.columns-title-h4 {
  font-size: 20px;
  line-height: 20px; 
}

.columns-title-h6 {
  font-size: 15px;
  line-height: 15px; 
}

.wpdmi-columns-layoutthree .wpdmi-columns-title, .wpdmi-columns-layoutfive .wpdmi-columns-title {
  padding: 0;
}


/*.wpdmi-columns-layoutthree .columns-title, .wpdmi-columns-layoutfive .columns-title {
  position: static;
  display: flex;
}*/

.sidebar .wpdmi-columns-layoutthree .columns-title {
  border-top:none;
  /*padding: 0 0 5px 0;*/
  /*line-height: 11px;
  font-size: 11px;*/
}

.wpdmi-columns-layoutfive .columns-title {
  padding: 20px 0 5px 0;
  display: flex;
}

/*.wpdmi-columns-layoutthree .wpdmi-columns-title {
   margin-bottom: 10px;
}*/

.wpdmi-columns-title-theme-light .columns-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  background-color: transparent;
}

.wpdmi-columns-title-theme-light .columns-title a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}

.wpdmi-columns-title-theme-light .columns-title a, .wpdmi-columns-title-theme-light .columns-title span {
  padding: 0 10px;
  color: #ffffff;
  text-transform: none;
  background-color: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
}

.wpdmi-columns-title-theme-light .columns-title a:hover {
  color: #ffffff;
  opacity: 0.9;
}

/* */

.card-title {
  /**/
}

/* */

.card-title a {
  color: #000000;
}

.card-wpdmi-theme-light .card-title a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}

.card-wpdmi-theme-light .card-title a:hover {
  color: #ffffff;
  opacity: 0.9;
}

.card-title a:hover {
  color: #9b302a;
}

.card-title-h2 {
  font-size: 36px;
  line-height: 1.05;
  font-weight: normal;
}

.card-title-h2 a { 
  letter-spacing: 0.2px;
}

.card-title-h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}

.card-title-h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

.card-title-h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

.card-title-h6 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
}

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1149px) {
  .archive-title {
    text-transform: none;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    color: #9b9b9b;
  }
  
  .search .archive-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .archive-title {
    font-size: 24px;
  }
  
  .card-title {
    font-weight: normal!important;
  }
  
  .card-title-h2 {
    font-size: 24px;
    line-height: 26px;
  }
}