/* footer ================================================================================= */
.footer {
    background-color: #1a1a1a;
    padding: 50px 0 0 0;
}
/* Footer style 6*/
.footer.style-6 {
    background-color: transparent;
}
.footer-logo img {
    margin: 0 auto;
}
.style-6 .footer-top {
    background-color: #1a1a1a;
    padding: 50px 0;
}
address {
    font-style: normal;
    line-height: 32px;
    color: #b7b7b7;
}
.style-6 .footer-top a{
    color: #b7b7b7;
}
.style-6 .footer-top a:hover{
    color: #6e2fd4;
    padding-left: 10px;
}

/* Footer Hover */
.style-6 .footer-top ul li a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 0px;
    color: #6e2fd4;
}
.style-6 .footer-top ul li a:before  {
    content: "\f101";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-family: FontAwesome;
}
/* / Footer Hover */
.style-6 .social li a  {
    color: #1a1a1a;
}
/* Footer style 6*/

/* footer Top ============================= */
.single-widget {
    margin-bottom: 40px;
    overflow: hidden;
}
.single-widget a { color: #5e5e5e }
.single-widget a:hover { color: #60409b }
.single-widget h2 {
    color: #eedbb9;
    text-transform: uppercase;
    font-size: 12px;
	margin-bottom: 20px;
}
a:focus {
	text-decoration: none;
}
.single-widget ul li a:hover { 
	transform: translateX(3px); 
}
.single-widget ul.tags { }
.single-widget ul.tags li { float: left }
.single-widget ul.tags li a {
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
    display: inline-block;
    padding: 10px 22px;
    font-family: 'Raleway', sans-serif;
    margin: 5px;
    text-transform: uppercase;
    font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 100%;
	transition: all 0.4s ease-in-out;
}
.single-widget ul.tags li a:hover { 
	color: #eedbb9;
    border: 1px solid #eedbb9;
}
/* footer social =============================== */
ul.social { text-align: center }
ul.social li {
    display: inline-block;
    margin-right: 50px;
}
ul.social li a {
    color: #676767;
    font-size: 12px;
    font-family: Montserrat Light;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}
ul.social li:last-child { margin: 0 }
ul.social li:hover a {
    color: #4e56e6;
    border-color: #4e56e6;
}
/* footer copyright ===============================*/

.footer-logo img {
	width: auto;
}