/* your styles go here */

.page-item a{
	border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
}
.page-item a:hover {
    z-index: 2;
    color: #3e52c6;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
/* Style comment form fields */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
   display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.comment-form input[type="text"]:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a7b3fc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}

/* Style comment form submit button */
.comment-form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Style comment form labels */
.comment-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Style comment form title */
#reply-title {
    font-size: 24px;
    margin-bottom: 20px;
}

#comments-section #respond{
	display:none;
}

.custom-comments .comments-title{display:none;}

.custom-comments .comment-list{display:none;}

#comments-section #comments{
	    --bs-text-opacity: 1;
    color: #6c757d !important;
	letter-spacing: 0.1em;
	text-transform: uppercase !important;
	font-size: 16px;
    margin-bottom: 16px;
}
.comments-title{
	font-size: 18px;
    margin-bottom: 20px;
}
.reply{padding-bottom:25px;}
.commentmetadata{padding-top:15px;}
.fn a{
	
	font-size: 22px;
    text-transform: capitalize;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
}

.fn{
	
	font-size: 22px;
    text-transform: capitalize;
    color: #000;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
}
.commentlist .comment{padding-bottom: 30px;}

.comment-author img{
	width: 5rem;
    height: 5rem;
    line-height: 5rem;
}
.post-cont{margin-top:50px;}
.mb-5 .btn-outline-primary
{    
	margin-bottom: 28px;
}
.comment-edit-link{display:none!important}
.widget-title{display:none;}
#categories-3 ul
{
	padding-left: 0rem;
}
#categories-3 ul li a
{
	--bs-text-opacity: 1;
    color: #6c757d !important;
}

#categories-3 ul li a:before
{
	content: "\f15b";
    font-family: "Font Awesome 5 Free";
    padding-right: 12px;
}
.header-featured-image img{width:100%;}
/* Hide submenus by default */
.sub-menu {
    display: none !important;
}

/* Show submenus on hover */
.menu-item:hover > .sub-menu {
    display: block !important;
}

#secondary .children .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1.2rem;
    color: #212529;
    background-color: #fff;
    border: 0!important
}

.category-section .subcategories{

    list-style: none;
    margin-bottom: -20px;
}

#lostpasswordform p label[for="somfrp_user_info"] {

    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
}

#lostpasswordform #somfrp_user_info {

    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 20px;
}
#lostpasswordform #somfrp_user_info:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a7b3fc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}

#lostpasswordform #reset-pass-submit {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.6rem;
    color: #fff;
    background-color: #4E66F8;
    border-color: #4E66F8;
    width: 100%;
}

#lostpasswordform #reset-pass-submit:hover {
    color: #fff;
    background-color: #4257d3;
    border-color: #3e52c6;
}


#resetpasswordform p label[for="som_new_user_pass"] {

    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
}
#resetpasswordform p label[for="som_new_user_pass_again"] {

    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
}

#resetpasswordform #som_new_user_pass {

    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 20px;
}
#resetpasswordform #som_new_user_pass:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a7b3fc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}

#resetpasswordform #som_new_user_pass_again {

    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 20px;
}
#resetpasswordform #som_new_user_pass_again:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a7b3fc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}

.lostpassword-submit #reset-pass-submit {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.6rem;
    color: #fff;
    background-color: #4E66F8;
    border-color: #4E66F8;
    width: 100%;
}

.lostpassword-submit #reset-pass-submit:hover {
    color: #fff;
    background-color: #4257d3;
    border-color: #3e52c6;
}