/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2019 | 05:09:11 */
#come-jump-button {
	position: fixed;
	right: 20px;
	z-index: 99999;
    bottom: 90px !important;
}
#come-jump-button a{
	background-repeat: no-repeat;
	text-decoration: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	background: rgba(51, 51, 51, 0.5);
	padding: 0;
	display: block;
	color: #fff;
}

#page-top{
    bottom: 20px !important;
 }
#page-top a,
#come-jump-button a{
  background: #ffffff;
  border-radius: 10%;
}
#page-top .fa,
#come-jump-button .fa{
  color: #222222;
}


@media only screen and (max-width: 1350px) {
 #page-top a,
 #come-jump-button a{
	background: #555555;
	opacity: 0.8;
	color: #ffffff;
 }
 #page-top .fa,
 #come-jump-button .fa{
  color: #ffffff;
 }
}/* ▲1280 */
@media only screen and (max-width: 768px) {
 #page-top{
	right:0px;
    bottom: 10px !important;
 }
 #page-top a,
 #come-jump-button a{
	border-radius:0% !important;
	border-radius:5px 0px 0px 5px  !important;
 }
 #come-jump-button{    
	right:0px;
	bottom: 65px !important;
 }
 #come-jump-button a{
	background-repeat: no-repeat;
	text-decoration: none;
	width: 42px;
	height: 42px;
	line-height: 41px;
	font-size: 0.85em;
 }
}/* ▲768 */


.comment-notes,
.comment-form-url,
.comment-form-email{
    display: none !important;
}


.commentlist{
  //display: inline-block !important;
  list-style: decimal !important;
}
li.comment div,
.comment-author{
   display: inline !important;
}
.comment-author,
.comment-meta a{
  font-weight: normal;
  color: #00bcd4;
  font-size: 0.9em;
}
li.comment p{
  margin-top: 18px;
  font-weight: 600; 
  font-size: 1.0em;
  line-height: 1.8em;
}




