.gfl-kb-archives {
    text-align: center;
    background-color: #F3F5F7;
    padding: 30px 30px;
}
.gfl-kb-archives-heading {
    background: linear-gradient(55deg, rgba(247, 95, 110, 1), rgba(242, 158, 82, 1));
    padding: 70px 30px 75px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    position: relative;
}
.gfl-kb-archives-heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../taieri.html");
    background-size: 150% auto;
    background-repeat: repeat;
    background-position: 0 0;
    z-index: 1;
    opacity: 0.2;
}
.gfl-kb-max-width {
    max-width: 770px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.gfl-kb-archives-breadcrumps {
    padding: 20px 0;
    text-align: left;
}
.breadcrumps-item {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    color: #8f919d;
    margin: 0 7px 0 0;
    padding-right: 16px;
}
.breadcrumps-item:not(:last-child):before {
    content: ' ';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 7px;
    height: 12px;
    font-size: 36px;
    color: #acb8c2;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAqUlEQVR4AbXUNRLCABSEYbTC3a6BU8ftBlyA+/dscHYii+TN/OUXzyvFEx1PdbRFzZI4MaqiAwqQidoqXN3QPQt1FLhAPmEbdRU8Q14C7it4moAdNFDwOAG7aKTgEXIT8FjBgwTsoamC+8hJwDMF95BN2EcLBXeQRXhVDJQvNeHh2MrD4dfhqK+DPwBG498/OfkjF34rRv1vfuReIauDl5WlLitejy3VnAHtSsjA994UIwAAAABJRU5ErkJggg==") no-repeat;
    background-size: 100%;
}
.breadcrumps-item a {
    color: #4f5e6b;
    text-decoration: none;
}
.breadcrumps-item a:hover {
    color: #242a30;
}

.gfl-kb-article {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    margin: 0 auto -2px;
    text-align: left;
    position: relative;
}
.gfl-kb-article:hover {
    border: 1px solid rgba(136,149,162,0.35);
    background-color: #fcfcfc;
}
.gfl-kb-article:first-child {
    border-radius: 7px 7px 0 0;
}
.gfl-kb-article:last-child {
    border-radius: 0 0 7px 7px;
}
.gfl-kb-article-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}
.gfl-kb-article-wrap {
    position: relative;
    z-index: 1;
}
.gfl-kb-article-thumb {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
}
.gfl-kb-article-title {
    color: #e45d63;
    font-size: 18px;
    line-height: 1.24;
}
.gfl-kb-article-title a {
    color: inherit;
    text-decoration: none;
}
.gfl-kb-article-date {
    font-size: 13px;
    color: #8f919d;
    margin-top: 4px;
}
.gfl-kb-archives-content-wrap {
    box-sizing: border-box;
    padding: 30px;
    background-color: #EBEEF1;
    text-align: left;
    border-radius: 12px;
}
.gfl-kb-current-category-info {
    margin: 0 auto 30px;
    padding: 20px 0 20px 80px;
    position: relative;
}
.kb-category-thumb {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background-size: 70px auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.kb-category-name {
    line-height: 1.24;
    font-weight: 700;
    color: #3a3c4c;
    font-size: 33px;
}
.kb-category-count {
    color: #4f5e6b;
    font-weight: 400;
}
.gfl-kb-single {
    padding: 30px 30px;
    background-color: #F3F5F7;
}
.gfl-kb-single-wrap {
    box-sizing: border-box;
    border: 1px solid #d4dadf;
    margin: 0 auto;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    border-radius: 12px;
}
.gfl-kb-single-title {
    line-height: 1.3;
    font-weight: 900;
    color: #353539;
    margin: 0 0 3px;
    font-size: 30px;
}
.gfl-kb-single-date {
    color: #8f919d;
    margin: 0 auto 30px;
    font-size: 15px;
}
.gfl-kb-single-content {
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    overflow-wrap: break-word;
    font-weight: 400;
}
.gfl-kb-single-content p {
    margin: 0 auto 25px;
}
.gfl-kb-single-content ul, .gfl-kb-single-content ol {
    padding-left: 16px;
    margin-bottom: 27px;
    list-style: disc outside;
}
.gfl-kb-single-content ol {
    list-style: decimal outside;
}
.gfl-kb-single-content li {
    margin-left: 15px;
    margin-bottom: 5px;
}
.gfl-kb-single-content a {
    color: #e45d63;
    font-weight: 700;
}
.gfl-kb-single-content h2 {
    font-size: 24px;
    margin: 17px 0;
    line-height: 1.4;
    font-weight: 600;
}
.gfl-kb-single-content h4 {
    font-size: 20px;
    margin: 0 0 25px;
    font-weight: 700;
    line-height: 1.3;
}
.gfl-kb-category {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 auto 10px;
    text-align: left;
    position: relative;
}
.gfl-kb-category:hover {
    border: 1px solid rgba(136,149,162,0.35);
    background-color: #fcfcfc;
}
.gfl-kb-category-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}
.gfl-kb-category-wrap {
    position: relative;
    z-index: 1;
    padding-left: 52px;
}
.gfl-kb-category-thumb {
    background-size: auto 120%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42px;
}
.gfl-kb-category-title {
    color: #e45d63;
    font-size: 18px;
    line-height: 1.24;
}

.gfl-kb-search-results-heading {
    line-height: 1.24;
    font-weight: 400;
    color: #3a3c4c;
    font-size: 33px;
    margin: 0 auto 30px;
}
.gfl-kb-search-results .gfl-kb-article {
    border-radius: 7px !important;
    margin: 0 auto 15px;
}
.gfl-kb-archives-heading h2 {
    margin: 0 auto 20px;
}
.kb-search-form {
    position: relative;
}
input.kb-search-form-text {
    width: 100%;
    padding: 20px 32px 21px 59px;
    background: rgba(255,255,255,0.2);
    border: none;
    outline: none;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03);
    transition: background .4s, box-shadow .2s;
    box-sizing: border-box;
}
input.kb-search-form-text:hover {
    background: rgba(255,255,255,0.27);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}
input.kb-search-form-text:focus, input.kb-search-form-text:active {
    box-shadow: 0 10px 20px rgba(0,0,0,0.14);
    background: white;
    color: #3a3c4c;
}
input.kb-search-form-text::-webkit-input-placeholder {
    color: inherit
}
input.kb-search-form-text:-moz-placeholder {
    color: inherit
}
input.kb-search-form-text::-moz-placeholder {
    color: inherit
}
input.kb-search-form-text:-ms-input-placeholder {
    color: inherit
}
input.kb-search-form-text:active::-webkit-input-placeholder,input.kb-search-form-text:focus::-webkit-input-placeholder {
    color: #9fa0a8
}
input.kb-search-form-text:active:-moz-placeholder,input.kb-search-form-text:focus:-moz-placeholder {
    color: #9fa0a8
}
input.kb-search-form-text:active::-moz-placeholder,input.kb-search-form-text:focus::-moz-placeholder {
    color: #9fa0a8
}
input.kb-search-form-text:active:-ms-input-placeholder,input.kb-search-form-text:focus:-ms-input-placeholder {
    color: #9fa0a8
}

button.kb-search-form-button {
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -10px;
    outline: none;
    cursor: pointer;
    transition: transform .1s linear;
    box-sizing: border-box;
}
button.kb-search-form-button:before {
    content: ' ';
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
}
button.kb-search-form-button:after {
    content: ' ';
    border-top: 2px solid white;
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 12px;
    height: 1px;
    transition: width .1s linear;
    transform: rotate(-135deg);
    transform-origin: 100% 50%;
    box-sizing: border-box;
}
input.kb-search-form-text:focus + button.kb-search-form-button:before, input.kb-search-form-text:focus + button.kb-search-form-button:after, input.kb-search-form-text:active + button.kb-search-form-button:before, input.kb-search-form-text:active + button.kb-search-form-button:after {
    border-color: #9fa0a8;
}
.gfl-kb-search-results-heading strong {
    font-weight: 700;
}
.gfl-kb-search-noresults {
    color: #3a3c4c;
    font-weight: 700;
    margin: 0 auto 20px;
}
.gfl-kb-category-count {
    color: #4f5e6b;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
}
.gfl-kb-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.gfl-kb-single-content iframe {
    width: 100%;
}
strong {
    font-weight: 900;
}
em {
    font-style: italic;
}
.gfl-kb-single-content figure.wp-block-video {
    margin: 0 auto 20px;
}
.gfl-kb-single-content video {
    width: 100%;
}
.gfl-kb-single-content figure {
    margin: 0 auto 10px;
}
@media screen and (max-width: 640px) {
    .gfl-kb-archives {
        padding: 20px;
    }
    .gfl-kb-archives-breadcrumps {
        padding: 0 0 20px;
    }
    .gfl-kb-archives-content-wrap {
        padding: 20px;
    }
    .gfl-kb-current-category-info {
        padding: 80px 20px 20px;
        text-align: center;
        margin: 0 auto 10px;
    }
    .kb-category-thumb {
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        bottom: auto;
        margin: 0 auto;
        background-size: auto 70px;
    }
    .kb-category-name {
        font-size: 24px;
    }
    .kb-category-count {
        font-size: 14px;
    }
    .gfl-kb-article {
        padding: 20px;
    }
    .gfl-kb-article-title {
        font-size: 16px;
    }
    .gfl-kb-single {
        padding: 20px;
    }
    .gfl-kb-single-wrap {
        padding: 30px;
    }
    .gfl-kb-single-title {
        font-size: 32px;
    }
    .gfl-kb-single-content ul, .gfl-kb-single-content ol {
        padding-left: 5px;
    }
    .gfl-kb-archives-heading {
        font-size: 24px;
        padding: 40px 20px;
    }
    .gfl-kb-single-content {
        font-size: 17px;
        line-height: 1.7;
    }
    .gfl-kb-single-content p {
        margin: 0 auto 20px;
    }
    .gfl-kb-single-content h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .gfl-kb-single-content li {
        line-height: 1.5;
    }
}