@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

.fellow-box {
    display: block;
    margin: 1rem;
    box-shadow: 3px 3px 5px #ddd;
}
.archive .media {
    padding: 0;
    border-bottom: none;
}
.archive-header_title {
    border-top: 2px solid #f39800;
    padding: 0.6em 0 0.5em;
    position: relative;
    background: 0 0;
    border-left: none;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 1.6rem;
}
.archive-header_title:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
    text-align: center;
}
.archive-header_title:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
    border-top: 14px solid #ddd;
    z-index: 1;
}
.archive .media img {
	width: 100%;
    height: 180px;
    object-fit: cover;
}
.fellow-box .desc {
    margin-top: 0.5rem;
}
.fellow-box h4 {
    font-size: 1.2rem;
    padding: 0.5rem;
    margin-bottom: 0;
    text-align: center;
    background-color: #F19600;
    color: white;
    border: none;
}
.fellow-box p {
    font-size: 0.8rem;
    color: #464646;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
}
.fellow-box h6 {
    font-size: 0.8rem;
    background-color: #F0FAEF;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.fellow-text {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #ddd;
}
.searchandfilter ul {
    padding-left: 0;
}
.aligncenter {
    text-align: center;
}
.postList h2 {
    border-top-color: #f39800;
}

.eventtool-posts h4.sub-title {
    color: #f39800;
    text-align: center;
    padding: 0.25em;
    line-height: 1.5;
    border-top: solid 2px #f39800;
    border-bottom: solid 2px #f39800;
    background: -webkit-repeating-linear-gradient(-45deg, #feecd2, #feecd2 3px,#fff6e9 3px, #fff6e9 7px);
    background: repeating-linear-gradient(-45deg, #feecd2, #feecd2 3px,#fff6e9 3px, #fff6e9 7px);
}
.sui {
    display: inline-block;
    font: normal normal normal 14px/1 ShortcodesUltimateIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sui-envelope:before {
    font-family: "FontAwesome";
    content: "\f0e0";
}
.eventtool-box {
    margin: 0;
    margin-bottom: 3rem;
    box-shadow: 3px 3px 3px #ccc;
}
.eventtool-box h4 {
    border: none;
    font-size: 20px;
    margin: 0;
    background-color: #9ECC6B;
    color: white;
    width: 100%;
}
.eventtool-box h4 span {
    color: #FFF79A;
}
.eventtool-box h4 p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.6;
}
.eventflex .eventtool {
    display: flex;
}
.eventflex img {
    max-height: 128px;
}
.eventflex .explain {
    padding: 1rem;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 6rem;
    color: black;
}
a:hover .eventflex .explain {
    color: #f19500;
}

.eventtool-title {
    font-size: 20px;
    margin: 0;
}
.tooldetail .eventtool {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
}
.tooldetail img {
    max-width: 300px;
    object-fit: contain;
}
.tooldetail .tooltext {
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
    margin-left: 1rem;
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
    .eventflex img {
        object-fit: cover;
    }
    .eventtool-box h4 {
        padding: 1rem;
    }
    .eventflex .eventtool,
    .tooldetail .eventtool {
        display: flex;
        flex-direction: column;
    }
    .eventflex .eventtool {
        padding-bottom: 1rem;
    }
    .tooldetail .tooltext {
        margin-left: 0;
    }
}