/*----------------------custom-css-single-post------------------*/


.single-post .single-post-layout .headline-meta {
    display: none;
}
.single-post .single-post-layout span.prefix {
    display: none !important;
}
.single-post .animated-holder h5 {
    display: none;
}

@media screen and (min-width: 769px) {
    .page-content.-with-right-sidebar {
        width: 65%;
    }
    .page-content.-with-left-sidebar {
        width: 65%;
    }
}

/*----------사이드바-----------*/

.widgets h6.title:hover {
    color: var(--primary-color);
}
.page-sidebar.sidebar-right.-simple {
    min-width: 225px;
}
.widgets h6.title {
    font-size: 16px;
    margin-bottom: 0 !important;
}
.widget_search {
    margin-bottom: 80px;
}
.widget.widget_ohio_widget_recent_posts ul li {
    padding-bottom: 12px;
}
.widgets .details {
    color: #888;
    letter-spacing: -0.4px;
    font-weight: 600;
}
.widgets .details span {
    font-size:14px;
}
.widget_ohio_widget_recent_posts .content-holder .comments + .author::before, .widget_ohio_widget_recent_posts .content-holder .date + .categories::before {
    color: #888;
}
h3.title.widget-title, .wp-block-search__label {
    border-top: 1px solid;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 700;
}
/*---------wp atttchment ----------*/

@media screen and (min-width:769px) {
    ul.post-attachments li {
          display: flex;
    }
    .down-right {
        text-align: right;
    }
}

a.down-title {
    word-break: break-word !important;
}
a.down-title {
    font-weight: 700;
    padding-right: 16px;
    line-height: 1.2;
}
a.down-title:hover {
    color: var(--primary-color);
}
.down-info span {
    font-size: 14px;
    color: #888;
}
.down-right {
    min-width: 100px;
    letter-spacing: -0.7px;
    font-weight: 600;
    margin-left:56px;
}
.down-left {
    padding-right: 40px;
    display: flex;
    margin-bottom:8px;
}
h6.wpatt-heading {
    padding: 24px 24px 4px;
    background-color: var(--basic-white);
    border-radius: 8px 8px 0 0;
    margin-bottom: 0 !important;
    font-weight:700;
}
ul.post-attachments li {
    background-image: unset !important;
    padding-left: 0 !important;
      margin-bottom: 20px;
    justify-content: space-between;
}
ul.post-attachments {
    background-color: var(--basic-white);
    margin-top: -4px;
    padding: 8px 24px 8px 24px !important;
    border-radius: 0 0 8px 8px;
}
ul.post-attachments li:first-child {
    border-top: 1px solid;
    padding-top: 22px;
}
/* Font Awesome 아이콘 스타일 */
.post-attachments .fa-solid, .post-attachments .fas {
  font-size: 40px;       /* 아이콘 크기 */
  padding-right: 16px;
  vertical-align: middle;
  margin-top: -3px;
}