/* Menu Logo Fix */
.logo {
	margin-top: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Center Vantage PageBuilder Image Widget Text */
.widget-title {
  	text-align: center;
}

/* Meta Slider Retina Thumbnails */
.metaslider .flex-control-nav.flex-control-thumbs li img {
   	width: 80% !important;
}
.flex-control-thumbs li {
   	width: 50px !important;
}


/* Alternating Color Specs Fields On Guitar Pages */
.feature {
    display: block;
    padding: 20px;
    background-color: #f7f7f7;
}
.left, .right {
    list-style: none;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 50%;
}
.left {
    float: left;
}
.right {
    float: right;
}

.even {
    background-color: #e5e5e5;
    list-style: none;
}
.odd {
    background-color: #ccc;
    list-style: none;
}

span.label {
    padding: 0 20px;
    width: 130px;
    float: left;
}

span.value {
    font-weight: bold;
    text-align: left;
    width: 200px;
    padding-right: 10px;
}
@media only screen and (max-width: 760px) {
  .left, .right {
    float: none;
    width: 100%;
    }
}

/* Footer Social Plugin */

#footer-widgets .widget {
    display: block !important;
    margin-bottom: 25px !important;
    float: none !important;
    text-align: center;
}

#footer-widgets .social-media-icon {
    display: inline-block !important;
    float: none !important;
}

/* Ninja Forms Styling */

hr {
  	padding: 2px 0px 2px !important;
 		margin: 10px 20px 25px !important;
 }

/* WooCommerce Styling */

ul.products li{
    text-align: center
}