/*
 Theme Name:     Alpine Bakery Divi Child Theme
 Theme URI:      http://youryukon.com/alpinebakery
 Description:    Alpine Bakery Divi Child Theme
 Author:         PR Services Ltd.
 Author URI:     http://www.yukoninfo.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* hide the bottom bar */
#footer-bottom {
	display: none !important;
}

/* centre-align the Trip Advisor widgets */
#CDSWIDCOE, #CDSWIDPER {
	margin: 0 auto !important;
}

/* changing look of secondary menu items */
#menu-artisanal-baking li, #menu-organic-produce-club li {
	display: block;
	width: 100%;
}
#menu-artisanal-baking a, #menu-organic-produce-club a {
	display: block;
	width: 100%;
	padding: 2% 5%;
	border-top: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0);
}
#menu-artisanal-baking a:hover, #menu-artisanal-baking a:active, #menu-organic-produce-club a:hover, #menu-organic-produce-club a:active {
	border-top: 1px solid rgba(192, 0, 0, 0.2);
	border-bottom: 1px solid rgba(192, 0, 0, 0.2);
	background-color: rgba(192, 0, 0, 0.04);
}

/* add a box shadow class */
.boxshadow {
	-webkit-box-shadow: 0px 0px 8px 1px rgba(217,215,200,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(217,215,200,1);
	box-shadow: 0px 0px 8px 1px rgba(217,215,200,1);
}

/* remove white comments bar */
#content-area #left-area {
	padding-bottom: 0 !important;
}
.single .post {
	padding-bottom: 0 !important;
}

/* quick fix for nav bar menu items overlapping logo and content */
#et-top-navigation {
	padding-left: 425px !important;
}
#logo {
	max-height: 100px !important;
}