/* @override 
	http://www.84colors.com/wp/half/wp-content/themes/half/css/style.css
	http://www.halfbakedharvest.com/wp-content/themes/half-v2/css/style.css
	http://www.halfbakedharvest.com/wp-content/themes/half-v2/css/style.css?v=5
	http://www.84colors.com/wp/half/wp-content/themes/half/css/style.css?v=5 */

/* ----------------------------------------
CSS master file 
---------------------------------------- */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'amatic';
    src: url('./fonts/amatic-bold-webfont.eot');
    src: url('../fonts/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amatic-bold-webfont.woff2') format('woff2'),
         url('../fonts/amatic-bold-webfont.woff') format('woff'),
         url('../fonts/amatic-bold-webfont.ttf') format('truetype'),
         url('../fonts/amatic-bold-webfont.svg#amaticbold') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'exception';
    src: url('../fonts/theonlyexception-webfont.eot');
    src: url('../fonts/theonlyexception-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theonlyexception-webfont.woff2') format('woff2'),
         url('../fonts/theonlyexception-webfont.woff') format('woff'),
         url('../fonts/theonlyexception-webfont.ttf') format('truetype'),
         url('../fonts/theonlyexception-webfont.svg#the_only_exceptionregular') format('svg');

}



/*Custom Resets*/
html, body {
	position: relative;
	background:url(../images/paper.jpg);
	font-weight: 400;
	font-family: 'PT serif', Calibri, Helvetica, Arial, sans-serif;
}

a {
	color: #998E94;
	/*color: #5B3E83;*/
	/*border-bottom: 1px dotted #ccc;*/
}

a:hover,
a:focus {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

strong {
	font-weight: 700;
	font-family: "PT sans", Helvetica, Arial, sans-serif;
}

p {
	margin-bottom: 20px;
	color: #444;
	font-size: 15px;
	line-height: 140%;
}

p:last-child {
	margin-bottom: 0;
}

h1 {
	 margin: 0 0 30px;
	 color: ;
	 font-size: 44px;
	 /*-webkit-font-smoothing: antialiased;*/
	 font-family: "amatic", Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 34px;
	 -webkit-font-smoothing: antialiased;
}

h3 {
	margin: 50px 0 25px;
	font-weight: 700;
	font-size: 18px;
}

h4 {
	margin: 5px 0 0px 0;
	font-size: 26px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

/* ------------------------------------------------------------------------ */
/*  HOME PAGE / GLOBAL
/* ------------------------------------------------------------------------ */
.container,
.container-fluid {
	padding: 0;
}

.container {
	width: 990px !important;
}

@media (max-width: 1220px) {
	.container {
		width: 990px !important;
		
	}
}

@media (max-width: 990px) {
	.container {
		width: 100% !important;
		padding: 0 20px;
	}
}


/*======== Top Section ========*/
#top-wide {
	position: relative;
	width: 100%;	
	background:url(../images/wave.png) repeat-x center;
	text-align: center;
	/*border-top: 2px solid #333;*/
	padding-top: 0;
}

/*#top-wide:before {
	width: 100%;
	height: 15px;
	background:url(../images/wood.png);
}*/

#top {
	position: relative;
}

#top #social {
	position: absolute;
	bottom: 30px;
	right: 0;
}

#logo {
	position: relative;
	z-index: 1;
	float: left;
	margin-top: 0px;
	/*width: 300px;*/
	text-align: center;
}


.home-v2 #logo {
	margin-bottom: 20px;
}

#logo-img {
	background:url(../images/paper.jpg);
	width: 190px;
}

/*.home-v2 #logo-img {
	background:url(../images/paper.jpg);
	
}*/

nav#nav.navbar {
	display: inline-block;
	float: right;
	margin: 20px 0 0 0px;
	min-height: 30px;
}

/*.navbar {
	min-height: 20px !important;
}*/
.navbar-nav {

  margin: 0 0 0 20px;
  text-align: center;
}

.nav > li  {
	display: inline-block !important;
	float: none;
}

.navbar-collapse {
	padding: 0;
}

.nav > li > a {
	padding: 20px 12px;
	color: #444;
	font-weight: 700;
	font-size: 26px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;	
}

.nav > li > a:hover {
	background-color: transparent;
	color: #998E94;
}

#searchbox {
	float: right;
	margin-top: 35px;
	text-align: center;
}

#searchbox input {
	display: inline-block;
	margin-left: 20px;
	padding: 5px 35px 0px 37px;
	width: 200px;
	border: 1px solid #333;
	border-radius: 40px;
	background:url(../images/search.png) no-repeat 9px center #F8F8F8;
	text-align: center;
	font-size: 16px;
	font-family: "exception", Helvetica, Arial, sans-serif;
	line-height: 2em;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#searchbox input:focus {
	width: 240px;
	outline: none;
	text-align: left;
}

.nav.search-active > li > a {
	padding-right: 10px;
	padding-left: 10px;
}

#top-wide.scroll-active .nav > li > a {
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 13px;
}

#top-wide.scroll-active #search {
	margin-top: 8px;
}

#top-wide.scroll-active #logo {
	margin-top: 10px;
}

#top-wide.scroll-active #logo-img {
	width: 30px;
}

/*h1.page-title {
	text-align: center;
	font-family: "exception", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin-bottom: 30px;
}*/

@media (max-width: 800px) {
	#searchbox {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	#searchbox input {
		width: 100%;
		margin: 0;
	}
	#searchbox input:focus {
		margin-left: 0;
		width: 100%;
		outline: none;
	}
	
	.content-main {
		float: none;
		overflow: hidden;
		margin: auto;
		margin-top:0px;
		
	}
	article {
		padding: 0 30px;
	}
	
	#top-wide {
		margin-bottom: 50px;
		background-position: 0 60px;
	}
	#top #social {
		position: absolute;
		bottom: auto;
		top: 80px;
		right: 20px;
	}
	#top #social {
		
	}
	#logo {
		margin-top: -20px;
		width: 140px;
	}
	#logo-img {
		/*margin-top: 30px;*/
		width: 140px;
	}
	#nav {
		position: absolute;
		right: 0;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  margin-top: -10px;
	  margin-right: 15px;
	  margin-bottom: 8px;
	  padding: 9px 10px;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  background-color: transparent;
	  background-image: none;
	  
	}
	.navbar-toggle:focus {
	  outline: 0;
	}
	.navbar-toggle .icon-bar {
	  display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
	  background-color: #333;
	}
	.navbar-collapse {
		position: relative;
		z-index: 10;
		width: 200px;
		background: #fff;
		box-shadow:0 0 5px 0px rgba(0, 0, 0, 0.2);
	}
	.navbar-collapse li {
		display: block;
		float: left;
		width: 100%;
	}
	.navbar-collapse li a {
		padding: 10px 20px 10px;
	}
}

@media (max-width: 450px) {
	#top-wide {
		position: relative;
		width: 100%;	
		background:url(../images/wave.png) repeat-x center 60px;
		text-align: center;
		/*border-top: 2px solid #333;*/
		padding-top: 0px;
	}
	
	#logo {
		margin-top: -20px;
		margin: auto;
		width: 140px;
	}
	
	#searchbox {
		width: 100%;
		/*margin: 40px 0 -20px 0*/;
	}
	
	/*#searchbox input {
		width: 180px;
		margin-left: 0;
		width: 60%;
		/*width: 180px;*!/
	}*/
	/*#searchbox input:focus {
		margin-left: 0;
		width: 60%;
		outline: none;
	}*/
}


/*======== Header ========*/
.container {
	width: ;
}

/*======== Content Section ========*/
h1.page-title {
	display: none;
	margin: 70px 0 40px 0;
	padding-bottom: 30px;
	text-align: center;
	font-size: 50px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
	/*background:url(../images/wave.png) no-repeat bottom center;*/
	position: relative;
}

/*h1.page-title:before {
	margin-right: 32px;
	content: url(../images/splat-l.png);
}

h1.page-title:after {
	margin-left: 30px;
	content: url(../images/splat-r.png);
}*/

#content-wide {
	position: relative;
	z-index: 1;
	/*background:url(../images/blocks-top.png) no-repeat top center, 
			   url(../images/blocks-bottom.png) no-repeat bottom center;*/
}


.content-main {
	float: right;
	margin-top: 0px;
	padding-left: 0px;
	max-width: 600px;
	/*width: 100%;*/
}

.home-v2 .content-main {
	float: right;
	margin-top: 24px;
	padding-right: 2px;
	margin-right: 0;
	max-width: 66.66%;
}

@media (max-width: 1020px) {
	.content-main {
		max-width: 600px;
		padding: 0 0px;
	}
	article {
		padding: 0;
	}
}

@media (max-width: 800px) {
	.content-main {
		max-width: 100% !important;
		padding: 0 40px;
	}
	article {
		padding: 0;
	}
}

@media (max-width: 450px) {
	.home-v2 .content-main {
		max-width: 100%;
		margin-top: 20px;
	}
	.content-main {
		max-width: 100% !important;
		padding: 0 10px;
	}
	article {
		padding: 0;
	}
}



/*======== Article Section ========*/
article {
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 40px;
	/*max-width: 600px;*/
	background:url(../images/wave.png) no-repeat center bottom;
	background-color: #fff;
}

.article-body a {
	/*color: #5B3E83;*/
	color: #9155BB;
	/*border-bottom: 1px dotted #ddd;*/
}

.article-body a:hover {
	color: #999;
}

.article-meta {
	overflow: hidden;
	margin: 0 0px 20px 0;
	padding: 2px 0px;
	color: #BABABA;
	font-size: 18px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
/*	display: inline-block;*/
	/*border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);*/
}

.article-meta .dot {
	margin: 0 5px;
}

.article-meta .post-date {
	position: relative;
	display: inline-block;
	color: #868686;
}

.post-comment-link {
	position: relative;
	display: inline-block;
}

.post-comment-link a {
	/*color: #777;*/
}

.post-comment-link a:hover {
	color: #444;
}

.article-header {
	position: relative;
	padding: 13px 0px 0;
	border-radius: 4px;
}

.article-header:hover {
	border-color: #444;
}

.article-header img {
	max-width: 100%;
	
}

.img-wrap {
	position: relative;
	
}

.article-header h2 {
	z-index: 3;
	margin: 0 0px 0px 0px;
	color: #444;
	font-size: 42px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
}

.home-v2 .article-header h2 {
	color: #444;
	font-size: 42px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
}

.home-v2.article-big .article-header h2 {
	z-index: 3;
	margin: 0 0px 0px 0px;
	color: #fff;
	line-height: 120%;
	font-size: 16px;
	line-height: 120%;
	font-family: "pt serif", Helvetica, Arial, sans-serif;
	display: block;
}




.home-v2.article-big .article-big-meta .article-header h2 a {
	font-size: 16px;
	display: block;
	line-height: 120%;
	font-family: "pt serif", Helvetica, Arial, sans-serif;
}

.article-label {
	color: #E3CAAF;
	font-weight: bold;
	font-size: 36px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
}

article img {	
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	clear: both;
	/*width: 100%;*/
}

.article-body {
	padding: 25px 0px 25px 0px;
	width: 100%;
}

.article-body p {
	font-size: 16px;
	width: 100%;
	max-width: 600px;
	display: block;
}

.article-body img.size-full {
	margin: 15px 0;
}

article h2 a {
	/*color: #313131;*/
	color: #583D7E;
}

article h2 a:hover {
	color: #998E94;
}

#search-query h3 {
	margin: 0 0 60px 0;
}

#wpstats {
	display: none;
}

/*======== Homepage Articles ========*/
.home-v2 .article-big {
	width: 33.33%;
	margin-right: -3px;
	display: inline-block;
	vertical-align: top;
	background: none;
	padding: 0px 2px;
}

.article-big-wrap {
	position: relative;
}

.article-big-meta {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 20px;
	min-height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.article-big-meta .article-header {
	margin: 0;
	padding: 0;
}

.article-big-meta .article-header h2 {
	line-height: 90%;
}

.article-big-meta .article-header h2 a {
	font-size: 32px;
	line-height: 80%;
	color: #fff;
}

.article-big-meta .article-meta,
.article-big-meta .article-meta a {
	color: #ccc !important;
}

.article-big-meta .article-meta {
	margin-bottom: 0;
}

.home-v2 .article-big .sharedaddy {
	display: none;
}

.article-big {
	margin-bottom: 0;
}

.article-big .article-excerpt p {
	margin-top: 1em;
	margin-bottom: 0;
}

@media (max-width: 450px) {
	.home-v2 .article-big {
		width: 100%;
		margin-right: -3px;
		display: inline-block;
		vertical-align: top;
		background: none;
		padding: 0px 2px;
		margin-bottom: 20px;
	}
	.article-big-meta {
		background-color: rgba(0,0,0,0.85);
		padding: 10px 20px;
		min-height: 30px;
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */
/*  Recipe Style
/* ------------------------------------------------------------------------ */
article .bo-recipe-save img {
	width: auto;
}

.bo-recipe {
	margin-bottom: 40px;
	padding: 20px 0px;
	border-radius: 4px;
	float: left;
	width: 100%;
}

.bo-recipe a {
	color: #9155BB;
}

.hrecipe {
	float: left;
	width: 100%;
	position: relative;
	/*background: rgba(0,0,0,0.05);
	padding: 30px;
	float: left;
	width: 100%;*/
}

.bo-recipe-control {
	float: right;
	clear: both;
	margin-top: 80px;
}

.recipe-header,
table.recipe-header-table {
	background-color: rgba(184,184,184,0.2);
	float: left;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 40px !important;
	width: 100%;
}



.recipe-header-table td {
	padding: 20px;
}

.bo-recipe h2,
article .article-body h2.wprm-recipe-name {
	margin: 0px 0 15px 0;
	font-size: 28px;
	color: #5B3E83;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.bo-recipe h3,
article .article-body h3.wprm-recipe-header {
	margin: 40px 0 20px 0;
	font-weight: normal;
	font-size: 20px;
}

article .article-body .wprm-recipe ul,
article .article-body .wprm-recipe ol {
	padding-left: 0px;
	margin-bottom: 2em !important;
}

article .article-body .wprm-recipe-instruction-text {
	margin-bottom: 1em;
	font-size: 1.1em;
}

.bo-recipe .yield-container {
	font-size: 14px;
	font-style: italic;
	color: #5B3E83;
	text-transform: lowercase;
	margin: 0 20px 0 0;
	display: inline-block;
	/*float: left;*/
}

article .article-body .wprm-recipe-simple .wprm-recipe-details-unit{
	text-transform: uppercase;
	font-style: normal;
	color: #444;
	font-size: 1em;
	margin-left: 5px;
}

.wprm-recipe-details-minutes {
	width: 20px !important;
	display: inline-block;
	text-align: right;
}

/*.duration-list li {
    float: left;
    display: inline-block;
    margin-right: 2em;
    margin-bottom: .7em;
}
.yield-container {
    /*clear: both;*!/
    font-size: small;
}*/

.yield {
	text-transform: capitalize;
	font-style: normal;
	color: #444;
}

.yield-first {
	padding-right: 15px;
}

.bo-recipe .photo-container {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: right;
	margin-top: 40px;
	margin-bottom: -160px;
	
}

.ingredients-wrap {
	float: left;
	width: 100%;
}

.ingredient-list {
	padding: 0 0 0 20px;
	margin-bottom: 0px;
	margin-top: ;
	/*display: inline;*/
}

.ingredient-list li {
	list-style: disc;
}

.ingredient-list .ingredHeading:first-child {
	margin-top: 0;
}

.ingredient-list li.ingredHeading {
	margin: 20px 0 10px -22px;
	list-style: none;
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
}



ul.duration-list {
	padding: 0px 0;
	padding-top: 0px;
	/*border-top: 1px solid #ddd;*/
	list-style: none;
	/*display: inline-block;*/
	float: left;
}

ul.duration-list li {
	display: inline-block;
	margin: 5px 15px 0 0;
	text-transform: uppercase;
}

ul.duration-list .value-title,
article .article-body .wprm-recipe-simple .wprm-recipe-details-name {
	font-style: italic;
	color: #5B3E83;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.1em;
	margin-left: 5px;
	width: 100px;
}

article .article-body .wprm-recipe-simple {
	font-size: 1em;
	/*border-radius: 6px;*/
	background-color: #fff;
	border-top: none;
	border-bottom: 1px solid #eaeaea;
}

.instructions {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.bo-recipe-save-container {
	float: right;
	margin-top: 15px;
}

.bo-recipe .summary {
	float: left;
}

.bo-recipe .summary p {
	font-size: 14px;
	color: #999;
	font-style: italic;
}


/*Recipe Page*/
.recipes {
	float: left;
	margin-top: 40px;
	width: 100%;
}

.wp-cpl-sc-post {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.wp-cpl-sc-post h2 {
	margin: 10px 0 30px;
	font-size: 16px;
}

.wp-cpl-sc-wrap {
	float: left;
	width: 100%;
}

.wp-cpl-sc-post img.wp-cpl-sc-thumb {
	max-width: 170px !important;
	width: 100% !important;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.05);
}

.recipes h4 {
	margin: 0 0 20px 0;
}

.instruction {
	/*font-weight: bold;*/
	float: left;
	width: 100%;
}

article div.sharedaddy h3.sd-title,
div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-size: 16px;
}

.sd-social {
	margin-top: 30px;
}

/*article:last-child {
	background: none;
}*/

/*.sd-button {
	border: 1px solid #333 !important;
	background-color: #fff !important;
}*/

.article-sm {
	display: inline-block;
	width: 290px;
	vertical-align: top;
	
}

.home-v2 .article-sm {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	vertical-align: top;
	padding: 0 1px 0;
	
}

.article-sm:nth-child(2n+1) {
	margin: 0 0 0 0px !important;
}

.article-sm .wp-post-image {
	margin-bottom: 25px;
}

.article-sm h2 {
	font-size: 26px;
}

.article-sm .article-meta {
	margin: 0;
}

#recipe-nav {
	overflow: hidden;
	margin-bottom: 40px;
}

#recipe-nav a {
	display: block;
}

/*======== Page Nav Section ========*/

#page-nav {
	margin: 60px 0;
}


#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-nav ul li {
	display: inline-block;
	margin: 0 1px;
}

#page-nav ul li a {
	display: block;
	padding: 6px;
	min-width: 34px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #eaeaea;
	color: #444;
	text-align: center;
}

#page-nav ul li a:hover {
	background-color: #7F5BA4;
	color: #fff;
}

#page-nav ul li a.active {
	background-color: #aaa;
}

#page-nav ul li span.current {
	display: block;
	padding: 8px;
	min-width: 34px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
	text-align: center;
}

#page-nav a.prev,
#page-nav a.next {
	margin: 0 0 0 10px;
	padding: 6px 15px;
	text-transform: none;
	font-size: 14px;
}

#page-nav a.prev {
	margin: 0 10px 0 0;
}

.article-nav {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.nav-col {
	float: left;
	width: 50%;
	padding: 0 0 0 20px;
	font-size: 28px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
	line-height: 110%;
}

.nav-col:first-child {
	border-right: 1px solid #ddd;
	text-align: right;
	padding: 0 20px 0 0px;
}

#article-nav-fixed {
	font-size: 28px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
}

#nav-left,
#nav-right {	
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -25px;
	
}

#nav-right {
	left: auto;
	right: 0;
}

#article-nav-fixed a {
	background:rgba(0,0,0,0.10);
	text-align: center;
	color: #fff;
	width: 40px;
	height: 50px;
	display: block;
	padding-top: 5px;
	border-radius: 0 3px 3px 0;
}

#article-nav-fixed a:hover {
	background:rgba(0,0,0,0.15);
	/*border: 1px solid #333;*/
}

#article-nav-fixed  #nav-right a {
	border-radius: 3px 0px 0px 3px;
}

/*======== Sidebar Section ========*/
aside {
	float: left;
	margin-top: 0px;
	padding: 0 0 0 0px;
	width: 330px;
	position: relative;
}

.widget {
	float: left;
	margin: 25px 0;
	width: 100%;
	position: relative;
}

.connect {
	max-width: 300px;
}

.center {
	text-align: center;
}

.introbox {
	margin-top: 60px;
}

#introbox-inner {
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	border-radius: 10px;
	/*background:url(../images/wood.jpg);*/
	background:url(../images/purple.jpg) center top;
	max-width: 300px;
}

.intro-img {
	text-align: center;
}

.intro-img img {
	display: inline-block;
	margin-top: -52px;
	border: 5px solid #fff;
	border-radius: 100%;
}

.intro-body {
	margin: 20px 0;
	padding: 30px 30px;
	background:url(../images/wave-up.png) no-repeat center bottom,
				url(../images/wave-down.png) no-repeat center top;
	
	text-align: center;
}

.intro-body p,
.intro-body {
	color: #fff;
}

#subscribe-text {
	float: left;
	margin-right: 20px;
	font-size: 24px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

.connect h4,
.subscribe h4 {
	text-align: center;
	font-size: 22px;
	font-family: "exception", Helvetica, Arial, sans-serif;
}

.widget ul,
.widget ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget .instagram-pics li {
	float: left;
	width: 40%;
	padding: 10px 10px 0px 0;
}

.widget .instagram-pics img {
	max-width: 100%;
	height: auto;
}

.wp-insta p.clear {
	float: left;
	width: 100%;
}

.wp-insta p.clear a {
	display: block;
}

#rozmary {
	position: absolute;
	top: 320px;
	left: 0;
	width: 124px;
	height: 291px;
	background:url(../images/rozmarin.jpg) no-repeat right top;
}

#seeds-top {
	position: absolute;
	top:10%;
	right: 0;
	width: 105px;
	height: 302px;
	background:url(../images/seeds.jpg) no-repeat left top;
}

/*#seeds-pom {
	position: absolute;
	top:500px;
	right: 0;
	width: 110px;
	height: 591px;
	background:url(../images/seeds-pom.jpg) no-repeat left top;
}*/

#seeds {
	position: absolute;
	right: 0;
	bottom:15px;
	width: 80px;
	height: 291px;
	background:url(../images/seeds.png) no-repeat left bottom;
}

#seeds-red {
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 120px;
	height: 451px;
	background:url(../images/seeds-red.jpg) no-repeat left top;
}

.cat-box {
	padding: 10px 0;
	/*margin: 10px 0;*/
	/*border-bottom: 1px solid #333;*/
	background:url(../images/wave.png) no-repeat bottom left;
}

.cat-box h4 {
	position: relative;
	color: #998E94;
}

.cat-box h4:after {
	margin-left: 10px;
	content: "+";
}

.cat-box h4.toggle:after {
	content: "-";
}

.cat-box h4:hover {
	color: #444;
	cursor: pointer;
}

.cat-box h4 + ul {
	display: none;
}

#tptn_related h3,
#tptn_related_daily h3 {
	display: none;
}

#tptn_related ul,
#tptn_related_daily ul {
	margin: 20px 0;
	max-width: 320px;
}

#tptn_related ul li,
#tptn_related_daily ul li {
	float: left;
	margin: 10px 0;
	padding: 0 0 0 60px;
}

#tptn_related ul li img,
#tptn_related_daily ul li img {
	float: left;
	margin: 0 0 0 -60px;
	background-color: #ddd;
}

.ad-160 {
	float: left!important;
	height: 600px;
	
}

.widget.ad {
	/*border: 1px solid #333;*/
	margin-bottom: 20px;
}

.widget.ad iframe {
	margin: 0 5px 0px 0;
	/*border: 1px solid #ddd;*/
}

.widget.ad:last-child iframe {
	margin: 0 !important;
}

.adblock iframe {
	max-width: 100% !important;
}

#ad7 {
	/*position: absolute;*/
	position: relative;
	width: 320px;
	height: 600px;
	/*border: 1px solid #ddd;*/
}

.criterio-wrap {
	position: relative;
	float: left;
	width: 100%;
	/*border: 1px solid #ddd;*/
	height: 600px;
	width: 340px;
}

.criterio-wrap.affix {
	position: fixed;
	top: 20px;
	/*left: 0;*/
}

.subscribe {
	max-width: 300px;
	/*color: #fff;*/
	text-align: center;
	border-radius: 4px;
	padding: 20px 20px;
	background:url(../images/purple.jpg) center top;
	/*background:url(../images/wave.png) no-repeat top center,
				url(../images/wave.png) no-repeat bottom center;*/
}

.subscribe-inner {
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	margin-top: 20px;
}

.subscribe p {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.subscribe .btn-submit {
	margin-bottom: 3px;
}

.btn {
	border: 1px solid #D0C7BA;
	background-color: #D0C7BA;
	padding: 8px 10px !important;
	border-radius: 4px;
}

.subscribe input[type=email] {
	background-color: rgba(0,0,0,0.02);
	border-color: #ddd;
	
}

.subscribe input[type=email]:focus {
	outline: none;
	border-color: #333;
}

/*======== Subscribe Top ========*/
.subscribe-box {
	padding: 10px 20px;
	background-color: #BAAED6;
	color: #fff;
}

.subscribe-box p {
	font-size: 14px;
	color: #fff;
	margin: 5px 10px 5px 0;
	display: inline-block;
	
	/*font-family: "Helvetica", Helvetica, Arial, sans-serif;*/
}

.subscribe-box .btn-submit {
	margin-bottom: 3px;
	background-color: rgba(0,0,0, 1);
	border: none;
}

.subscribe-box form {
	display: inline-block;
}

.subscribe-box .subscribe-email {
	background-color: rgba(256,256,256,0.5) !important;
	border: none;
	color: #444;
}

.subscribe .subscribe-email:focus {
	outline: none;
	border-color: #333;
}





.ad1, ad2, ad3, ad4 {
	height: 300px;
	float: left;
}



.widget_top-posts {
	
}

.widget_top-posts ul {
	margin-top: 20px;
}

.widget_top-posts ul li {
	padding: 5px 10px 5px 0;
}


.widget_top-posts img,
.widgets-list-layout .widgets-list-layout-blavatar {
	min-width: 80px !important;
}

.widgets-list-layout-links {
     float: left !important; 
     padding-left: 20px;
}

/*======== Footer Section ========*/
footer.container-fluid {
	position: relative;
	border-bottom: 2px solid #333;
	background:url(../images/wave.png) repeat-x top;
}

/*footer:after {
	bottom: 0;
	width: 100%;
	height: 15px;
	background:url(../images/wood.png);
	content: '';
}*/

footer #footer {
	padding: 30px 0px;
	font-size: 12px;
}

#footer-inner {
	float: left;
}

#footer ul {
	float: left;
	margin: 5px 0 5px 0px;
	padding: 0;
}

#footer li {
	display: inline-block;
	padding: 0px;
}

#footer li a {
	padding: 0px 5px;
	color: #444;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
}

#footer li a:hover {
	color: #F86816;
}

#connect-footer {
	float: right;
	text-align: center;
}

#copy {
	float: left;
	padding: 0 5px;
	width: 100%;
	color: #999;
	font-size: 20px;
	font-family: "amatic", Helvetica, Arial, sans-serif;
}

#footer-wide .adblock.container {
	margin: 30px auto 0; !important;
	text-align: center;
}

@media (max-width: 450px) {
	#connect-footer.connect {
		float: left;
		width: 100% !important;
		text-align: center;
	}
	footer #footer {
		padding: 0px 0px;
		font-size: 12px;
	}
}


/* ------------------------------------------------------------------------ */
/*  POSTS TEMPLATE
/* ------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------ */
/*  PAGE TEMPLATE
/* ------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------ */
/*  FORMS, BUTTONS
/* ------------------------------------------------------------------------ */
.btn {
	padding: 6px 15px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 400;
	font-size: 13px;
}

.btn.green {
	background-color: #71D200;
	color: #fff;
}

.btn.green:hover {
	background-color: #313131;
	color: #fff;
}

.btn.orange,
#page-nav .btn.orange {
	background-color: #F86816;
	color: #fff;
}

.btn.orange:hover,
#page-nav .btn.orange:hover {
	background-color: #313131;
	color: #fff;
}

ul.no-list,
ul.no-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social {
	text-align: center;
}

#social a {
	display: inline-block;
	margin-right: 0px;
	width: 41px;
	height: 41px;
}

#social a:hover {
	opacity: 0.8;
}

#social a#facebook {
	background:url(../images/fb.jpg) no-repeat;
	background-size: cover;
}

#social a#pinterest-home {
	background:url(../images/p.jpg) no-repeat;
	background-size: cover;
}

#social a#instagram {
	background:url(../images/in.jpg) no-repeat;
	background-size: cover;
}

#social a#b {
	background:url(../images/b.jpg) no-repeat;
	background-size: cover;
}

#social a#twitter {
	background:url(../images/tw.jpg) no-repeat;
	background-size: cover;
}

#social a#youtube {
	background:url(../images/you.jpg) no-repeat;
	background-size: cover;
}

#subscribe-btn a {
	display: inline-block;
	margin-right: 0px;
	width: 40px;
	height: 45px;
	background:url(../images/subscribe.png) no-repeat 0 0;
}

#subscribe-btn a:hover {
	opacity: 0.8;
}

/*#subscribe-btn a#email {
	background-position: 0px 0;
}

#subscribe-btn a#rss {
	background-position: -42px 0;
}

#subscribe-btn a#plus {
	background-position: -126px 0;
}*/

#pin-btn-2 a {
	max-width: 60px !important;
}


#pin-btn-2 {
	width: 60px !important;
	display: inline-block;
	vertical-align: middle;
}

.btn-skip {
	font-family: "Amatic", Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing:0.05em;
	color: #583D7E;
	display: inline-block;
	border: 1px solid #D0C7BA;
	padding: 4px 16px;
	line-height: 1em;
	vertical-align: top;
	border-radius: 3px;
	background-color: #eaeaea;
}

@media (max-width: 800px) {
	#social a {
		/*display: inline-block;
		margin-right: 0px;*/
		width: 28px;
		height: 28px;
	}
}

/*.share-pinterest-btn {
	display: inline-block;
	margin: 10px 0;
	width: 60px;
	height: 28px;
	background:url(http://passets.pinterest.com/images/pidgets/pinit_bg_en_rect_white_28_1.png) no-repeat;
	text-indent: 100%;
}*/


/* ------------------------------------------------------------------------ */
/*  COMMENTS STYLING
/* ------------------------------------------------------------------------ */
.comments-title {
	margin-bottom: 30px;
	color: #888;
	font-style: italic;
	font-size: 15px;
	font-family: "pt serif", Helvetica, Arial, sans-serif;
	line-height: 140%;
}

#post-comments .says {
	display: none;
}

h3#comments {
	
}

#post-comments {
	padding: 0 0px;
}

input[type=text],
input[type=email],
textarea {
	padding: 7px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

#commentform {
	margin-bottom: 60px;
}

#commentform p {
	margin: 10px 0;
}

textarea {
	width: 100%;
}

#commentform label {
	width: 100px;
}

#post-comments ol {
	padding: 0;
}

#post-comments ol li {
	float: left;
	padding: 20px 10px 1px 70px;
	width: 100%;
	border-top: 1px solid #ddd;
	list-style: none;
}

#post-comments ol li p:last-child {
	margin: 0;
}

#post-comments ol.childen {
	margin-left: 30px;
	padding: 0;
}


#post-comments .avatar {
	float: left;
	margin-left: -70px;
	border-radius: 100px;
	background-color: #ddd;
}

.comment-author cite.fn,
.comment-author cite.fn a{
	float: left;
	margin: 0 10px 0 0;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}

.commentmetadata a {
	color: #999;
	font-weight: 700;
}

.comment-body {
	float: left;
	padding: 0 0 20px 0;
	width: 100%;
}

.comment-body p {
	display: block;
	float: left;
	margin: 10px 0;
	width: 100%;
	font-size: 14px;
}

.comment-body p:last-child {
	margin-bottom: 0;
}

.comment-reply-link {
	padding: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-reply-title {
	float: left;
	width: 100%;
}


#post-comments li.depth-2{
	float: left;
	padding: 20px 10px 1px 50px;
	width: 100%;
	border-top: 1px solid #ddd;
	list-style: none;
}

#post-comments ol li.depth-2 .avatar {
	width: 40px;
	height: auto;
	margin-left: -50px;
}

#post-comments .pingback {
	display: none;
}

/*#post-comments .avatar {
	float: left;
	margin-left: -70px;
	border-radius: 100px;
}*/


/* ------------------------------------------------------------------------ */
/*  RECIPE PAGE
/* ------------------------------------------------------------------------ */
.article-box-sm {
	/*float: left;*/
	display: inline-block;
	width: 32%;
	margin: 0 0px 30px 0;
	padding-right: 30px;
	vertical-align: top;
	/*height: 250px; */
	/*overflow: hidden;*/
}

.article-box-sm img {
	margin-bottom: 20px;
	display: block;
	border-radius: 4px;
}

#recipe-page h3 {
	font-family: "amatic", Helvetica, Arial, sans-serif;
	font-size: 36px;
	margin: 20px 0 40px;
	float: left;
	width: 100%;
	border-top: 1px dotted #ddd;
	padding-top: 20px;
}

/*#recipe-page h3:first-child {
	border: none;
	margin-top: 0;
}*/

.instruction-header,
article .article-body .wprm-recipe-instruction-group-name {
	font-weight: 700 !important;
	font-style: italic;
	margin-left: -6px;
	font-family: "PT Serif", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em !important;
}

/*p.instruction-header::first-letter {
	/*display: none;*!/
	color: #fff;
	margin-left: -2px;
}*/

.post-comments .ad {
	margin-bottom: 40px;
}

.kya-shout-button,
.kya-shout-button +h4 {
	display: none;
}

.bg-awwards {
	margin-bottom: 20px;
}