/*
Theme Name: Gems of La Costa
Description: A child theme based on Sweetness by BNE Creative.
Author: Kerry Kline
Author URI: http://www.bnecreative.com
Version: 1.0
Template: sweetness
*/



/*
 * 	IMPORTANT! There is no need to @import the parent's
 *	main style.css file. It's already enqueued!!
*/


/* ===========================================================
 *	Header
 * ======================================================== */



/* == Main Menu == */
#access {
    background: rgba(255, 255, 255, 0);
}



/* == Sticky Menu/Header == */



/* == Secondary Menu == */
#secondary-menu-wrapper {
	padding: 10px 30px;
		
}

#secondary-header-menu {
	float: right;
	line-height: 30px;
}

#secondary-header-menu li {
	padding: 8px 0px;	
}

#secondary-header-menu a {
	padding: 0 10px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

#secondary-header-menu a:hover {
	color: #eee;
}

#secondary-header-menu li:not(:last-child) a {
	border-right: 1px solid white;	
}

/* Cart Icon */
#secondary-header-menu .menu-icon-shopping-cart a {
	padding-right: 0;
	font-size: 0;
}

#secondary-header-menu .menu-icon-shopping-cart .fa {
	margin-top: -6px;
	font-size: 25px;
}

/* Search Field */
#secondary-menu-wrapper .bne-search form { 
	margin: 0;
}
#secondary-menu-wrapper .bne-search input[type="text"] { 
	height: 30px;
}
#secondary-menu-wrapper .bne-search button { 
	padding: 0;
	height: 30px;
	width: 30px;
	font-size: 12px;
}




.bne-slider-wrapper .slide-caption.left_center {
    left: 10%;
    right: auto;
    top: 50%;
    bottom: auto;
    text-align: left;
    max-width: 60%;
}


article {
    margin-bottom: 60px;
    clear: both;
}
.thumbnail {
    margin-bottom: 0;
    margin-right: 20px;
}


/* ===========================================================
 *	Woocommerce
 * ======================================================== */

.mark, mark {
    padding: .2em;
    background-color: transparent;
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0.3em;
    margin: 0;
    font-size: 0.8em;
    background-color: #c90000;
    color: #fff;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    font-weight: 400;
    font-size: .857em;
    text-align: center;
    padding-top: 2px;
}
.woocommerce ul.products li.product {
    margin-bottom: 30px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .2em 0;
    margin: 0;
    font-size: 1em;font-weight:bold; 
}


.hide_cart_widget_if_empty {background-color: rgb(242, 242, 242);
padding: 10px;}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    padding: 0px;
}
#main-content-wrapper .textwidget {background-color: #f2f2f2; padding:10px;}

/* ===========================================================
 *	Footer
 * ======================================================== */
#footer-above-border {
	height: 0px;
	background: #404040;
	border-bottom: 2px solid #000;
}


#footer-above h3{border-bottom:1px solid #fff;}
#footer-wrapper  .widget:not(.widget_text) li {
    line-height: 1.0;
    margin: 0 0 10px 0;
    padding: 0;
}
.footer-widgets .widget:not(.widget_text) li a {
    padding: 0px!important;
    font-size: 90%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

/* ===========================================================
 *	Responsive Styles
 * ======================================================== */

/* == Desktops == */
@media only screen and (max-width: 959px) { }

/* == Tablet and smaller Desktop == */
@media only screen and (min-width: 768px) and (max-width: 959px) { }



/* == Tablet and Desktop == */
@media only screen and (min-width: 768px) {
	
	.header_logo {
		position: absolute;
		left: 0;
		top: 5px;z-index:1000;
	}

	.header-menu #primary-menu > li { 
		padding: 15px 0px;
	}
	
	.header-menu #primary-menu > li > a {
		line-height: 1;
		padding: 0 20px;
	}
	
	.header-menu #primary-menu > li:not(:last-child) > a {
		border-right: 1px solid #666;
	}

	
}


@media only screen and (min-width: 768px) {
	
	/* Right Sidebar */
	.sidebar-layout-right-sidebar #content { width: 70%; }
	.sidebar-layout-right-sidebar .right-sidebar { 
		width: 25%; 
		margin-left: 5%; /* gutter */
	}
	.sidebar-layout-right-sidebar .full-width-template #content {
    width: 100%;
}

	/* Left Sidebar */
	.sidebar-layout-left-sidebar #content { 
		width: 70%;
		left: 30%; /* sidebar width + 5% gutter */
	}
	.sidebar-layout-left-sidebar .left-sidebar {
		width: 25%;
		right: 70%; /* matches content width */
	}
		
}


/* == Tablets and Smaller == */
@media only screen and (max-width: 767px) {
	

	/* Hide Primary Menu */
	#primary-menu { 
		display: none;
	}
	
	/* Show Mobile Menu */
	#primary-menu.mobile-menu { 
		display: block !important;
	}
}

/* == Smaller than most Tablets == */
@media only screen and (max-width: 600px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%!important;
    text-align: center;
}
 }

/* == Between Phones and Tablets == */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* == Phones and Smaller == */
@media only screen and (max-width: 480px) {


 }


/* == Fallback Mobile Image == */
.bne-slider-wrapper .slider-mobile-image {
  width: 100%;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .bne-slider-wrapper.has-mobile-image .slider-mobile-image {
	  display: block !important;
  }
  .bne-slider-wrapper.has-mobile-image .bne-flexslider {
	  display: none !important;
  }
}