/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#ht-colophon{
	margin-top: 120px;
	background: url(https://wallpapercave.com/uwp/uwp2122043.gif);
	border-top: 4px solid #FFC107;
	font-size: 16px;
}

.page-template-home-template #ht-colophon,
.home.blog #ht-colophon{
	margin-top: 0
}

#ht-colophon a{
	color: #BBB;
	text-decoration: none;
}

#ht-colophon .widget-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #BBB;
    margin-bottom: 15px;
}

#ht-top-footer{
	color: #BBB;
	padding: 50px 0;
}

.ht-top-footer{
	margin-left: -3%;
}

.ht-footer{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.ht-footer .widget{
    margin-bottom: 30px;
}

.ht-footer .widget:last-child{
    margin-bottom: 0;
}

.ht-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ht-footer ul li{
	padding: 2px 0 2px 0;
}

#ht-bottom-footer{
	background: rgba(0,0,0,0.3);
	padding: 30px 0;
	color: #AAA;
	line-height: 1.2;
	text-align: center;
}

.ht-site-info a{
	border-bottom: 1px dotted #AAA;
}

#ht-back-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #111;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#ht-back-top:hover{
	background: #FFC107;
}

#ht-back-top.ht-hide{
	bottom: -100px;
}