/*
Theme Name: Hollywoodlace Blog
Theme URI: https://www.hollywoodlace.com/blog/themes/hwl-blog/
Author: Mainul Hasan(mainul.hasan.cse@gamil.com)
Author URI: https://www.mvisolutions.com/
Description: Custom wordpress theme for hollywoodlace blogging
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.theme-main-content {

}

.theme-main-content .blog-post-title a {
    color: var(--theme-color-blue-default) !important;
}

h1.heading-text {
    margin-top: 0 !important;
}

.theme-main-content p {
    font-size: 17px;
}

.theme-main-content .comments {
    margin-bottom: 15px;
}

.theme-main-content .comments a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 20px;
}

.comment-form-comment #comment,
#sidebar input#s,
#sidebar input#searchsubmit {
    width: 100%;
}

.comment-form-comment #comment {
    display: block;
}

.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
    border: 1px solid #ccc;
    padding: 10px 5px;
    display: block;
}

.theme-main-content .form-submit #submit {
    border: 1px solid #ccc;
    font-size: 20px;
    padding: 10px;
}

.wp-custom-pagination .page-numbers {
    display: flex;
}

.wp-custom-pagination .pagination li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.theme-main-content #sidebar ul {
    list-style: none;
}

.theme-main-content #sidebar input#s {
    padding: 5px 0;
}

.theme-main-content #sidebar input#searchsubmit {
    font-size: 20px;
    padding: 3px 5px;
    margin-top: 10px;
}

.theme-main-content a {
    color: var(--theme-color-blue-default) !important;
}

.theme-main-content a:hover {
    color: var(--theme-color-blue-dark) !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .comment-form-comment #comment {
        width: 97%;
    }

    .theme-main-content #sidebar #searchform {
        margin-left: -35px;
    }
}

@media screen and (min-width: 768px) {
    .cont_t {
        overflow: initial;
    }
}
