/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.eos-searchform {
    max-width: 512px;
}

.eos-searchform input#searchsubmit {
    display: none;
}
.eos-searchform input {
    border-radius: 10px;
    border: 1px solid #639 !important;
    background: transparent;
    min-height: 50px;
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}
.eos-searchform input:focus-visible {
    outline: none;
}
.eos-searchform input::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}
.eos-searchform input::-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}
.eos-searchform input:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}
.eos-searchform input:-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}


.country-cat-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.cat-wrap-box.active a {
    background:  #639;
    color: #fff;
}
.country-filter-box {
    display: flex;
    align-items: start;
    clear: both;
    margin-bottom: 40px;
}
.country-cat-box {
    width: 80%;
}
.country-filter-wrap.right-box {
    width: 20%;
}
.filter-wrap-box {
    display: flex;
    justify-content: end;
}
.filter-wrap-box a {
    border-radius: 10px;
    border: 1px solid #639;
    background: #FBF8FF;
    color: #000;
    font-size: 14px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
    padding: 17px 30px;
    display: block;
}
.item-listing-wrap {
    clear: both;
}
.cat-wrap-box a {
    border-radius: 10px;
    border: 1px solid #639;
    background: #FBF8FF;
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    letter-spacing: 0.42px;
    padding: 17px 30px;
}
.cat-wrap-box {
    clear: both;
    display: block;
}

@media screen and (max-width: 1024px) {
    .country-cat-wrap {
        gap: 15px;
    } 
    .cat-wrap-box a, .filter-wrap-box a {
        padding: 12px 18px;
    }
}
 
@media screen and (max-width: 767px) {
      .country-cat-box {
        width: 100%;
        overflow: auto;
    }
    
    .country-filter-wrap.right-box {
        width: 100%;
        margin-top: 20px;
    }
    
    .country-filter-box {
        flex-wrap: wrap;
    }
    
    .country-cat-wrap {
        flex-wrap: nowrap;
        width: 1180px;
    }
    .cat-wrap-box a {
        width: fit-content;
        max-width: fit-content;
        min-width: fit-content;
        display: flex;
        align-items: center;
        max-width: 149px;
    }
    .filter-wrap-box a {
        width: 100%;
        text-align: center;
    }
}

.item-box-wrap {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 32px;
}
.item-box-wrap .item {
    width: calc(33.33% - 22px);
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 15px 7px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.item-box-wrap .item .post-info {
    padding: 30px;
    line-height: 0;
}
.item-box-wrap .item a {
    display: block;
}
.item-box-wrap .item .post-info h2 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.72px;
}
.item-box-wrap  .post-meta-box {
    margin-top: 15px;
}
.item-box-wrap  .post-meta-box .post-meta {
    display: flex;
    align-items: center;
}
.item-box-wrap .post-meta-box .post-meta span {
    width: 50%;
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.42px;
}
.item-box-wrap .post-meta-box .post-meta span.post_sub_value {
    text-align: right;
}
.item-box-wrap .item a img {
    height: 200px;
    object-fit: cover;
}
.post_loadmore {
    text-align: center;
    margin-top: 80px;
}
.post_loadmore .more-btn {
    border-radius: 15px;
    background: #639;
    padding: 16px 33px;
    color: #fff;
    border: 1px solid #639;
    transition: 0.3s;
}
.post_loadmore .more-btn:hover {
    background: transparent;
    color: #639;
}
@media screen and (max-width: 1024px) {
    .item-box-wrap .item {
        width: calc(50% - 16px);
    }
}
@media screen and (max-width: 767px) {
    .item-box-wrap .item {
        width: 100%;
    }
    .item-box-wrap .item .post-info {
        padding: 24px;
    }
}