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

.fl-page-footer-widgets {
	padding: 40px 0;
	background: rgb(4,71,139);
	background: linear-gradient(180deg, rgba(4,71,139,1) 0%, rgba(2,28,54,1) 100%);
	border-top: 1px solid #2D659E;
}

.fl-page-footer-widgets .fl-page-footer-widget-col {
	display: flex;
	flex-direction: column;
}

.fl-page-footer-widgets aside {
    padding: 15px;
}

.fl-page-footer-widgets aside#nav_menu-2 {
	background-color: transparent;
	min-height: 0;
}

.fl-page-footer-widgets h4.fl-widget-title {
    background: transparent;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px !important;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

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

.fl-page-footer-widgets .textwidget {
	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
}

.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;
}


@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
    }
    
}

@media (min-width: 768px) {
	
	.fl-page-footer-widgets aside p {
	    font-size: 14px;
	}
	
	.menu-footer-menu-container li a {
	    padding: 10px 20px !important;
	}
	
}

@media (min-width: 992px) {
	
	.fl-page-footer-widgets aside p {
	    font-size: 16px;
	}
	
	.menu-footer-menu-container li a {
	    padding: 10px 40px !important;
	}

}

