/*!
Theme Name: Plus UI v2.6.3
Theme URI: https://facebook.com/rakhibul.official
Author: Yes! Excoder
Author URI: https://facebook.com/rakhibul.official
Description: Its just a Demo Template for Plus-UI. Plus-UI Generate  for Wordpress
Version: 1.3.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Excoder.com
Tags: Plus UI, Plus-ui, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/**
* Basic WordPredd comment style template
* 
* ** Check your theme's comments templates & tags. _s theme uses .comment-list for the comment container, but yours may differ.
*/



.comment-list{
    list-style-type:none; 
    margin:0 0 1em; 
    padding:0; 
    text-indent:0;
    ul{
    	list-style-type:none; 
    	margin: 0;
    	padding: 0;
    }
 	li{
 		&.comment{
			 padding: 25px 5px 5px 5px;
			 border-radius: 5px;
			 background: var(--contentB);
			 box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
			 margin: 20px 5px 20px 5px;
    display: block;
    position: relative;
   p{
    display: block;
    margin: 5px 0 0 0;
   }

 .drK &.comment{
    background: var(--darkBa);
    box-shadow: none;
   }
			ul{
				list-style-type:none; 
				margin: 0 0 0 20px;
			}
			.comment-author{}
			.vcard{
			    margin:-45px 0 -10px 0;
				.fn{display: inline; margin:-20px 0 0 0;}
				.url{ }
			}
			.avatar{
			 border: 1px solid #eee;
			 float:left; 
			 margin: 0 10px 0 -20px;   
			 border-radius: 50%; 
			}
			.avatar-32{}
			.photo{ height:40px; width: 40px}
			.says{ display: none;}
			.commentmetadata{
			 font-size: 12px;
    margin:0!important;
		}
			.comment-meta{
				a{
					color: ;
     margin:-20px 0 0 0!important;
				}
   time{
    display: block;
    font-size: 12px;
    margin: 0 0 0 0;
    width: 100%;
   }
			}
   p{
    margin: -25px 0 0 0;
    padding:0 8px 10px 32px;
   }

			.reply{
			    margin: -8px 0 15px 0;
				a{
				 padding: 10px 5px 5px 32px;
     font-size: 14px;
				}
			}
			.children{
				text-indent:0;
    list-style-type:none; 
    /* background: red */;
				li {
					&.alt{}
					&.bypostauthor{}
					&.byuser{}
					&.comment{}
					&.comment-author-admin{}
					&.depth-2{
						margin: 30px 0 5px 30px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow:none;
     width:93%;
					}
					&.depth-3{
						margin: 30px 0 8px 10px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow:none;
     width:99%;
					}
					&.depth-4{
						margin: 30px 0 5px 10px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow: none;
     width:99%;
					}
					&.depth-5{
	    margin: 25px 0 5px 15px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow: none;
     width:97%;
    }
					&.even{}
					&.odd{}
				}
			}  // end .children
 		} // end li.comment

 		&.alt{}
 		&.bypostauthor{}
 		&.byuser{}
 		&.comment-author-admin{}
 		&.even{
 			background: #fff;
 		}
		&.odd{
			background:#f6f6f6;
		}
		&.parent{
			border-left:5px solid #ddd;
		}
		&.thread-alt{}
		&.thread-even{}
		&.thread-odd{}
 	} // end .comment-list li
 } // end .comment-list












/* Comment form and reply section */
.comment-respond {
    margin-top: 20px;
}

.comment-reply-title,
#reply-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333; /* Adjust the text color */
}

#cancel-comment-reply-link{
    color: red;
    margin-left: 10px;
}


/* Hide email notes section in comment form */

.comment-form-email-notes {
    display: none;
}






.comment-form {
    margin-top: 30px;
}


.comment-form label {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 1.0em;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 13px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: #333;
    border-radius: 5px;
    transition: border-color 0.3s ease-in-out;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #0073e5;
}

.comment-form #submit {
    background-color: #0073e5;
    color: #fff;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 1.0em;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.comment-form #submit:hover {
    background-color: #0056b3;
}

.comment-form input[type="checkbox"] {
    float: left;
    margin-right: 10px; /* Adjust the spacing between checkbox and label */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    padding:10px;
    border: 2px solid #0073e5;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

 .comment-form input[type="checkbox"]:checked {
    background-color: #0073e5;
    border-color: #0073e5;
    color: #fff;
} 


.comment-form .checkbox-label {
    margin-bottom: 15px;
}

.comment-notes {
    margin-bottom: 20px;
    color: #888;
    font-size: 0.9em;
}

.comment-form-cookies-consent {
    margin-bottom: 20px;
}

.comment-form-cookies-consent label {
    display: inline;
    font-weight: normal;
    color: #333;
    font-size:13px;
}

.comment-form-cookies-consent input {
    margin-left: 5px;
}

.required {
    color: #f00;
}





/* Styles for "Must be logged in" message */

.must-log-in {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8d7da; /* Light red background color */
    border: 1px solid #f5c6cb; /* Red border color */
    color: #721c24; /* Dark red text color */
    border-radius: 5px;
}

.must-log-in a {
    color: #721c24; /* Dark red text color for links */
    text-decoration: underline;
}

.must-log-in a:hover {
    color: #721c24; /* Dark red text color for links on hover */
    text-decoration: none;
}











/* Author Profile Css  */

.user_profile_cap {
  width: 100%;
  height: auto 18;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    overflow:hidden;
}

.user_profile_cover {
  img {
    width: 100%;
    height: 215px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
        }

}

.user_profile_headline {
  padding: 10px;
  font-size: 16px;
}
.user_profile_headline img{
    border:1px solid #EEEEEE;
    width:124px;
    height:124px;
    float:left;
    margin:-70px 10px 0  0;
    position:relative;
    z-index:0;  
    background-color: #;
    border-radius:20px;
    border: 5px solid #ddd;
}
.user_profile_headline h2{
 
    margin: 0px;
    padding: 0px;
    font-size:18px;
    font-weight:bold;
    display:block;   
}
.user_profile_headline span{
    font-size:14px;
    padding: 0px;
    font-family:verdana;
    color:gray;
 
}

