/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

body --awb-sticky-background-color {
    background-color: transparent !important;
}

.menu-blur {
    backdrop-filter: blur(10px);
}

strong {
    font-weight: 700;
}

.artiocat-list-posts {


}

.artiocat-list-posts-row {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .artiocat-list-posts-row {
        padding: 100px 80px;
    }
}

.artiocat-list-posts-row-0 {
    background-color: #f4f2ef;
}

.artiocat-list-posts-any {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.artiocat-list-posts-column-inner {
    margin-bottom: 20px;
    border-bottom: #c8c7c5 1px solid;
    margin-bottom: 40px;
}



.artiocat-list-posts-single-any {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    padding-right: 80px;
}

@media (min-width: 1024px) {
    .artiocat-list-posts-column {
        width: 47%;
    }

    .artiocat-list-posts-single {
        display: flex;
        justify-content: space-between;
    }
}

.artiocat-list-posts-column .artiocat-list-posts-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.artiocat-list-mes {
    text-align: right;
    margin-bottom: 20px;
}




.artiocat-list-portfolio-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px 8px;
}


.artiocat-list-portfolio-column-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.artiocat-list-portfolio-title h3 {
    margin-bottom: 0;
}

.artiocat-list-portfolio-tags {
    text-transform: uppercase;
    margin: 1em 0;
}

@media (min-width: 1024px) {
    .artiocat-list-portfolio-left {
        max-width: 75%;
    }
}

@media (max-width: 1023px) {
    
    .artiocat-list-portfolio-image {
        height: auto;
    }

    .artiocat-list-portfolio-image img {
        max-width: 140%;
    }

    .artiocat-list-portfolio-column-inner {
        text-align: center;
    }
    .artiocat-list-mes {
        text-align: center;
        width: 100%;
    }
}