      #postheader-,
      #postheader-full {
          width: 100%;
          background-size: cover;
          background-position: center center;
      }

      .phoverlay-,
      .phoverlay-full {
          width: 75%;
          background-color: rgba(0, 0, 0, 0.67);
          position: absolute;
          z-index: 1;
      }

      .phwrap-,
      .phwrap-full {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center;
          justify-content: center;

      }

      .phcontent {
          width: 100%;
          float: left;
      }

.phmargin{
    width:5%;
    float: left;
    height: 10px;
}




.phdate{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.17);
    padding: 0 0.35em 0.35em 0.35em;
    text-transform: uppercase;
    height: 2.1em;
    float: left;
    border: 1px solid #555555;
    width: 44%;
    margin: 35px 3% 0 3%;
}
.phdatein{
              width: 100%;

}
.phdatein2{
    width:calc(100% - 30px);
    text-align: right;
    float: right;
}

      .phdatein, .phdatein2 {
          height: 1em;
          font-size: 1em;
          line-height: 17px;
          color: #ffffff;
          padding-top: 6px;
      }


      .phwrap-,
      .phwrap-full {
          width: 80%;
          margin: -40px 10% 0 10%;
          float: left;

      }

      #postheader-,
      .phoverlay-,
      .phwrap-,
        .phfade-{
          height: 50vh;
          min-height: 600px;
      }

      .phfade-, .phfade-full {
          width: 75%;
          background-color: black;
          position: absolute;
          z-index: 0;
          animation: fadeOut ease 2s;
          -webkit-animation: fadeOut ease 2s;
          -moz-animation: fadeOut ease 2s;
          -o-animation: fadeOut ease 2s;
          -ms-animation: fadeOut ease 2s;
          opacity: 0;
      }

      #postheader-full,
      .phoverlay-full,
      .phwrap-full,
.phfade-full{
          height: 100vh;
      }



      .phtitle {
          color: #ffffff;
          text-align: center;
          font-size: 50px;
          text-align: center;
          line-height: 60px;
          margin: 0;

      }

.phicon{
    width:20px;
    height: 20px;
    float: left;
    margin: 5px 5px 5px 0;
}
.phnorm {
    width: 100px;
    float: none;
    margin: 0 auto;
}





@media screen and (max-width:850px){
    .phdate{
        width:92%;
        margin-top: 10px;
    }
    .phtitle{
        margin-bottom: 25px;
    }
    
}

      @keyframes fadeOut {
          0% {
              opacity: 1;
          }
          35% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }

      @-moz-keyframes fadeOut {
          0% {
              opacity: 1;
          }
          35% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }
      @-webkit-keyframes fadeOut {
          0% {
              opacity: 1;
          }
          35% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }
      @-o-keyframes fadeOut {
          0% {
              opacity: 1;
          }
          35% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }

      @-ms-keyframes fadeOut {
          0% {
              opacity: 1;
          }
          35% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }


      @media (max-width: 1400px) {

          .phoverlay-,
          .phoverlay-full {
              width: 75%;
          }
          
          .phwrap-{
              width:80%;
          }
      }

      @media (max-width: 1150px) {


          .phoverlay-,
          .phoverlay-full {
              width: 100%;
          }
      }

      


      .phtitle h1 {
          margin: 0;
      }






.phdown{
        text-align: center;
    bottom: 125px;
        margin: 0 auto;
        opacity: .9;
        position: relative;
    width: 30px;
    height: 35px;
    

}
.phdown-arrow{
    transform: rotate(90deg);

}

    .prevnext-line{
display: inline;
        
}
@media screen and (max-height:550px){
    .phdown{
        display: none;
    }
    
          .phwrap-,
    .phwrap-full{
        margin-top: 0;
    }
}
@media screen and (max-height:450px){
    .prevnext{
        display: none;
    }
}

@media screen and (max-width:450px){
    .prevnext-line{
        width:100%;
        float: left;
    }
}

.anim-begin {
    -webkit-animation: begin 1s infinite ease-in-out;
    animation: begin 1s infinite  ease-in-out;
}
.anim-begin{
    -webkit-animation: begin 1s infinite  ease-in-out;
    animation: begin 1s infinite  ease-in-out;
}
@-webkit-keyframes begin {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes begin {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.h-credit{
    width: auto;
    background-color: rgba(0, 0, 0, 0.17);
    color: #e1e1e1;
    font-size: 12px;
    text-align: center;
    position: relative;
    bottom: -14px;
    right: 0;
    float: right;
    padding: 3px 10px;
}


      .postwidth {
          padding: 35px;
      }


      .ulrelposts {
          margin: 0;
          padding: 0;
      }

      .hrelposts,
      h3.hrelposts {
          text-align: center;
          font-size: 18px;
      }

      .relatedthumb img {
          width: 100%;
          height: auto;
      }

      .relatedthumb img:hover {
          opacity: .8;
      }

      li.lirelposts {
          float: left;
          list-style: none;
          width: calc(33.333% - 30px);
          margin: 15px;
      }

      a.arelposts {
          text-decoration: none;
          color: #999999;
      }


      @media (max-width: 700px) {
          li.lirelposts {
              width: 100%;
              margin: 15px 0;
          }
      }

      .lirelposts a {
          border: none !important;

      }

    

      .ednotes {
          background-color: #f9f9f9;
          padding: 30px;
          margin: 60px 0 60px 0;
          color: #333333;

      }

      h3.edtitle {
          margin: -10px 0 0 0;
      }

      .ednotes p:last-child,
      .ednotes img:last-child {
          margin-bottom: 0;
      }

      .ednotes a {
          text-decoration: none;
          border-bottom: 2px solid #8cc63f;
          color: inherit;
      }

      .edavatar {
          width: 50px;
          height: 50px;
          float: left;
          margin-right: 10px;
          background-image: url(https://creativechair.org/images/cc-avatar.svg);
          background-size: cover;
          background-repeat: no-repeat;
      }

      .edtitles {
          width: auto;
          min-height: 50px;
          float: left;
      }

      .ednotes,
      .eddate,
      .ednote {
          float: left;
      }






      .ccblog,
      .imgfloatcent,
      .size-cc_standard,
      .size-full {
          margin: 45px auto;
          float: none;
          display: block;
      }

      .ccblogx {
          margin: 0 auto 45px auto !important;
          float: none;
          display: block;
      }

      .ccblogy {
          margin: 0 auto !important;
          float: none;
          display: block;
      }

      .ccblogz {
          margin: 45px auto 0 auto !important;
          float: none;
          display: block;
      }

      .ccblogcaption {
          margin: 45px auto 10px auto;
          float: none;
          display: block;
      }

      .searchwidth {
          padding: 10px 30px 30px 30px;
          border: 2px solid #000000;
          margin: 50px 35px;

      }

      .search a {
          border-bottom: none !important
      }

      li.search {
          padding-bottom: 20px;
          font-family: Brother-1816-medium;
          list-style: none;
      }

      .esg-filter-wrapper.eg-search-wrapper.simple-dark.esg-fgc-1 {
          display: none;
      }


      .round {
          -webkit-border-radius: 1000px;
          -moz-border-radius: 1000px;
          border-radius: 1000px;
      }


      .awardouter {
          width: 100%;
          float: left;
          margin: 42px 0;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 0;
          overflow: hidden;
      }

      .awardouter sup {
          font-size: 15px;
          top: -15px;
      }

      .abold {
          font-family: Brother-1816-medium;
      }

      .ah2 {
          text-transform: none;
          letter-spacing: 0;
          margin: 0;
          font-family: Brother-1816-thin;
          color: #fff;
          font-size: 30px;
      }



      .awardinfo {
          width: 100%;
          float: left;
          background-color: #191919;
          display: flex;
          align-items: center;
          min-height: 150px;
          border: 1px solid #e1e1e1;
          background-image: url(https://creativechair.org/images/award-kite-dark.svg);
          background-position: center center;
          background-size: cover;


      }

      .awardinfoinner {
          width: 100%;
          height: auto;
          float: left;
          padding: 25px 40px;
          line-height: 40px;


      }

      .awardlink {
          color: #edecec !important;
          text-decoration: none;
          border-bottom: 1px solid #edecec;
          margin-top: 20px;
          font-size: 20px;
      }

      .alink {
          width: 100%;
          height: auto;
          float: left;
          margin-top: 10px;
      }

      @media screen and (max-width:700px) {

          .ah2 {
              font-size: 24px;
              line-height: 29px;
          }

          .awardinfoinner {
text-align: center;
              padding: 37px 30px 35px 30px;
          }

      }


.prevnext{
    width:100%;
    text-align: center;
    margin-top: 35px;
    float: left;
}
.prevnext a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 20px;
}
}