/*
 Theme Name:	YourStore Child Theme
 Theme URI:		http://themeforest.net/user/smartdatasoft/portfolio
 Description:	YourStore Child Theme
 Author:		David White
 Author URI:	http://themeforest.net/user/smartdatasoft/portfolio
 Template:		yourstore
 Version:		1.0.0
*/

@import url("../yourstore/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
/* Gets rid of home page title */
#pageContent > h1 { display: none;
}
/* gets rid of divider line */
/* .breadcrumbs {
  margin-bottom: 14px;
  padding: 10px 0 10px;
  display: none;
} */
/* get rid of title on other pages */
#centerColumn > .title-box {
  display: none;
}
/* Mobile header image size*/
@media (max-width: 1024px) {
	#header .logo {
    max-width: 87%;
		margin: 40px 0px 10px 0px;
	}
	#header .container:first-child .row {
		padding-top: 0px;
	}
	#header .cart {
		right: 10px;
	}
}
/* Mobile list image size, name and price formatting */
@media (max-width: 767px) {
	#pageContent .product-listing.row .product__inside__image img.img-loaded {
		width: 175px;
		height: 175px;
		float: left;
	}
	.product-listing.row .product__inside__name h2 {
		font-size: .75em;
		padding:0;
		margin: 0em 0 0.54em !important;
	}
	.product-listing.row div.product span.price {
		font-size: 20px;
	}
}
/* get rid of bullets in footer */
footer .simple-list li:before {
    content: normal;
}
.simple-list li {
      padding: 0;
  }
/*Logo image changes */

#header img.logo {
  /*display: inline-block;*/
  /*original max-height: 80px;*/
  max-height: 150px;
}
@media (max-width: 1200px) {
  /* #header .search.link-inline {
    margin-right: 0px;
  } */
  /*added */
  #header img.logo {
    max-height: 100px;
  }
  /*end add*/
}
@media (min-width: 1770px) {
  /* #header .search.link-inline {
    margin-right: 13px;
  } */
  /*added below*/
  #header img.logo {
    max-height: 150px;
  }
  /*End Edit*/
}
@media (min-width: 768px) {
  /* #header .logo.img-responsive {
    max-width: inherit;
  } */
  /* Yeshe added below */
  /*#header img.logo {
    max-height: 90px;
  }*/
  /*end y add*/
}
@media (min-width: 1025px) {
  #header .slogan {
    padding: 16px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }
  /*y added below*/
  /*#header img.logo {
    max-height: 100px;
  }*/
  /*end yeshe add*/
}
@media (max-width: 1024px) {
/* */
  #header .logo {
    /* max-width: 50%;
    margin: 17px 10px 3px 10px; */
    /*yeshe added*/
    max-height: 100px;
    /*end yeshe add*/
   }
 }
<<<<<<< Updated upstream
/* Changes D 12-5*/
#wpcw_contact-3 li.no-label {
	padding: 0;
}

.simple-list.vendor-filter > .parent-cat {
	padding: 0px;
	height: 27px;
}

#search-5 > .mobile-collapse__title {
	padding-top: 30px;
}
=======
 /* 4th footer column padding */
 #wpcw_contact-3 li.no-label {
   padding:0;
 }
 .simple-list.vendor-filter > .parent-cat {
   padding: 0px;
   height: 27px;
 }
 /* Changes D 12-5*/
 #wpcw_contact-3 li.no-label {
 	padding: 0;
 }
 .simple-list.vendor-filter > .parent-cat {
 	padding: 0px;
 	height: 27px;
 }
 #search-5 > .mobile-collapse__title {
 	padding-top: 30px;
 }
/* mobile menu hover color */
.breadcrumbs .breadcrumb--ys span.breadcrumb_last, #off-canvas-menu ul li .name.open a:hover, .woocommerce .widget_layered_nav ul li a:hover, #leftColumn .widget_nav_menu ul li a:hover, a.color, a.color:hover, .breadcrumb > .active, .expander-list li.active > a, .expander-list li.open > a, .expander-list > li > a:hover {
    color: #736764;
}
@media (max-width: 1024px) {
#off-canvas-menu ul li .name.open a {
    color: #736764;
 }
}
/* space on mobile logo?? */
@media (max-width: 1200px) {
#header img.logo {
    max-height: 100px;
    padding-left: 5px;
 }
}
/* white space home b/w menu and header */
@media (max-width: 767px) {
.woocommerce-tabs, .content {
    margin-top: 0px;
 }
}
/* Filter button mobile */
.filters-row__mode {
  display: none;
}
.divider {
  height: 0;
}

/* 12-15-2016 
  Changing header and shopping cart icon
*/
@media (max-width: 760px) {
#header .cart {
  right: 25px;
  margin-top: -20px;
 }
#header .logo.img-responsive {
  width: 80%;
}
.cart .dropdown > a .icon {
font-size: 1.5em !important;
}
.badge--cart {
  top: -25px;
  font-size: 1em;
 }
}
@media (max-width: 768px) {
#header .logo.img-responsive {
  width: 85%;
}
#header .cart {
  right: 35px;
 }
}
.product-cat {
  font-size: 18px;
  font-family: roboto, lato, sans-serif;
}
.headline {
  font-size: 18px;
  font-family: lato;
}
.product-copy {
  font-size: 18px;
  font-family: lato;
}
.body-copy {
  font-size: 18px;
  font-family: lato;
}
/* Fixed carousel large width in mobile  */
@media (max-width: 767px) {
  .woocommerce .products .carousel-inner .woocommerce-LoopProduct-link img {
    display: block;
    width: auto !important;
  }
    .product__inside__carousel.slide {
    float:left;
  }
}
/* Product page related products carousel arrows  */
@media (max-width: 767px) {
  .carousel-products__button span.btn-prev, .carousel-products__button span.btn-next {
    top: 235px;
  }
}