/*
    Theme Name: eNno
    Theme URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/*=========================
  Footer
 ================= */

footer {
  background: #fff;
}

.inner-footer  ul li,a  {
	list-style:none;
}
.widgetheading {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px; 
}
.f-about a h1 {
	text-align:left;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #0db4be;	
}
.f-about a h1 span {
	color: #0db4be;	
}
.f-about p {
  font-size: 14px;
  color: #8a8d94;
 
}
.l-posts h3 {
	margin-left:40px;
}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover  {
  color: #0db4be;
}

.f-contact p {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  
  font-weight: 300;
  margin-bottom: 15px;
}

.f-contact i {
  color: #56595f;
  font-size: 16px;
  margin-right: 10px;
}

.f-contact a:hover p{
  color: #0db4be;
}
.last-div {
    margin-top:60px;
    background: #337AB7;
    padding: 8px;
    position: relative;
}

.copyright {
    font-size: 10px;
    position: left;
    text-align:left;
    color: #fff;
    margin-top: 5px;  
    margin-left: 30px; 
    font-weight: 100
    float: left;
}
.copyright a{
    color: #fff;
}
.copyright a:hover {
    text-decoration: underline;
    color: #36CBD4;
}

ul.social-network {
	list-style:none;
	margin-top:-25px;
	float:right;
	font-size: 14px;	
	margin-right:20px;
}

ul.social-network li {
	display:inline;
	margin: 0 15px;
	color:#fff;
}
ul.social-network li a {	
	color:#fff;	
}
ul.social-network li a:hover {	
	color:#36CBD4;	
}

a.scrollup{
    color:#fff;

	height:55px;
	width:55px;
	font-size:22px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#36CBD4;
	color:#fff;;	
}
