/* Footer section*/
footer#main-footer {
    
    background-image: url(https://lirecan.com/wp-content/uploads/2018/12/footer-bg-1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: top center;
}
#footer-info {
    text-align: center;
    font-size: 20px !important;
    float: none !important;
}
ul#menu-footer-menu a {
    color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 100;
}
ul#menu-footer-menu a:hover {
    color: #fff !important;
    font-weight: bold;
    opacity: 1 !important;
    transition: none !important;
}
#main-footer {
    background-color: rgb(0, 84, 111) !important;
}

div#nav_menu-2 {
    margin-bottom: 0 !important;
}
#footer-widgets .footer-widget li {
    padding-right: 10px !important;
    padding-left: 0 !important;
    display: inline-block;
}
.et_pb_gutters3 .footer-widget {
    margin-bottom: 1% !important;
    margin-top: 7.5% !important;
}

.et_pb_widget {
    float: none !important;
  }
 .footer-text a {
    padding: 0;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 100;

}
.footer-text a:hover {
    font-weight: 600;

}
ul#menu-footer-menu li {
    margin-bottom: 0;
}
#footer-widgets .footer-widget li:not(:first-child):before {
    content: " | " !important;
    color: #fff;
    border: none !important;
    position: absolute;
    top: 0px;
    left: -10px;
    border-width: 0 !important;
    border-radius: 0 !important;
   
}
#footer-widgets .footer-widget li:first-child:before{
	border: none !important;

}