/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.post-title-section {
    padding: 50px 30px;
    background-color: #F4F4F4;
}

.post-title-section .container {
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
}

.post-title-section .post-terms a {
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 500;
    color: #0F0E11;
}

.post-title-section .post-date {
    color: #D3AF38;
}

.post-title-section .post-search {
    margin: 15px auto;
    max-width: 400px;
    position: relative;
}

.post-title-section input[type="search"] {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 50px;
    background-color: #F9F9F6;
    border: 1px solid #E7E7D5;
    border-radius: 0 !important;
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 400;
    color: #0F0E11;
}

.post-title-section input[type="search"]:hover,
.post-title-section input[type="search"]:focus,
.post-title-section input[type="search"]:focus-visible {
    box-shadow: none !important;
    border: 1px solid #E7E7D5 !important;
    outline: none !important;
}

.post-title-section .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-title-section .search-form label {
    display: block;
    width: calc(100% - 120px);
}

.post-title-section input[type="submit"] {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 50px;
    background-color: #D3AF38;
    border: 1px solid #D3AF38;
    border-radius: 0 !important;
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF !important;
    cursor: pointer;
}

.post-title-section .search-form label:focus,
.post-title-section .search-form label:focus-visible {
    box-shadow: none !important;
    border: 1px solid #E7E7D5 !important;
    outline: none !important;
}

.post-content-section {
    padding: 50px 30px 100px 30px;
}

.post-content-section .container {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.post-content-section .main-content {
    width: 64%;
}

.post-content-section .recent-posts-widget {
    width: 36%;
}

.post-content-section .main-content h4 {
    margin: 1rem 0 !important;
}

ul.my-recent-posts-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.my-recent-posts-list li {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

ul.my-recent-posts-list li .thumb {
    width: 130px;
    height: 80px;
    overflow: hidden;
}

ul.my-recent-posts-list li .title {
    width: calc(100% - 150px);
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

ul.my-recent-posts-list li .title a {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

@media only screen and (max-width:760px) {
    .post-title-section {
        padding: 30px 15px;
    }

    .post-title-section h1 {
        font-size: 1.5rem;
    }

    .post-title-section .post-terms a {
        font-size: 16px;
    }

    .post-content-section {
        padding: 30px 15px 50px 15px;
    }

    .post-content-section .container {
        gap: 20px;
        flex-wrap: wrap;
    }

    .post-content-section .main-content {
        width: 100%;
    }

    .post-content-section .recent-posts-widget {
        width: 100%;
    }

    ul.my-recent-posts-list li {
        margin: 15px 0;
    }

    ul.my-recent-posts-list li .title {
        font-size: 16px;
    }

    ul.my-recent-posts-list li .title a {
        font-size: 16px;
    }

    .post-content-section .main-content h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .post-content-section .container {
        gap: 30px;
        flex-wrap: wrap;
    }

    .post-content-section .main-content {
        width: 100%;
    }

    .post-content-section .recent-posts-widget {
        width: 100%;
    }
}