/* @override http://www.galabakery.com/templates/ppl-bakery/styles/bakery/css/modules.css */


@import url(../../../warp/css/modules.css);
@import url(../../../css/modules.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

#top-a .module.style-none {
	margin: 2px 15px 0 20px;
}
#bottom-b .module {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#toolbar div.float-right {
	margin-bottom: -60px;
	margin-right: 180px;
	margin-top: 20px;
}

#innerbottom .contact-btn {
	margin-left: 20px;
	padding-bottom: 20px;
}



/* Styling
----------------------------------------------------------------------------------------------------*/

/* remove grey rule between modules */
div.grid-box .module {
	padding: 0;
	border: none;
}

h3.module-title {
	color: #a64e66;
}

/* home slide player */
/* 	border-top: 1px solid #f8b2bc;
	border-bottom: 1px solid #f8b2bc;
	padding-top: 3px;
	padding-bottom: 3px; */
.wk-slideshow-default {
}
.wk-slideshow-default ul.slides article img {
	/* border-radius: 10px; */
}
.wk-slideshow-default div.caption {
	width: 666px;
}
.wk-slideshow-default div.caption h1 {
	margin: 0;
	font-size: 20px;
	text-align: center;
}
.wk-slideshow-default ul.nav {
	margin-top: -350px;
	position: relative;
	z-index: 10;
	padding-left: 15px;
	padding-top: 7px;
	float: left;
	padding-right: 20px;
	height: 22px;
	background-color: #b1bd78;
	border-radius: 0 13px 13px 0;
	border: 1px solid #fff3d3;
	border-left: none;
}
.wk-slideshow-default ul.nav li span {
	background-image: url(../images/nav.png);
}

#page .wk-gallery-showcase li.active {
	outline-color: #6d0897;
}

#search h2 {
	color: #fff;
	margin-top: 80px;
	margin-bottom: 0;
}

#sidebar-b .box {
	list-style: none;
	padding: 10px;
	border-radius: 10px;
	border: 3px dotted #87c6df;
	background-color: #ebf8fd;
}
#sidebar-b .box h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar-b .box.special {
	border: 3px dotted #ad84a4;
	background-color: #e1d3de;
}

.testimonial ul {
	list-style: none;
	border-radius: 10px;
	border: 3px dotted #c0a0b8;
	background: url(../images/start_quote.png) no-repeat 3% 3% #fff3d3;
	padding: 0;
	margin: 0;
}
.testimonial ul li {
	font: 15px/20px "Delius Swash Caps",cursive;
	padding: 10px 20px;
	background: url(../images/end_quote.png) no-repeat 97% 97%;
}

.wk-slideset-default div.prev,
.wk-slideset-default div.next {
	top:50%;
	width:25px;
	height:50px;
	margin-top:-25px;
	background:url("../../../../../media/widgetkit/widgets/slideset/styles/default/images/buttons.png") 0 0 no-repeat;
}
.wk-slideset-default div.prev {
	left:0;
	background-position:0 -50px
}
.wk-slideset-default div.next {
	right:0;
	background-position:0 0;
}