.post-header{
    background-color:#2e2f33;
}
.post-header .header-img{
    height: 73vh;
    /* max-height: 900px; */
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.55;
}

.post-header .header-text{
    position: absolute;
    top: 0px;
    width: 100%;
    text-align:center;
    color:#fff;
    opacity: 1;
    padding: 35vh 1em 0 1em;
}

.post-header .mobile-view{
    position: absolute;
    display:none;
    text-align:center;
    top: 80vh;
    width: 100%;
}

.post-header .mobile-view a{
    display: inline-block;
    width: 53px;
    background-color: rgba(46,47,51,0.6);
    border-radius: 26px;
    color: #fff;
    padding: 15px 0 15px 0;
    font-size: 23px;

}


.post-header .header-text h1{
    color:#fff;
}

@media screen and (min-width: 1921px) {
    .post-header .header-img {
        height: 72vh;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1920px) {
    .post-header .header-img {
        height: 77vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .post-header .header-img {
        height: 82vh;
    }
}

@media screen and (max-width: 768px) {
    .post-header .header-img {
        height: 100vh;
    }
    .post-header .mobile-view{
        display: block;
    }
}


/* OLD AUTHOR META */

.comment__avatar img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.author__links .social-media {
    float: right;
}
.author__links .social-media .fa {
    color: rgb(215, 215, 215);
    margin-left: .6rem;
}
.author__links .fa-facebook-square:hover {
    color: rgb(59, 89, 152);
}
.author__links .fa-twitter:hover {
    color: rgb(29, 161, 242);
}
.author__links .fa-youtube-play:hover {
    color: rgb(255, 0, 0);
}
.author__links .fa-instagram:hover {
    color: rgb(195, 42, 163);
}

/*  MOLONGUI AUTHORSHIP CUSTOM STYLE  */
.molongui-author-box-social-icon a.icon-container i {
    color: rgb(200, 200, 200);
}
.molongui-author-box-social-icon a.icon-container i.molongui-authorship-icon-facebook:hover {
    color: rgb(59, 89, 152);
}
.molongui-author-box-social-icon a.icon-container i.molongui-authorship-icon-twitter:hover {
    color: rgb(29, 161, 242);
}
.molongui-author-box-social-icon a.icon-container i.molongui-authorship-icon-youtube:hover {
    color: rgb(255, 0, 0);
}
.molongui-author-box-social-icon a.icon-container i.molongui-authorship-icon-instagram:hover {
    color: rgb(195, 42, 163);
}


/*  PRINT LAYOUT  */
@media print {
    .header-img {display:none;}
    .header-text {padding:none;}
    #post-print-content {margin-left:0;width:auto;}
    .molongui-author-box {display:none;}
    .article__share {display:none;}
    #post-comments {display:none;}
    section.bg--secondary {display:none;}
    footer {display:none;}
    .post-content {width:100%;}
}


/*  BUTTON STYLE  */
.wp-block-button {
  background-color: rgb(108, 177, 189);
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  padding-top: 0.46428571em;
  padding-bottom: 0.46428571em;
  padding-right: 2.78571429em;
  padding-left: 2.78571429em;
  border: 1px solid rgb(108, 177, 189);
  border-width: 1px;
  font-size: inherit;
  line-height: 1.85714286em;
}
.wp-block-button__link {
  color: rgb(255, 255, 255);
  border-color: rgb(46, 47, 51);
  font-weight: 700;
  font-size: 0.85714286em;
  background-color: inherit;
}
