/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: Poppins;
    src: url('fonts/PoppinsBold.woff2');
    font-weight: 700;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/PoppinsSemiBold.woff2');
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/PoppinsMedium.woff2');
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins.woff2');
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/PoppinsLight.woff2');
    font-weight: 100;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul,
span,
th,
td,
button {
    font-family: Poppins;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: Poppins;
}
body::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}
form#filter-form button {
    width: 100%;
    background: #515252;
    color: #fff;
}
ul.fill_post li a {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 15px;
}
ul.fill_post li img {
    width: 90px;
    border-radius: 5px;
}
div#comments {
    display: none;
}
ul.fill_post li {
    margin: 0px;
    margin-bottom: 20px;
}
h1.page-title.is-large.uppercase span {
    font-size: 30px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}