/*

Theme Name: Chocolates

Theme URI: http://nerdster.com.au

Author: Nerdster Team

Author URI: http://nerdster.com.au

Description: Chocolates website default theme

Version: 1.0

Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors

*/





/* =Miscellaneous

----------------------------------------------- */

body {
	background-color: #FFF;
	background-image: url('./img/bg-top.png');
	background-repeat: repeat-x;
	background-position: 0 -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
/* =Link */

a {
	color: #ffdd93;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* =Main container */

.container {
	margin: 20px auto 0;
	width: 1022px;
}
/* =iPadding */

.ipadding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* =Footer bg */

.footer-bg {
	position: absolute;
	z-index: -1;
	margin-top: -155px;
	height: 155px;
	width: 100%;
	background-color: #210e0a;
}
/* =Header Design

----------------------------------------------- */

.header {
	clear: both;
	/* overflow: hidden; */

	display: inline-block;
}
.header .logo, .header .right {
	float: left;
}
/* =Logo */

.header .logo {
	width: 290px;
}
/* =Logo */

.header .logo a {
	text-decoration: none;
}
.header .logo h1 {
	margin: 0;
	width: 269px;
	height: 103px;
	text-indent: -9999px;
	background-image: url('./img/logo.png');
	background-repeat: no-repeat;
}
/* =Header right content */

.header .right {
	width: 732px;
	text-align: right;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* =Info */

.header .right .info {
	display: block;
	margin-bottom: 15px;
}
.header .right .info p {
	margin: 0;
}
.header .right .info p.callnow {
	margin: 0 0 5px;
}
.header .right .info a {
	color: #7a3d33;
}
/* =Top menu */

.header .right .topmenu {
	display: inline-block;
	margin-bottom: 15px;
}
.header .right .topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.header .right .topmenu a {
	color: #ffdd93;
}
.header .right .topmenu ul > li {
	display: inline;
	float: left;
}
.header .right .topmenu ul > li:after {
	color: #ffdd93;
	content: '|';
	margin-left: 10px;
	margin-right: 10px;
}
.header .right .topmenu ul > li:last-child:after {
	content: '';
	margin-left: 0;
	margin-right: 0;
}
/* =Main navigation */

.header .right .nav {
	width: 732px;
	height: 44px;
	background-image: url('./img/menu-bg.png');
	background-repeat: no-repeat;
	position: relative;
}
.header .right .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 25px;
}
.header .right .nav a {
	color: #ffdd93;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.header .right .nav a:hover {
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
}
.header .right .nav ul > li {
	display: inline;
	float: left;
	position: relative;
}
.header .right .nav ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 3000;
	margin: 0;
	padding: 10px;
	list-style: none;
	background-color: #421E18;
	left: -8px;
	width: 72px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.header .right .nav ul > li:hover ul.sub-menu {
	display: block;
}
.header .right .nav ul > li:after {
	color: #7a3d33;
	content: '|';
	margin-left: 12px;
	margin-right: 12px;
}
.header .right .nav ul > li:last-child:after {
	content: '';
	margin-left: 0;
	margin-right: 0;
}
/* =Banner

----------------------------------------------- */

.banner {
	clear: both;
	height: 488px;
	position: relative;
	margin-bottom: 10px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.banner .lof-container, .banner .lof-container * {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.banner .splash {
	position: absolute;
	z-index: 3000;
	width: 1180px;
	height: 286px;
	bottom: -58px;
	left: -100px;
	background-image: url('./img/splash.png');
	background-repeat: no-repeat;
}
/*

.banner .banner-text {

	position: absolute;

	z-index: 3100;

	width: 285px;

	height: 115px;

	bottom: 111px;

	left: 475px;

	

	background-image: url('./img/banner-text.png');

	background-repeat: no-repeat;

}

*/

/* =Body

----------------------------------------------- */

.body {
	background-color: #FFF;
	min-height: 555px;
	-webkit-box-shadow: 0 0 50px #CDCDCD;
	-moz-box-shadow: 0 0 50px #CDCDCD;
	-ms-box-shadow: 0 0 50px #CDCDCD;
	box-shadow: 0 0 50px #CDCDCD;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url('./img/body-bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
/* =Boxes */

.body .boxes {
	display: inline-block;
	margin-bottom: 20px;
}
.body .boxes > .box.where, .body .boxes > .box.special {
	float: left;
	width: 321px;
	margin-right: 10px;
}
.body .boxes > .box.menu {
	float: left;
	width: 320px;
}
/* =Content */

.body .content {
	clear: both;
}
.body .content > .article, .body .content > .subscribe {
	float: left;
	width: 491px;
	height: 200px;
}
/* =Content */

.body .content > .article {
	background-image: url('./img/home-article-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.body .content > .article h2 {
	font-weight: normal;
	font-size: 26px;
	color: #81807f;
	margin: 0 0 10px 0;
}
.body .content > .article h2 span {
	color: #44211c;
}
.body .content > .article p {
	margin: 0 0 10px 0;
	line-height: 1.5;
	color: #333;
}
.body .content > .article p:last-child {
	margin-bottom: 0;
}
/* =Subscribe */

.body .content > .subscribe {
	border: 1px solid #E2E2E2;
	padding: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.body .content > .subscribe h6 {
	font-size: 14px;
	font-weight: normal;
	color: #714906;
	line-height: 1;
	margin: 0;
}
.body .content > .subscribe p {
	color: #999;
	line-height: 1.2;
	margin-bottom: 20px;
}
.body .content > .subscribe input[type="text"] {
	font-size: 12px;
	line-height: 1;
	padding: 7px;
	width: 280px;
	margin-right: 10px;
	border: 1px solid #CDCDCD;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-ms-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}
input[type="submit"] {
	background-color: #f64720;
	font-weight: bold;
	color: #FFF;
	border: 0;
	padding: 7px 10px;
}
/* =Footer

----------------------------------------------- */

.footer {
	height: 155px;
	background-color: #210e0a;
	background-image: url('./img/footer-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
/* =Cake */

.footer .cake {
	width: 628px;
	height: 176px;
	top: -110px;
	left: 200px;
	position: absolute;
	z-index: 10;
	background-image: url('./img/cake.png');
	background-repeat: no-repeat;
	background-position: top center;
}
/* =Navigation */

.footer .nav {
	position: absolute;
	z-index: 100;
	bottom: 21px;
	left: 0;
}
.footer .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .nav a {
	color: #c0825d;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer .nav ul > li {
	display: inline;
	float: left;
	margin-right: 10px;
}
.footer .nav ul > li:last-child {
	margin-right: 0;
}
/* =Info */

.footer .info {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.footer .info .social {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ad513a;
}
.footer .info .social p {
	display: inline-block;
	margin: 0;
}
.footer .info .social p.follow {
	margin: 0 10px 0 0;
	color: #ad513a;
	font-size: 16px;
}
.footer .info .cright p {
	margin: 0;
	font-weight: bold;
	color: #c0825d;
}
.newsletter table td {
	padding: 5px;
}
.wpcf7-textarea {
	width: 325px;
	height: 130px;
}
.bownload {
	text-decoration: none !important;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color: #ffec64;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ffaa22;
	display: inline-block;
	color: #333333;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffee66;
	margin-bottom: 30px;
}
.bownload:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color: #ffab23;
}
.bownload:active {
	position: relative;
	top: 1px;
}
.wpcf7-captchar {
	width: 80px;
}
/*.gallery .gllr_image_block {

	float: left !important;

	text-align: center!important;

	width: 25%!important;

	margin: 0 0 20px!important;

}*/

.gallery .gllr_image_block {
	border: 1px solid #e8e8e8;
	float: left !important;
	margin: 0 10px 20px !important;
	padding: 1%;
	text-align: center !important;
	width: 29% !important;
	text-align:center;
}
.gllr_single_image_text {
	background-color: #f5f5f5;
	color: #000 !important;
	font-size: 15px !important;
	line-height: 18px;
	padding: 9px 0;
	text-transform: capitalize;
	vertical-align: middle;
	width: 100% !important;
}
.image_description {
	line-height: 22px!important;
	padding: 8px 0!important;
	min-height: 50px!important;
	color: #6c6c6c;
}
.gllr_image_block img {
	max-height: 86px;
}
.gllr_image_block P {
	height:auto !important;
}
.gallery_box_single .gallery, .gllr_image_row {
	width:100%;
	float:left;
}