/*
Theme Name: Ivo 1 (Customizr Edit)
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: James
*/


/* Navigation Menu */

.navbar .nav {
max-width: 100%;
display: block;
margin: 0px auto;
}

.navbar.resp {
width: 100%;
}

.navbar-wrapper .navbar-inner {
display:block;
/*float:right;*/
width: 950px;
margin: 0px auto;
}

.sticky-enabled .navbar .nav > li > a {
display:block;
margin: 0px auto;
max-width: 100%;
}


/* Navigation Menu Text */

/* Adjust Menu (red) text color, (Garamond) font-family, (1.5em) font-size  */
.navbar .nav > li {                     
font-weight: bold;
padding: 16px;
font-family: "Arial", serif;
margin: 0px auto;
}



/* Logo */

.site-logo > img {
  margin-left: 0px;
  margin-bottom: -50px;
}

.brand.span3 {
  width: 100%;
}

/* Social Icons */ /*
.navbar-inner .social-block {
margin-top: -30px;
margin-right: -50px;
padding: 0px;
} */

/* Hide Page Titles */
.page h1.entry-title {
display: none;
}

/* Back to Top */
.back-to-top {
  margin-right: 145px;
}

/* Breadcrumbs */
.breadcrumbs {
margin-left: 132px;
}


/* WOOCOMMERCE */

/* WC - Hide Buttons and Prices on Catalogue Pages */

.woocommerce-page ul.products li.product a.add_to_cart_button
{display: none}

.woocommerce-page ul.products li.product a.product_type_variable
{display: none}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price 
{display: none}

/* WC - Product Variations Font Colour */

.woocommerce #content div.product form.cart .variations label, .woocommerce div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label {
  color: #5a5a5a;
  text-shadow: none;
}

/* WC - Product Page Images */

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
  margin-top: 15px;
}
 
/* WC - Product Info */

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
  margin-top: 10px;
font-weight: normal;
font-size: 30px;
}

/* WC - Hide Related Products */

.related.products { 
display: none; 
}

/* WC - Related Products Image Size */

.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
  width: 50%;
  height: auto;
}

/* WC - Hide Page Titles */

.page-title {
display: none;
}

/* WC - Hide Result Count */

.woocommerce-result-count {
display: none;
}

/* WC - Hide Order By */

.orderby {
display: none;
}

/* WC - Product Category Pages */

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
margin-top: 10px;
}

mark {
display: none;
}

/* WC - Product Catalogue Titles */

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
font-weight: normal;
color: rgb(90, 90, 90);
}