/* 
Theme Name: SEO Web Developers Theme
Theme URI: https://seo08282025.devtestsite.oomdcstaging.com/
Description: SEO Web Developers Theme
Author: SEO Web Developers
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 */
/*blogs*/
.blog-list-container {
    display: flex;
    gap: 20px;
}

.blog-items {
    width: calc(33.33% - 13.33px);
    border: 1px solid #999999;
}

.blog-items img {
    width:  100%;
    height: 300px;
    object-fit: cover;
}

.blog-text {
    padding: 20px;
}

.meta-post-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.meta-post-name {
    font-weight: bold;
    margin-bottom: 10px;
}

.meta-post-excerpt {
    font-size: 16px;
    margin-bottom: 10px;
}

a.meta-post-link {
    font-size: 16px;    
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px;
}

@media all and (max-width: 980px) {
    .blog-items {
        width: calc(50% - 10px);
    }
}

@media all and (max-width: 767px) {
    .blog-items {
        width: 100%;
    }
}


/*Basic FAQ*/
.oom-faq-item.faq-item {
    border: 1px solid #333333;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 10px;
}

h3.oom-faq-question.faq-question {
    margin: 0px;
    cursor: pointer;
    font-size: inherit;
    font-weight: bold;
}

.oom-faq-answer.faq-answer p {
    margin-bottom: 0px;
    padding-top: 10px;
}