/*
Theme Name: What's In That Box
Theme URI: What's In That Box
Description: WITB with Admin panel for customisation.
Version: 1.0
Text Domain: witb
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Google Fonts
2.0 Main CSS
3.0 Alignments
4.0 Comments
    4.1 Comments Content
    4.2 Comments Form
5.0 Post CSS
6.0 Pagination CSS
7.0 Custom CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Google Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@font-face {
	font-family: 'HelveticaNeueLTPro-Lt';
	src: url('fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueLTPro-Lt.otf') format('opentype'),  url('fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),  url('fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'),  url('fonts/HelveticaNeueLTPro-Lt.svg#HelveticaNeueLTPro-Lt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OldStandardTT-Bold';
	src: url('fonts/OldStandardTT-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/OldStandardTT-Bold.woff') format('woff'),  url('fonts/OldStandardTT-Bold.ttf') format('truetype'),  url('fonts/OldStandardTT-Bold.svg#OldStandardTT-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Luna';
	src: url('fonts/Luna.eot?#iefix') format('embedded-opentype'),  url('fonts/Luna.woff') format('woff'),  url('fonts/Luna.ttf') format('truetype'),  url('fonts/Luna.svg#Luna') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
2.0 Main CSS
--------------------------------------------------------------*/
body {
	font-family: 'HelveticaNeueLTPro-Lt';
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.inner-header {
	background: #fff none repeat scroll 0 0;
	position:relative;
}
a:focus, a:hover {
	outline: none;
	text-decoration: none;
}
strong {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#464646;
	font-size: 16px;
	font-weight: bold;
}
.page-banner img {
	width:100%;
}
.page-banner h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
header {
	left: 0;
	padding: 25px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social-icons li {
	display: inline-block;
	padding: 0 0 0 20px;
}
.social-icons li i {
	color: #484848;
	font-size: 22px;
}
.social-icons li:hover i {
	color: #a54e27;
	transition: all 0.3s ease-in-out 0s;
}
.social-icons .cart a {
	border: 2px solid #bc7a00;
	border-radius: 0px;
	color: #a65e28;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 30px;
}
.social-icons .cart a i {
	color: #a65e28;
	padding: 0 8px 0 0;
}
.social-icons .cart a:hover {
	border: 2px solid #e69547;
	transition: all 0.3s ease-in-out 0s;
	color: #e69547;
}
.social-icons .cart a:hover i {
	color: #e69547;
}
/*==============Nav css start here=====================*/
.main-menu {
	padding: 15px 0 0;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0;
	min-height: 0;
}
.navbar-default .navbar-nav li a {
	color: #212121;
	font-size: 16px;
	padding: 15px 40px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.navbar-nav li:last-child a {
	padding-right: 0;
}
.navbar-nav li .active {
	background-color: #0eb29c !important;
	color: #a75126 !important;
}
.navbar-default .navbar-nav li:hover a {
	color: #a75126;
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #a75126;
}
.navbar-default .navbar-nav li a:focus {
	color: #000;
	background-color: transparent
}
/*========================Nav css start here===================*/




/*=============Slider css start here==========================*/
.carousel-control {
	width: 4%;
	opacity: 1;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 0;
	margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 0;
	margin-right: 0;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
	display: none;
}
.carousel-indicators li {
    background-color: none;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
}
.carousel-indicators .active {
    background: #fff;
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
}
.caption {
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}
.caption h1 {
	font-family: 'OldStandardTT-Bold';
	color: #fff;
	font-size: 80px;
	padding: 0 0 30px;
}
.caption p {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}
.shop-btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: url("https://whatsinthatbox.com.au/wp-content/uploads/2017/03/copper-bg.jpg") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 30px 0 0;
    padding: 20px 40px;
    background-size:cover!important;
    background-position:center!important;
}
.shop-btn:hover {
	color: #fff;
	background: url("https://whatsinthatbox.com.au/wp-content/uploads/2017/03/copper-bg-hover.jpg") no-repeat scroll 0 0 transparent;
	transition-duration: 0.4s;
}
.slider .item img {
	width: 100%;
}
.carousel-indicators {
	bottom: 30px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
/*=============Slider css end here==========================*/

/*=============About starts here==========================*/
.about-area {
	padding: 40px 0 0;
	text-align: center;
}
.about-area h1 {
	color: #464646;
	font-size: 40px;
	letter-spacing:2px;
	font-weight: 800;
	text-transform: uppercase;
}
.about-area hr {
	width: 120px;
	border: 1px solid #555555;
	margin: 30px auto;
}
.about-area p {
	line-height: 26px;
	margin: 0;
	padding: 0 10% 25px;
	font-size: 18px;
}
/*=============About ends here==========================*/
/*=============Hampers starts here==========================*/
.hampers-area {
	padding: 40px 0;
	text-align: center;
}
.hampers-area h1 {
	font-family: 'Luna';
	color: #464646;
	font-size: 28px;
}
.hampers-area hr {
	width: 120px;
	border: 1px solid #555555;
	margin: 30px auto;
}
.hampers-area p {
	line-height: 26px;
	margin: 0;
	padding: 0 10% 25px;
	font-size: 18px;
}
/*=============Hampers ends here==========================*/

/*==============shop page======================*/
.shop-area {
	padding: 0 0;
}
.breadcrumb {
	padding: 0 0 30px;
	margin: 0;
	background: none;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	display: inline-block;
	padding: 0 10px;
}
.breadcrumb li:first-child {
	padding-left: 0;
}
.breadcrumb li a {
	color: #a95324;
	letter-spacing: 1px;
}
.breadcrumb li.active a {
	color: #730628;
}
.sidebar h1 {
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #a95324;
	border-top: 1px solid #a95324;
	margin: 0 0 20px;
	padding: 15px 0 15px 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.sidebar ul {
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0 0 0 12px;
}
.cat-list a {
	color: #111111 !important;
	font-size: 16px;
	padding: 0 0 18px 0;
	display: block;
	text-transform: capitalize;
	position: relative;
	letter-spacing: 1px;
}
.cat-list li:last-child a {
	padding: 0;
}
.cat-list a:hover {
	color: #a95324;
	transition: all 0.3s ease-in-out 0s;
}
.cat-list a:hover:after {
	background: #a95324;
	position: absolute;
	left: -12px;
	top: 0;
	height: 20px;
	width: 3px;
	content: "";
	transition: all 0.3s ease-in-out 0s;
}
.cat-list li.active a {
	color: #a95324;
}
.cat-list li.active a:after {
	background: #a95324;
	position: absolute;
	left: -12px;
	top: 0;
	height: 20px;
	width: 3px;
	content: "";
}

.product-box {
    /*margin-bottom: 40px;*/min-height:420px;
    padding-bottom:20px;
    text-align: center;
}
.product-box img {
	margin: 0 auto;
	width:100%;
	padding: 10px 10px 0;
}
.product-heading{
		padding: 20px 0;
}
.product-box h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#464646;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float:left;
	margin: 13px 0 0 10px;
}
.price {
	color: #a9aaaa;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
    margin: 0px 0 0 10px;
	font-style: italic;
	padding-bottom: 20px;
}
.select {
    background: #464646 !important;
    color: #fff !important;
    display:inline-block !important;
	float:right;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding: 12px 15px !important;
    border-radius: 4px !important;
}
.select:hover {
	background: #767676 !important;
	color: #fff !important;
	transition: all 0.3s ease-in-out 0s !important;
}
.border-left {
	border-left: 1px solid #a95324;
}
/*===========================================*/

/*=============Contact starts here==========================*/
.contact-area {
	padding: 40px 0;
	text-align: center;
}
.contact-area a {
	color: #aa5323;
}
.contact-area a:hover {
	color: #dd8d43;
}
.contact-area h1 {
	color: #464646;
	font-size: 40px;
	letter-spacing:2px;
	font-weight: 800;
	text-transform: uppercase;
}
.contact-area hr {
	width: 120px;
	border: 1px solid #555555;
	margin: 30px auto;
}
.contact-area p {
	font-size: 18px;
}
.contact-form {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 20px;
	width: 50%;
}
.contact-form .form-control {
	border: 1px solid #707070;
	border-radius: 0;
	box-shadow: none;
	height: 44px;
	margin: 0 0 20px;
	width: 100%;
}
.contact-form textarea {
	border: 1px solid #707070;
	height: 180px;
	padding: 10px 0 0 10px;
	width: 100%;
	margin: 0 0 20px;
}
.contact-form .btn-submit {
    display: inline-block;
    vertical-align: middle;
    border: 4px solid #bc7a00;
    color: #bc7a00;
	background-color: #fff;
    font-size: 18px;
	letter-spacing: 1px;
    font-weight: 600;
    padding: 14px 40px;
}
.contact-form .btn-submit:hover {
	border: 4px solid #e69547;
    color: #e69547;
}
.contact-form .btn-primary:hover {
	background: -webkit-linear-gradient(#d46f0d, #a75126);
	background: linear-gradient(#d46f0d, #a75126) repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
/*=============Contact ends here==========================*/
.hampers {
	padding: 40px 0;
	text-align: center;
}
.hampers h1 {
	color: #464646;
	font-size: 40px;
	letter-spacing:2px;
	font-weight: 800;
	text-transform: uppercase;
}
.hampers hr {
	width: 120px;
	border: 1px solid #555555;
	margin: 30px auto;
}
.hampers p {
	font-size: 18px;
}
.hampers-box {
	margin: 30px 0 0;
}
.hampers-box img {
	width: 100%;
}
.hampers-box h3 {
	padding: 20px 0 0;
	color: #212121;
	font-size: 20px;
}
.hampers-box h3 a {
	color: #212121;
}
.our-story {
    background-size: cover !important;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center !important;
    padding: 35px 0;
    text-align: center;
}
.our-story h1 {
	color: #464646;
	font-size: 40px;
	letter-spacing:2px;
	font-weight: 800;
	text-transform: uppercase;
}
.our-story hr {
	width: 120px;
	border: 1px solid #555555;
	margin: 30px auto;
}
.our-story p {
	line-height: 26px;
	margin: 0;
	padding: 0 10% 25px;
	font-size: 18px;
}
.read-more {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    border: 2px solid #bc7a00;
    border-radius: 4px;
    color: #bc7a00;
    font-size: 18px;
	letter-spacing: 1px;
    font-weight: 600;
    padding: 14px 40px;
}
.read-more:hover, .read-more:focus, .read-more:active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	color: #e69547;
	border: 2px solid #e69547;
}
.instagram {
	padding: 62px 0;
	text-align: center;
}
.instagram h1 {
	color: #212121;
	padding: 0 0 30px;
	font-size: 26px;
}
.instagram h1 span {
	color: #ab5424;
}
.instagram p {
	color: #212121;
	padding: 0 0 30px;
	font-size: 18px;
}
.instagram-images {
	padding: 0 10px;
}
.instagram .col-sm-3 {
	padding: 5px;
}
.instagram img {
	width: 100%;
}
.instagram img:hover {
	opacity: 0.8;
}
.footer-top {
	background-color: #ebebeb;
	padding: 40px 0;
}
.footer-box h2 {
	color: #212121;
	text-transform: capitalize;
}
.footer-box hr {
	border: 1px solid #cccccc;
	width: 80%;
	margin: 22px 0
}
.footer-box ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer-box li a {
	color: #212121;
	display: block;
	padding: 0 0 16px;
	text-transform: capitalize;
}
.footer-box li:hover a {
	color: #a75126;
	transition: all 0.3s ease-in-out 0s;
}
.footer-box p {
	line-height: 22px;
	margin: 0;
	padding: 0 0 15px;
}
.footer-box p a {
	color: #212121;
}
.footer-box p a:hover {
	color: #a75126;
	transition: all 0.3s ease-in-out 0s;
}
.footer-box input {
	background-color: #fff;
	border: 1px solid #464646;
	border-radius: 0;
	height: 45px;
	margin: 0 0 15px;
}
.footer-box input:focus {
	outline: 0;
	box-shadow: none;
	border-color: #464646;
}
.footer-box .btn-signup {
    border: 2px solid #bc7a00;
    color: #bc7a00;
    background-color: #ebebeb;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 10px 60px;
	width: 100%;
}
.footer-box .btn-signup:hover {
	color: #e69547;
	border: 3px solid #e69547;
}
.footer-box .btn-primary:focus {
	outline: 0;
}
.copyright {
	background-color: #e1e1e1;
	border-top: 3px solid #fff;
	padding: 30px 0;
}
.copyright p {
    margin: 0;
    font-size: 12px;
    color: #212121;
    margin-top: 6px;
}
.copyright p a {
	color: #212121;
}
.copyright p a:hover {
	color: #a75126;
	transition: all 0.3s ease-in-out 0s;
}
.copyright img {
	float: right;
}
.message {
    margin: 15px 0 0;
}
.message p{
	font-size:14px;
	letter-spacing:1px;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Comments
--------------------------------------------------------------*/

/* 4.1 Comments Content
-------------------------------------------------------------- */
.comment-box-top {
  background: url("assets/images/comment-box-top.jpg") no-repeat scroll 0 0 transparent;
  height: 6px;
  width: 612px;
}

.comment-box-mid {
  background: url("assets/images/comment-box-mid.jpg") repeat-y scroll 0 0 transparent;
  width: 612px;
  padding: 20px 0 0 25px;
}

.comment-box-btm {
  background: url("assets/images/comment-box-btm.jpg") no-repeat scroll 0 0 transparent;
  height: 6px;
  width: 612px;
}

.leavereply {
  margin-bottom: 20px;
}

.note {
  font-size: 10px;
}

#comments {
  clear: both;
}

#comments .navigation {
  padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

h3#comments-title {
  padding: 24px 0;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist li {
  margin: 0 0 0 25px;
}

.commentlist p {
  margin: 5px 0;
}

.commentlist li.comment {
  line-height: 24px;
  margin: 0 0 10px 0;
  position: relative;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

#comments .comment-body ul, #comments .comment-body ol {
  margin-bottom: 18px;
}

#comments .comment-body p:last-child {
  margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}

.commentlist ol {
  list-style: decimal;
}

#content .commentlist .avatar {
  border-radius: 100%;
  border: 6px solid #cdcdcd;
  height: 66px;
  left: -100px;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  width: 66px;
}

.comment-author {
  position: relative;
}

.comment-author img.avatar {
	margin:0;
}

.comment-author cite {
  text-transform: capitalize;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.comment-author .says {
  font-style: italic;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}

.comment-meta a {
  text-decoration: none;
}

.commentlist .bypostauthor {
}

.reply {
  font-size: 12px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 25px;
}

.forums .reply {
  position: relative;
  top: 0;
}

.reply a, a.comment-edit-link {
  color: #222;
}

.reply a:hover, a.comment-edit-link:hover {
  color: #ff4b33;
}

.commentlist .children {
  list-style: none;
  margin: 0;
}

.commentlist .children li {
  background: url("assets/images/corner-arrow.png") no-repeat scroll left 0 transparent;
  padding-left: 45px;
}

.comment-body {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 12px 0 12px 0px;
}

.comment-edit-link {
  display: none;
}

.nopassword, .nocomments {
  display: none;
}

#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
  margin-top: -6px;
}

#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* 4.2 Comments form 
-------------------------------------------------------------- */
#content #respond {
  border: 1px solid #eee;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  margin-top: 25px;
}

.comments-template {
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 0px;
}

.comments-template #commentsbox {
  padding-top: 10px;
}

.comments-template a {
	color: #a65e28;
	text-decoration: none;
}

.comments-template a:hover {
	color: #a75126;
}

.comments-template .reply a {
  background: #a65e28;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  padding: 8px 22px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-decoration: none;
}

.comments-template .reply a:hover {
  background: #a75126;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#comments {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}

.commentmetadata {
  margin: 0 0 15px;
  position: relative;
}

.commenttext {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 5px;
}

.postmetadata {
  margin: 7px 0;
  padding: 2px 10px;
}

.postmetadata a {
  color: #404040;
  text-decoration: none;
}

#respond p {
  clear: both;
  height: 40px;
  margin: 0;
}

#respond .comment-notes {
  font-size: 12px;
  margin-bottom: 1em;
  color: #666666;
}

#respond .logged-in-as {
  font-size: 12px;
}

.form-allowed-tags {
  line-height: 1em;
}

.children #respond {
  margin: 0 0px 0 0;
}

h3#reply-title {
    margin: 10px 0;
    padding: 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #888;
  text-decoration: none;
}

#respond .required {
  color: #ff4b33;
  font-size: 16px;
}

#respond label {
  float: left;
  font-size: 15px;
  margin-top: 5px;
  color: #666;
}

#respond input[type="submit"] {
	background: #a65e28;
	color: #fff;
	border: 0;
	cursor: pointer;
	display: inline-block;
	height: auto;
	font-size: 14px;
	margin-bottom: 0;
	padding: 9px 20px;
	position: relative;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#respond input[type="submit"]:hover {
  background: #a75126;
  color: #fff;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

#respond input, #respond textarea {
  float: right;
  font-size: 14px;
  font-weight: 300;
  height: 44px;
  margin: 0 0 22px;
  padding: 5px 10px;
  width: 78%;
}

#respond .comment-form-comment {
  height: 102px;
}

#commentform .submit {
  float: right;
  width: 175px;
}

#respond textarea {
  height: 182px;
  overflow: auto;
}

#commentform .logged-in-comment {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  color: #888888;
}

#commentform  .logged-in-comment a {
  color: #111;
  text-decoration: none;
}

#commentform  .logged-in-comment a:hover {
  color: #000;
}

#respond #input {
  float: right;
  margin: 0 0 20px;
  width: 420px;
}

#respond .form-allowed-tags {
  clear: both;
  display: none;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond .form-submit {
  margin: 12px 0 0;
}

#respond .form-submit input {
  font-size: 15px;
  width: auto;
  outline: none;
  font-weight: 400;
}

#commentform .left-label {
  float: left;
  margin-bottom: 15px;
  width: 240px;
}

#commentform .right-input {
  float: left;
}

#commentform .input {
  float: right;
  margin-top: 15px;
  width: 380px;
}

#commentform .input input[type="submit"] {
  float: left;
}

.cancel-comment-reply {
  float: right;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
5.0 Post CSS
--------------------------------------------------------------*/
.post {
    border-top: 1px dashed #666;
    margin-bottom: 30px;
    padding-top: 30px;
}
.post:first-child {
    border-top: 0px;
    padding-top: 0px;
}
.single .post {
	border: 0;
	margin-bottom: 0px;
	padding-top: 0px;	
}
.featured-image {
	display: block;
	position: relative;
	text-align: center;
	z-index: 1;
	width:100%;
}

.featured-image-shadow-box {
  line-height: 0;
  overflow: hidden;
}

.featured_image_shadow {
  margin-top: -25px;
  position: relative;
  z-index: 0;
}

.continue a {
	background: #464646;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 15px;
}
.continue a:hover {
	background: linear-gradient(#d46f0d, #e79647, #d46f0d);
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.skepost sub, .skepost sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.skepost p {
  padding-left: 5px;
}
.skepost sup {
  top: -0.5em;
}

.skepost sub {
  bottom: -0.25em;
}

.skepost-meta {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.skepost-meta .fa {
  color: #777;
}

.skepost-meta a {
  color: #777;
  text-transform: capitalize;
}

.skepost-meta a:hover {
  color: #a75126;
}

.skepost-meta abbr {
  border: none;
}

.skepost-meta abbr:hover {
  border-bottom: 1px dotted #666;
}

.skepost {
  clear: both;
  margin-top: 18px;
}

.skepost-meta a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.skepost-meta span {
  display: inline-block;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.skepost-meta span > span {
  border: medium none;
  padding: 0;
}

.skepost-meta .date {
  cursor: pointer;
  border-left: 0 none;
  padding-left: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.skepost-meta i {
  font-size: 15px;
  margin-right: 8px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.post .meta-left, .meta-left {
  font-size: 20px;
  border-right: 1px solid #c7c7c7;
  float: left;
  height: 68px;
  position: absolute;
  width: 52px;
  text-align: center;
}

.post .meta-right, .meta-right {
  padding: 0 0 0 60px;
}

.post .meta-right .post-title, .meta-right .post-title{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
}

.post_inner_wrap .news-title .rootword {
  font-size: 20px;
}

.post_inner_wrap .post-title a {
  color: #777777;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.skepost-meta .comments {
  margin: 0 0 0 6px;
}

#content .post {
  margin-bottom: 62px;
  border: 0;
}

.news-date-meta {
  color: #777;
  font-weight: 600;
  padding: 0 0 5px !important;
  margin: 0;
}

.news-month-meta {
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 !important;
}

.news-meta-sep {
  border-bottom: 1px solid #c7c7c7;
  display: block;
  height: 1px;
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 75px;
}

/*--------------------------------------------------------------
6.0 Pagination CSS
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul {border:0px;}
.page-numbers {
    clear: both;
	margin:0 0 20px;
	padding:0;
}
.page-numbers > li {
	border-right:0px !important;
    display: inline-block;
    list-style: none;
	margin-right:5px !important;
}
.page-numbers > li span.current, .page-numbers > li a:hover {
	background: #bc7a00 !important;
	border:1px solid #bc7a00;
    border-radius: 8px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
}
.page-numbers > li a {
	border: 1px solid #bc7a00;
    border-radius: 8px;
    color: #bc7a00;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
}
ul.page-numbers  li:before {
	display:none;
}

/*--------------------------------------------------------------
7.0 Custom CSS
--------------------------------------------------------------*/
.page-inner {
	padding: 40px 0;
    text-align: left;
}
.page-inner h1 {
	color: #464646;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
	text-align: center;
    text-transform: uppercase;
}
.page-inner h2 {
	margin: 0 0 10px;
}
.page-inner hr {
    border: 1px solid #555;
    margin: 30px auto;
    width: 120px;
}
.page-inner p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 25px;
}
.page-inner .sidebar {
	margin: 0 0 20px;
}
.page-inner .sidebar h1 {
    border-bottom: 1px solid #a95324;
    border-top: 1px solid #a95324;
    color: #212121;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 15px 0 15px 12px;
    text-transform: capitalize;
}
.page-inner .sidebar ul {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 0 12px;
}
.page-inner .sidebar ul li a {
    color: #111111;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 0 18px;
    position: relative;
    text-transform: capitalize;
}
.page-inner .sidebar ul li:last-child a {
    padding: 0;
}
.page-inner .sidebar ul li a:hover {
    color: #a95324;
    transition: all 0.3s ease-in-out 0s;
}
.cat-list a:hover::after {
    background: #a95324 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -12px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 3px;
}
.page-inner .sidebar ul li.active a {
    color: #a95324;
}
.page-inner .sidebar ul li.active a::after {
    background: #a95324 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -12px;
    position: absolute;
    top: 0;
    width: 3px;
}
.footer-box p.wysija-paragraph {padding:0 !important;}
.footer-box input.wysija-input {
	background-color: #fff;
	border: 1px solid #464646;
	border-radius: 0;
	height: 45px;
	margin: 0 0 15px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.footer-box input.wysija-input:focus {
	outline: 0;
	box-shadow: none;
	border-color: #464646;
}
.footer-box input.wysija-submit {
    border: 2px solid #bc7a00;
    color: #bc7a00;
    background-color: #ebebeb;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 10px 60px;
	width: 100%;
}
.footer-box input.wysija-submit:hover {
	color: #e69547;
	border: 2px solid #e69547;
}
.footer-box input.wysija-submit:focus {
	outline: 0;
}
/* CF7 CSS Here */
span.wpcf7-not-valid-tip {
    text-align: left;
    margin: 0 0 20px;
}
div.wpcf7-response-output {
    margin: 1em 0.5em;
}

/* Wocommerce */
.product-box h2 a {color: #212121;}
.woocommerce-page strong {
	font-family: inherit;
}
.product-box h2 a:hover {
color: #a95324;
transition: all 0.3s ease-in-out 0s;
}
.woocommerce-page a {
	color: #aa5323;
}
.woocommerce-page a:hover {
	color: #dd8d43;
}
.product-box {
    position: relative;
}
.woocommerce a.added_to_cart {
    background: #464646;
    border-radius: 4px;
	bottom: 30px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 15px;
	position: absolute;
	right: 0;
    white-space: nowrap;
}
.woocommerce a.added_to_cart:hover {
	color: #dad8da;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.woocommerce a.button:hover {
color: #dad8da;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width:200px;
}
.woocommerce-shipping-calculator p {
	padding:0;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #aa5323;
}
.woocommerce-message:before, .woocommerce-info:before {
    color: #aa5323;
}
.checkout_coupon input[type="submit"] {
	float: left;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {padding:0;}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	line-height: 30px;
    list-style: none;    
}
.woocommerce-MyAccount-navigation ul li a {
    background: #bc7a00;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
	width: 100%;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #aa5323;
	color: #fff;
}
.single-product #reviews #comments h2 {
    margin-bottom: 10px;
}
.single-product div.product .product_title {
    margin-bottom: 20px;
}
.single-product .price {
    margin: 0;
}
.single-product div.product form.cart, .single-product div.product p.cart {
    margin-bottom: 1em;
}
.single-product div.description p {
    color: #888;
    line-height: 22px;
    margin: 0 0 20px;
}
.single-product #content div.product div.images, .single-product div.product div.images, .single-product #content div.product div.images, .single-product div.product div.images {
	width:100%;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {margin-top: 10px;}
.single-product #respond input:not([type="submit"]), .single-product #respond textarea {width: 100%;}
.single-product #reviews #comment {height: 90px;}

#menu-shopcategories a {
    color: #111;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 0 18px;
    position: relative;
    text-transform: capitalize;
}
#menu-shopcategories li:last-child a {
    padding: 0;
}
#menu-shopcategories a:hover {
    color: #a95324;
    transition: all 0.3s ease-in-out 0s;
}
#menu-shopcategories a:hover:after {
    background: #a95324 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -12px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 3px;
}
#menu-shopcategories li.current-menu-item a {
    color: #a95324;
    margin: 0 0 15px;
}
#menu-shopcategories li.current-menu-item a:after {
    background: #a95324 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -12px;
    position: absolute;
    top: 0;
    width: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: #e69547 !important;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: #e69547;}
.woof .widget_price_filter .ui-slider .ui-slider-handle {border: 1px solid #a95324;}
.product_meta {border-bottom: 1px solid #a95324; border-top: 1px solid #a95324; padding: 15px 0;}
.related.products img {margin-top: 20px; padding: 0;}
.woocommerce div.product form.cart div.quantity{float: none;}
.woocommerce .quantity .qty {display: block; height: 43px; margin: 0 0 20px; text-align: left; width: 100%;}
.woocommerce div.product form.cart .button {display: block;  float: none; padding: 15px 0 !important; vertical-align: middle;  width: 100%;}
.review{color: #a95324; cursor: pointer; display: inline-block; float: right; font-size: 18px; letter-spacing: 1px;}
h3#reply-title{display: none;}
#respond .comment-notes{display: none;}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    background: #464646 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding: 12px 15px !important;
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#d46f0d, #e79647, #d46f0d) repeat scroll 0 0 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.single-product .widget-woof {display:none;}

/* Woocommerce Tab */
.single-product ul.tabs.wc-tabs {list-style: none; padding-left:0;}
.single-product ul.tabs.wc-tabs li a {border-radius: 0; color: #212121; float:left; font-family: "Lato",sans-serif; font-size: 16px; font-weight: bold; margin-bottom:-1px; padding: 10px 15px; text-transform: uppercase;}
.single-product ul.tabs li.active > a, .single-product ul.tabs li.active > a:focus, .single-product ul.tabs li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ccc #ccc transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #a75126;
    cursor: default;	
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {border: 1px solid #ccc; border-radius: 0 4px 4px; clear:both; padding: 20px;}
.wc-giftwrap textarea {display:none;}
.giftwrap_products {display: block !important;}
.giftwrap_ul {list-style: none; display: inline;}
.wc-giftwrap li, .entry-content .wc-giftwrap li {text-align: center;}
.wc-giftwrap input[type="radio"] {margin-right: 10px;}
.giftwrap_desc {font-size: 15px;}
table.cart .coupon .wc-giftwrap .button, .woocommerce .wc-giftwrap button.button {
	background: #464646;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 15px;
}
table.cart .coupon .wc-giftwrap .button:hover, .woocommerce .wc-giftwrap button.button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#d46f0d, #e79647, #d46f0d) repeat scroll 0 0;
    transition: all 0.3s ease-in-out 0s;
}

.single-product div.description ul {margin: 0 0 20px; padding:0 0 0 30px;}
.single-product div.description ul li {color: #888; line-height: 24px;}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h1, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h4,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h5, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h6 {margin: 0 0 20px;}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {color: #888; line-height: 22px; margin: 0 0 20px;}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul {margin: 0 0 20px; padding:0 0 0 30px;}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li {color: #888; line-height: 24px;}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel td, .single-product .woocommerce-tabs .woocommerce-Tabs-panel th {border:1px solid #ccc; padding: 10px; text-align:center;}

.woocommerce-MyAccount-content header, .woocommerce-order-received .woocommerce header {position: inherit;}

.woocommerce div.product div.images .flex-control-thumbs {margin: 10px 0;}
.woocommerce div.product div.images .flex-control-thumbs li img {padding: 10px;}
.product-box .afterpay-payment-info{text-align: center;}
.afterpay-payment-info span {display: inline-block; vertical-align: middle;}
.afterpay-payment-info span span {vertical-align: bottom;}
.product-box .afterpay-payment-info img {float: right; height: 19px; min-height: 19px; padding:0; width: 78px;}


@media(max-width:767px){
.afterpay-payment-info span {vertical-align: middle; display: inline-block;}
.afterpay-payment-info span span {vertical-align: bottom;}
.hampers-box {position:relative;}
.hampers-box h3 {background:rgba(255, 255, 255, 0.6); position: absolute; left: 50%; top: 50%; font-size: 22px; font-weight: bold;
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 padding: 20px 0; z-index: 99; text-align: center; width: 100%;}
}