/* Border Hover Effect */
button {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #f45e61;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.box-border-effect::before, .box-border-effect::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.box-border-effect {
  position: relative;
  border: 0;
  box-sizing: border-box;
}
.draw {
  transition: color .5s ease-in;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
  z-index: 10;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.draw:hover::before {
  border-top-color: #2622c4;
  border-right-color: #2622c4;
  transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}
.draw:hover::after {
  border-bottom-color: #2622c4;
  border-left-color: #2622c4;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
  color: #2622c4;
}
.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
  border-top-color: #2622c4;
  border-right-color: #2622c4;
}
.meet:hover::after {
  border-bottom-color: #2622c4;
  border-left-color: #2622c4;
  transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
}
/* Border Hover Effect END */

.red-border {
  border-color: #ed4b42 !important;
}

.first-line-recent-post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.first-line-recent-post .recent-tiny-box {
  width: calc(100% / 3 - 15px) !important;
}

.recent-post-box {
  width: calc(50% - 15px);
  height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 25px;
}

.recent-author {
  color: #64717a;
  font-size: 12px;
  line-height: 14px;
  font-family: 'CircularStd-Black', sans-serif;
}

.recent-link {
  color: #2f363b;
  font-size: 24px;
  line-height: 30px;
  font-family: 'CircularStd-Black', sans-serif;
  transition: all .2s ease-in-out;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4em;
  height: 4em;
}

.recent-link:hover {
  color: #ed4b42 !important;
}

/* .first-line-recent-post .recent-link {
width: 80%;
} */

.recent-readmore {
  color: #2c28dc;
  font-size: 18px;
  font-family: 'Rubik-Medium', sans-serif;
  letter-spacing: 0.025em;
}

.second-line-recent-post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap !important;
}

.recent-tiny-box {
  width: calc(100% / 3 - 15px);
  border: 1px solid #dddddd;
  margin-bottom: 25px;
}

.thumbnail-wrapper {
  overflow: hidden;
}

.recent-tiny-box:hover .recent-post-thumbnail {
  transform: scale(1.1);
}

.recent-readmore:hover {
  color: #f44a2d !important
}

.recent-readmore .the-arrow.-left > .shaft:before, .recent-readmore .the-arrow.-left > .shaft:after,
.recent-readmore .the-arrow > .shaft:before, .recent-readmore .the-arrow > .shaft:after,
.recent-readmore .shaft, .recent-readmore .the-arrow.-left > .shaft {
  background-color: #2c28dc !important;
}

.recent-readmore:hover .shaft, .recent-readmore:hover .the-arrow.-left > .shaft,
.recent-readmore:hover .the-arrow.-left > .shaft:before, .recent-readmore:hover .the-arrow.-left > .shaft:after,
.recent-readmore:hover .the-arrow > .shaft:before, .recent-readmore:hover .the-arrow > .shaft:after 
{
  background-color: #f44a2d !important;
}

.recent-career {
  color: #64717a;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: 'CircularStd-Black', sans-serif;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.recent-written, .recent-from, .recent-date {
  font-size: 12px;
  line-height: 14px;
  color: #64717a !important;
}

.recent-post-wrapper .recent-written {
  font-size: 14px !important;
  font-family: 'CircularStd-Black', sans-serif;
	letter-spacing: 0.03em;
  margin-bottom: 4px;
  line-height: 20px !important;
}

.recent-from {
  color: #1e0db1 !important;
  font-family: 'CircularStd-Medium', sans-serif;
  margin-bottom: 8px;
}

.recent-from:hover {
  color: #ed4b42 !important;
}

.recent-date {
  font-family: 'CircularStd-Black', sans-serif;
  letter-spacing: 0.02em;
}

.recent-author-box {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.recent-author-avatar {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.red-border {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
}

.recent-written-box {
  display: flex;
  flex-direction: column;
}

.recent-content-wrap {
  padding: 30px 25px;
}

.recent-finder-box {
  margin-bottom: 20px;
}

.recent-download {
  background: #ed4b42;
  color: #ffffff;
  font-size: 21px;
  font-family: 'Rubik-Medium', sans-serif;
  width: 225px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.recent-download:hover {
  color: #ffffff;
}

.recent-download {
  background: #ed4b42;
  color: #ffffff;
  font-size: 21px;
  font-family: 'Rubik-Medium', sans-serif;
  width: 225px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
}

.recent-post-thumbnail {
  width: 100% !important;
  min-height: 155px !important;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
}

/* Author Box */
.author-avatar {
  width: 140px;
  height: 140px;
  display: block;
  margin-bottom: 40px;
}

.author-box {
  width: calc(100% / 3 - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1f00b4;
  padding: 70px 50px 60px;
  margin-bottom: 25px;
}

.author-name {
  color: #fff !important;
  font-size: 42px !important;
  line-height: 48px !important;
  letter-spacing: 0.01em;
  font-family: CircularStd-Book, sans-serif !important;
  margin-bottom: 40px;
}

.author-others {
  display: none !important;
  background: #fff;
  color: #1f00b4 !important;
  font-size: 27px !important;
  line-height: 33px !important;
  letter-spacing: 0.01em;
  font-family: CircularStd-Book, sans-serif !important;
  padding: 15px 35px;
}

.author-bio {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 36px !important;
  letter-spacing: 0.01em;
  font-family: CircularStd-Book, sans-serif !important;
  margin-bottom: 55px;
}

@media (max-width: 992px) {
  .recent-link {
    margin: 10px 0 !important;
  }

  .first-line-recent-post, .second-line-recent-post {
    flex-direction: column;
  }

  .first-line-recent-post .recent-tiny-box {
    width: 100% !important;
  }

  .recent-tiny-box {
    width: 100% !important;
  }

  .recent-tiny-box:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .first-line-recent-post {
    flex-direction: column;
  }

  .first-line-recent-post .recent-tiny-box {
    width: 100% !important;
  }

  .first-line-recent-post .recent-tiny-box:first-child {
    margin-bottom: 30px;
  }

  .recent-link {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .first-line-recent-post .recent-post-box {
    padding: 15px !important;
  }

  .span12.wrapper {
    max-width: 100% !important;
    padding: 0 15px;
  }
}