/*
Theme Name: Skeleton Theme
Theme URI: http://wp-dev.space/skeleton
Author: WP Dev Space
Author URI: http://wp-dev.space/
Description: Theme for fast and reliable Wordpress theme development
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: skeleton_theme
*/

.comment-wrap { margin: 0; padding: 0; }
.comment-item { margin: 0 0 20px 0; padding: 30px 60px; background-color: #f4f4f4; border-radius: 24px; }
.comment-item:first-of-type {  }
.comment-meta { margin-top: 8px; font-size: 0.85em; }
.comment-author { font-weight: bold; }
.comment-date { color: #d98b16; }
.comment-copy {  }
.comment-respond { margin-top: 48px; }
.comment-respond .logged-in-as { display: none; }
.comment-respond form p { position: relative; margin-bottom: 16px; }
.comment-respond form p.comment-form-cookies-consent { display: none; }
.comment-respond form p label { position: absolute; top: 16px; left: 16px; transition: all 0.2s ease; }
.comment-respond form p label.input-has-focus { top: 8px; font-size: 0.6em; opacity: 0.6; }
.comment-respond form p input:not([type="submit"]), .comment-respond form p select, .comment-respond form p textarea { width: 100%; max-width: 800px; padding: 16px; border: 1px solid #646368; outline: none; }
.comment-respond form p textarea { height: 100%; max-height: 200px; }
.comment-respond form p input:not([type="submit"]):focus, .comment-respond form p select:focus, .comment-respond form p textarea:focus { border-color: #4d4e53; }
.comment-respond form p input[type="submit"] { width: auto; padding: 4px 36px; border: none; border-radius: 24px; background-color: #790015; color: #ffffff; font-size: 0.85em; }
.dot-loader { position: absolute; position: absolute !important; top: auto; top: auto !important; bottom: 0; bottom: 0 !important; display: block; }
@media screen and (max-width: 600px) {
	.comment-item { padding: 20px 40px; }
}
@media screen and (max-width: 400px) {
	.comment-item { padding: 20px 20px; }
}
