/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/

/*---------------------------- normalize ----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

/* Fix IE problems with images */
.ie img {
	width: inherit;  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Add !important if needed. */
	height: auto;    /* Add !important if needed. */
}


/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; line-height: 130%; }


h1									{ font-size: 60px; }
h2									{ font-size: 40px; }
h3									{ font-size: 32px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: 'Tienne', serif;

	font-size: 14px;
	line-height: 170%;
	color: #444444;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: #444444;
	font-weight: normal;
	font-family: 'Raleway', 'sans-serif';
	-webkit-font-smoothing: antialiased;

	font-family: 'Leckerli One', cursive;
}



a{
	color: #f6d151;


	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	opacity: 0.7;
	color: #DAB01F;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;

}

/*-- Edit & 404 --*/

.four04{
	color: black !important;
	text-align: center;
}

h1.four04{
	margin-top: 100px !important;
	font-size: 300px;
	line-height: 350px;
}

.edit_link{
	position: fixed;
	top: 60px;
	z-index: 99999;

	background-color: white;
	color: #125a68;

	padding: 5px;
	padding-left: 20px;
	padding-right: 15px;

	display: inline-block;
	font-size: 11px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	background-color: transparent !important;
}


/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1120px;
	width: 95%;
	margin: 0 auto;
	text-align:left;
	position:relative;

}

.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.imagecol{
	float:left;
}

.infocol{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.o_item img,
.widefeat_wrap img,
.smallfeatimg_wrap img,
.roundcolimg_wrap img,
.instagram-pics img,
.bamimg_wrap img,
#joinus_wrap img{
	width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.o_item img,
.widefeat_wrap img,
.smallfeatimg_wrap img,
.roundcolimg_wrap img,
.instagram-pics img,
.bamimg_wrap img,
#joinus_wrap img{
	height: auto; /* Make sure images with WordPress-added height and width attributes are \d correctly */
}

img.size-full{
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
	margin-top: 240px;
}

header{
	position: fixed;
	width: 100%;

	left: 0;
	top: 0;

	z-index: 100;

	background-color: white;
}

header.title{
	position: relative;
}

#header_wrap{
	padding-top: 40px;
	padding-bottom: 40px;
}

#head_cont{
	max-width: 1100px;
	overflow: hidden;
	z-index: 600;
	position: relative;
}

a#logo{
	display: inline-block;
	text-align: center;
	float: left;
	width: 260px;
/* 	transform: scale(1); */
}

a#logo:hover{
	opacity: 0.8;
}

#main{


}
.page-template-default #main,
.page-template-page-scol #main{
	margin-top: 75px;
	margin-bottom: 75px;
}



#headgrey{
	background-color: #f6f6f6;

	background-image: url(images/texture.jpg);

	padding-top: 10px;
	padding-bottom: 10px;
}

ul#social{
	margin: 0;
	padding: 0;

	float: left;
}

ul#social li{
	margin: 0;
	padding: 0;

	list-style: none;
	text-align: left;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

ul#social li#join,
ul#social li a{
	font-size: 21px;
	line-height: 26px;
	color: #979390;
	font-family: 'Tienne', serif;
}

ul#social li#join{
	font-size: 18px;
}

ul#social li a:hover{
	color: black;
}

ul#cart_wrap{
	margin: 0;
	padding: 0;

	float: right;
}

ul#cart_wrap li{
	margin: 0;
	padding: 0;
	padding-right:10px;
	display: inline-block;
	list-style: none;
}

ul#cart_wrap li a{
	font-size: 16px;
	line-height: 22px;
	color: #979390;
	font-family: 'Tienne', serif;
}
ul#cart_wrap li a#head_becmem{
	text-transform: uppercase;
}

ul#cart_wrap li a.cart-contents{
	padding-left: 30px;

	margin-left: 25px;

	background-image: url(images/bag.svg);
	background-repeat: no-repeat;
	background-position: center left;

	padding-top: 2px;
}

.menu-btn i{
	padding-left: 10px;
	padding-right: 10px;

	font-size: 24px;
	line-height: 22px;
	color: #979390;

	transition: all 0.3s ease;
}
.menu-btn{
	display: none;
}

.home .button{
	background-color: #f6d151;
	border-radius: 10px !important;
	color: white;
	font-family: 'Leckerli One', cursive;
	width: 150px;
	text-transform: none;
	margin: 0 auto;

}




/*------ Head Scroll ------*/



header.scroll_head{
	background-color: rgba(255, 255, 255, .9);
}

.scroll_head #header_wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}

.scroll_head a#logo{
	width: 210px;
}

.scroll_head nav{
	margin: 0;
}


/* ----- Full Size Nav -----*/

nav{
	position:relative;

	z-index:600;
	float: right;

	margin-top: 20px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;


}

nav.woocommerce-pagination {
	float:none;

}


.pp_expand {
display:none !important;
}

nav ul{
	line-height:40px;

	z-index:400;

	margin:0;
	padding:0;

	text-align: center;
}

nav ul li{
	list-style:none;
	position:relative;

	margin:0;
	padding:0;

	text-align: left;
	display: inline-block;

	margin-left: 15px;
	margin-right: 15px;
}

nav ul li:last-child{
	margin-right: 0;
}

nav ul li a{
	color:#444444;

	text-decoration:none;

	font-size:17px;
	font-family: 'Cabin Sketch', cursive;

	display:inline-block;
	line-height:17px;

	text-transform:uppercase;

	padding-top:15px;
	padding-bottom:15px;

	padding-left: 10px;
	padding-right: 10px;

	background-position: center bottom;
	background-repeat: no-repeat;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

nav ul > li.current_page_item > a,
nav ul > ul > li.current_page_parent a{
	color:#444444;
	background-image: url(images/nav-arrow.svg);
}

nav ul > li > a:hover{
	text-decoration: none;
	color:#444444;
	background-image: url(images/nav-arrow.svg);
}

nav ul li.sfHover a{

}

nav ul li.current-menu-parent ul a{
	color:#444444;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:#444444;
}

/*Single Product*/

.float-right{
	float: right;
	width: 48%;
	position: relative;
}

.single-product{
	BACKGROUND-IMAGE: url(images/texture.jpg);

}

.single-product .button {
	font-family: 'Leckerli One', cursive;
	font-family: 14px;
	color: #fff;
	width: auto;

	border-radius: 4px;
	background-color: rgba(0,0,0,.5)

}

.single-product .input{
	display: none;
}

.single-product .product{

	position: relative;

}

.single-product .content_style h1{
	font-size: 40px;
	font-family: 'Leckerli One', cursive;
	border-bottom: 1px solid grey;
}

.single-product .content_style h2{
	font-size: 20px;
}

.single-product .amount {

	margin-left: 0px;
}


/*** dropit ***/

#full_nav ul li#menu-item-17 ul.sub-menu{
	left: 0;
}

#full_nav ul li ul{
     position:absolute;

	 top:39px;

     margin:0 !important;
	 padding:3px 3px;

     float:left;

	 z-index:130;
	 height:auto;
/* 	 visibility:hidden; */
	 left: -52px;

	 padding-top: 8px;
}

#full_nav ul li ul li{
    margin:0px;
	padding:0px !important;
	display:block;
	position: relative;
	float: left;
}

#full_nav ul li ul li a{
	background-color: rgba(255, 255, 255, 0.8);
}

#full_nav ul li ul li span{
	display:none;
}

#full_nav ul li ul li a,
#full_nav ul li ul li:last-child a{
	font-weight: 100 !important;
	font-size: 13px !important;

	color: black;
}



#full_nav ul li ul li a,
#full_nav ul li.current_page_item ul li a{
	float:left;

	line-height:30px;

	margin:0px;
	padding:2px;

	font-weight:100 !important;

	width:150px;
	color:black !important;
	text-align:center;


}

#full_nav ul li ul li span{
	display: block;
	border-bottom: solid 1px #f6d151;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

#full_nav ul li ul li a:hover{

	background-image: none;
}


#full_nav ul li.sfHover ul li a:hover{
	color: black !important;
}

#full_nav ul li ul li.lastone a{
	border-bottom:none !important;
}

#full_nav ul li ul li.current_page_item a{
	color: black !important;
}


#full_nav ul li ul li a:hover{
	background-color: rgba(255, 255, 255, 0.75);

}
#full_nav ul li ul li.menu-item-has-children .sf-sub-indicator{

	display:none;
}
#full_nav ul li ul li.menu-item-has-children .sub-menu{
	max-height: 0;
	position: initial;
	overflow: hidden;
	float: none;
}
.sf-sub-indicator{
	width: 10px;
	height: 6px;
	position: absolute;
	right: 11px;
	top: 16px;
}


/*-- Content --*/



.content_style {
	max-width: 1100px;
	margin: 0 auto
}

.content_style p,
.content_style li{

	list-style: none;
}




.content_style ul,
.content_style ol{
	margin-left: 20px;
}


/*-- Content --*/



.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 90%;
	margin: auto;
}

.lcol{
	float: left;
	width: 45%;
}

.rcol{
	float: right;
	width: 45%;
	padding-top: 35px;
}

.fcol{
	margin: auto;
	width: 100%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

/*- Owl Carousel -*/

.wcol{
	position: relative;
}

.owl-theme .owl-controls{
	margin: 0 !important;
}

#owl_carousel{
	overflow: hidden;
	text-align: center;
	display: none;
}
#owl_carousel.owl-loaded{
	display: block;

	max-width: 1800px;
	margin: auto;
}
.o_item{
	xxheight: 400px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;

}
.owl-nav{
	display: none;
}

.owl-dots{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span{
	width: 20px !important;
	height: 20px !important;
	border-radius: 20px !important;
}

.owl-dot span{
	margin: 0px 5px !important;
}

.owl-dot.active span,
.owl-dot span{
	opacity: 0.7;
}

.owl-dot span{
	background: white !important;
	opacity: 0.8;
}

.owl-dot.active span{
	background: #d3a84b !important;
	opacity: 1;
}

/*---------- Page Style ----------*/

.script{
	font-family: 'Leckerli One', cursive;
}



.smlyellow_border{
	width: 250px;
	margin: auto;

	border-bottom: solid 1px #f6d151;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--- Inners ---*/

.small_inner{
	padding: 15px;
	text-align: center;
}

.small_inner p{
	color: #7b736e;
}

.widefeat_cont a{
	display: block;
}

.widefeat_cont h3{
	font-family: 'Tienne', serif;
	font-size: 25px;
	color: #3b332e;
}

.widefeat_cont p{
	color: #7b736e;
}



.home_maker_title{
	font-family: 'Tienne', serif;
}

.med_inner{
	padding: 25px;
}

.grey_texture{
	background-color: #f6f6f6;
	background-image: url(images/texture.jpg);
}

#feature_wrap{
/* 	margin: 0 0 20px 0; */
	text-align: left;
	width: 100%;
	overflow: hidden;
	xxheight: 400px;

	background-size: cover;
	background-repeat:no-repeat;
	background-position: center right;
	margin-bottom: 25px;
	max-width: 100%
}
#feature_wrap img{
	width: 100%;
	max-width: 100%;
}
.home_maker_link{
	color: #f6d151;
	font-family: 'Leckerli One', cursive;
	font-size: 21px;

	margin-top: 20px;
}

/*--- Home ---*/

.featured{
	margin-bottom: 65px;
	position: relative;
}


.widefeat_wrap .imagecol{
	width: 73%;
}

.widefeat_wrap .infocol{
	width: 27%;
}

.even .imagecol{
	float: right;
}

.even .infocol{
	float: left;
}


.widefeat_wrap{
	margin-bottom: 50px;
	margin-top: 20px;

}

.smallfeat{
	float: left;
	width: 50%;
}

.smallfeat.odd .med_inner{
	padding-left: 0;
}

.smallfeat.even .med_inner{
	padding-right: 0;
}

#smlft_title{
	margin-top: 21px;
	width: 100%;
	text-align: center;
	font-size: 58px;
}

#bcam{
	margin-top: 20px;
	margin-bottom: 80px;
}

#bcam h2{
	text-align: center;
}

.arrow_button{
	width: 152px;

	height: 50px;

	xbackground-image: url(images/button-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;



	display: inline-block;

}

.single-product .arrow_button {
	width: 205px;
}

.arrow_button span{
	font-size: 26px;
	background-color: #F6D151;;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	xmargin-top: 53px;
	display: block;
	border-radius: 10px;
	color: white;
}

.arrow_button:hover span{
	font-size: 26px;
	xbackground-color: #221e1c;
}

.roundcol_wrap{
	margin-top: 80px;
}

.roundcol_wrap ul{
	margin: 0;
	padding: 0;
}

.roundcol_wrap ul li{
	margin: 0;
	padding: 0;

	list-style: none;

	float: left;
	width: 33.33333%;
}

.roundcol_wrap ul li a{
	display: block;
}

.roundcol_wrap ul li .roundcolimg_wrap img{
	border-radius: 600px;
}

.roundcolimg_wrap{
	position: relative;
}

.roundcolimg_wrap h3{
	position: absolute;
	top: 50%;
	width: 90%;

	margin: 0;
	color: white;
	text-align: center;

	transform: translate(5%,-50%);
	-webkit-transform: translate(5%,-50%);
	-ms-transform: translate(5%,-50%);
}

.roundcol_cont{
	text-align: center;
	margin-top: 30px;
}

.roundcol_cont p{
	color: #221e1c;
}

.roundcol_cont img{
	padding-top: 20px;
}

ul#social_list.home{
	text-align: center;
}

ul#social_list.home li{
	margin-right: 15px;
	margin-left: 15px;
}

ul#social_list.home li:first-child{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 60px;
}

ul#social_list.home li a{
	border-radius: 0;
	font-size: 30px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: #f1ecd2;
}


#home_social{
	margin-top: 70px;
	margin-bottom: 100px;
}

#joinus_wrap{
	position: relative;
}

#joinus_wrap h1{
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: 0;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: inline-block;
}

/*-- Shop -- */

.page-title{
	padding: 4px;
	padding-left: 10px;
}

#shop_head_wrap{
	overflow: hidden;
}

#title_wrap{
	width: 70%;
	float: left;
}

.post-type-archive .woo_content_style,
.tax-product_tag .woo_content_style{
	max-width: 1150px;
	margin: auto;
}

#maker_wrap{

	xbackground-color: #f6f6f6;
	xbackground-image: url(images/texture.jpg);
	overflow: hidden;
}

#maker_img{

	float: left;
	margin-bottom: 40px;
}

.category_heading{
	text-align: center;
}

.big{
	font-size: 29px;
	font-weight: bold;
}

.medium{
	font-size: 20px;
	font-weight: bold;
}

#cat_det_wrap{
	float: right;
	margin: 11px;
	width: 64%;
}


.made_by{
	color: white;
}

.post-type-archive .page-title {
	 padding-left: 14px;
	 text-align: left;
	 margin: 0;
}

.woocommerce-message{
	text-align: center;
	margin: 30px auto;
}

.woocommerce-cart form.woocommerce-shipping-calculator{
	display: none;
}

.woocommerce-ordering{
	margin-top: 40px;
	text-align: right;
}

#view_maker_but{
	margin: auto;
	max-width: 205px;
	padding-bottom: 25px;
}

#view_maker_but span{
	font-size: 18px;
	text-align: center;
}

.product_title{
	font-size: 32px;
}

#maker-meta a{
	color: #f6d151;
}

.woocommerce-result-count{
	display: none;
}

.single-product ul.products{
	margin-bottom: 10px;
}

ul.products{
	max-width: 1150px;
	margin: 0px auto 20px auto;
	padding: 0;
}


ul.products li{
	margin: 0 !important;
	padding: 0  !important;
	list-style: none;

	width: 33.3333% !important;
	xtext-align: center !important;
}

.shop-items{
	float: left;
	height: auto;
	color: #fff;
	xxmargin-bottom: 35px;
	xxmargin-right: 35px;
	padding: 15px;
	box-sizing: border-box;
}

.shop-items a{
	position: relative;
	display: block;
}

.prod_wrap .price {
	font-weight: bold;
	color: #444444;
}

.woocommerce-ordering select{
	border: 1px solid #D7D3D3;
	margin-right: 17px;
	padding-left: 41px;
}

.woocommerce-main-image{
	overflow: hidden;
}

.variations label{
	font-size: 16px;
	padding: 4px;
	line-height: 30px;
}

.variations select{

  width: 150px;

  background-image: url(images/select-drop.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;

  padding: 2px 2px 2px 6px;
}

#maker-meta, #maker-meta a {
	margin: 15px 0px;
	font-weight: bold;
	font-size: 20px;

}
.onsale{
  	color: white;
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	font-weight: bold;
  	display: inline-block;
  	background-color: #f6d151;
  	padding: 7px 14px;
  	border-top-right-radius: 22px;
  	z-index: 100;


}

.single-product-main-image.sale::after {
    content: 'Sale!';

  	color: white;
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	font-weight: bold;
  	display: inline-block;
  	background-color: #f6d151;
  	padding: 7px 14px;
  	border-top-right-radius: 22px;
  	z-index: 100;
}



.biwrap,
.single-product-main-image{
	border: 11px solid #f6f6f6;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-bottom: 10px;
}



.biwrap{
	position: relative;
}

.price_overlay h3{
	margin: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	top: 0;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

p.prod_bottom{
	display: block;
	text-align: left;
	margin: 0;
}

p.prod_bottom .price{
	font-size: 19px;
	xline-height: 190%;
}

p.prod_bottom.mb{
	color: #413832;
	margin-top: 10px;
	display: none;
}

p.prod_bottom.mb span{
	font-weight: bold;
	color: #413832;
}

.price ins{
	background: 0;
}

.shop-items h3{
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;

}
.shop-items .product li{
	list-style: none;
}



.shop-items .add_to_cart_button{
	display: none;
}

.scol{
	width: 95%;
	list-style: none;
	margin: 0 auto;
}

#reviews {
	display: none;
}

.reviews_tab {
	display: none;
}

#accordion{
	margin-bottom: 40px;
}

.ui-accordion h3{
	color: #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Tienne', serif;
}

.ui-state-focus	{
	outline:transparent;
	border: none;
	}

.thumbnails{
	margin-top: 10px;
	}

.single-product .quantity {
	float: left;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border: 1px solid #e8e8e8;
}
.woocommerce-account .form-row{
	margin-top: 0;
}
.woocommerce-account legend{
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.woocommerce-account .scol{
	max-width: 750px;
}

table.shop_table.order_details{
	width: 100%;
	margin-bottom: 40px;
}

table.shop_table.order_details td{
	width: 50%;
	padding:10px;
}
table.shop_table.shop_table_responsive.customer_details{
	width: 100%;
	margin-bottom: 40px;
}
table.shop_table.shop_table_responsive.customer_details td{
	width: 50%;
	padding: 10px;
}
.woocommerce-account address{
	padding-top: 25px;
}

/*-- accordion styles --*/


.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
    background-color: #507645; /*Hover Background Color of Link*/
    color:#000; /*Text color on hover*/
}
/* Useing FontAwesome plus/minus signs when expanded/collapsed*/
.ui-accordion-header:after {
color: #f6d151;
content: "\f0d7";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 0.5em;
text-decoration: none;
position: absolute;
right: 0;
}
/*toggle Useing FontAwesome plus/minus signs when expanded/collapsed*/
.ui-accordion-header.ui-state-active:after {
color: #f6d151;
content: "\f0d8";
font-family: FontAwesome;
text-decoration: none;
position: absolute;
right: 0;
}




/*-- Woo Cart --*/


.mm_shop_title{
	text-align: center;
	line-height: 200%;
}

.cart_item td{
	text-align: left;
	padding: 10px 10px 10px 0;
	vertical-align: middle;
}


.woocommerce-cart .content_style{
	max-width: 850px;
}

.cart_item .amount {
margin-left: 0px
}



input, textarea, select {
-webkit-transition-property: -webkit-box-shadow, background;
-webkit-transition-duration: 0.25s;
padding: 6px;
padding-left: 10px;
padding-right: 8px;
border: none;
/* border-radius: 0 !important; */
background-color: white;
margin-bottom: 10px;
line-height: 28px;
}

input.qty{
	width: 40px !important;
}

.shop_table.cart{
	width: 100%;
}


.shop_table th{
	border-bottom: solid 1px #ebebeb;


	vertical-align: middle;

	padding: 10px 10px 10px 0;

}

.shop_table td{
	padding: 10px 10px 10px 0;
}

.woocommerce .cart-collaterals{


	margin-bottom: 60px;
}

.shipping_calculator{
	width: 100% !important;
	float: none !important;
}

.cart_totals{
	width: 100% !important;
}

#cart_wrap{

}

.cart_totals tr{

	border-bottom: solid 1px #ebebeb;
}

.cart_totals td,
.cart_totals th{
	padding-bottom: 20px;
	padding-top: 20px;
}

.cart-subtotal th,
.shipping th,
.order-total th{
	text-align: left;
}

ul#shipping_method{
	padding: 0;
}

ul#shipping_method li{
	margin: 0;
	padding: 0;

	list-style: none;
}

.shipping-calculator-button{
	color: white;
	background-color: #b1b1b1;

	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 10px;

	padding: 10px 0 10px 0;

	font-size: 14px;

	margin-top: 10px;

}

.cart_totals table{
	width: 100%;
}

.wc-proceed-to-checkout a{
	margin-top: 40px;
	border-radius: 10px;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce .button{
	background-color: #f6d151;
	border-radius: 10px !important;
	color: white;
	font-family: 'Tienne', serif;
	font-size: 14px;

}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	margin-left: 3%;
}
.woocommerce-cart .woocommerce{
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}
.woocommerce .cart-collaterals .cart_totals{
	margin-top:25px;
}
.shop_table .button{
	background-color: #b1b1b1;
	float: right;
	width: 220px;
	font-size: 14px;
}


.checkout-button{
	color: white;
	background-color: #f6d151;
	font-size: 20px !important;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}


.shipping-calculator-button:hover,
.checkout-button:hover{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.shipping-calculator-form select,
.shipping-calculator-form input{
	background-color: whitesmoke;
	height: 40px;
}

.shipping-calculator-form button,
.update_button{
	background-color: rgba(0, 0, 0, 0.5);
	color: #f6d151;
	display: block;
	width: 100%;
}

.shipping-calculator-form button:hover,
.update_button:hover,
.coupon_button:hover{
	background-color: #ebebeb;

}

.shipping-calculator-button, .checkout-button

.product-name{
	text-align: center;
}

.coupon{
	width: 100% !important;
}

.input-text-coupon{
	background-color: white;
	border: solid 1px #ebebeb;
	color: black;
	width: 40% !important;
	box-sizing: border-box;
	float: left !important;
	height: 40px;
	xxline-height: 40px;
}

.coupon_button{
	width: 60% !important;
	box-sizing: border-box;
	float: left !important;
	text-align: center;

	background-color: rgba(0, 0, 0, 0.5);

	height: 40px;
	color: #f6d151;
}

.product-remove a{
	margin: 5px;

	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;

	background-color: whitesmoke;
	border-radius: 50px;

	color: black;
}

.product-remove a:hover{
	background-color: #e5e5e5;
}

.quantity input.input-text.qty.text{
	box-sizing: border-box;
	width:auto;
	padding-left: 10px;
	padding-right: 0;
	background-color: #f8f8f8;
	margin-right: 10px;
	border-radius: 5px;
}

.cart_totals h2, .coupon h2{
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;

	border-bottom: solid 1px #ebebeb;

}

.shop_table.cart thead tr{
	margin-bottom: 40px;
}

.woocommerce-account .login{
	max-width: 500px;
/* 	margin: 0 auto; */
}

/* -- Makers section -- */

.maker {
	background-color: #fff;
	margin-top: 40px;

}

.maker h2 {

	text-align: center;
	font-size: 45px ;
}

.maker-inner {
	max-width: 1140px;
	margin: 0px auto;
	padding-top: 25px;
}

@media screen and (max-width: 768px){

	.maker-inner .products{
		text-align: center;
	}

	.maker-inner .products li.product{
		float: none !important;
		display: inline-block !important;
	}

	.shop-items h3{
		text-align: left;
	}

}

@media screen and (max-width: 450px){

	ul.products li {
	    width: 100% !important;
	}

}

.prod-inner {
	max-width: 1080px;
	margin: 0px auto;
	padding: 40px 0px;
	overflow: hidden;

}

.related.products {
	display: none;
}



/*--- Checkout ---*/

.woocommerce-checkout .scol{
	width: 80%;
	margin: auto;
	padding: 40px;
	margin-bottom: 60px;

	box-sizing: border-box;
	background-color: white;
	border: solid 1px #f6d151;
}

.woocommerce-checkout-review-order-table{
	width: 100%;
}

.shop_table tfoot th{
	border-top: 1px;
}

.woocommerce-checkout input,
#order_comments{
	background-color: whitesmoke;
}

ul.payment_methods.methods{
	margin: 0;
	padding: 0;

	margin-top: 50px;
	margin-bottom: 40px;
}

ul.payment_methods.methods li{
	margin: 0;
	padding: 0;

	list-style: none;
}

#place_order{
	background-color: #f6d151;
	color: white;
	text-transform: uppercase;
}

#place_order:hover{
	background-color: #4ba594;
}

#order_review .shop_table th,
#order_review .product-name{
	text-align: left;
}

.woocommerce-info,
.checkout_coupon .form-row input.button{
	margin-bottom: 30px;
	display: inline-block;
	padding: 10px;

	background-color: #ebebeb;
	line-height: 33px;
}

.woocommerce-info:hover,
.checkout_coupon .form-row input.button:hover{
	background-color: #ebebeb;
}

.checkout_coupon .form-row,
.checkout_coupon .form-row input{
	margin: 0;
	height: 50px;
	display: block;
	margin-bottom: 30px;
	margin-top: 0;
}

.checkout_coupon .form-row input{
	margin-top: 0;
}

abbr[title]{
	border-bottom: none !important;
}

.chosen-container-active.chosen-with-drop a.chosen-single,
.chosen-container a.chosen-single{
	border: none !important;
	-moz-border-radius-bottomright: 0 !important;
	border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-bottom-left-radius: 0 !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	box-shadow: none !important;
	background-color: whitesmoke !important;
	border-radius: 0 !important;
}

ul.woocommerce-error{
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

ul.woocommerce-error li{
	margin: 0;
	padding: 5px;
	text-align: center;
	list-style: none;
}

ul.woocommerce-error li strong{
	color: #ffae7b;
}

/*--- Order confirm ---*/

.order_details tr td,
.order_details tr th{
	text-align: left;
}

.woocommerce-checkout #main header{
	background-image: none;
	border: none;
	padding-bottom:0;
}

.woocommerce-checkout header h2{
	font-size: 33px !important;
	line-height: 53px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-top: 40px !important;
	margin-bottom: 0;
	display: block;
}

dl.customer_details{
	background-color: transparent;
}

dl.customer_details dt{
	width: auto;

	font-weight: 700;
}

dl.customer_details dd{
	border-bottom: solid 1px whitesmoke;
	width: auto;
	padding-left: 0;
}

ul.order_details{
	margin: 0;
}

ul.order_details li{
	margin: 0;
}



/*--- About ---*/

#aboutcont_wrap{
	margin-bottom: 80px;
}

#aboutcont_wrap .script{
	text-align: center;
}

#bam.arrow_button{
	width: 175px;
	margin-top: 0;
}

#bcam .scol{
	text-align: center;
}

/*--- Become A Member ---*/

.bam_text{
	margin-top: 70px;
	margin-bottom: 100px;
}

#bam_title{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

#bam_wrap ul{
	margin: 0;
	padding: 0;
}

#bam_wrap ul li{
	margin: 0;
	padding: 0;

	list-style: none;

	background-color: #f6f6f6;

	margin-bottom: 30px;
}

#bam_wrap ul li .bam_inner.left{

}

.left .bam_cont{
	float: left;
	width: 75%;
	padding-right: 4%;

	box-sizing: border-box;
}

.left .bamimg_wrap{
	float: right;
	width: 25%;
}

#bam_wrap ul li .bam_inner.right{

}

.img_wrap{
	position: relative;
}

.right .bam_cont{
	float: right;
	width: 75%;
	padding-left: 4%;

	box-sizing: border-box;
}

.right .bamimg_wrap{
	float: left;
	width: 25%;
}

.bamimg_wrap img{
	border-radius: 400px;
	border: solid 5px white;
}

.bam_cont{
	text-align: center;
	margin-top: 30px;
}

.page-template-page-becomeamaker .wpcf7{
	margin-top: 70px;
}

.contact_left{
	float: left;
	width: 48%;
}

.contact_right{
	float: right;
	width: 48%;
}

.contact_left h2,
.contact_right h2{
	text-align: center;
	margin-bottom: 15px;
}

.contact_left input.wpcf7-text,
.contact_right input.wpcf7-text {
	height: 55px !important;
}

.contact_right .wpcf7-textarea {
	height: 184px;
}

.bam_button .wpcf7-submit{
	text-align: center;

	width: 170px;
	height: 170px;
	box-sizing: border-box;
	border-radius: 300px !important;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Instagram */

#instagram_wrap h2{
	text-align: center;
	margin-bottom: 10px;
}

#instagram_wrap h2#yellow{
	color: #f6d151;
	margin-bottom: 30px;
}

ul.instagram-pics{
	margin: 0;
	padding: 0;
	text-align: center;

	margin-bottom: 70px;
}

.instagram-pics li{
	margin: 0;
	padding: 0;

	list-style: none;
	display: inline-block;

	padding-left: 10px;
	padding-right: 10px;

	box-sizing: border-box;
	margin-bottom: 20px;

	max-width: 180px;
}

.instagram-pics li a{
	display: block;
}

.instagram-pics li a img{
	border: solid 5px #f6f6f6;
}

/*--- Contact ---*/

#main.contact{
	margin-bottom: 60px;
}

#git{
	margin-bottom: 30px;
}

ul#contact_list{
	padding: 0;
	margin: 0;

	margin-top: 30px;
}

ul#contact_list li{
	padding: 0;
	margin: 0;

	list-style: none;

	margin-bottom: 20px;

	display: inline-block;
	padding-bottom: 30px;
	border-bottom: solid 1px #f6d151;
}

ul#contact_list li a{

}

ul#contact_list li h3{
	font-size: 21px;
	margin: 0;
	float: left;
	width: 80%;
	margin-top: 5px;
	font-family: 'Tienne', serif;
	line-height: 37px;
}

ul#contact_list li span{
	font-family: 'Cabin Sketch', cursive;

	font-size: 25px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	line-height: 50px;
	text-align: center;

	background-color: #444444;
	color: white;

	display: inline-block;

	margin-right: 15px;

	float: left;
}

ul#social_list{
	margin: 0;
	padding: 0;

	margin-bottom: 30px;
}

ul#social_list li{
	margin: 0;
	padding: 0;

	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

ul#social_list li a{
	display: block;
	text-align: center;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100px;
	background-color: #444444;
	color: white;
}

/*--- Listing ---*/

.list_item{
	margin-bottom: 30px;
}

.list_item img{
	float: left;
	margin-right: 20px;
}

.list_info{

}

/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


/*------------------------- blog header ------------------------*/

#blog_head{
	text-align: right;
	padding-bottom: 15px;
	line-height: 45px;

}

.sres{
	font-style: italic;
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */

}

select{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}

.single .content_style{
	xmax-width: 800px;
	text-align: left;
}

.single .dets_wrap{
	display: block;
	width: 100%;
	float: none;

}

.single .dets h2{
	text-align: center;
	display: none;
}

.single article h2{
	xtext-align: left;
	}

.blogright {


}
.blogleft {
	width: 77%;
	float: left;
}

#post_nav{
	margin-top: 65px;
}

/*--- Insta Feed on blog page right ----*/

.blog #bcont {
	width: 75%;
	float: left;
}

#rightcol {
	width: 20%;
	Float: right;
	border-left: 2px solid #f5f4f3;
}

#rightcol h2 {
	font-family: 'Leckerli One', cursive;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
}


/*---------------------------- blog format ----------------------------*/

article{
	margin-bottom:40px;
	text-align: center;
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
	font-family: 'Leckerli One', cursive;
	text-align: center;
}

article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: black;
	opacity: 0.99;
}

article h2 a:hover{
	opacity: 0.6;
}

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;

	padding:10px;
	height:18px;

	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

.readmore{
	max-width: 400px;
	border-bottom: 2px solid #f5f4f3;
	margin: 0 auto;
	padding: 24px 0px 10px 0px;

}

.rm_button {
	font-family: 'Leckerli One', cursive;
	color: #444444;
	font-size: 19px;
}


#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

.dets_wrap{
	float: left;
	width: 30%;
	text-overflow:clip;
	display: none;
}


.dets{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 48px;
}

.blog .dets h2{
	text-align: center;
	display: none;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover.
.dets .edit_link a:hover{
	text-decoration: underline;
}

.dets ul img:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.dets ul{
	padding-left: 0;
}

.dets li,
.dets .edit_link{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li.perm a{
	background: none;
}

.dets li a:hover{
	text-decoration: underline;
}

.dets li.perm a:hover{
	background: none;
}

.pn{
	font-family: 'Leckerli One', cursive;
}

#prev{
	float:left;
}
#next{
	float:right;
}

/*---------------------------- paging ----------------------------*/

.navigation {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	font-size:80%;
	padding-top:20px;
	margin-top:20px;
}

.nav-previous{
	float: right;
}

.navigation a{
	text-align:center;
	padding:5px 10px !important;
	margin:0 2px 0 2px !important;
	font-size:14px !important;
	text-decoration:none;
	line-height:25px;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;

}

#comments .children li{
	margin-left:60px;
}

p.author, p.time{
	margin-bottom: 0;
}

/*----- Genral Button Styles -----*/

.button,
.navigation a,
.post-next,
.post-prev{
	padding: 0;
	margin: 0;

	border: none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	text-transform: uppercase;

	font-size: 18px;
	line-height: 40px;

	padding-left: 15px;
	padding-right: 15px;

/* 	width: 100%; */
	height: 40px;
	text-align: center;

}

.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{
	color: white;
	background: rgba(0, 0, 0, 0.5) !important;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	outline: none;
}

#Searchform,
#cat{

	display: inline-block;
	position: relative;

	width:120px;

	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;

	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;

	width: 140px;

	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

#foot_wrap{
	background-color: #f6f6f6;
	background-image: url(images/texture.jpg);
}

footer{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
}

.foot_col{
	width: 33.333333%;
	float: left;
}

.foot_col#footl{

}

.foot_col#footm{
	text-align: center;
}

.foot_col#footm img{
	max-width: 160px;
}

.foot_col#footr{
	text-align: right;
	text-align: right;
}

.foot_col#footr #footUl{
	padding: 0;
	margin: 0;
}

.foot_col#footr #footUl li{
	padding: 0;
	margin: 0;

	list-style: none;
	display: inline-block;
}

.foot_col#footr #footUl li a{
  text-transform: uppercase;
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #444444;

  font-size: 12px;

}

.foot_col#footr #footUl li:first-child a{
	border: none;
	padding-left: 0;
	margin-left: 0;
}

#copy{
	margin-top: 20px;
	font-size: 12px;
}

footer p{
	margin: 0;
}

footer li a{
	text-decoration: none;
	color: #231F20;
	font-family: nimbus-sans;
}

footer .social a{
	font-weight: bold;
	color: #231F20;
}

footer p{
	color: #231F20;
}

footer a:hover{

}

#thrive_link{
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#thrive_link .logo{
	position: relative;
	top: -1px;
	margin-left: 5px;
}

/*--- Mail Chimp ---*/

.mc_title h3{

	font-size: 24px;
}

.mc-field-group input{
	height: 40px;
	box-sizing: border-box;
	float: left;
}

.mc-field-group input#mce-EMAIL{
	width: 70%;
	border: solid 1px #444444;
	color: #444444;
	border-radius: none !important;
}

.mc-field-group input#mc-embedded-subscribe{
	width: 30%;
	text-transform: uppercase;

	background-color: #444444;
	color: white;

	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
}
.footer-account{

}
.footer-account a{
	color: inherit;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer-account a:last-of-type{
	padding-right: 0px;
}
.footer-account a:hover{
	color:#DAB01F;
}
/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{

/*
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;
*/

  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;

	border: solid 2px #efefef;
	border-radius: 0 !important;

	background-color: white;

	margin-bottom: 10px;

	color: black;
	box-sizing: border-box;
}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
	line-height: 21px;

	box-sizing: border-box;
}

.wpcf7-submit{
	border: none !important;

	background-color: #f6d151 !important;

	color: #444444 !important;

	text-transform: uppercase;

	padding: 5px;
	padding-left: 30px !important;
	padding-right: 30px !important;

	font-size: 20px !important;
	display: block;

	line-height: 32px !important;
	opacity: 1;

	transition: all 0.3s ease-in-out;
}

.wpcf7-submit:hover{
/* 	background-color: #d4a705 !important; */
	opacity: 0.8;
}

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
}

.wpcf7 .watermark {
	color: #c3c3c3 !important;
}

.wpcf7 textarea{
	width: 100%;
}

.wpcf7-text{
	width: 100%;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}


input.checkout-button{
	border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
  color: white !important;
  border-radius: 5px !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {

  border-radius: 5px !important;

}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #444444 !important;
}
::-webkit-input-placeholder {
    color: #444444 !important;
}
:-moz-placeholder {
    color: #444444 !important;
}
::-moz-placeholder {
    color: #444444 !important;
}
:-ms-input-placeholder{
    color: #444444 !important;
}


dl.variation {
	margin: 0;
	padding: 0;
}

.variation dt{
	float: left;
}

.variation dd{
	float: left;
	margin: auto;
}

.ppt, .pp_description{
	display: none;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #f6d151;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;
   color:#FFF;
   font-size: 16px;

   text-align: center;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color: #f6d151;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;
	color:#FFF;
	font-size: 16px;
   text-align: center;
}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color: #f6d151;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;
    color:#FFF;
	font-size: 16px;

   text-align: center;
}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #f6d151 !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 49% !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}

input#coupon_code{
	text-align: center;
	border:1px solid #e8e8e8;
	width: auto;
	margin-right: -4px;
}
.coupon .button{
	border-radius: 0 5px 5px 0 !important;
	height: 42px;
}
.coupon{
	text-align: right !important;
}
.coupon h2{
	margin-top: 25px;
}
.woocommerce-page table.cart td.actions{
	text-align: center !important;
}
.checkout_coupon .form-row.form-row-last{
	float:left !important;
}
.checkout_coupon .form-row.form-row-first{
	margin:0 !important;
	width: auto !important;
}
.checkout_coupon .form-row.form-row-first input#coupon_code{
	margin: 0 !important;
}
.checkout_coupon .form-row input.button{
	background-color: #b1b1b1 !important;
	border-radius: 0 5px 5px 0 !important;
}
.woocommerce-info, ul.woocommerce-error {
  border: 1px solid #e8e8e8;
  background: transparent;
}
.showcoupon{
	display: inline-block;
}
/*------------------- Responsive Syling ------------------*/
@media screen and (min-width: 800px) {
	.home .shop-cont{
		box-sizing: border-box;

		position: absolute;
		bottom:15px;
		right:0;

		padding-right:5%;
		padding-left:5%;

	}
	.home .featured.even .shop-cont{
		left:0;
 		right:initial;

	}
}
@media screen and (min-width: 1150px){
	.widefeat_cont p{
			font-size: 1.3em;
			padding-left: .5em;
			padding-right: .5em;
	}
	a#logo{
	  margin-top: 5px;
	  }
}
@media screen and (max-width: 1150px) {


	a#logo{
		max-width: 280px;
	}
	nav{
		margin-top: 5px;
	}
	nav ul li{
		margin-right: 0;
	}
	nav ul li a{
		font-size: 14px;
	}

	body{
		margin-top: 230px;
	}
	ul#social_list.home li{
		margin: 0 0.9%;
	}

	#full_nav ul li ul{
		padding-top: 12px;
	}

	/* 	Mailchimp */
	.mc-field-group input#mce-EMAIL {
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}
	.mc-field-group input#mc-embedded-subscribe{
		width:100%;
		border-radius: 0;
	}
	.mc_title h3 {
		font-size: 20px;
		text-align: center;
	}
	.o_item{
		background-size: cover;
	}
}
@media screen and (max-width:1000px) {
	.home .shop-cont{
		padding: 0 2%;
	}

	.widefeat_cont h3{
		font-size: 18px;
	}
	.widefeat_wrap .infocol .small_inner{
		padding: 15px 15px;
		font-size: 15px;
	}
	.widefeat_wrap .infocol .small_inner{
		padding: 0 15px;
		font-size: 12px;
	}

}
@media screen and (max-width: 900px) {

	a#logo{
		max-width: 280px;
	}
	nav{
		margin-top: 5px;
	}
	nav ul li{
		margin-right: 0;
		margin-left:0;
	}
	nav ul li a{
		font-size: 14px;
	}
	ul#social_list li a{
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	ul#contact_list li span{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	ul#contact_list li h3{
		font-size: 18px;
		line-height: 20px;
	}
	.widefeat_wrap .imagecol{

	}

}
@media screen and (max-width: 800px) {
 	body{
	 	margin-top:0;
 	}
 	#headgrey{
		position: fixed;
		z-index: 5000;
		width: 100%;
	}
	.menu-btn{
		display: block;

		float:left;
		padding-top:2px;
		cursor: pointer;

		opacity: 1;

		transition: all 0.3s ease;
	}
	.menu-btn:hover i{

		color:black;
	}
	.menu-btn.visible{
		opacity: 1;
	}
 	header{
	 	position: static;
 	}
	#header_wrap{
/* 		margin-top: 50px; */
		padding-bottom: 0;
		position: static;
	}
	a#logo{
		text-align: center;
		width: 95%;
		display: block;
		margin:0 auto;
		float: none;
		margin-top: 30px;
	}
	.scroll_head a#logo{
		width: auto;
		overflow: hidden;
	}

	.scroll_head{
		position: static;
	}
	#full_nav{
		float:none;
		margin: 20px auto;
		padding-bottom: 5px;
		margin-top: 0;
	}
	ul#cart_wrap li a.cart-contents{
		margin-left:0;

	}
	ul#social li#join{
		margin:0;
	}

	/*-- Page Layout --*/

	#main{
/* 		margin-top: 50px; */
	}

	.lcol{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}
	.rcol{
		width: 100%;
		padding-top:0;
	}

	#rightcol{
		width: 100%;
		border: none;
	}
	.contact .lcol, .contact .rcol{
		width: 48%;
	}

	/*--- Featured ---*/
	#feature_wrap, .o_item{
		xxheight: 300px;
	}
	h2, #smlft_title, .post-type-archive .page-title, .maker h2{
		font-size: 45px;
		margin-top:10px;
		margin-bottom:10px;
	}

	.widefeat_wrap{
		margin-top:0;
		margin-bottom:0;
	}

	.roundcol_wrap{
		margin-top:25px;
	}
	#home_social{
		margin-top:25px;
	}
	.widefeat_wrap .imagecol, .widefeat_wrap .infocol{
		width: 100%;
		margin-top: 25px;
	}
	.widefeat_wrap .imagecol{
		margin-top: 0;
	}
	.widefeat_cont p{
		max-width: 500px;
		margin:20px auto;

	}
	.widefeat_wrap .infocol .small_inner{
		padding: 0 15px;
		font-size: 14px;
	}


	.roundcolimg_wrap h3{
		font-size: 26px;
	}

	h1, #joinus_wrap h1{
		font-size: 40px;
	}
	#joinus_wrap{
		max-width: 400px;
		margin: 0 auto;
	}
	.contact .lcol{
		margin-top:0;
	}
	.owl-dots{
		zoom:0.7;
	}
	/*--- Blog ---*/

	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}
	.blog #bcont, .blogleft{
		width: 100%;
	}

	.woocommerce-message .button{
			clear: both;
		  display: block;
		  width: 200px;
		  margin:0 auto;
		  float:none;
		  box-sizing: border-box;
		  margin-bottom: 10px;
	}
	.quantity input.input-text.qty.text{
		max-width: 50px;
	}


}
@media screen and (max-width:768px){
	ul.products li{
		width: 48% !important;
	}
	.single-product .product{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		float:none;
/* 		text-align: center; */
	}
	.prod-inner{
		padding-top:0;
	}
	.prod-inner .float-right{
		float:none;
		margin:25px auto;
		width: 100%;
		max-width: 400px;
	}
	.single-product .woocommerce ul.products li:last-child, .single-product .woocommerce-page ul.products li:last-child{
		float:none !important;
		margin:0 auto !important;
	}

	.float-right{
		padding: 10px;
		box-sizing: border-box;
	}

}
@media screen and (max-width: 700px) {
	ul#social_list li a{
		font-size: 15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	ul#contact_list li span{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	ul#contact_list li h3{
		font-size: 15px;
		line-height: 18px;
	}

}
@media screen and (max-width: 650px) {

	h1{
		text-align: center;
	}


	.shop_table td{
		font-size: 10px;
		padding: 2px;
	}

	.scol{
		width: 100%;
	}

	/*--Blog--*/

	.dets_wrap{
		/*--width: 100%;
		float: none;
		border-bottom: solid 1px #ECECEC;
		margin-bottom: 20px;--*/
	}

	.dets{
		border-right: none;
		padding: 0;
	}

	article .content_wrap{
		width: 100%;
		float: none;
	}

	#blog_head{
		text-align: center;
	}

	/*--- Footer ---*/
	.roundcol_wrap ul li{
		margin: 0 auto;
		width:75%;
		float:none;
	}
	.roundcolimg_wrap h3{
		font-size: 38px;
	}
	/* 	Contact */

	.contact .lcol{
	float: left;
	width: 100%;
	max-width: 500px;
		  margin: 0 auto;
		  float: none;
	}

	.contact .rcol{
		float: right;
		width: 100%;
		max-width: 500px;
		  margin: 0 auto;
		  float: none;
	}

	ul#social_list, ul#contact_list{
		text-align: center;
	}
	ul#social_list li a{
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	ul#contact_list li span{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	ul#contact_list li h3{
		font-size: 18px;
		line-height: 20px;
	}

	.foot_col#footr #footUl li{
		float:right;
		clear:both;

	}
	.foot_col#footr #footUl li a{
		border:none;
	}
	#copy{
		width: 100%;
		float: right;
		margin: 20px 0 0 0;
		text-align: right;
		clear: both;
	}
	#footm {
		width: 100%;
		float: none;
		clear: both;
		position: absolute;
		top: 25px;
		margin-top: 0;
	}
	.foot_col{
		width: 50%;
		margin-top:150px;
	}
}

@media screen and (max-width:550px){
	.med_inner{
		padding: 5px;
	}
	.featured{
		margin-bottom:25px;
	}
	#feature_wrap, .o_item{
		xxheight: 250px;
	}
	.widefeat_cont p{
		margin:10px auto;
	}
	#home_social{
		margin:25px 0 0 0;
	}
	#home_social .lcol{
		margin:0;
	}
	ul#social_list.home li:first-child{
		margin-top:25px;
	}
	.roundcol_wrap ul li{
		width: 60%;
	}
	nav ul > li > a:hover, nav ul > li.current_page_item > a, nav ul > ul > li.current_page_parent a{
		background-size: contain;
	}
}

@media screen and (max-width: 450px) {

	#headgrey{
		padding:5px 0;
		height: 31px;
		overflow: hidden;
	}
	a#logo{
		margin-top:25px;
	}
	ul#social{
/* 		float:none; */
/* 		text-align: center; */
/* 		display: none; */
	}
	ul#social li#join{
		display: none;
	}
	ul#cart_wrap{
		float:right;
		clear: none;
		text-align: center;
		margin-top:3px;

	}
	.menu-btn{
/* 		opacity: 0; */
	}


	h1, #joinus_wrap h1{
		font-size: 35px;
	}
	h2, #smlft_title, .post-type-archive .page-title, .maker h2{
		font-size: 32px;
	}
	#full_nav{
/* 		max-width: 290px; */
	}
	nav ul li a{
		font-size: 12px;
		padding: 5px;
	}
	.roundcolimg_wrap h3{
		font-size: 26px;
	}
	ul.products li{
		width: 49% !important;
	}
	.shop-items h3{
		font-size: 15px;
	}
	.price_overlay{
		border-width: 5px;
	}
	ul#social_list.home li a {
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	#feature_wrap, .o_item{
		xxheight: 200px;
	}
	.roundcol_wrap{
		display: none;
	}
	#home_social{
		 margin-top:40px;	}

	.shop-items {
/* 		float: none; */
/* 		margin: 0 auto 35px auto; */
		xxmargin:5px;
/* 		display: block; */
/* 		width: 90%; */
/* 		text-align: center; */
	}
	p.prod_bottom{
/* 		text-align: center; */
	}

	.owl-dots{
		zoom:0.5;
	}
	.instagram-pics li{
		max-width: 48%;
	}

	.woocommerce-cart .woocommerce{
		margin-top: 0;

	}
	.woocommerce-cart input.button{
		display: block;
		float:none !important;
		margin:10px auto;
	}
	input#coupon_code{
		display: block;
		margin: 10px auto;
		float:none;
	}
	.form-row input#coupon_code{
		display: inline-block;
	}
	.coupon .button{
		border-radius: 5px !important;
		height: 42px;
	}
	.checkout_coupon .form-row input.button{
		border-radius: 5px !important;
		margin: 10px auto !important;
	}
	.form-row{
		text-align: center !important;
		float: none !important;
		width: 100% !important;
	}
	td.actions{
		padding: 0 !important;
	}
	.coupon{
		text-align: right !important;
	}

	.woocommerce-message{
		margin:0;

	}
	.woocommerce-message .button{
		clear: both;
		  display: inline-block;
		  width: 100%;

		  box-sizing: border-box;
		  margin-bottom: 10px;
	}


	.foot_col{
		width: 100%;
		margin-top:0;
	}
	.foot_col:first-child{
		margin-top:70px;
	}
	.foot_col#footm img{
		max-width: 80px;
	}
	.foot_col#footr{
		text-align: center;
	}
	.foot_col#footr #footUl li{
		float:none;
	}
	#copy{
		text-align: center;
	}
	.mc-field-group {
	  max-width: 300px;
	  margin: 0 auto;
	  width: 70%;
	}
	.foot_col#footr #footUl li a{
		padding-left: 0;
		font-size: 10px;
	}

}
@media screen and (max-width: 350px) {
	#full_nav{
		width: 105%;
		margin-left: -2.5%;
	}
	nav ul li a{
		font-size: 10px;
		padding:3px;
	}
	a#logo{
		max-width: 90%;
	}
	h2, #smlft_title, .post-type-archive .page-title, .maker h2{
		font-size: 25px;
	}
	.roundcol_wrap ul li{
		width: 75%
	}


}
@media screen and (max-width: 300px) {

	.roundcolimg_wrap h3{
		font-size: 20px;
	}
	ul#social li{
		margin: 0 3px;
	}
		#feature_wrap, o_item{
		xxheight: 100px;
	}

}
@media screen and (max-width: 250px) {
	a#logo{
		margin-top:10px;
	}
	nav ul li a{
		font-size: 8px;
		padding:1px;
	}
	ul#social li{
		display: none;
	}
}


.payment_method_paypal label img{
	max-width: 280px;
	clear: both;
}


.payment_method_paypal label a{
	display: block;
}

.thumbnails{
	width: 100% !important;
}

.payment_method_afterpay label img{
	max-width: 180px;
	clear: both;
}

#afterpay-logo{
  width:auto;
}

.payment_method_stripe img{
width:auto;
}

.payment_methods li{
margin-bottom:40px !important;
}
