/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Footer Menu
----------------------------------------------- */

.layout-full #colophon {
  padding-top: 0;
}

.footer-navigation {
  margin: 0 -35px 30px;
  background: #ed1f24;
  font-size: 10px;
  position: relative;
}

.footer-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  zoom: 1;
  width: 1080px;
  text-align: center;
}

.footer-navigation ul:before {
  content: '';
  display: block;
}

.footer-navigation ul:after {
  content: '';
  display: table;
  clear: both;
}

.footer-navigation ul li {
  display: inline-block;
  float: none;
}

.footer-navigation ul li:hover > a {
  background: #00bcff;
  color: #FFFFFF;
}

.footer-navigation ul li a {
  padding: 10px 35px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-navigation ul li a,
.footer-navigation ul li a > * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}