.top_20px {
  top: 20px; }

.article-name {
  font-size: 1.2rem; }

.entry-content h2 {
  font-size: 1.3rem; }

h3.widget-title {
  font-size: 1.3rem; }

.sidebar {
  background: #fefefe; }

.item_bl {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f5f5f5; }
  .item_bl .title_blo {
    font-size: 1rem;
    margin: 0;
    padding: 5px 10px; }
  .item_bl .entry-date {
    color: #b3b3b3; }

button.book-submit:hover {
  border-radius: 20px; }

.title-head {
  font-size: 16px; }

.rte h2 {
  border-left: 2px solid var(--accentColor2);
  padding-left: 10px;
  color: var(--accentColor2);
  font-size: 20px;
  margin-bottom: 10px; }

.rte h3 {
  font-size: 18px; }

.rte h4 {
  font-size: 16px; }

.rte h5 {
  font-size: 14px; }

.rte h6 {
  font-size: 12px; }

.nav-item.active > a, .nav-item:hover > a {
  color: var(--mainColor); }

.nav-item.active > i.down_icon:before, .nav-item:hover > i.down_icon:before {
  border-color: var(--mainColor) transparent transparent transparent; }

.nav-item .menu_down {
  list-style: none;
  padding: 0; }

.nav-item .down_icon {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 0;
  transition: 0.5s all;
  cursor: pointer; }
  .nav-item .down_icon.cls_mn {
    transform: rotate(180deg); }

.box_arthor .author_info .avata {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: 1px solid var(--mainColor);
  outline-offset: 3px; }
  .box_arthor .author_info .avata:hover {
    outline: 3px solid var(--mainColor); }

.box_arthor .author_info .sup {
  font-size: 13px;
  color: #6c6c6c; }

.box_arthor .author_info .cont {
  font-size: 15px; }

.tag-product .item_tags {
  color: #777;
  word-break: break-all; }

.view_arthor {
  border-color: var(--mainColor) !important;
  color: var(--mainColor); }

.tag-product .item_tags, .view_arthor {
  border-radius: 20px; }
  .tag-product .item_tags:hover, .view_arthor:hover {
    background: var(--mainColor);
    border-color: var(--mainColor) !important;
    color: #fff; }

.view_more_pr svg {
  stroke: var(--btntext);
  vertical-align: 0px; }

.mb-10 {
  margin-bottom: 10px; }

.custom-article-item .custom-article-item_info a {
  font-size: 15px; }

.custom-article-item .custom-article-item_info .sum {
  color: #555;
  font-size: 13px; }

.blog-list h3 img {
  max-width: 32px; }
