/*
Theme Name: SkyLark IT
Theme URI:  https://skylarkitltd.com/
Author: News Expert IT Team
Author URI:  https://skylarkitltd.com/
Version: 1.0.0

Description: News Expert is a modern, multipurpose WordPress theme designed for News Portals, Online Newspapers, Digital Media, Blogs, and Magazine websites. The theme features a clean layout, flexible customization options, responsive design for all devices, and optimized performance for fast loading. News Expert delivers a professional reading experience with support for featured images, widgets, and multilingual readiness.

Tags: two-columns, right-sidebar, blog, news, magazine, entertainment, custom-header, custom-background, custom-menu, threaded-comments, sticky-post, full-width-template, theme-options, translation-ready, featured-images, footer-widgets, rtl-language-support

License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: news-expertit
*/

/* News comment form */
.pitw-comment-form {
    margin-top: 20px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.pitw-comment-form .comment-notes {
    margin: 0 0 15px;
    color: #666;
    font-size: 15px;
}

.pitw-comment-form p {
    margin-bottom: 15px;
}

.pitw-comment-form label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.pitw-comment-form input[type="text"],
.pitw-comment-form input[type="email"],
.pitw-comment-form input[type="url"],
.pitw-comment-form textarea {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
}

.pitw-comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.pitw-comment-form input:focus,
.pitw-comment-form textarea:focus {
    border-color: #b51f2e;
    outline: 2px solid rgba(181, 31, 46, 0.12);
}

.pitw-comment-form .form-submit {
    margin-bottom: 0;
}

.pitw-comment-form .submit {
    border: 0;
    border-radius: 3px;
    padding: 11px 25px;
    background: #b51f2e;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
}

.pitw-comment-form .submit:hover {
    background: #921724;
}

.comments-closed {
    padding: 15px;
    background: #f5f5f5;
}