/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */


/* Comments */
.comments-title {
    margin-bottom: 40px;
}

.comment-list .comment {
    margin-bottom: 20px;
   
    border-bottom: 1px solid #69696933;
}

.wp-forum-connect-comment-vote {
    display: none;
}


.wp-forum-connect-comment-controls {
    justify-content: flex-end;
    margin-top: 20px;
}

.wp-forum-connect-comment-controls-reply a {
    color: red;
}

.comment-content blockquote {
    
    margin-top: 10px;
    margin-bottom: 10px;
    color: #474747a8;
    position: relative;
}

.comment-content blockquote:before {
    content: '\0022';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 24px;
    line-height: 1;
    z-index: 0;
    
    color: red;
}

.comment-list li {
  list-style: none;
}

.comment-content {
	font-size: 18px;
    line-height: 1.65;
}