.image-replaced,
.blog .blog-header .blh-subscribe-mail:after,
.blog .blog-header .blh-subscribe-rss:after,
.blog .blog-left-col .blog-recent-posts .blog-recent-more a:after,
.blog .blog-right-col .blog-subscribe .blog-subscribe-mail:after,
.blog .blog-right-col .blog-subscribe .blog-subscribe-rss:after,
.blog .blog-right-col .blog-social .bls-social-links a {
  height: 0;
  overflow: hidden;
  background: url(../images/blogcutup/social.png) 0 0 no-repeat;
  -webkit-background-size: 275px;
  background-size: 275px;
}
.blog .blog-header {
  margin-bottom: 30px;
  text-align: center;
}
.blog .blog-header .blog-logo {
  display: inline-block;
  margin-bottom: 17px;
  padding-top: 39px;
  width: 252px;
  height: 0;
  overflow: hidden;
  background: url(../images/blogcutup/apco-forum-logo.png) 0 0 no-repeat;
  -webkit-background-size: 252px;
  background-size: 252px;
}
.blog .blog-header .blh-tagline {
  font-size: 24px;
}
.blog .blog-header .blh-subscribe-message {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #f44d03;
}
.blog .blog-header .blh-subscribe-mail,
.blog .blog-header .blh-subscribe-rss {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 9px;
  padding: 4px;
  top: 5px;
  overflow: hidden;
  text-indent: -9999px;
}
.blog .blog-header .blh-subscribe-mail:after,
.blog .blog-header .blh-subscribe-rss:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 13px;
  padding-top: 9px;
  background-position: -180px -10px;
}
.blog .blog-header .blh-subscribe-rss:after {
  background-position: -194px -10px;
}
.blog .blog-featured .blfcol-left,
.blog .blog-featured .blfcol-right {
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 3px solid transparent;
  border-width: 0 3px 3px 0;
  width: 50%;
  overflow: hidden;
}
.blog .blog-featured .blfcol-left .blfcol-left,
.blog .blog-featured .blfcol-right .blfcol-left,
.blog .blog-featured .blfcol-left .blfcol-right,
.blog .blog-featured .blfcol-right .blfcol-right {
  padding-top: 54%;
}
.blog .blog-featured .blfcol-right {
  border-right: 0;
}
.blog .blog-featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
}
.blog .blog-featured .blf-title a {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  padding: 15px 10px;
  background-color: rgba(49, 58, 66, 0.5);
  text-decoration: none;
  transition: all 0.5s;
}
.blog .blog-featured .blf-title a:hover {
  background-color: rgba(49, 58, 66, 0.8);
}
.blog .blog-featured .blf-title h2 {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  color: white;
}
.blog .blog-featured .blf-title .blf-author {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #f44d03;
}
.blog .blog-featured .blf-main {
  padding-top: 54.381%;
}
.blog .blog-featured .blf-main .blf-title a {
  padding: 33px;
  height: 150px;
}
.blog .blog-featured .blf-main .blf-title h2 {
  font-size: 36px;
  line-height: 33px;
}
.blog .blog-featured .blf-main .blf-title .blf-author {
  font-size: 24px;
  line-height: 33px;
}
.blog .blog-left-col,
.blog .blog-right-col {
  box-sizing: border-box;
  float: left;
}
.blog .blog-left-col img,
.blog .blog-right-col img {
  max-width: 100%;
}
.blog .blog-left-col {
  width: 75%;
  padding-right: 40px;
}
.blog .blog-left-col .bllc-header {
  margin-top: 37px;
  margin-bottom: 37px;
  border-top: 1px solid #9f9f9f;
}
.blog .blog-left-col .bllc-header h2 {
  margin: -13px 0 0;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #999999;
  background-color: #eee;
  float: left;
}
.blog .blog-left-col .blog-videos .embed-responsive-16by9,
.blog .blog-left-col .blog-videos .embed-responsive-4by3 {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.blog .blog-left-col .blog-videos .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.blog .blog-left-col .blog-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.blog .blog-left-col .blog-recent-posts .blr-row {
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
.blog .blog-left-col .blog-recent-posts .blr-post {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 20px;
}
.blog .blog-left-col .blog-recent-posts .blr-post:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0;
}
.blog .blog-left-col .blog-recent-posts .blr-post img {
  margin-bottom: 15px;
}
.blog .blog-left-col .blog-recent-posts .blr-post a {
  display: block;
  text-decoration: none;
}
.blog .blog-left-col .blog-recent-posts .blr-post a:hover h3 {
  text-decoration: underline;
}
.blog .blog-left-col .blog-recent-posts .blr-post h3 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 28px;
  line-height: 25px;
  color: #4f4f4f;
}
.blog .blog-left-col .blog-recent-posts .blr-post .blrp-author {
  font-size: 12px;
  color: #f44d03;
}
.blog .blog-left-col .blog-recent-posts .blr-post .blrp-author a {
    color: #f44d03;
    display: inline;
}
.blog .blog-left-col .blog-recent-posts .blr-post .blrp-author a:hover {
    text-decoration: underline;
}
.blog .blog-left-col .blog-recent-posts .blog-recent-more {
  clear: both;
  border-top: 1px solid #c7c9cb;
  text-align: right;
}
.blog .blog-left-col .blog-recent-posts .blog-recent-more a {
  position: relative;
  display: inline-block;
  padding: 20px 45px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}
.blog .blog-left-col .blog-recent-posts .blog-recent-more a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-position: -207px 0;
}
.blog .blog-left-col .blog-recent-posts .blog-recent-more a:hover:after {
  background-position: -226px 0;
}
.blog .blog-right-col {
  width: 25%;
}
.blog .blog-right-col h2 {
  margin-bottom: 10px;
  border-bottom: 1px solid #9f9f9f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.blog .blog-right-col .blog-subscribe {
  position: relative;
  margin: 22px 0 14px;
  padding: 0 10px 0 16px;
  background-color: #2b353d;
}
.blog .blog-right-col .blog-subscribe .blog-subscribe-message {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 33px;
  font-weight: 600;
  color: #f44d03;
}
.blog .blog-right-col .blog-subscribe .blog-subscribe-mail,
.blog .blog-right-col .blog-subscribe .blog-subscribe-rss {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 30px;
  width: 13px;
  height: 9px;
  padding: 4px;
  overflow: hidden;
}
.blog .blog-right-col .blog-subscribe .blog-subscribe-mail:after,
.blog .blog-right-col .blog-subscribe .blog-subscribe-rss:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 13px;
  padding-top: 9px;
  background-position: -180px 0;
}
.blog .blog-right-col .blog-subscribe .blog-subscribe-rss {
  right: 8px;
}
.blog .blog-right-col .blog-subscribe .blog-subscribe-rss:after {
  background-position: -194px 0;
}
.blog .blog-right-col .blog-social {
  padding-bottom: 25px;
}
.blog .blog-right-col .blog-social .bls-social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog .blog-right-col .blog-social .bls-social-links li {
  display: inline-block;
  padding-right: 6px;
}
.blog .blog-right-col .blog-social .bls-social-links li:last-child {
  padding-right: 0;
}
.blog .blog-right-col .blog-social .bls-social-links a {
  display: inline-block;
  padding: 29px 0 0;
  width: 29px;
}
.blog .blog-right-col .blog-social .bls-ig a {
  background-position: 0px 0;
}
.blog .blog-right-col .blog-social .bls-tw a {
  background-position: -30px 0;
}
.blog .blog-right-col .blog-social .bls-fb a {
  background-position: -60px 0;
}
.blog .blog-right-col .blog-social .bls-li a {
  background-position: -90px 0;
}
.blog .blog-right-col .blog-social .bls-yt a {
  background-position: -120px 0;
}
.blog .blog-right-col .blog-social .bls-wb a {
  background-position: -150px 0;
}
.blog .blog-right-col .blog-categories {
  margin-bottom: 25px;
}
.blog .blog-right-col .blog-categories ul {
  margin: 0;
  max-width: 350px;
}
.blog .blog-right-col .blog-categories a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}
.blog .blog-right-col .blog-categories a:hover {
  text-decoration: underline;
}
.blog .blog-right-col .blog-instagram {
  margin-bottom: 25px;
}
.blog .blog-right-col .blog-instagram h2 {
  margin-bottom: 7px;
}
.blog .blog-right-col .blog-instagram .img {
  max-width: 350px;
}
.blog .blog-right-col .blog-instagram .img a {
  text-decoration: none;
}
.blog .blog-right-col .blog-events .blog-event {
  padding-bottom: 16px;
}
.blog .blog-right-col .blog-events .blog-event h3 a,
.blog .blog-right-col .blog-events .blog-event .blog-event-date,
.blog .blog-right-col .blog-events .blog-event .blog-event-place {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.blog .blog-right-col .blog-events .blog-event h3 {
  margin-bottom: 0;
}
.blog .blog-right-col .blog-events .blog-event h3 a {
  color: #f44d03;
}
.blog .blog-right-col .blog-events .blog-event h3 a:hover {
  text-decoration: underline;
}
.blog .blog-right-col .blev-more {
  display: block;
  max-width: 350px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background-color: #000;
  color: #eee;
  transition: all 0.5s;
}
.blog .blog-right-col .blev-more:hover {
  background-color: #4f4f4f;
}
@media only screen and (max-width: 1023px) {
  .blog .blog-left-col,
  .blog .blog-right-col {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .blog .blog-subscribe-mail {
    left: 165px;
    right: auto!important;
  }
  .blog .blog-subscribe-rss {
    left: 187px;
    right: auto!important;
  }
}
@media only screen and (max-width: 350px) {
  .blog .blog-left-col .blog-recent-posts .blr-row {
    padding-bottom: 0;
  }
  .blog .blog-left-col .blog-recent-posts .blr-post {
    float: none;
    width: 100%;
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 351px) and (max-width: 480px) {
  .blog .blog-left-col .blog-recent-posts .blr-post {
    padding-left: 10px;
  }
  .blog .blog-left-col .blog-recent-posts .blr-post:nth-child(odd) {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 351px) and (max-width: 550px) {
  .blog .blog-left-col .blog-recent-posts .blr-post h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1023px) {
  .blog .blog-featured .blf-title a {
    height: 75px;
    padding: 15px 10px;
  }
  .blog .blog-featured .blf-title h2 {
    font-size: 16px;
    line-height: 14px;
  }
  .blog .blog-featured .blf-title .blf-author {
    font-size: 12px;
    line-height: 16px;
  }
  .blog .blog-featured .blf-main .blf-title a {
    padding: 25px 33px;
    height: 150px;
  }
  .blog .blog-featured .blf-main .blf-title h2 {
    font-size: 28px;
    line-height: 24px;
  }
  .blog .blog-featured .blf-main .blf-title .blf-author {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 770px) {
  .blog .blog-featured .blf-title a {
    height: 75px;
    padding: 15px 10px;
  }
  .blog .blog-featured .blf-title h2 {
    font-size: 14px;
    line-height: 12px;
  }
  .blog .blog-featured .blf-title .blf-author {
    font-size: 12px;
    line-height: 12px;
  }
  .blog .blog-featured .blf-main .blf-title a {
    padding: 25px 33px;
    height: 100px;
  }
  .blog .blog-featured .blf-main .blf-title h2 {
    font-size: 18px;
    line-height: 16px;
  }
  .blog .blog-featured .blf-main .blf-title .blf-author {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .blog .blog-featured .blf-title a {
    height: 75px;
    padding: 15px 10px;
  }
  .blog .blog-featured .blf-title h2 {
    font-size: 16px;
    line-height: 14px;
  }
  .blog .blog-featured .blf-title .blf-author {
    font-size: 12px;
    line-height: 16px;
  }
  .blog .blog-featured .blf-main .blf-title a {
    padding: 25px 33px;
    height: 110px;
  }
  .blog .blog-featured .blf-main .blf-title h2 {
    font-size: 24px;
    line-height: 20px;
  }
  .blog .blog-featured .blf-main .blf-title .blf-author {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .blog .blog-featured .blf-main,
  .blog .blog-featured .blf-side {
    width: 100%;
    float: none;
  }
  .blog .blog-featured .blf-main {
    padding-top: 108.762%;
  }
}
@media only screen and (max-width: 350px) {
  .blog .blog-featured .blfcol-right .blfcol-left,
  .blog .blog-featured .blfcol-right .blfcol-right {
    width: 100%;
    float: none;
    padding-top: 108%;
  }
  .blog .blog-featured .blf-main .blf-title a {
    height: 75px;
    padding: 15px 10px;
  }
  .blog .blog-featured .blf-main .blf-title h2 {
    font-size: 16px;
    line-height: 14px;
  }
  .blog .blog-featured .blf-main .blf-title .blf-author {
    font-size: 12px;
    line-height: 16px;
  }
}
