/*
Theme Name: Rosa Child
Theme URI: http://pixelgrade.com/demos/rosa
Author: PixelGrade Team
Author URI: http://pixelgrade.com
Template: rosa
Description:  ROSA is an enchanting and easy-to-use parallax Restaurant WordPress theme that allows you to tell your story in a dynamic, narrative and enjoyable way, making it perfect for restaurants, bakeries, bars or coffee shops.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rosa
Tags: black, orange, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, sticky-post, translation-ready
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: rosa' line. */


.woocommerce-cart-form__contents .cart_item,#order_review .cart_item {
	color:#ffffff !important;
}

.menu-list__item-price {
    max-width: 100%;
}

.headline__primary {
	display:none !important;
}

.product__title{
	color: #fff;
}

.nav-icon {background:#fff !important;}
.nav-icon:before{background:#fff }
.nav-icon:after{background:#fff }

/*
.woocommerce ul.products li.product a img {
    height: 230px;
    width: 350px;
}
*/
body > .page, .site-header, .site-footer {
    border-width: 0px !important;
}

	.product-type-simple:hover .woocommerce-product-details__short-description{
		opacity: 1;
		color: #fff;
		-moz-transition: opacity 100ms ease-in 0s;
		-webkit-transition: opacity 100ms ease-in 0s;
		-o-transition: opacity 100ms ease-in 0s;
		-ms-transition: opacity 100ms ease-in 0s;
		transition: opacity 100ms ease-in 0s;
		background-color: rgba(21, 21, 21, 0.75);
	}
	
	.woocommerce-LoopProduct-link:hover .menu-description{
		opacity: 1;
		color: #fff;
		-moz-transition: opacity 100ms ease-in 0s;
		-webkit-transition: opacity 100ms ease-in 0s;
		-o-transition: opacity 100ms ease-in 0s;
		-ms-transition: opacity 100ms ease-in 0s;
		transition: opacity 100ms ease-in 0s;
		background-color: rgba(21, 21, 21, 0.75);
	}
	


.shop-categories li a{
	font-size:13px;
	
}
	
.woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
	width:auto;
}

.wooc_sclist{	
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wooc_sclist li {
    float: left;
}

.wooc_sclist li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
	margin-bottom:30px;
	border-bottom: 0px !important;
    text-decoration: none;
}

.wooc_sclist li a:current {

	border-bottom: 2px;
}

/*remove hr under categories*/
.container hr:first-child {display:none}

/* center category images*/
li.product a img {
	margin: 0 auto !important;
}

.custom_page h1{
	font-size:22px !important;
	color:#c59338;
}


.product__title{
	font-size:16px !important;
}

.order_item, .cart_item{
	color:#000 !important;
}

.footer-widget-area.col-2 .widget img{
	width:20%;
	height:20%;
}
.footer-widget-area.col-2 .widget {
	width:100% !important;
}

.woocommerce ul.products li.product .price { 
	color: #ffffff !important;
}

.woocommerce ul.products li.product .product__button {
	z-index:100;
}
/*
Change product columns to 4
*/
@media screen and (min-width:1024px) {
    .woocommerce ul.products li.product { 
		width: 21% !important;
		margin: 2% !important;
		clear: none !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
		clear: both !important;
    }
	
	.sidebar--footer {
		padding: 0 0 60px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
        clear: right !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
         clear: none !important;
    }
}

 @media only screen and (max-width: 500px) {
	.woocommerce-product-details__short-description{
			opacity: 0; width: 260px; position: absolute; bottom: 110px; margin-left: 10%; font-size:12px;	
	}

	 .wooc_sclist{	
			display:none;
		}
	
	.product hr{
		display:none;
	}
		
	#custom_menu{display:none;}
	
	.woocommerce[class] ul.products.columns-4 li.product {
		width:100% !important;
	}
 }

 @media only screen and (min-width: 500px) {

	 
	.woocommerce-product-details__short-description { opacity: 0; width: 210px; position: absolute; bottom: 110px; left: 50%; margin-left: -105px; font-size:12px;}


	
	/*remove second level sub-menu on desktop*/
	  ul.sub-menu > li {
		display:none !important;
	  }
	  
	.custom_page{
		width:80%;
		float:right;
	}

	#custom_menu { float:left;}

	 h1{ margin-top:0 !important;}
 }
 
