/* Menu Logo Fix */
.logo {
	margin-top: 0 !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/*Remove Nav height padding*/
#masthead.masthead-logo-in-menu .logo-in-menu-wrapper {
		padding: 0px;
}
/* Center Vantage PageBuilder Image Widget Text */
.widget-title {
  	text-align: center;
}

/* SiteOrigin Vantage Javascript to CSS Conversion related code*/
.siteorigin-panels-css-container #main {
    padding-left: 30px;
    padding-right: 30px;
}

/*SiteOrigin Vantage News/Blog sub-text styling*/
.entry-content {
	margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

.woocommerce #page-wrapper h1.page-title {
	font-size: 45px;	
}
#primary {
	width: 85%;	
}

#secondary {
	font-size: 16px;
	width: 15%;
}
/* MetaSlider Retina Thumbnails */
.metaslider .flex-control-nav.flex-control-thumbs li img {
   	width: 80% !important;
}
.flex-control-thumbs li {
   	width: 50px !important;
}

/*MetaSlider Righthand Arrow Fix*/
.flexslider .flex-direction-nav li a.flex-next {
	background-position: right !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
}