/* Vantage Full Width Layout - Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
max-width: 1400px;
}

/* Vantage Main Navigation Text - Adjust Font Weight */

.main-navigation ul li a {
  font-weight: 300;
}

/* Vantage Logo in Menu - Logo Left Padding */

#masthead.masthead-logo-in-menu .logo > img {
  padding-left: 20px;
}

/* WooCommerce Related Products */

.woocommerce .related {
clear: both;
}

.woocommerce .related h2 {
font-size: 18px;
margin-bottom: 1.5em;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
width: 20%;
}