/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer {
	background-color: #691E5A;
	position: relative;
	z-index: 3;
	color:#FFF;
	overflow:hidden;
	clear:both;
}
.site-footer p{
	margin-bottom:0;
	/* line-height:50px; */
}
.site-footer #copyright {
	float:none;
	padding: 0.5em 1em;
}
.site-footer #siteauthor{
	display:none;
	text-align:right;
	float:right
}
.site-footer a {
	color: #FFF;
}
.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 0 10px;
}

.site-info a:hover {
    color: white;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-sidebar .widget a:hover{
	color: #fff;
	text-decoration: underline !important;
}
.footer-menu {
    display: block;
    /* background: black; */
    text-align: right;
}
.footer-menu li {
    display: inline-block;
    padding: 0.5em 1em;
}
.footer-menu li a {
    border: none;
    text-decoration: none;
}

.footer-menu {
    float:none;
    padding: 0;
    margin-left: 0;
}

.footer-menu li {
    background: rgba(0,0,0,0.1);
    display:block;
    margin-bottom: 1px;
    text-align: left;
}

.footer-menu li ul {
    display:none;
}

footer button a {
    background: white !important;
    color: #ed7101 !important;
    margin-bottom: 0.5em;
    display: block;
    padding: 0.5em 1em;
    border-radius: 3px;
    min-width: 250px;
    text-transform: none;
    font-size: initial;
    font-weight: initial !important;
}

#footer-sidebar img {
    border-radius: 4px;
    margin-right:1em;
}

#footer-sidebar * {
    font-size: initial;
    font-weight: initial !important;
}

#footer-sidebar a {
    border: none;
    text-decoration: none;
}


@media screen and (min-width: 900px) {
	.site-footer #copyright{
		float:left;
	}

	.footer-menu li {
	    background: none;
	    display:inline-block;
	    margin-bottom: none;
	    text-align: right;
	}

}
