/* body */
body {
  font-family: "Fira Sans";
  color: #231f20;
}

body.screening section .gl_wrapper {
  padding-top: 16px;
}

body.screening footer {
  background-color: rgba(0, 0, 0, 0);
}

body.screening footer .gl_wrapper {
  background-color: #111111;
}

body.screening header .bottom_menu .submenu-box .gl_wrapper {
  background-color: #ffc20e;
}

body.screening .gl_plugin.header {
  margin-bottom: 0;
}

.gl_plugin.header {
  margin-bottom: 40px;
}
.gl_plugin {
  margin-bottom: 24px;
}

/* article */
.breadcrumb__link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 24px;
}
.breadcrumb__item--highlight .breadcrumb__link {
  border: 1px solid #ee1c25;
  color: #000;
  border-radius: 5px;
}
article h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 24px;
}

article .autor.flex.display-flex span.h3 {
  font-size: 12px;
  line-height: 16px;
  color: #a8a8aa;
  font-weight: 300;
}

.autor.flex.display-flex.items-right {
  display: block;
}

.autor.flex.display-flex.items-right span.h3.art-sp {
  width: auto;
  float: right;
  flex: 0 0 auto;
}

.single-photo.with-frames img {
  max-height: 442px;
}
article .lead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
article .lead:after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ee1c25;
  display: block;
  margin-top: 24px;
}
.article li,
article li {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
article > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.single-photo figure figcaption span.link a,
article table a,
article > a,
article li a,
article > div p a,
article > div a p,
article > p a {
  font-size: 18px;
  color: #ee1c25;
  font-weight: 300;
  text-decoration: none;
}

.single-photo figure figcaption span.link a:hover,
.blockinfo__text a:hover,
article table a:hover,
article > a:hover,
article li a:hover,
article > div p a:hover,
article > div a:hover p,
article > p a:hover {
  box-shadow:
    inset 0 -0.2px white,
    inset 0px 0px #ffc20d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article table a {
  font-size: 14px;
}

.single-photo figure figcaption span.link a {
  font-size: 12px;
}

.galleries a {
  box-shadow: none;
}

article ul li {
  position: relative;
  list-style-type: none;
}

article ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #ee1c25;
  position: absolute;
  left: 0;
  top: 16px;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  border-radius: 50%;
}

.article h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;

  margin-bottom: 24px;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-left: 86px;
}

.article ul,
.article ol {
  margin-left: 120px;
}

article strong {
  font-weight: 900;
}

article table {
  margin-bottom: 24px;
}

.single-photo figure figcaption {
  margin-left: 0;
  color: #a8a8aa;
  line-height: 18px;
  font-weight: 300;
}

article figure img {
  border-radius: 4px;
}

.lead-gallery .lead-gallery-info {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(35, 31, 32, 0.8);
}

.lead-gallery .lead-gallery-title {
  border-bottom-left-radius: 4px;
  color: #fff;
}

.lead-gallery .lead-gallery-photos {
  border-bottom-right-radius: 4px;
}
.lead-gallery .lead-gallery-title,
.lead-gallery .lead-gallery-photos {
  background-color: #231f20;
}
article .autor.flex.display-flex span.h3 {
  flex: 0 0 auto;
}
.lead-gallery .lead-gallery-more {
  background-color: transparent;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.lead-gallery-more a {
  margin: 0;
}
article .lead-photo-miniatures ul li:before {
  display: none;
}
.insta-embed iframe,
.fb-embed iframe,
.socials .insta-embed,
.socials .embed .video,
.recommended-content,
.expert-block .expert-images img {
  border-radius: 5px;
}
.recommended-content {
  background-color: #ed0a14;
  padding: 24px;
}
.recommended-content .items {
  overflow: visible;
}
.recommended-content .items:after {
  content: "";
  clear: both;
  display: table;
}
.recommended-content .title {
  color: #fff;
  font-weight: 500;
}
.recommended-content .item a {
  color: #fff;
}
.recommended-content .item a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: -5px;
  top: 10px;
  border-radius: 50%;
}
.recommended-content .items .item p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.expert-block {
  background-color: #fff;
}
.expert-block .expert-text h2 {
  margin-left: 0;
  border-left: 3px solid #ee1c25;
  padding-left: 16px;
  font-weight: 500;
  color: #231f20;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
.expert-block .expert-text p {
  line-height: 30px;
  font-style: italic;
  color: #231f20;
}

/*hover*/
.recommended-content .item a:hover:before {
  background-color: #fff;
}
.recommended-content .items .item a:hover p {
  color: #000;
}
