#left_column {
  padding: 0px 15px 0px 40px;
}

#right_column {
  border-left: 1px solid #d0d0d0;
}

.tag {
  color: white;
  font-size: 80%;
  font-weight: 400;
  padding: 0.1rem 0.5rem;
  margin-right: 1rem;
  border-radius: 5px;
}

.tag:hover {
  color: white;
  text-decoration: none;
}

.tag_row {
  padding: 0px 30px;
}

.more_header {
  background-color: #efdfc0;
  color: #b98c48;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.more_news_box {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0d0d0;
}

.more_news_box a {
  color: #808080;
  text-decoration: none;
}

.more_news_box a:hover {
  text-decoration: none;
}

.more_news_box img {
  height: 100%;
  max-height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.more_news_box.nb {
  border: none !important;
}

.contact_user_button:hover {
  color: #d3b061;
  text-decoration: none;
}

.icon-wrapper {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
}
.icon-wrapper .user_icon {
  min-width: 100%;
  min-height: 100%;
  width: 75px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article_content {
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.article_content p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}

.article_content p:first-of-type {
  margin-top: 1rem !important;
}

.member_share_box a {
  text-decoration: none;
}

.member_share_box a:hover {
  text-decoration: none;
}

.member_share_box .col-lg-6 .image_container,
.member_share_box .col-12 .image_container {
  box-shadow: 0px 0px 15px #c6c6c6;
  height: 100%;
  padding-top: 100%;
  border-radius: 10px;
  background-color: white;
}

.member_share_box .col-lg-6 .image_container .content,
.member_share_box .col-12 .image_container .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.member_share_box .col-lg-6 .image_container .content h5,
.member_share_box .col-12 .image_container .content h5 {
  font-size: 1.1rem !important;
  font-weight: 600;
}

.member_share_box .col-lg-6 .image_container .content img,
.member_share_box .col-12 .image_container .content img {
  position: relative;
  max-width: 100%;
  max-height: 65%;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.member_share_box .col-lg-6 .image_container .content .inner_padding,
.member_share_box .col-12 .image_container .content .inner_padding {
  display: flex;
  height: 31%;
  position: relative;
  margin-top: 0.5rem;
  max-width: calc(100% - 30px - 2rem);
  left: calc(15px + 1rem);
}

.member_share_box .col-lg-6 .image_container .content small,
.member_share_box .col-12 .image_container .content small {
  color: #808080;
}

.member_share_box .col-lg-6 .image_container .content small:hover,
.member_share_box .col-12 .image_container .content small:hover {
  color: #808080;
  text-decoration: none;
}

@media only screen and (max-width: 968px) {
  #right_column {
    border-left: none;
  }
}


/*# sourceMappingURL=sharing.css.map */
