/*
Theme Name: 	Betheme Child
Theme URI: 		http://www.7lifedesign.com/
Author: 		7 Life Design
Author URI: 	http://www.7lifedesign.com/
Description:	Child Theme for Kukeriwines
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* ==========================================================================
   > Header
   ========================================================================== */
	.header-content h1 { color: #e9e4db; }
	.header-text { font-size: 18px; color: #e9e4db; padding: 15px; background-color: rgba(0, 0, 0, .7); }

	.tab-gallery .wp-caption-text { color: #c21515; }

	.story-box-custom .story_box .desc_wrapper h3 { margin-left: 0; }

	#header_cart .icon-bag-fine { border: 1px solid #991724; border-radius: 5px; font-size: 27px; color: #991724; }

	.social-menu { padding: 0 20px; }
	.social-menu ul { list-style: none outside none; }
	.social-menu li { display: inline-block; }
	.social-menu li a i { color: #FFF; }
	.social-menu li a { transition: ease 500ms; }
	.social-menu li a:hover { opacity: .7; }

    .tax-total small,
    .shipping-calculator-button{ display: none; }

/* ==========================================================================
   > Products
   ========================================================================== */

/* ==========================================================================
   > Responsive
   ========================================================================== */
	@media only screen and (min-width: 1240px) {
		#Header_creative #Top_bar .logo { margin-left: 60px; text-align: left ; }

		#Header_creative #Top_bar .menu > li > a { text-align: left !important; }
		#Top_bar .menu > li > a span:not(.description) { padding-left: 60px; }

		#Header_creative {
			background-size: cover !important;
		    background: url(images/menu-bg.jpg) no-repeat center center !important; 
		}
	}

	@media only screen and (max-width: 1239px) {
		.social-menu {
		    display: none;
		}
	} 