/*
Theme Name: web
Description: This is trend theme.
Author: sm
Version: 1.0
*/
@import url(css/style.css);
/*

	writerBox

*/
.writerBox {
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .writerBox {
    padding: 30px; } }

.writerBox_head {
  margin-bottom: 20px; }

.writerBox_title {
  font-weight: bold; }

.writer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .writer_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.writer_row_col-writer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px; }

@media (min-width: 768px) {
  .writer_row_col-writer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; } }

.writer_row_col-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px; }

@media (min-width: 768px) {
  .writer_row_col-description {
    padding-left: 30px; } }

.writer_thumb {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid #eee; }

@media (max-width: 767px) {
  .writer_thumb {
    margin-left: auto;
    margin-right: auto; } }

.writer_meta {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 13px; }

@media (min-width: 768px) {
  .writer_meta {
    font-size: 12px; } }

.writer_name {
  font-size: 18px;
  font-weight: bold; }

@media (min-width: 768px) {
  .writer_name {
    font-size: 17px; } }

.writer_description {
  color: #484848; }

@media (max-width: 767px) {
  .writer_description {
    font-size: 12px; } }

@media (min-width: 768px) {
  .writer_description {
    font-size: 12px; } }

.writer_description_block1 {
  margin-top: 10px; }

.writer_description_block1 p:last-of-type {
  margin-bottom: 0; }

.writer_description_block2 {
  border-top: 1px dotted #e1e1e1;
  margin-top: 10px;
  padding-top: 10px; }

.writer_description_block2 p:last-of-type {
  margin-bottom: 0; }

.writer_link {
  text-align: right;
  margin-top: 10px; }

.writer_link a {
  position: relative;
  padding-left: 10px;
  color: #000000; }

.writer_link a:visited {
  color: #000000; }

.writer_link a:focus {
  color: #333333; }

.writer_link a:hover {
  color: #333333; }

.writer_link a:active {
  color: #333333; }

.writer_link a:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f0da";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 0.9em; }

.boxTitle {
  border-color: #3558a5; }

/*

	author : single.php

*/
.entry_meta_author {
  font-size: 10px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .entry_meta_author {
      font-size: 11px; } }
  .entry_meta_author:before {
    content: "\f007";
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 1px; }
  .entry_meta_author a {
    text-decoration: none; }
  .entry_meta_author a,
  .entry_meta_author a:visited,
  .entry_meta_author a:focus,
  .entry_meta_author a:hover,
  .entry_meta_author a:active {
    color: #999; }

.entry_meta_col-author {
  margin-right: 10px; }

@media (max-width: 767px) {
  .entry_meta {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

/*

	author : index.php author.php

*/
@media (max-width: 767px) {
  .postList_item_meta {
    display: block; } }

@media (min-width: 768px) {
  .postList_item_meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.postList_item_meta_author {
  color: #999999;
  font-size: 10px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .postList_item_meta_author {
      text-align: right;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; } }

/*

	author : author.php

*/
.authorBox_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .authorBox_row_col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
    @media (min-width: 768px) {
      .authorBox_row_col-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px; } }
  .authorBox_row_col-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 10px; }
    @media (min-width: 768px) {
      .authorBox_row_col-text {
        padding-left: 15px; } }

.authorBox_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .authorBox_title {
      font-size: 16px;
      line-height: 1.4; } }

.authorBox_description {
  margin-top: 10px;
  color: #666666;
  font-size: 12px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .authorBox_description {
      font-size: 14px; } }

/*

	bigTitle : author.php

*/
.bigTitle {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  background: #f5f8ff;
  padding: 10px;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .bigTitle {
      font-size: 21px;
      margin-bottom: 20px;
      padding: 15px; } }
