/* Footer Widgets 
---------------------------------------*/

.fl-page-footer-widgets {
	padding: 40px 0;
	background: rgb(23,55,83);
	background: linear-gradient(180deg, rgba(23,55,83,1) 0%, rgba(14,31,47,1) 100%);
}

.rw-footer-address p {
	font-size: 16px;
    text-align: center;
}

.fl-widget.rw-footer-privacy-menu ul {
    text-align: center;
}

.rw-footer-social {
    text-align: center
}

.rw-footer-social .fl-social-icons {
    padding-right: 0;
    margin-left: 0;
    padding-left: 0
}

.rw-footer-social .fl-social-icons a {
    background-color: transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px
}

.rw-footer-social .fl-social-icons a:first-of-type {
    margin-left: 0
}

.rw-footer-social .fl-social-icons a:hover {
    background-color: rgba(255,255,255,.2)
}

.rw-footer-social .fl-social-icons i.fas,
.rw-footer-social .fl-social-icons i.fab {
    font-size: 30px;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.fl-widget.rw-footer-privacy-menu ul {
    text-align: center
}

@media (min-width: 320px) {
	
    .rw-footer-address p {
	    font-size: 14px;
	}
    
    .rw-footer-social .fl-social-icons i.fas,
    .rw-footer-social .fl-social-icons i.fab {
        width:50px;
        height: 50px;
        line-height: 50px
    }
    
}

@media (min-width: 480px) {
	
    .rw-footer-address p {
	    font-size: 16px;
	}
    
    .rw-footer-social .fl-social-icons i.fas,
    .rw-footer-social .fl-social-icons i.fab {
        width:60px;
        height: 60px;
        line-height: 60px
    }
    
}



.menu-footer-menu-container {
    text-align: center
}

#menu-footer-menu {
    width: auto;
    margin: auto;
    display: inline-block
}

.menu-footer-menu-container li {
    width: auto
}

.menu-footer-menu-container li a {
    background-color: rgba(255,255,255,0.1);
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700;
    padding: 10px 40px !important;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

.menu-footer-menu-container li a:hover {
    background-color: rgba(255,255,255,.2);
    text-decoration: none;
}





