/*

Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1733057778
Updated: 2024-12-01 13:56:18

*/

.et_right_sidebar #left-area {
    float: left;
    padding-right: 00;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding-bottom: 50px;
}
.et_right_sidebar #main-content .container:before{display: none;}

.filter-row {
    display: flex;
    align-items: center;
    gap: 15px;
}
.filter-row .filter-item {
    width: 100%;
}
.filter-row .filter-item select {
    margin: 0px;
}
.filter-row .facetwp-facet {
    margin: 0px;
}
.single article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 0px !important;
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: normal;
    color: #000000;
}
article .entry-content {
    width: 100%;
}
.post-type-archive article {
    width: calc(33.33% - 15px);
      padding: 10px;
}
.post-type-archive article a.entry-featured-image-url {
    order: -1;
}
article ul.exhibitors-details {
    padding-left: 20px !important;
}
article h2.entry-title, article h1.entry-title {
    color: #e02b20;
    font-family: 'Abril Fatface';
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
}

article a {
    color: #009444!important;
}
article p.post-meta {
    font-weight: 600;
}
article p.post-meta {
    font-weight: 600;
    color: #000;
}

#left-area .post-meta {
  font-weight: 600;
    color: #000;
    font-size: 15px;
    order: -1;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
article h2.entry-title a{
        color: #e02b20 !important;
}
article .et_post_meta_wrapper img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
article .et_post_meta_wrapper {
    display: flex;
    flex-wrap: wrap;
}
article h1.entry-title {
    margin-top: 8px;
    font-size: 45px;
    width: 100%;
    padding-bottom: 20px;
}
@media(max-width:991px){
    .post-type-archive .container,
.single-exhibitors .container {
    width: 90%;
}
    .filter-row .filter-item select {
    min-height: auto;
    border-radius: 8px;
    padding: 10px;
}
    .post-type-archive article {
    width: calc(50% - 11px);
}

}
@media(max-width:767px){
article {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.filter-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.et_right_sidebar #left-area {
    gap: 20px;
    padding-bottom: 25px;
}
article h1.entry-title {
    font-size: 30px;
}
}