/*
Theme 
: Food Recipes
Theme URI: http://fasterthemes.com/wordpress-themes/foodrecipes
Author: FasterThemes
Author URI: http://fasterthemes.com/
Description: Food Recipes is a Twitter bootstrap based responsive WordPress theme mainly designed for those bloggers who are interested in writing their blogs on food recipes and other food related blogs. This theme can also be used for creating personal and professional blogging websites.
Version: 1.4.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: left-sidebar, right-sidebar, full-width-template, one-column, two-columns, fluid-layout, responsive-layout, theme-options, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post , translation-ready
Text Domain: foodrecipes
This theme, like WordPress, is licensed under the FasterThemes.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(//fonts.googleapis.com/css?family=Istok+Web);
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
/*	background-size: cover; */
	font-family: 'Istok Web', sans-serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.foodrecipes-container-recipes {
	width: 1150px;
}

/******************social******************/
.foodrecipes-social li a {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 50%;
	color: #e96546;
	display: table;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin-left:5px;
}
.foodrecipes-social i {
	margin-top: 5px;
}
.foodrecipes-social {
	margin: 21px 0px;
	padding: 0;
}
.foodrecipes-social li {
	padding: 0px;
}
.foodrecipes-social-icon-right {
	float: right;
}
.foodrecipes-heading-title {
	border-bottom: 1px solid #737373;
	border-top: 1px solid #737373;
	margin: 20px 0px 20px 0px;
}
.foodrecipes-logo {
	margin: 7px 0px;
	padding: 0px;
}
/*==================== M E N U -- C S S =============*/
.menu-foodrecipes-set {
	margin-top: 25px !important;
}
.menu-foodrecipes, .menu-foodrecipes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-foodrecipes {
	max-width: 960px;
	margin-top: 15px;
}
.menu-foodrecipes:before, .menu-foodrecipes:after {
	content: "";
	display: table;
}
.menu-foodrecipes:after {
	clear: both;
}
.menu-foodrecipes {
	zoom: 1;
}
.menu-foodrecipes li {
	float: left !important;
	position: relative;
}
.sub-menu li a {
	font-size: 14px;
}
.menu-foodrecipes a {
	float: left;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}
.menu-foodrecipes a:hover, .menu-foodrecipes a:focus {
	color: #FF7E00 !important;
}
.menu-foodrecipes li:hover > a {
	color: #fff;
	text-decoration: none;
}
*html .menu-foodrecipes li a:hover { /* IE6 only */
	color: #fafafa;
}
.menu-foodrecipes ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-foodrecipes li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.menu-foodrecipes ul ul {
	top: 0;
	margin: 0 0 0 0px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	left: -100%;
	width: 100%;
}
.menu-foodrecipes ul li a {
	color: #000 !important;
	text-decoration: none;
	background-color: rgba(232, 232, 232, 1) !important;
}
.menu-foodrecipes ul li a:hover, .menu-foodrecipes ul li a:focus, .menu-foodrecipes ul li a:active {
	color: #FF7E00 !important;
}
.menu-foodrecipes ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
.menu-foodrecipes ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu-foodrecipes ul a {
	padding: 10px;
	width: 185px;
	_height: 10px; /*IE6 only*/
	display: block;
	float: none;
	text-transform: none;
	text-align: left;
}
.menu-foodrecipes ul a:hover {
}
.menu-foodrecipes ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.menu-foodrecipes ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 20%;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.menu-foodrecipes ul ul li:first-child a:after {
	border-bottom: 4px dotted rgba(0, 0, 0, 0);
	border-right: 4px solid #300000;
	border-style: solid solid dotted none;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-width: 4px 4px 4px 0;
	margin-top: -6px;
	right: 0;
	top: 50%;
}
.menu-foodrecipes ul li:first-child a:hover:after {
	border-bottom-color: #fff;
}
.menu-foodrecipes ul ul li:first-child a:hover:after {
	border-right-color: #4e0000;
	border-bottom-color: transparent;
}
.menu-foodrecipes ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.foodrecipes-icon-color {
	background-color: #000000 !important;
}
/***************footer*****************/
.footer {
	background-color: #333;
        float: left;
        width: 100%;
}
.footer h2 {
	color: #CCC;
	font-size: 14px;
	text-align: center;
	margin: 17px;
}
.post-category, .post-author {
	float: left;
	padding-right: 15px;
}
.post-content{
	float:left;
}
.feature-thumbnail-large img {
	max-width: 100%;
	margin-top: 15px;
}
.foodrecipes-postby-color a {
	color: #FFA66B;
}
.foodrecipes-side-menu-bgcolor {
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-left: 15px;
}
.main-sidebar .foodrecipes-side-menu-post {
	padding: 0px;
}
.main-sidebar .foodrecipes-side-menu-post li {
	padding: 5px 0px;
	clear: both;
}
.main-sidebar .foodrecipes-side-menu-post ul {
	list-style: none;
	clear: both;
	padding: 0px !important;
}
.side-menu-bottom-15 {
	margin-bottom: 15px;
	margin-top: 5px;
}
.foodrecipes-post-box {
	margin: 0 auto 0 0;
	width: 100%;
}
.foodrecipes-post-box img {
	z-index: 9999;
	width: 100%;
	height: auto;
}
.foodrecipes-post-box-img {
	height: auto;
	position: relative;
}
.foodrecipes-post-box-img:hover .foodrecipes-post-box-hover {
	opacity: 1;
}
.foodrecipes-post-box-hover {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.foodrecipes-post-box-hover-center {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.foodrecipes-post-box-hover-center1 {
	display: table-cell;
	vertical-align: middle;
}
.foodrecipes-zoom-icon {
	background-image: url("images/zoom-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px 17px;
	height: 40px;
	width: 20px;
	display: inline-block;
}
.foodrecipes-box-name {
	background-color: #FFF;
	text-align: center;
}
.foodrecipes-box-paging {
	background-color: #FFF;
	margin-bottom: 22px;
}
.foodrecipes-box-bottom15 {
	padding: 20px !important;
	margin-top: 5px;
}
.foodrecipes-box-paging a {
	color: #000000;
}
.foodrecipes-box-paging ul {
	padding: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.foodrecipes-box-paging h1 {
	font-size: 22px;
	padding: 0px 0px;
	margin-top: 0px;
}
.foodrecipes-box-paging p {
	font-size: 14px;
}
.foodrecipes-box-name h6 {
	text-align: center;
	font-size: 13px;
	width: 100%;
	padding-top: 15px;
	margin: 0px;
	font-weight: normal;
}
.foodrecipes-box-name h6:after {
	display: inline-block;
	margin: 0 0 3px 10px;
	content: " ";
	width: 27%;
	border-top: 3px double #6e6e6e;
}
.foodrecipes-box-name h6:before {
	display: inline-block;
	margin: 0 10px 3px 0;
	content: " ";
	width: 27%;
	border-top: 3px double #6e6e6e;
}
.foodrecipes-box-name div {
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.foodrecipes-title a {
	color: #212121;
	float: left;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	padding: 0 0 15px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding: 0px 20px;
}
.foodrecipes-postby-color {
	color: #ffa66b;
	padding: 0px 5px;
}
.foodrecipes-bg {
	padding: 20px;
	margin-bottom: 10px;
}
.foodrecipes-hr {
	border-top: 1px  #a0a0a0;
}
.foodrecipes-post-box-margin {
	margin-bottom: 15px;
}
/***************************** inner-blog *********************************/
.foodrecipes-inner-blog-bg {
	background-color: #ffffff;
	padding: 0px 25px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.foodrecipes-inner-blog-text {
	color: #212121;
	margin-bottom: 0px;
	padding: 10px 0;
}
.foodrecipes-inner-blog-text > h1 {
	text-align: center;
	font-size: 22px;
	padding: 15px 0px;
	margin-top: 10px;
}
.foodrecipes-inner-blog-text h6 {
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	margin-top: 10px;
	font-weight: normal;
}
.foodrecipes-inner-blog-text h6:after {
	display: inline-block;
	margin: 0 0 3px 15px;
	content: " ";
	width: 37%;
	border-top: 3px double #6e6e6e;
}
.foodrecipes-inner-blog-text h6:before {
	display: inline-block;
	margin: 0 15px 3px 0;
	content: " ";
	width: 37%;
	border-top: 3px double #6e6e6e;
}
.foodrecipes-inner-blog-text img {
/*	float: left; */
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
    margin-right: 15px;

}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
iframe {
	max-width: 100%;
}
.wp-caption-text {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}
.wp-caption {
	background-color: #CCCCCC;
	padding: 5px;
	max-width: 100%;
	margin-bottom: 14px;
}
.foodrecipes-inner-blog-text p {
	font-size: 14px;
}
.foodrecipes-inner-blog-bg-notecolor {
	background-color: #f5f5f7;
	padding: 15px;
}
.foodrecipes-inner-blog-bg-notecolor h1 {
	margin: 20px 0;
	font-size: 24px;
	font-family: Script MT;
	font-weight: bold;
}
.foodrecipes-inner-blog-bg-notecolor p {
	font-size: 14px;
}
.foodrecipes-inner-blog-bg-notecolor ul {
	padding-left: 15px;
	list-style: decimal outside none;
}
.foodrecipes-inner-blog-bg-notecolor li a {
	font-size: 14px;
	color: #212121;
}
.form-submit input {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #444444;
	color: #FFFFFF;
	border-color: #CCCCCC;
}
.form-submit input:hover {
	background-color: #ADADAD;
}
.pagination ul li a:hover, a.select, .pagination .active a {
	border: 1px solid #000000;
}
/*******************/
.foodrecipes-inner-blog-comment {
	margin: 2px 0px;
}
.foodrecipes-inner-blog-comment img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border: 1px solid #666;
}
.foodrecipes-inner-blog-comment .foodrecipes-comment-name {
	float: left;
	font-size: 16px;
}
.foodrecipes-inner-blog-comment .foodrecipes-comment-datetime {
	color: #979797;
	text-align: right;
	font-weight: normal;
}
.foodrecipes-comment-text {
	margin-top: 15px;
}
.foodrecipes-comment-reply-link {
	font-size: 14px;
	text-align: right;
}
.foodrecipes-comment-reply-link a {
	color: #212121;
}
.foodrecipes-comment-hr {
	border: 1px solid #b4b4b4;
	margin: 5px 0px;
}
.post-comment-but {
	background-color: #444444;
	color: #FFF;
}
.form-control-address {
	background-color: #fafafa;
	border-radius: 0px;
	color: #747474;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.form-control {
	background-color: #fafafa;
	border-radius: 0px;
	color: #747474;
	width: 40%;
	border: 1px solid #CCCCCC;
}
.foodrecipes-comment-form > h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/**************archive****************/
.foodrecipes-post-title {
	color: #FFFFFF;
}
#crumbs > span {
	color: #FFFFFF;
}
#crumbs > a, .wp-caption {
	color: #FFFFFF;
}
#crumbs > a, .wp-caption-text {
	text-align: center;
}
.sticky {
}
.post-author-name.blog-title > a {
	font-size: 22px;
	margin-top: 10px;
	padding: 15px 0;
	text-align: center;
	color: #020202;
}
.post-category > a, .post-author a, .post-comment > a, .foodrecipes-inner-blog-text > a {
	color: #FFA66B !important;
}
.post-author-name.blog-title a {
	font-size: 22px;
	margin-top: 10px;
	padding: 15px 0;
	text-align: center;
	color: #020202;
}
.inner-blog-text h1 a {
	color: #000;
}
.foodrecipes-inner-blog-text a {
	color: #FFA66B;
}
.foodrecipes-inner-blog-text h1 > a {
	color: #020202;
}
/* m a i n - s i d e b a r  */

.main-sidebar {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.main-sidebar h2 {
	font-size: 20px !important;
	font-weight: bold !important;
	margin: 0px 0px 10px 0px;
}
.main-sidebar h1 {
	font-size: 18px;
	color: #020202;
	margin: 13px 0;
	float: left;
}
.sider-hr {
	border-top: 3px double blue;
	margin-left: 15px;
}
.main-sidebar span {
	margin: 10px 0px;
	font-size: 13px;
	color: #212121;
}
.foodrecipes-side-menu-post {
	margin-bottom: 15px;
	margin-top: 0px;
}
.foodrecipes-side-menu-post h2 {
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 0 10px;
}
.foodrecipes-side-menu-post img {
	width: 60px;
	height: 55px !important;
	margin: 0px 10px 0 0;
	float: left;
}
.main-sidebar .widget-title {
	color: #020202;
	font-size: 18px;
	margin: 13px 0;
	font-weight: normal;
	padding: inherit;
}
.main-sidebar table {
	width: 100%;
}
.main-sidebar a {
	color: #000;
}
.main-sidebar .search-form input[type="search"] {
	width: 100%;
}
.main-sidebar .search-form label {
	width: 60%;
	padding-top: 0px;
}
.main-sidebar select {
	width: 100%;
}
.main-sidebar img {
	max-width: 100%;
	height: auto;
}
.main-sidebar .search-form {
	margin: 0;
	padding: 0;
}
.main-sidebar .search-submit {
	background: none repeat scroll 0 0 #666666;
	border: medium none;
	color: #E7E5E5;
	font-size: 15px;
	margin-top: 0px;
	padding: 5px 40px !important;
}
.main-sidebar .screen-reader-text {
	display: none;
}
.main-sidebar .search-field {
	border: 1px solid #999;
	padding: 4px 4px 4px 10px;
}
.main-sidebar select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	color: #5D5D5D;
	font-weight: normal;
	outline: medium none;
	padding: 7px 10px !important;
	width: 100%;
	margin-top: 0px;
}
.main-sidebar .blog-categories ul {
	color: #999999;
	padding: 0 10px;
	list-style: none;
}
.main-sidebar .menu {
	margin: 0 !important;
	text-align: left;
}
.main-sidebar .menu li a {
	padding: 8px 0px !important;
}
/************404**************/
.col-md-6.col-sm-6 > h1 {
	color: #ffffff;
	margin-top: 0px;
}
/******************* Tag *************/
.post-author-name a {
	color: #020202;
	font-size: 18px;
	margin: 13px 0;
	font-weight: normal;
}
/*************comments**************/
#comments > ul {
	list-style: none outside none;
	padding: 0px;
}
.children, .comment-list {
	list-style: none outside none;
}
.comment-list {
	padding: 0px;
}
.comments-title {
	font-size: 20px;
}
.aligncenter {
	text-align: center;
}
.bypostauthor {
}
/* foodrecipes gallery */
.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery-item img {
	padding-bottom: 0px !important;
	max-width: 100% !important;
	height: auto;
	margin-bottom: 0px;
}
.gallery-item .gallery-icon {
	margin-left: 0px !important;
}
embed, iframe, object, video {
	max-width: 100%
}
.foodrecipes-main-pagination li:last-child {
	float: none !important;
}
.foodrecipes-main-pagination a {
	display: block;
	margin: 5px 0;
	padding: 5px 10px;
}
.post-password-form input[type='password'] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
.post-password-form input[type='submit'] {
	background-color: #FFA66B;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: top;
}
.foodrecipes-breadcrumb {
	color: #FFF;
}
.alignnone img {
	max-width: 100%;
}
.alignnone {
	max-width: 100%;
}
.foodrecipes-box-paging > h2 {
	padding-left: 10px;
}
.foodrecipes-comment-text h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 15px 0 10px;
	padding-left: 0px !important;
	padding-top: 10px;
}
dd {
	margin-bottom: 24px;
}
/**table ***/
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
    width:25%
	height: 1px;
	margin-bottom: 23px;
}
.foodrecipes-box-paging th, .foodrecipes-box-paging th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

/*.foodrecipes-box-paging, .entry-summary, .page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}*/
hr {
    background-color: #ccc;
    height: 1px;
    margin-bottom: 2em;
}
.site-content .foodrecipes-box-paging, .site-content .entry-summary, .page-content {
	background-color: #fff;
	padding: 12px 10px 0;
}
.page .foodrecipes-box-paging {
	padding-top: 0;
}
.foodrecipes-box-paging h1:first-child, .foodrecipes-box-paging h2:first-child, .foodrecipes-box-paging h3:first-child, .foodrecipes-box-paging h4:first-child, .foodrecipes-box-paging h5:first-child, .foodrecipes-box-paging h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
	margin-top: 0;
}
.foodrecipes-box-paging a, .entry-summary a, .page-content a, .comment-content a {
	text-decoration: underline;
}
.foodrecipes-box-paging a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .foodrecipes-box-paging a.button, .entry-summary a.button, .page-content a.button, .comment-content a.button {
	text-decoration: none;
}
.foodrecipes-box-paging table, .comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.foodrecipes-box-paging th, .comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.foodrecipes-box-paging td, .comment-content td {
	padding: 8px;
}
.foodrecipes-box-paging .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.foodrecipes-box-paging .edit-link a {
	color: #767676;
	text-decoration: none;
}
.foodrecipes-box-paging .edit-link a:hover {
	color: #41a62a;
}
dt, dd {
	margin-left: 15px;
}
address {
	margin-left: 15px;
}
.foodrecipes-box-paging p > img {
	float: none;
}
input[type="search"] {
	font-weight: normal;
}
.foodrecipes-inner-blog-text > h1 {
	font-size: 36px;
	margin-top: 0px;
	padding: 0px 0;
	text-align: justify;
}
.foodrecipes-main-pagination .foodrecipes-nav-previous {
	float: left;
}
.foodrecipes-main-pagination .foodrecipes-nav-next {
	float: right;
}
.foodrecipes-single-pagination a {
	display: inline-block;
}
header .foodrecipes-container-recipes {
	padding-left: 0px;
	padding-right: 0px;
}
.foodrecipes-page-breadcrumbs {
	display: block;
	padding-bottom: 10px;
}
.foodrecipes-main-template {
	padding-left: 0px;
	padding-right: 0px;
}
#wp-calendar th, #wp-calendar td {
	text-align: center;
}
.foodrecipes-site-title {
	color: rgb(100, 100, 100);
	margin: 17px 0 10px;
}
.foodrecipes-custom-header {
	max-width: 100%;
	height: auto;
}
.form-allowed-tags {
	display:none;
}
.comment-respond label {
	width:80px;
}
.recipetab{
background-color:yellow;
text:black;
border-color:red;
border-style:double;
border-spacing: 10px;
padding: 5px;

}

/***media***/
@media (max-width: 767px){
.foodrecipes-post-title,
.archive-breadcrumb,
.foodrecipes-inner-blog-text > h1{text-align: center;width: 100%;}
.main-sidebar .blog-categories ul{background-color:black,padding: 0;}
.comment-form-comment textarea{width: 100%;}
.archive-breadcrumb{padding-left: 0;}
}
@media only screen and (max-width: 767px) {
.av-hamburger-inner {
  background:white !important;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.menu-foodrecipes a{
	padding: 5px 15px;
.open-responsive-menu .fa {
    color: white;

}
}


}
