/*
Theme Name:         i360
Theme URI:          
Description:        Based on Sage
Version:            1.0.0
Author:             PSmolic
Author URI:         
Text Domain:        i360
*/

body footer.site-footer {
	padding-bottom: 0;
}

.footer-bottom-nav {
	background: #EDEDED;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
}

.footer-bottom-nav ul {
	margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.footer-bottom-nav ul li {
	list-style: none;
    text-transform: uppercase;
    line-height: 1em;
}

.footer-bottom-nav ul li a {
	color: #6B6869;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px 15px;
    display: block;
}
.footer-bottom-nav ul li a:hover {
	text-decoration: underline;
}

.footer-bottom-nav ul li:not(:first-child) {
    border-left: 1px solid;
}
@media (max-width: 767px) {
	.footer-bottom-nav ul {
		display: block;
	}
	.footer-bottom-nav ul li:not(:first-child) {
	    border-left: none;
	}
}

.dropdown-menu {
    width: auto;
    min-width: 100%;
}
