/*
Theme Name: Koallah Farm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koallah-farm
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Koallah Farm is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #005620;
}

a:visited {
	color: #005620;
}

a:hover,
a:focus,
a:active {
	color: #005620;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* KF style.css */

body, div, h1, h2, h3, h4, ul, ol, p, li, dl, dt, dd, img, form, fieldset, blockquote, legend {
	padding: 0px; border: 0px;
	color:#666666;
}
#content p {
	padding-bottom:14px;

}
.clear:after {
	content: ""; display: block; clear: both;
}
	.clear { zoom: 1; } 
	
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg-body.png) repeat-x;	
}

body#index {	
	background: #fff url(images/bg-body-index.png) repeat-x;	
}

.newline {
	padding:20px 0 0 0;
}

.grayline { 
	max-width:700px; border-top:1px solid #cccccc; float:left; margin:12px 0;
}

#container {
	max-width: 960px; margin: 0 auto; 
}

#header {
	position:relative;
}
	#header h1 a {
		display: block; width: 400px; height: 91px; float: left;
	}
	#header p {
		float: right; width: 465px; height: 47px; font-size: 12px; 
		background: url(images/header-bg.png) no-repeat;
		background-position: 0 -10px;
	}
	#header p a {
		color: #000000; text-decoration: none; 
	}
	#header p a:hover {
		text-decoration: underline;
	}
	#header p span {
		padding:0 8px; 
	}
	#header ul#nav {
		position: absolute;right: 22px;bottom: 0;width: 501px;height: 38px;
		background: url(images/bg-ul-nav.png); list-style: none;
	}
	#header ul#nav li {
		float: left;
	}
	#header ul#nav li a { 
			height: 38px; display: block; font-size:14px; text-decoration:none; text-indent:-9999px;
	}	
	#header ul#nav #list1 { width: 78px; }
	#header ul#nav #list2 { width: 114px; }
	#header ul#nav #list3 { width: 84px; }
	#header ul#nav #list4 { width: 106px; }
	#header ul#nav #list5 { width: 116px; }

#featured-home {
	height:211px; margin:1px 0 0 0; padding:19px 24px 0 0;
	background: url(images/feature-index.jpg) no-repeat;
}
	#featured-home .login {
		float:right; width:160px;
	}		
	#featured-home .login h4 {
		font-size: 14px; font-weight:bold; color:#FFFFFF; text-transform:uppercase; padding:0 0 3px 0;
	}
	#featured-home .login form label {
		font-size: 12px;color:#FFFFFF;
	}
	#featured-home .login form input {
		font-size: 12px;color:#FFFFFF; width: 146px; border: 1px solid #005921; background:#b1ce65; 
		padding: 0px 5px 0px 5px; margin:0 0 5px 0; height:18px; line-height:18px;
	}
	#featured-home .login form input.submit {
		width: 65px;  border: 0;  background:#005921; height:22px; float:left; padding:0; 
		cursor: pointer; background:url(images/button-login.png) no-repeat;
	}
	#featured-home .login small a{
		font-size: 11px; color:#005621;  float: right; line-height: 20px; 
	}	
	#featured-home .login p {
		font-size: 12px; color:#FFFFFF; margin:7px 0 0 0;
	}	
	#featured-home .login p a{
		font-size: 12px; font-weight:bold; color:#FFFFFF; text-transform:uppercase;
	}
	#featured-home .star {
		float:left; width:150px;
	}	
	
#content {
	padding:0 0px 16px 0px;
	background: url(images/bg-content.png) no-repeat; position:relative;
}
	#content #main {
		padding:33px 20px 55px 0; max-width:713px; float:right; 
	}
	#content #main p{
		font-size:13px; color:#666666; 
	}
	#content #main.information p {
		width:100%;
	}
	#content #main.frontpage {
		height:250px;
	}
	#content #main.information {
		position:relative;
	}
	#content #main.information p img.img-ourfarm{
		float:right; padding:0 0 0 15px;
	}
	#content #main.information p.breadcrum a{
		font-size:12px; color:#666666; font-weight:bold;
	}
	#content #main.information p.breadcrum a.current{
		font-size:12px; color:#82b00c; font-weight:bold; text-decoration:none;
	}
	#content #main.information p.store-product img{
		margin:15px 0 7px 0; border:1px solid #cccccc; padding:4px; width:495px; height:300px;
	}
	#content #main.testimonial-quote p {
		padding:5px 0 30px 0; border-top:1px solid #d9e7b6;
	}
	#content #main.testimonial-quote p.nopadding{
		padding:0; border:none;
	}
	#content #main p.imgright {
		float:left; padding:0 0 0 16px;
	}
	#content #main.indexpage {
		padding:0; width:auto;
	}	
	#content #main ul.ul-index {
		list-style:none; padding:25px 0 0 0; 
	}
	#content #main ul.ul-index li{
		float:left; width:275px; padding:0 22px; background: url(images/bg-li-main-index.png) left repeat-y;
	}	
	#content #main ul.ul-index li.welcome:first-child { 
		background: none; 
		width:550px;
	}			
	#content #main ul.ul-index li:first-child { 
		background: none; 
		width:275px;
	}			
	#content #main h2{
		font: 22px Georgia, Times New Roman, Times, serif; color:#005621; padding:0 0 20px 0;
	}
	#content #rightside h2{
		font: 22px Georgia, Times New Roman, Times, serif; color:#005621; padding:0 0 10px 0;
	}	
	#content #main h3{
		font-size:14px; color:#82b00c; padding:0 0 5px 0;
	}
	#content #main a{
		color:#005621;
	}	
	#content #main p span.mailto a{
		line-height:22px;
	}
	#content #main h3 span{
		font-size:13px; color:#82b00c;
	}
	#content #main ul.ul-index li p{
		font-size:13px; color:#666666;
	}	
	#content .information ol li {
		font-size:13px; color:#666666; width:480px;
		padding-bottom:10px;
	}	
	#content .information ol{
		margin-left:20px;
		margin-top:20px;
	}	
	#content .information  ul li {
		font-size:13px; color:#666666; width:480px;
		padding-bottom:10px;
	}	
	#content .information ul{
		margin-left:20px;
		margin-top:20px;
	}	
	#content #main ul.ul-index li a{
		font-size:13px; color:#005821; line-height: 20px;
	}	
	#content #main ul.ul-sub{
		padding:0; list-style:none;
	}	
	#content #main ul.ul-sub li{
		position:relative; padding:0 0 25px 0; height:auto; background:none;
	}	
	#content #main ul.ul-sub li p{
		width:165px;
	}	
	#content #main ul.ul-sub li p.image{
		position:absolute; top:0; right:0; width:87px;
	}
	#content #main ul.ul-sub li p.price, #content #main p.price{
		font-size:13px; color:#005821; line-height: 40px; font-weight:bold;
	}	
	#content #main ul.ul-sub li label{
		font-size:13px; color:#666666;
	}	
	#content #main ul.ul-sub li input{
		width:28px; text-align:right; height:14px;
	}	
	#content #main ul.ul-sub li input.submit{
		width:80px;background: url(images/button-index-addToCart.png) no-repeat; border:0; height:18px;
		cursor: pointer; margin:0 0 0 20px;
	}
	#content #main ul.ul-whatmakeus{
		list-style:none; padding:0 0 0 38px; 
	}
	#content #main ul.ul-whatmakeus li{
		background:url(images/bg-li-whatmakesus.png) 0px 5px no-repeat; float:none; width:auto;
		font-size: 13px; color:#666666; width:468px; padding:0 0 0 15px; margin:25px 0 0 0;
	}
	#content #main ul.ul-store-home{
		list-style:none;
		margin-left:0px;
	}
	#content #main ul.ul-store-home li{
		width:243px; float:left; padding:0 18px 39px 0; height:330px;
	}
	#content #main ul.ul-store-home li p {
		width:243px;
	}
	#content #main ul.ul-store-home li p img{
		padding:20px 0;
	}
	#content #main p a.add-to-cart {
		width:109px; height:20px; text-indent:-9999px; cursor:pointer; display:block; margin:10px 0 0 0;
		background:url(images/button-add_to_cart.jpg) no-repeat; line-height:20px;
	}
	#content #main p a.moreInfo {
		width:109px; height:20px; text-indent:-9999px; cursor:pointer; display:block; margin:10px 0 0 0;
		background:url(images/button-moreinfo.jpg) no-repeat; line-height:20px;
	}
	#content #main ul.ul-store-subcat{
	list-style:none;
	width:522px;
	padding:4px 0 0;
	margin-left:0px;
	}
	#content #main ul.ul-store-subcat li{
		width:160px; float:left; padding:0 14px 57px 0; height:350px;
	}
	#content #main ul.ul-store-subcat li p{
		width:160px;
	}
	#content #main ul.ul-store-subcat li p.image-border img{
		width:150px; height:120px; border: 1px solid #cccccc;  padding:4px;
	}
	#content #main ul.ul-store-subcat li h3{
		line-height:24px;
	}
	#content #main ul.ul-store-subcat li p a{
		color:#82b00c;line-height:24px;
	}
	#content #main form {
		max-width:339px;
	}
	#content #main form legend{
		font: bold 14px Verdana; color:#666666;
	}
	#content #main form label{
		font-size:12px; color:#666666; display:block; padding:0 0 3px 0;
	}
	#content #main form label.oneline{
		display:inline; 
	}
	#content #main form label.rtc{
		margin:8px 0 0 0;
	}
	#content #main form input.rtc{
		margin:8px 0 0 0;width:157px;
		border: 1px solid #005921;
	}
	#content #main form textarea{
		font-size:12px; color:#666666; width:337px;
		border: 1px solid #005921;
	}
	.regularTxt{
		width:157px;
		border: 1px solid #005921;
	}
	#content #main form input.longTxt{
		width:337px; 
		border: 1px solid #005921;
	}
	#content #main form input.exLongTxt{
		width:550px; 
		border: 1px solid #005921;
	}
	#content #main form input.shortTxt{
		width:72px;
		border: 1px solid #005921;
	}
	#content #main form input.twoTxt{
		width:37px;
		border: 1px solid #005921;
	}
	#content #main form input.table-txtfd{
		width:28px; text-align:right; color:#666666;
		border: 1px solid #666666; padding:0 2px 0 0;
	}
	#content #main form select.table-list{
		width:90px; font-size: 12px; border: 1px solid #666666;
	}
	#content #main form input.send{
		width:137px; height:20px; border: 0; text-indent:-9999px;
		background:url(images/button-send.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.condshop{
		width:137px; height:20px; border: 0; text-indent:-9999px; float:left;
		background:url(images/button-continueShopping.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.updateTotals{
		width:109px; height:20px; border: 0; text-indent:-9999px; float:left;
		background:url(images/button-updateTotal.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.checkout{
		width:109px; height:20px; border: 0; text-indent:-9999px; float:right;
		background:url(images/button-checkout.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.returnCart{
		width:109px; height:20px; border: 0; text-indent:-9999px; float:left;
		background:url(images/button-returnCart.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.placeOrder{
		width:109px; height:20px; border: 0; text-indent:-9999px; float:right;
		background:url(images/button-placeOrder.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.paynow{
		width:109px; height:20px; border: 0; text-indent:-9999px; float:right;
		background:url(images/button-pay.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.reset{
		width:137px; height:20px; border: 0; text-indent:-9999px;
		background:url(images/button-reset.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.createAccount{
		width:137px; height:20px; border: 0; text-indent:-9999px; float:left; margin:15px 0 0 0;
		background:url(images/button-createAccount.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.create{
		width:137px; height:20px; border: 0; text-indent:-9999px; float:left; margin:15px 0 0 0;
		background:url(images/button-create.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.update{
		width:137px; height:20px; border: 0; text-indent:-9999px; float:left; margin:15px 0 0 0;
		background:url(images/button-update.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.updateDetails{
		width:137px; height:20px; border: 0; text-indent:-9999px; float:left;
		background:url(images/button-updateDetails.jpg) no-repeat; cursor:pointer;
	}
	#content #main form input.login{
		width:67px; height:20px; border: 0; text-indent:-9999px; margin:8px 0 0 0;
		background:url(images/button-login.jpg) no-repeat; cursor:pointer;
	}
	#content #main p a.add-to-cart:hover,
	#content #main p a.moreInfo:hover,
	#content #main form input.updateDetails:hover,
	#content #main form input.send:hover,
	#content #main form input.reset:hover,
	#content #main form input.returnCart:hover,
	#content #main form input.placeOrder:hover,
	#content #main form input.checkout:hover,
	#content #main form input.updateTotals:hover,
	#content #main form input.createAccount:hover,
	#content #main form input.create:hover,
	#content #main form input.update:hover,
	#content #main form input.paynow:hover,
	#content #main form input.condshop:hover
	{
		background-position:bottom;
	}
	#content #main form input.error{
		/*/background: red;*/
		border: 1px dotted red;
	}
	#content #main form div.align-left{
		width:159px; padding:8px 20px 0 0 ;float:left;	
	}
	#content #main form div.align-left-sub{
		width:74px; ;float:left;	
	}
	#content #main form div.align-oneline{
		float:left; width:339px; padding:8px 0 0 0;
	}
	#content #main form div.align-oneline-extra{
		float:left; width:409px;
	}
	#content #main form div.align-oneline-full{
		float:left; width:700px; padding:8px 0 0 0;
	}
	#content #main form div.align-right{
		width:159px; float:left; padding:8px 0 0 0;
	}
	#content #main form div.align-right-extra{
		width:230px; float:left; padding:8px 0 0 0;
	}
	#content #main form div.align-right-full{
		float:right; width:228px;
	}
	#content #main form div.align-right-sub{
		width:74px; float:right;
	}
	#content #main .form {
		position:relative; margin:10px 0 0 0;
	}
	#content #main form.form-returning-customer,
	#content #main form#form-pw-recover
	{
		width:180px;
	}
	#content #main .form-returning-customer{
		 position:absolute; top:0px; right:0px; width:180px; padding:0 0 0 20px;
		height:232px; border-left:1px solid #cccccc;
	}
		
#content #leftside { 
	float:left; width:184px; padding:33px 0 0 22px; display:block;
}
	#content #leftside ul { 
		list-style:none;	
	}	
	#content #leftside ul li{ 
		border-bottom:1px solid #d9e7b6; line-height:24px;	
	}
	#content #leftside ul li.has-child{ 
		border-bottom:1px solid #d9e7b6; 
	}
	#content #leftside ul li.first-child{ 
		border-bottom:none; border-top:1px solid #d9e7b6; 
	}
	#content #leftside ul li.last-child{ 
		border-bottom:none; margin-bottom:-1px;
	}
	#content #leftside ul li.sibling-child{ 
		border-top:1px solid #d9e7b6; border-bottom:none;
	}	
	#content #leftside ul li a{ 
		font-size:12px; color:#666666; font-weight:bold; text-decoration:none;	
	}
	#content #leftside ul li ul li a{ 
		color:#FFFFFF;font-weight:normal;  
	}
	#content #leftside ul li a:hover{
		color:#82b00c;
	}
	#content #leftside ul.sidebarmenu1-detail li ul li a{  /* Sub level 2st */
		color:#82b00c;font-weight:normal; padding:0 0 0 7px; display:block;
	}
	#content #leftside ul.sidebarmenu1-detail li ul li ul li a{  /* Sub level 3st */
		padding:0 0 0 14px; display:block;
	}
	#content #leftside ul.sidebarmenu1-detail li ul li a.current,
	#content #leftside ul.sidebarmenu1-detail li ul li a:hover,
	#content #leftside ul.sidebarmenu1-detail li ul li ul li a:hover, 
	#content #leftside ul.sidebarmenu1-detail li ul li ul li a.current,	
	#content #leftside ul.sidebarmenu1-detail li ul li ul li ul li a:hover, 
	#content #leftside ul.sidebarmenu1-detail li ul li ul li ul li a.current
	{  
/* 		font-weight:bold; */
	}
	#content #leftside ul.sidebarmenu1-detail li ul li ul li ul li a{  /* Sub level 4st */
		padding:0 0 0 21px; color:#666666; display:block;
	}
#content #rightside { 
	position:absolute; top:33px; right:26px;
}
	#content #rightside a, #content #rightside p{ 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; color:#005621; padding:5px 0 0 0;
	}
/*********************** TABLE ***************************/
table#store-home-shoppiing_cart {
	width:182px;
	border-top:1px solid #d9e7b6;
	border-bottom:1px solid #d9e7b6;
	padding:5px 0; 
}
	table#store-home-shoppiing_cart tr{
	height:16px; line-height:16px; font-size:12px;
	}
table.order-history,
table.order-history-detail
{
	width:700px;
	border-collapse: collapse;
	
}
table.order-history th,
table.order-history-detail th
{
	border-bottom: 2px solid #cccccc;
	color:#005621;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:30px;
	padding:0 0 0 10px;
}
table.order-history-detail td.order-total
{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#005621;
}

table.order-history td,
table.order-history-detail td
{
	border-bottom: 1px solid #cccccc;
	color:#666666;
	line-height:30px;
	padding:0 0 0 10px;
	
}
table#store-home-shoppiing_cart th.value,
table#store-home-shoppiing_cart td.value
{
	text-align:right; padding:0 45px 0 0;
	
}
table.order-history th.value,
table.order-history td.value
{
	text-align:right; padding:0 30px 0 0;
	
}
table.order-history-detail th.value,
table.order-history-detail td.value
{
	text-align:right; padding:0 10px 0 0;
	
}
table.order-history th.center,
table.order-history-detail th.center,
table.order-history td.center,
table.order-history-detail td.center
{
	text-align:center; 
	
}

	
#footer {
		max-width: 960px; margin: 0 auto; 		
	}	
	#footer .information{
		background:#302e30; padding:0 0 0 0;		
	}	
	#footer .information ul{
		list-style:none; padding:0 0 0 0;		
	}	
	#footer .information ul li {
		float:left; width:275px; padding:0 0px;
	}	
	#footer .information ul li h2 {
		font: 18px Georgia, Times New Roman, Times, serif; color:#FFFFFF; padding:0 0 10px 0;		
	}	
	#footer .information ul li p {
		font-size:12px ; color:#666666; line-height:15px; padding:0 0 0 0;		
	}	
	#footer .information ul li p a {
		font-size:12px ; color:#82b00c; 		
	}	
	#footer .information ul li p a.morelink {
		font-size:12px ; color:#FFFFFF; line-height:50px;		
	}	
	#footer .contact {
		padding:16px 12px;		
	}	
	#footer .contact p {
		font-size:12px ; color:#82b00c; line-height:22px;		
	}	
	#footer .contact p a{
		font-size:13px ; color:#666666; text-decoration:none;		
	}
	#footer .contact p a:hover{
		text-decoration: underline;		
	}	
	#footer .contact p span{
		font-size:13px ; color:#666666; padding:0 11px;		
	}
	
	
/******************** Form Validation ********************/
#content #main form input.error,
#content #main form textarea.error 
{ border: 1px dotted red;}
#content #main form label.error { display:none; color:red;}


/******************* Admin *******************************/
#content #main.admin form select{
		width:159px; font-size: 12px; border: 1px solid #005921;
	}
.helpadmin {
	float:right;
	
}

#cms {
	height:350px;
	overflow:auto;
}
#table1 {
	background-color:#FFF;
	
}
#table2 {
	background-color:#CCC;
	
}

.friend {
	display:block;
	width:137px;
	height:20px;
	background-image:url(images/button-friend.png);
	text-indent:-1000px;
	
}
.friend:hover {
	background-image:url(images/button-friend-hover.png)
}
#content #leftside ul li a.redtext {
	color:#F00;
}
.fb {
	position:absolute;
	float:right;
	top:3px;
	right:38px;
}

.social-links ul li {
	list-style-type:none;
}
.social-links ul ul {
    position: absolute;
	z-index:100;
	background:#f2f5f6;
	width:210px;
	margin-left:-182px;
	padding:0 10px 10px 10px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: #8C8C8C 1px 1px 3px;
	-moz-box-shadow: #8C8C8C 1px 1px 3px; 
	box-shadow: #8C8C8C 1px 1px 3px;
}
.social-links ul ul li {
	float:none!important;
	overflow:hidden;
	height:auto;
	line-height:normal;
	padding:0;
	margin:0;
}
.social-links ul ul li a {
	border-bottom:1px solid #ddd;
	font-size:12px;
	line-height:normal;
	color:#00657e;
	display:block;
	padding:5px;
}
.social-links ul ul li a:hover {
	color:#00b0eb;
}
a.last {
	border:none
}
.hidden {
	display:none;
}

#primary-menu {
	float:left;
	margin-left: 0;
}
#primary-menu li {
	margin-top: 11px;
	display: inline-block;
	padding: 0 10px;
	padding-left: 0;
	padding-bottom: 10px;
}
#primary-menu li:first-child {
	padding-left: 0;
}
#primary-menu li:last-child {
	border-right: none;
}
#primary-menu li a {
	color: white;
	text-decoration: none;
	display: block;
}
#primary-menu li a::after {
	margin-left: 10px;
	content: '|';
}
#primary-menu li:last-child ::after {
	display: none;
}
#primary-menu li a:hover {
    color: #82b00c;
}
#primary-menu li ul { 
	margin-top: 9px;
	display:none; 
	position:absolute; 
	z-index: 999;
} 
#primary-menu li:hover ul { 
	display:block; 
	background:#82b00c; 
	color: white;
    margin-left: 0;
    width: 130px;
}
#primary-menu li:hover ul li a:hover { 
	color: white;
}

#primary-menu li ul li {
	display: block;
    clear:both;
	border-style:none;
	margin: 0;
	border-bottom: solid 1px white;
	padding: 0px 10px;
}
#primary-menu li ul li:first-child {
	display: block;
    clear: both;
    border-style: none;
    padding: 0px 10px;
    margin-top: 5px;
    border-bottom: solid 1px white;
}
#primary-menu li ul li:last-child {
	display: block;
    clear: both;
    border-style: none;
    margin-bottom: 5px;
}
.topright input[type="text"] {
	width: 150px;
    height: 25px;
    margin-left: 10px;
    margin-top: 3px;
    border-radius: 6px;
    outline: none;
}
.topright input[type="submit"] {
    border-radius: 6px;
    background-color: #7cb945;
    color: white;
    border: none;
    box-shadow: none;
    width: 70px;
    text-transform: uppercase;
}
.logo, .trace, .topright, .social-links {
	width: 50%;
	float: left;
}
.trace {
	background:url(images/header-bg.png);
	background-repeat: no-repeat;
    background-position: 0px -15px;
}
.social-links img {
	float: right;
    margin-right: 20px;	
}
.mobile-navigation{
	display: none;
}
.mobile-navigation #primary-menu {
	width: 100%;
	background-color: black;
}
.mobile-navigation #primary-menu li {
	padding-left: 30px; 
	display: block;
	border: none;
}
.mobile-navigation #primary-menu li a {
	display: block;
}
.mobile-navigation #primary-menu li:first-child {
	padding-left: 30px;
}
.mobile-navigation #primary-menu li ul li:first-child {
	border: none;
}
.mobile-navigation #primary-menu li ul {
	background-color: black;
	display: block;
	position: relative;
	margin-left: 0;
}
.mobile-navigation #primary-menu li:hover ul {
	background-color: black;
	width: 100%;
}
.mobile-navigation #primary-menu li ul li {
	margin-bottom: 10px;
}
.mobile-navigation #primary-menu li ul li a:hover{
	color: #82b00c;
}
.mobile-navigation #primary-menu li ::after {
	display: none;
}
.sub-menu li ::after{
	display: none;
}
.menu-footer-menu-container ul {
	margin: 0;
}
.menu-footer-menu-container ul li {
	display: inline-block;
}
.menu-footer-menu-container ul li a {
	font-size: 13px;
    color: #666666;
    text-decoration: none;
}
.menu-footer-menu-container ul li a:hover{
	color: #82b00c;
}
.menu-footer-menu-container ul li a::after {
	margin-left: 10px;
	content: '|';
}
.menu-footer-menu-container ul li:last-child ::after {
	display: none;
}
#primary, #secondary {
	padding: 20px;
	width: 25%;
	float: left;
}
#secondary ul{
	margin-left: 0;
}
#main ul.ul-store-subcat{
	list-style:none;
	width:522px;
	padding:4px 0 0;
	margin-left:0px;
}

#main ul.ul-store-subcat li p.image-border img{
	width:150px; height:120px; border: 1px solid #cccccc;  padding:4px;
}
#main ul.ul-store-subcat li h3{
	line-height:24px;
}
#main ul.ul-store-subcat li p a{
	color:#82b00c;line-height:24px;
}
#main ul.ul-store-home{
	list-style:none;
	margin-left:0px;
}

#main ul.ul-store-home li h3{
	color: #82B00C;
}
.title_recipe_page{
	color: #005621;
	font-size: 1.5em;
}

#main ul.ul-store-home li p {
	width:243px;
}
#main ul.ul-store-home li p img{
	padding:20px 0;
}
#main p a.moreInfo {
	width:109px; height:20px; text-indent:-9999px; cursor:pointer; display:block; margin:10px 0 0 0;
	background:url(images/button-moreinfo.jpg) no-repeat; line-height:20px;
}
.first_child, .second_child, .third_child, .second_child_current{
	list-style: none;
	border-top: 1px solid #85B776;
	padding: 5px 0;
}
.first_child a, .second_child a, .third_child a, .second_child_current a{
	text-decoration: none;
}
.first_child{
	color: black;
	font-weight: bold;
}
.first_child a{
	color: #626260;
}
.second_child_current a{
	color: #82B00C;
}
.second_child_curent{
	padding:0 0 0 7px;
}
.second_child a, .third_child a{
	padding:0 0 0 7px;
	color: #82B00C;
}
.second_child a{
	padding:0 0 0 7px;
}
.third_child a{
	padding:0 0 0 14px;
}
ul li a:hover{
	color:#82b00c;
/* 	font-weight: bold; */
}
.store_product{
	margin:15px 0 7px 0; border:1px solid #cccccc; padding:4px; width:70%; height:40%;
}
.breadcrum_1, .breadcrum_2{
	color: black;
	font-weight: bold;
}
.breadcrum_3{
	color:#82b00c !important;
	font-weight: bold;
	text-decoration: none;
}
.recipe_title{
	color:#82b00c;
	font-weight: bold;
}
.content-area {
	width:66%; 
	float:left
}
.sidebar-area {
	width:33%; 
	float:left
}
/*HomePage Css*/
.text_1{
	font-family: Verdana;
	font-size: 28pt;
	color:#005620;
}
.text_2{
	font-family: Verdana;
	font-size: 22pt;
	color:#7CB945;
}
.text_3{
	font-family: Verdana;
	font-size: 13pt;
	color:#666666;
}
#box_2{
	padding: 10px 10px 10px 10px;
	background-color: #7CB945;
	border-radius: 10px;
}
.text_4{
	font-family: Georgia;
	font-size: 36pt;
	color:#FFFFFF;
}
.text_5{
	font-family: Georgia;
	font-size: 22pt;
	color:#005620;
}
.text_6{
	font-family: Verdana;
	font-size: 13pt;
	color:#FFFFFF;
}

.btn_show_me_now{
	background-color: #005620 !important;
	color: white !important;
	font-weight: bold !important;
	font-size: 11pt !important;
	font-family: verdana !important;
	width: 80% !important;
	border-radius: 10px !important;
}
.link_1{
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer;
}
.text_7{
	font-family: Georgia;
	font-size: 36pt;
	color:#005620;
}
.text_8{
	font-family: Georgia;
	font-size: 22pt;
	color:#7CB945;
}
#logo_koallahfarm{
	width: 40%;
	padding-left: 20px;
}
#icon_farm{
	width: 30%;
	height: 220px;
}
#icon_arrow{
	width: 38%;
	margin-bottom: 30px;
}
#icon_you{
	height: 220px;
	width: 30%;
}

#box_4{
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;

	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	padding: 30px 30px 30px 30px;
	background-color: #7CB945;
	border-radius: 10px;
	margin-top: 20px;
}
#box_4_sub{
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;

	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	padding: 15px 15px 15px 15px;
	border-radius: 10px;
	border: 1px white solid;
	text-align: center;
}

.text_9{
	font-family: Verdana;
	font-size: 28pt;
	color:#68ACAD;
}
#box_5{
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;

	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	padding: 30px 30px 30px 30px;
	background-color: #68ACAD;
	border-radius: 10px;
	margin-top: 20px;
}
.box_5_sub{
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;

	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	border-radius: 10px;
	padding: 15px 15px 15px 15px;
	text-align: center;
	height: 240px;
	width: 100%;
}
.box_5_sub_left{
	width: 45%;
	height: 50%;
	text-align: left;
}.box_5_sub_left img{
	width: 70%;
	height: 250px;
	margin-left: 30px;
}
.box_5_sub_right{
	width: 45%;
	height: 50%;
	text-align: left;
	float: left;
	margin-top:-100px;
}
#box_5_sub_text{
	border: 1px white solid;
	width: 55%;
	padding: 15px 15px 15px 15px !important;
	float: right;
	border-radius: 10px;
	text-align: left !important;
	height: 200px;
	margin-right: 60px !important;
}
.box_5_sub_text_mobile{
	border: 1px white solid;
	width: 100%;
	padding: 15px 15px 15px 15px !important;
	border-radius: 10px;
	text-align: center !important;
}
.box_5_sub_images{
	width: 30%;
}
.box_5_sub_text_css{
	font-family: Verdana;
	font-size: 22pt;
	color:#FFFFFF;
}
.box_5_sub_text_css_mobile{
	font-family: Verdana;
	font-size: 18pt;
	color:#FFFFFF;
}
#box_5_mobile{
	background-color: #68ACAD;
	border-radius: 10px;
	height: auto;
	padding: 1em 1em;
}
.box_5_mobile_sub_images{
	text-align: center;
	width:100%;
}
.clear{
	clear: both;
}
nav.post-navigation {
	display: none;
}
#primary{width: 100%; float: right; padding: 0 1em 0 1em;}
.blog #primary{width: 75%;float: left;}
.single-post #primary{width: 75%;float: left;}
.archive #primary{width: 75%;float: left;}
#footer{width: 100%; float: right; padding: 0 1em 0 1em;}
.home #primary{width: 100%;}
#main{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#secondary h2.widget-title {
	font-size: 18px;
}
#secondary .widget li {
	list-style: none;
}
.byline {
	display: none !important;
}
.ul-store-subcat h3{
	color:#82b00c;
	font-weight: bold;
}
.cut_img {
	padding: 20px 0;
}
/* Dành cho điện thoại */
@media screen and (min-device-width: 300px) and (max-width: 959px) {
	.recipe_related_animal li{
		width:30%;
	}
	.recipe_related_animal li img{
		width:100%;
		height: auto;
		max-height: 200px;
	}	
	#main ul.ul-store-home li{
		padding:0 18px 39px 0; height:330px;
	}
	#main ul.ul-store-subcat li{
		width:100%; padding:0 14px 57px 0; height:350px;
	}
	#main ul.ul-store-subcat li p {
		width:60%; 
	}
	#left-sidebar{
		width:100%;
		padding: 0 1.8em 0 0;
	}
	.page-template-template-recipe #main{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-recipesubcat #main{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-detail #main{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
/*
	#box_1{
		display: none;
	}
*/
	#box_2{
		display: none;
	}
	.box_3_left{
	 	width: 100%;
	}
	.box_3_right{
		width: 100%;
	}
	#logo_koallahfarm{
		width: 100%;
	}
	.icon_farm_arrow_you{
		display: none;
	}
	.icon_farm_arrow_you_mobile{
		display: block;
		text-align: center;
	}
 	#box_5{
		display: none;
	}
	#box_5_mobile{
		display: block;
	}
	.box_4_sub_text{
		font-family: Verdana;
		font-size: 18pt;
		color:#FFFFFF;
		text-align: center;
	}
	.your_trace_code{
		border-radius: 5px;
		width: 100%;
		height: 35px;
	}
	.input_search{
		width: 100%;
	}
	.button_search{
		text-align: center;
	}
	.title_text{
		width: 150pt;
		color: #FFFFFF;
		float: left;
	}
	.icon_help{
		width: 20pt;
		float: left;
		margin-top: 3pt;
		text-align: right;
	}
	.recipe_related_animal ul {
		margin-left: 0;
	}
	.recipe_related_animal li {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.input_search {
		margin-bottom: 20px;
	}
	#footer .information {
		padding:10px;
	}
}
@media only screen and (min-width: 350px) and (max-width: 959px) {
	.recipe_related_animal li{
		width:100%;
	}
	.recipe_related_animal li img{
		width:100%;
		height: auto;
		max-height: 200px;
	}
	.title_text{
		width: 60%;
		color: #FFFFFF;
		float: left;
	}
	.icon_help{
		width: 40%;
		float: left;
		margin-top: 3pt;
		text-align: right;
	}
}
/* Dành cho máy tính bảng chiều dọc */
@media all and (min-width: 600px) and (max-width: 959px) {
	.recipe_related_animal li{
		width:30%;
	}
	.recipe_related_animal li img{
		width:100%;
		height: auto;
		max-height: 200px;
	}
	#main ul.ul-store-subcat li{
		width:100%; padding:0 14px 57px 0; height:350px;
	}
	#left-sidebar{
		width:100%;
	}
	.page-template-template-recipe #main{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-detail #main{
		width: 100%;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-recipesubcat #main{
		width: 100%;
		margin-top: -10px;
		margin-bottom: 10px;
	}
/*
	#box_1{
		display: none;
	}
*/
	#box_2{
		display: none;
	}
	.box_3_left{
	 	width: 100%;
	}
	.box_3_right{
		width: 100%;
	}
	#logo_koallahfarm{
		width: 100%;
	}
	.icon_farm_arrow_you{
		display: none;
	}
	.icon_farm_arrow_you_mobile{
		display: block;
		text-align: center;
	}
 	#box_5{
		display: none;
	}
	#box_5_mobile{
		display: block;
	}
	.box_4_sub_text{
		font-family: Verdana;
		font-size: 18pt;
		color:#FFFFFF;
		text-align: center;
	}
	.your_trace_code{
		border-radius: 5px;
		width: 100%;
		height: 35px;
	}
	.input_search{
		width: 100%;
	}
	.button_search{
		text-align: center;
	}
	.title_text{
		width: 50%;
		color: #FFFFFF;
		float: left;
	}
	.icon_help{
		width: 50%;
		float: left;
		margin-top: 3pt;
		text-align: right;
	}
}
	
/* Dành cho máy tính bảng chiều ngang */
@media all and (min-width: 960px) {
	.recipe_related_animal li{
		width:30%;
	}
	.recipe_related_animal li img{
		width:100%;
		height: auto;
		max-height: 200px;
	}
	#main ul.ul-store-home li{
		padding:0 18px 39px 0; height:330px;
	}
	#main ul.ul-store-subcat li{
		width:100%; padding:0 14px 57px 0; height:350px;
	}
	#left-sidebar{
		width:100%;
	}
	.page-template-template-recipe #main{
		width: 70%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-detail #main{
		width: 100%;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-recipesubcat #main{
		width: 100%;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	#box_1{
		display: none;
	}
	#box_2{
		display: none;
	}
	.box_3_left{
	 	width: 100%;
	}
	.box_3_right{
		width: 100%;
	}
	#logo_koallahfarm{
		width: 100%;
		margin-left: -20px;
	}
	.icon_farm_arrow_you{
		display: none;
	}
	.icon_farm_arrow_you_mobile{
		display: block;
		text-align: center;
	}
 	#box_5{
		display: none;
	}
	#box_5_mobile{
		display: block;
	}
	.box_4_sub_text{
		font-family: Verdana;
		font-size: 18pt;
		color:#FFFFFF;
		text-align: center;
	}
	.your_trace_code{
		border-radius: 5px;
		width: 100%;
		height: 35px;
	}
	.input_search{
		width: 100%;
	}
	.button_search{
		text-align: center;
	}
	.title_text{
		width: 50%;
		color: #FFFFFF;
		float: left;
	}
	.icon_help{
		width: 50%;
		float: left;
		margin-top: 3pt;
		text-align: right;
	}
}
	
/* Dành cho màn hình desktop */
@media all and (min-width: 960px) {
	.recipe_related_animal{
		width: 100%;
	}
	.recipe_related_animal li{
		float: left;
		width:30%;
		padding-left: 20px;
	}
	.recipe_related_animal li img{
		width:100%;
		height: auto;
		max-height: 200px;
	}
	#main ul.ul-store-home li{
		float:left;padding:0 18px 39px 0; height:330px;
	}
	#main ul.ul-store-subcat li{
		width:33.33%; float:left; padding:0 14px 57px 0; height:350px;
	}

	#left-sidebar{
		width:26%;
		float: left;
	}
	.page-template-template-store-product #main{
		width: 70%;
		float: right;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe #main{
		width: 70%;
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-detail #main{
		width: 70%;
		float: right;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-recipesubcat #main{
		width: 74%;
		float: right;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.page-template-template-recipe-recipesubcat #main ul{
		width: 100%;
		float: right;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.right{
		width: 45%;
		float: left;
		clear: both;
	}
	.left{
		margin-left: 5%;
		width: 45%;
		float: left;
	}
	.full{
		clear: both;
		width: 100%;
	}
	#box_1{
		display: block;
	}
	#box_2{
		display: block;
	}
	#box_3{
		width: 100%;
	}
	.box_3_left{
	 	width: 60%;
	 	float: left;
	}
	.box_3_right{
		width: 40%;
		float: left;
	}
	#logo_koallahfarm{
		width: 100%;
		margin-top: 50px;
	}
	#box_5_mobile{
		display: none;
	}
	#box_5{
		display: block;
	}
	.icon_farm_arrow_you_mobile{
		display: none;
	}
	.icon_farm_arrow_you{
		display: block;
	}
	.box_4_sub_text{
		font-family: Verdana;
		font-size: 28pt;
		color:#FFFFFF;
		text-align: center;
	}
	.your_trace_code{
		border-radius: 5px;
		width: 100%;
		height: 35px;
	}
	.input_search{
		width: 75%;
		float: left;
	}
	.button_search{
		width: 25%;
		float: left;
		text-align: center;
	}
	.title_text{
		width: 50%;
		color: #FFFFFF;
		float: left;
	}
	.icon_help{
		width: 50%;
		float: left;
		margin-top: 3pt;
		text-align: right;
	}
}
.recipe_related_animal li{
	list-style: none;
}
.recipe_related_animal li a{
	color: #89C058;
}
.recipe_related_animal_title{
	width: 100%;
	height: 25px;
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana;
	color: #666666;
}
.table_info td{
	padding:0.4em 0.4em;
}
.title_box{
	font-size: 22pt;
	font-family: Georgia;
	color: #FFFFFF;
	background-color:#7CB945;
	border-radius: 0.3em;
	padding: 0.3em 0.3em;
}

.box_2_animal{
	padding: 10px 10px 10px 10px;
	background-color: #7CB945;
	border-radius: 10px;
}
.icon_question{
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.title_box_description{
	display: none;
	font-family: verdana;
	font-size: 13pt;
	color: #FFFFFF;
	background-color: #89C058;
	padding: 0.5em 0.5em;
}
.background_title_box{
	background-color: #89C058;
	border-radius: 10px;
}
.title_recipe{
	color:#82B00C; font-size: 12pt; font-weight:bold;
}
.image_recipe{
	width: 50%;
}
.widget-title-test-li{
	list-style: none
}
.widget-title-test-h2{
	display: none;
}
.widget-title-test-li-1{
	list-style: none;
}
.widget-title-test-li-1 .textwidget{
	list-style: none;
	color: #FFFFFF;
}
#footer .information ul li ul  {
	margin-left: 0px;
}
#footer .information ul li ul a {
	font-size: 12px;
color: #82b00c; 
}
#footer .information ul li ul .post-date {
	display: block;
	margin-bottom: 1.5em;
}
#footer .information ul li {
	margin-right: 23px;
}
.sidebarmenu1-detail {
margin-left:0;
margin-right: 25px
}
.wpb_map_wraper iframe{
    pointer-events: none;
}