/* CSS Document */
.post-grid .entry-title h2, .events .entry-title h2 {
    font-size: 1.15rem;
    letter-spacing: 0;
}
.post-grid.event .entry-title h3 {
    font-size: 1.1rem;
    letter-spacing: 0;
}
.entry .entry-content {
	color: #999999;
}
.entry .entry-c .entry-content {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.entry-image .image-box .image-content {
	transition: all 0.5s ease;
}
.entry-image .image-box:hover .image-content {
	transform: scale(1.1);
}
.entry .title-link {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0,0,0,0.1);
}

/*Kaffe*/
#kaffe .post-grid:not(.events) .entry-date .date {
    font-size: 1.85rem;
    line-height: 1;
    font-weight: bold;
}
#kaffe .post-grid:not(.events) .entry-date .yymm {
    font-size: 1rem;
    color: #999999;
}
#kaffe .post-grid:not(.events) .entry-title {
	margin-top: -0.2rem;
}
#kaffe .post-grid:not(.events) .entry-content {
    margin-top: 0;
}

/*Dave*/
#dave .entry .entry-content {
	margin-top: 0.5rem;
}
#dave .entry-date.top-border:before {
    content: '';
    display: block;
    width: 2rem;
    height: 2px;
    background: #929292;
    position: absolute;
    left: 0;
    top: 0;
}
#dave .entry, #dave .entry-date, #dave .entry-title h2 {
    font-size: 1rem;
}
#dave .entry-date, #dave .entry-arrow {
    color: var(--secondary-color);
}
@media (max-width: 767.98px) {
    #dave .entry, #dave .entry-date, #dave .entry-title h2 {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    #dave .entry-title {
        text-align: right;
    }
}

/*Sanela*/
#sanela .entry .entry-content {
	margin-top: 0.5rem;
}
#sanela .entry-meta li {
    font-size: 1rem;
}

/*Eket*/
#eket #text_box h2 {
    font-size: 1.25rem;
}
#eket #text_box h4, .entry-day {
	font-size: 1rem;
	color: #999999;
}
#eket #text_box .entry-content {
	margin-top: 0.5rem;
}

/* widget-h */
.widget-h {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 10px;
}
.widget-h h4 {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}
.widget-h ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 1.5rem;
    margin-bottom: 0;
}
.widget-h ul li {
    font-size: 1.25rem;
    position: relative;
}
.widget-h ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 1.5rem;
    background-color: rgba(0,0,0,0.1);
    transform: rotate(45deg);
    position: absolute;
    left: -0.75rem;
    top: 0.5rem;
}
.widget-h ul li:first-child:before {
    display: none;
}
.widget-h ul li a {
    padding: 4px 0;
    display: block;
    color: rgba(66,66,66,0.4);
    transition: all 0.2s ease;
}
.widget-h ul li a:hover, .widget-h ul li.active a {
    color: rgba(66,66,66,1);
}
@media (max-width: 991.98px) {
    .widget-h ul {
        justify-content: flex-start;
        margin-top: 60px;
    }
    #box_main {
        padding-top:100px;
    }
    .widget-h ul li:before {
        height: 1.25rem;
        top: 0.25rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sidebar-widgets-wrap .widget {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .widget-h ul li {
        font-size: 0.875rem;
    }
}

.sns-link {
    width: 40px;
    height: 40px;
    padding: 8px 9px;
    border-radius: 50%;
    border: solid 1px #E4E4E4;
    display: inline-block;
    margin-right: 0.25rem;
    transition: all 0.2s ease;
}
.sns-link.ico-line {
    padding: 7px 6px;
}
.sns-link:hover {
    background-color: #28221D;
}
.sns-link.ico-message path {
    stroke: #202020 !important;
}
.sns-link.ico-message rect {
    fill: #fff;
}
.sns-link.ico-message:hover path {
    stroke: #fff !important;
}
.sns-link.ico-line path.outfill {
    fill: #202020 !important;
}
.sns-link.ico-line path:not(.outfill), .sns-link.ico-message rect {
    fill: #fff !important;
}
.sns-link.ico-line:hover path.outfill {
    fill: #fff !important;
}
.sns-link.ico-line:hover path:not(.outfill), .sns-link.ico-message:hover rect {
    fill: #28221D !important;
}

