/* 
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
*/

.member_btn a {
    background-color: #d3b574;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    fill: #000000;
    color: #000000;
    border-radius: 0px 0px 0px 0px;
}

.member_btn a:Hover {
    background-color: #840000;
    color: #d3b574;
}

.member_btn a i {
    margin-left: 10px;
}

/***** Dashboard CSS *****/

.feed-content h4 {
    color: #840000;
}

.feed-item {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.feed-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feed-header .avatar {
    margin-right: 10px;
}

.feed-content h4 {
    margin: 5px 0;
}

.feed-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

button.like-button {
    background: #1877f2;
    color: #fff;
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.feed-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.feed-actions button,
.feed-actions a {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.feed-actions .dashicons {
    font-size: 18px;
}

.like-button.liked .dashicons {
    color: #1877f2;
}

.custom-sidebar {
    padding: 20px;
    background: #f7e9e9;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
}

.custom-sidebar .avatar {
    border-radius: 50%;
    margin-bottom: 10px;
}

.custom-sidebar .sidebar-section {
    margin-top: 40px;
    text-align: left;
}

.custom-sidebar h5 {
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
	font-weight: 600;
}

.custom-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.custom-sidebar ul li {
    margin-bottom: 5px;
}

.custom-sidebar ul li a {
	color: #840000;
}

.custom-sidebar ul li a:Hover {
	color: #d3b574;
}

.custom-sidebar .logout-link {
    display: inline-block;
    padding: 8px 15px;
    background: #840000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.custom-sidebar .logout-link:Hover {
    background: #d3b574;
    color: #000;
}

button#load-more-feed {
    color: #840000;
    border-color: #840000;
}

button#load-more-feed:Hover,
button#load-more-feed:focus {
    background: #840000;
    color: #fff;
}

.feed-content .read_more {
    color: #840000;
}

.feed-content .read_more:Hover {
	color: #d3b574;
}

.feed-header img.avatar {
    border-radius: 100%;
}

/******* Edit Profile ******/

.edit-profile-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px !important;
    margin: 0 auto;
}

.edit-profile-form label {
    padding-bottom: 8px;
}

.edit-profile-form h3 {
    color: #840000;
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: -1.2px;
}

.edit-profile-form input[type="text"],
.edit-profile-form input[type="email"],
.edit-profile-form input[type="file"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.edit-profile-form button,
.submit-post-btn {
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    background-color: #840000;
    padding: 13px 20px 13px 20px;
    color: #fff;
    border: none !important;
}

.edit-profile-form button:hover,
.edit-profile-form button:focus,
.submit-post-btn:Hover,
.submit-post-btn:focus {
    background: #d3b574;
	color: #000;
}

.new-post-form input[type="text"],
.new-post-form input[type="email"],
.new-post-form input[type="file"],
.new-post-form textarea,
.new-post-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.new-post-form p.featured_image {
    padding: 20px 0;
}

.new-post-form label {
    padding-bottom: 8px;
}

.profile-update-message {
	margin-top: 15px;
	text-align:center;
	color: #840000;
}

.custom-sidebar ul li ul {
    list-style: disc;
    list-style-position: inside;
    padding-top: 10px;
    padding-bottom: 10px;
}


body.category main#content {
    padding: 112px 0 112px 0;
}

body.category article h2, 
body.category article h2 a {
    font-weight: 600;
    color: #000000 !important;
}

body.category article h2 a:Hover {
	color: #840000 !important;
}

body.category article {
    padding: 40px 0 !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

body.category .pagination a {
    color: #840000;
}