/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
    font-family: "Inter Tight", sans-serif;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
strong {
    font-weight: bold;
}
.entry-meta {
    text-transform: none;
    font-size: 14px;
}
.header-main .nav.nav-size-medium > li > a {
    font-size: 16px;
    font-weight: normal;
}
.header-main .button {
    font-weight: normal;
    font-size: 16px;
    border: none;
    min-height: 25px;
    line-height: 25px;
    padding: 0 15px;
    text-transform: none;
}
.button {
    font-weight: normal;
}
.blog-custom .cat-label {
    display: block;
    text-transform: none;
    font-size: 16px;
    text-align: right;
    margin-bottom: 20px;
    color: #666666;
}
.blog-post-inner {
    position: relative;
}
.blog-custom .post-meta {
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    color: #666666;
}
.blog-custom .post-meta:before {
    content: '\f017';
    font-family: FontAwesome;
    margin-right: 6px;
}
.blog-custom .button.is-link {
    display: block;
    background-color: #EEF0F1 !important;
    font-size: 16px;
    text-transform: none;
    text-align: right;
    width: 100%;
    padding: 5px 20px;
}
.blog-custom .button.is-link:before {
    content: '\f073';
    font-family: FontAwesome;
    margin-right: 6px;
    border-left: 1px solid;
    padding-left: 10px;
}
.col.post-item .post-title {
    font-size: 20px;
    font-weight: bold;
}
.col.post-item:hover .post-title {
    color: var(--primary-color);
}
.col.post-item p.from_the_blog_excerpt {
    font-size: 16px;
    color: #333;
}
.recent-blog-posts a {
    font-size: 16px;
}
.widget span.widget-title {
    font-size: 16px;
}

.post-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-archive .post-item {
    clear: both;
    margin-bottom: 30px;
}

.post-archive .post-thumbnail {
    width: 35%;
    float: left;
    margin-right: 2%;
}
.post-archive .post-thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.post-archive .post-content {
    width: 63%;
    float: left;
}
.post-archive .post-title {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
}

.post-archive .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-archive .post-date {
    font-size: 14px;
    color: #666666;
}
.post-archive .post-date:before {
    content: '\f017';
    font-family: FontAwesome;
    margin-right: 6px;
}
.post-archive .post-cate {
    font-size: 14px;
    color: #666666;
}
.post-archive .post-cate:before {
    content: '\f07b';
    font-family: FontAwesome;
    margin-right: 6px;
}

.post-archive .post-excerpt {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-archive .read-more {
    display: block;
    background-color: #EEF0F1 !important;
    font-size: 16px;
    text-transform: none;
    text-align: right;
    width: 100%;
    padding: 5px 20px;
}
.post-archive .read-more:before {
    content: '\f073';
    font-family: FontAwesome;
    margin-right: 6px;
    border-left: 1px solid;
    padding-left: 10px;
}
.read-more:hover {
    text-decoration: underline;
}

.page-title-bar {
    padding: 40px 0 !important;
}
.entry-content h2 {
    font-size: revert;
}
.wp-singular.page.page-child .page-title-bar {
    display: none;
}
label {
    font-weight: normal;
}

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 3px solid #ececec;
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .blog-custom .post-meta {
        font-size: 14px;
    }
    .blog-custom .cat-label {
        font-size: 14px;
    }
    .post-archive .post-thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .post-archive .post-content {
        width: 100%;
    }
}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}

/* Sidebar */

/* */
/*.blog-single .article-inner > .entry-header {
    display: none;
}*/
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}
.ses-dv .section-bg {
    animation: 20s para infinite linear;
}
@keyframes para {
    100% {
        background-position: 
            -1000px 20%,
            -800px 95%,
            500px 50%,
            400px 100%,
            100px 0;
        }
    }