/*
Theme Name: ThemeMove Child
Theme URI: https://thememove.com/
Author: ThemeMove
Author URI: https://thememove.com
Description: A child theme of ThemeMove
Version: 1.0
Text Domain:  thememove
Template: thememove
*/

/*
.page-promotion-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 72px;
	background: url(promotion-bar.jpg) no-repeat center center;
	background-size: cover;
	z-index: 11;
}

.admin-bar .page-promotion-bar {
	top: 32px;
}

.site-header {
	top: 72px;
}

.admin-bar .site-header.headroom--not-top, .admin-bar .site-header {
	top: 104px;
}
*/

input[type='checkbox'] {
	position: relative;
	background: transparent;
	border-width: 0;
	box-shadow: none;
	margin: 0 10px 0 3px;
	cursor: pointer;
}

input[type='checkbox']:before {
	transition: all .3s;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type='checkbox']:after {
	transition: all .3s;
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
	content: '\f00c';
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%) scale(0);
}

input[type='checkbox']:hover:before {
	border-color: #000;
}

input[type='checkbox']:checked:before {
	background: #000;
	border-color: transparent;
}

input[type='checkbox']:checked:after {
	transform: translate(-50%, -50%) scale(1);
}

input[type='radio'] {
	position: relative;
	padding: 5px;
	margin: 0 10px 0 3px;
	cursor: pointer;
}

input[type='radio']:before {
	transition: all .3s;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #cacaca;
	border-radius: 50%;
	transition: border-color .3s ease;
}

input[type='radio']:after {
	transition: all .3s;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform .3s ease;
}

input[type='radio']:hover:before {
	border-color: #000;
}

input[type='radio']:checked {
	cursor: auto;
}

input[type='radio']:checked:hover:before {
	border-color: #cacaca;
}

input[type='radio']:checked:after {
	transform: translate(-50%, -50%) scale(1);
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list .comment {
	list-style-type: none;
	margin-bottom: 30px;
	padding-bottom: 27px;
	border-bottom: 1px solid #eee;
}

.comment-list .pingback:last-child,
.comment-list .trackback:last-child,
.comment-list .comment:last-child {
	margin-bottom: 0;
}

.comment-list .trackback,
.comment-list .pingback {
	padding-left: 0;
}

.comment-list .trackback .comment-content,
.comment-list .pingback .comment-content {
	margin-left: 0;
}

.comment-list > .trackback:last-child,
.comment-list > .pingback:last-child,
.comment-list > .comment:last-child {
	margin-bottom: 0;
}

.comment-list .children {
	padding: 0;
}

.comment-list .children > li {
	padding-left: 61px;
	margin-bottom: 0;
	margin-top: 30px;
	padding-bottom: 0;
	padding-top: 28px;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.comment-list .comment-header {
	margin-bottom: 9px;
}

.comment-list .comment-author {
	float: left;
}

.comment-list .comment-author img {
	border-radius: 50%;
}

.comment-list .comment-content {
	position: relative;
	overflow: hidden;
	margin-left: 90px;
}

.comment-list .meta {
	margin-bottom: 4px;
}

.comment-list .fn {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
}

.comment-list .fn a {
	font-style: inherit;
	font-size: inherit;
	color: inherit;
}

.comment-list .description {
	line-height: 2.14;
}

.comment-list .comment-footer {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
	color: #9b9b9b;
	font-size: 13px;
}

.comment-list .comment-datetime {
	margin: 0 10px 0 0;
}

.comment-list .comment-actions a {
	color: #111;
	font-weight: 500;
	margin: 0 10px 0 0;
}

.comment-list .comment-awaiting-messages {
	display: block;
}

.comment-list .comment-respond {
	margin-top: 30px;
}

.comment-list,
.comment-respond {
	margin: 40px 0 0;
}
