/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1711456512
Updated: 2024-03-26 12:35:12

*/
section#comments {
    display: none;
}

.trade_wrapper {
    padding: 0 1rem;
    max-width: 1220px;
    margin: 0 auto;
}

.trade_wrapper li {
    list-style: none;
}

.trade_wrapper li.trade_post:not(:last-child) {
    margin-bottom: 50px;
}

.bottle_wrap img {
    height: 200px;
}

.top_wrap {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.top_wrap .bottle_wrap {
    max-width: 120px;
    text-align: center;
    margin-right: 30px;
}

.top_wrap .bottle_wrap img {
    height: 230px;
}


.download_wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}

.download_wrap ul li {
    margin-right: 10px;
}

.download_wrap ul li a {
    background: #2A2A2A;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 10px;
}

.download_wrap ul li a:hover {
    background: #000;
    color: #fff;
    border-color: #e3e3e3;
}

.trade_content {
    background: #f9f9f9;
    padding: 2rem;
}

.trade_post .conent_blocks {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 10px;
}

.trade_post .conent_blocks .box_wrap {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    flex: 1;
}

.trade_wrapper h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.trade_wrapper h3 {
    font-size: 20px;
}

.trade_wrapper h2,
.trade_wrapper h3,
.trade_wrapper h4 {
    font-family: "Cutive", Sans-serif;
    font-weight: 600;
}

@media(max-width: 575px) {
    .trade_post .conent_blocks .box_wrap {
        margin: 20px 0;
    }

    .trade_content {
        padding: 1rem;
    }

    .trade_post .conent_blocks {
        display: block;
    }

    .trade_post .conent_blocks,
    .top_wrap {
        grid-template-columns: 1fr;
    }

    .download_wrap ul li,
    .download_wrap ul li a {
        width: 100%;
        text-align: center;
    }
    .top_wrap .bottle_wrap {
        margin: 0 auto 20px auto;
    }
}