/*
 * Theme Name: IITR Blog WordPress Theme
 * Description: IITR Blog WordPress Theme
 * Author: artaxo GmbH
 * Version: 1.0
 * Requires at least: 5.0
 * Tested up to: 5.5.1
 * Requires PHP: 7.1
 * Text Domain: iitr-blog
*/

/* roboto-condensed-regular - latin */


@font-face {
  font-family: "FontAwesome";
  src: url("static/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("static/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("static/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("static/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("static/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("static/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.iitr-btn .h3 {
  font-family: 'robotobold';
font-size: 20px;
margin-bottom: 30px;
position: relative;
display: block;
}
.tease__content p.h2 {
    font-family: 'robotobold';
    color: #002f74;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    margin-top: 0;
}
.tease__content p.h2 a {
    text-align: left;
    margin: 0 0 1rem;
    color: #002f74;
    font-size: 25px;
    line-height: 1.16667;
    letter-spacing: normal;
}
#authorBox {
  padding-top: 40px;
  border-top: 1px solid #a0a6a8;
  border-bottom: 1px solid #a0a6a8;
  padding-bottom: 30px;
}
#authorBox .d-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#authorBox .authorImg {
  flex: 0 0 160px;
}
#authorBox .authorImg a {
  font-size: 19px;
  color: #fff;
  width: 35px;
  display: inline-block;
  padding: 5px;
  height: 35px;
  text-align: center;
  margin-top: 13px;
  margin-right: 13px;
}
#authorBox .authorImg a.linkedin {
  background: #0077b5;
}
#authorBox .authorImg a.twitter {
  background: #55acee;
}
#authorBox .authorImg a.xing {
  background: #126567;
}
#authorBox .authorImg a.favicon {
  padding: 0;
}
#authorBox .authorImg a.favicon img {
  width: 35px;
}
#authorBox .authorText {
  flex: 0 0 calc(100% - 170px);
  padding-left: 10px
}
@media(max-width: 460px) {
  #authorBox .d-flex {
    display: block;
  }
  #authorBox .authorImg {
    text-align: center;
    margin-bottom: 20px;
  }
  #authorBox .authorImg > img {
    display: block;
    margin: 0 auto;
  }
}
