@media (min-width: 576px){
.navbar-brand.logo-control img.logo-img {
    max-height: none;
    max-width: none;
  }
 .modal-dialog {
    max-width: 500px;
    margin: 15px;
}
}
.header-line {
  text-align: center;
  color: var(--heading-color);
  position: relative;
  line-height: var(--heading-line-height);
  text-transform: uppercase;
  margin-top:1.2em;
}
.header-line::after{
  background-color: var(--heading-color);
  display: block;
  height: 2px;
  top: calc(50% - 1px);
  content: "";
  position: absolute;
  left: 0;
  right: 0;  
}
.header-line span {
  background-color: var(--body-bg-color);
  display: inline-block;
  padding: 0 calc(var(--global-spacing) * 2 );
  position: relative;
  z-index: 2;
}

.wjcallback .btn {
  width:100%;
  font-size: 1.3em;
  font-weight: 400;
  padding:10px 40px;
}
.radius-big {
  border-radius:8px;
  overflow:hidden;
}
.radius-small {
  border-radius:5px;
  overflow:hidden;
}
.default-2 .article-title, .default-2 .intro-text{
  max-width:100% !important;
}
.t4-megamenu > .navbar-nav > li > a, .t4-megamenu > .navbar-nav > li > .nav-link {
  font-size: 18px;
  font-weight: 500;
}
.item-page .com-content-article__body > p:first-child::first-letter, .item-page .com-content-article__body p.has-letter::first-letter {
  all: unset;
}
.item-style-1.has-media .jacl-item__intro, .item-style-1.has-media .jacl-item__introtext {
  color: #fff;
  opacity: 1;
}
.item-style-1 .jacl-item__media .item-media-mask {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.item-style-1 .jacl-item__meta ul li {
  color: white;
}
.item-style-2 .jacl-item__meta ul li {
  color: #bbb;
}
.photo-text {
  margin:0 10px 30px 10px;
}

:root {
  --nav-font-family: 'Exo 2', sans-serif;
  --heading-font-family: 'Exo 2', sans-serif;
  --body-font-family: 'Exo 2', sans-serif;
}