/*
Theme Name: CommunityKitchens
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*@font-face {
    font-family: 'Amatic SC';
    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-weight: bold;
    font-style: bold;
}*/



.w1:after, #nav:after, .main-holder:after, form .row:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul, .radio-list, .links-list, .footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.parent {
	background: #f00;
	white-space: nowrap;
}
.parent .child {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}
.parent:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	min-height: 150px;
	margin-left: -0.5em;
}

.post {
	width: 100%;
	border: 1px solid #f00;
	display: table;
}
.post .image {
	display: table-cell;
	vertical-align: middle;
}
.post .text {
	display: table-cell;
	vertical-align: middle;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

ul, ol, dl, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 18px;
}

p {
	margin: 0 0 23px;
}
@media only screen and (max-width: 1023px) {
	p {
		margin-bottom: 17px;
	}
}

html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}

body {
	height: 100%;
	color: #373737;
	font: 400 15px/23px "Lato", Arial, Helvetica, sans-serif;
	background: #332f2f;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 320px;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 20px;
	}
}

a {
	text-decoration: none;
	color: #a0272c;
	outline: none;
	transition: all 0.2s ease;
}
a:hover {
	color: #8AA83E;
	text-decoration: none;
}
a:active {
	background-color: transparent;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

video, iframe, object, embed {
	max-width: 100%;
}

input, textarea, select {
	font: 15px "Lato", Arial, Helvetica, sans-serif;
	color: #797979;
	vertical-align: middle;
}

input[type="image"] {
	padding: 0;
	border: none;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="reset"],
textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #f4f4f4;
	margin: 0 0 10px;
	height: 45px;
	padding: 10px 18px 9px;
	border: none;
	width: 100%;
	border-radius: 5px;
}

textarea {
	overflow: auto;
	max-width: 100% !important;
	resize: vertical;
	height: 150px;
	min-height: 150px;
}

input[type="password"] {
	font-size: 14px;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}

input[type="email"] {
	background: #f4f4f4 url(images/transparent.png);
}

label {
	vertical-align: middle;
}

button, input {
	width: auto;
	overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Averia Sans Libre', cursive;
	letter-spacing: 0;
	line-height: 1.19;
	margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 7px;
	}
}
@media only screen and (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		text-align: center;
	}
}

h1 {
	font-size: 320%;
	margin-bottom: 35px;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	h2 {
		font-size: 285.71%;
		margin-bottom: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	h2 {
		font-size: 250%;
	}
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 230.77%;
		margin-bottom: 14px;
	}
}

h3 {
	font-size: 173%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 140%;
}

h6 {
	font-size: 120%;
}

i, em, var, dfn, address {
	font-style: italic;
}

u, ins {
	text-decoration: underline;
}

s, strike, del {
	text-decoration: line-through;
}

blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}
blockquote cite {
	display: block;
	text-align: right;
	padding: 0 3px 0 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul, ol {
	padding-left: 17px;
}
ul ul, ul ol, ol ul, ol ol {
	margin: 0;
	padding: 0 0 0 15px;
}

ul li, ol li {
	list-style-position: inside;
}

ul > li {
	list-style-type: none;
	  padding-bottom:  3px;
	  
}

ul li a {
    font-weight: bold;

}
#sidebar ul {
    padding-left: 0;
}
#content ul li {
	position: relative;
}
#content ul li::before {
    content: "";
    width: 7px;
    height: 11px;
    background: url(images/sprite.png) no-repeat -260px 0;
    position: absolute;
    left: -19px;
    margin-top: 5px;
}



 
dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

.widget {
	margin-bottom: 14px;
}
.widget ul {
	padding-left: 0;
}
.widget select {
	min-width: 150px;
	width: 100%;
}

.comment-form input[type="text"] {
	margin: 0 4px 0 0;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	height: 150px;
}
.search-form {
	margin-top: 11px;
}
.search-form input[type="text"] {
	width: 66%;
	margin: 0px 2% 0px 0px;
}
.search-form input[type="search"] {
	width: 30%;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.search-form input[type="text"],
	.search-form input[type="search"] {
		max-width: none;
		width: 100%;
		margin: 0 0 9px;
	}
}

.post-password-form label {
	margin: 0 0 9px;
	display: inline-block;
	vertical-align: top;
}
.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.commentlist {
	margin: 0 0 14px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}
.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 15px;
}
.navigation .prev,
.navigation .next {
	position: relative;
}
.navigation .prev:after,
.navigation .next:after {
	content: "";
	width: 8px;
	height: 12px;
	background: url(images/sprite.png) no-repeat -260px 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -6px 0 0;
}
.navigation .next,
.navigation .prev {
	display: inline-block;
/*/	padding: 0 14px 0;*/
}

.navigation .next-prev,
.navigation .view-all {
    margin-top: 32px;
}
.navigation .next {
	padding: 0 14px 0 0;
}

.navigation .next a {
	padding-left: 14px;
}

.navigation .prev {
	padding: 0 0 0 14px;
}
.navigation .prev a {
	border-right: 1px solid #CACAC9;
	padding-right: 15px;
}
.navigation .prev:after {
	background-position: -280px -0;
	right: auto;
	left: 0;
}
.navigation a {
	text-decoration: none;
}

.navigation .view-all {
	float: left;
}

.navigation .next-prev {
	float: right;
}

@media (max-width: 767px) {
	.navigation .prev {
		margin-bottom: 14px;
	}
}

@media (max-width: 599px) {
	.navigation .next-prev,
	.navigation .view-all {
		float: none;
		text-align: center;
	}
}

#wp-calendar #next {
	text-align: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px;
}
.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 14px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 6px 31px 4px 0;
}

.alignright {
	float: right;
	margin: 6px 0 4px 31px;
}

::-webkit-input-placeholder {
	color: #797979;
}

::-moz-placeholder {
	opacity: 1;
	color: #797979;
}

:-moz-placeholder {
	color: #797979;
}

:-ms-input-placeholder {
	color: #797979;
}

.placeholder {
	color: #797979;
}

iframe,
.iframe {
	border: none;
	overflow: hidden;
}

.btn,
#location_search_submit_field,
.gform_wrapper .gform_footer input[type="submit"] {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	display: inline-block;
	vertical-align: top;
	font-family: 'Averia Sans Libre', cursive;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	height: 43px;
	background: #8aa83e;
	border: none;
	padding: 9px 16px 7px 14px;
	margin: 0 0 15px;
	border-radius: 4px;
}
#location_search_submit_field {
	margin: 0;
}
html .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 2em;
}
.btn:active,
#location_search_submit_field:active {
	background-color: #8aa83e;
}
@media (max-width: 767px) {
	.btn {
		text-align: center;
		display: block;
		width: 100%;
	}
}
.btn b {
	font-weight: 700;
	padding: 0 31px 0 0;
	background: url("images/sprite.png") no-repeat scroll 100% -153px transparent;
}

a.btn:hover {
	color: #FFD908;
}

@media (max-width: 1023px) {
	.btn b {
		background-position: 100% -149px;
		padding-right: 35px;
	}
}

input[type="submit"],
input[type="button"],
button {
	padding: 0 15px 10px 0;
	height: 47px;
}

@media (max-width: 1023px) {
	#main .btn {
		font-size: 22px;
		line-height: 29px;
		height: 38px;
		padding: 3px 16px 6px 20px;
	}
}

a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	color: #FFD908;
}

.btn-holder {
	display: block;
}
@media (max-width: 1023px) {
	.btn-holder {
		text-align: center;
	}
}
.btn-holder .btn {
	margin-bottom: 0;
}
.btn-holder button,
.btn-holder input[type="submit"],
.btn-holder input[type="button"] {
	margin-bottom: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
	background: url(images/bg-wrapper.png);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.w1 {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.w1 {
		padding: 0 15px;
	}
}

#header {
	padding: 40px 0px 10px;
	position: relative;
	z-index: 5;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	#header {
		padding-top: 57px;
	}
}
@media (max-width: 1120px) {
	#header {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	#header {
		padding: 0 0 55px;
	}
}
#header:after {
	content: "";
	height: 26px;
	background: url(images/bg-header.png) repeat-x 50% 0;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
}

.logo {
	width: 300px;
	height: 198px;
	position: absolute;
	left: 51%;
	top: 100%;
	margin: -78px 0px 0px -176px;
}
@media (max-width: 1023px) {
	.logo {
		width: 257px;
		height: 174px;
		margin: -55px 0 0 -127px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.logo {
		margin: -55px 0 0 -141px;
	}
}
@media (max-width: 767px) {
	.logo {
		width: 166px;
		height: 112px;
		margin: 11px 0 0 -89px;
	}
}
.logo img {
	display: block;
}


/* Navigation Menus */

#nav {
	font: 400 29px/9px "Averia Sans Libre",cursive;
	margin-top: 17px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1120px) {
	#nav {
		font-size: 28px;
		line-height: 32px;
	}
}
@media (max-width: 1120px) {
	#nav {
		margin: 0 -20px;
	}
	#nav.active {
		padding: 0 0 60px;
	}
}
@media (max-width: 767px) {
	#nav {
		margin: 0 -15px;
		padding: 0 0 9px;
		background: url(images/bg-green.png);
	}
	#nav.active {
		padding-bottom: 20px;
	}
}
#nav ul {
	float: right;
	width: 41%;
	padding: 0 3.1% 0 0;
	text-align: right;
}
@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	#nav ul {
		padding-right: 2.5%;
	}
	#nav ul li {
		margin-left: 7.6%;
	}
}
@media (max-width: 1120px) {
	#nav ul {
		float: none !important;
		width: 100% !important;
		text-align: left;
		padding: 0 !important;
	}
	#nav ul li {
		display: block;
		margin: 0 0 15px;
	}

	#nav .sub-menu li {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	#nav ul {
		float: none !important;
		width: 100% !important;
		text-align: left;
		padding: 0 !important;
	}
/*	#nav ul li {
		display: block;
		margin: 0 0 5px;
	}*/
}
#nav ul:first-child {
	float: left;
	width: 34%;
	padding: 0 0 0 3.25%;
	text-align: left;
}
/*#nav ul:first-child li {
	margin: 0px 11.1% 0px 0px;
}*/
@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	#nav ul:first-child {
		padding-left: 4.8%;
	}
	#nav ul:first-child li {
		margin-right: 0;
	}
}

/* Sub Menu Navigation */
@media only screen and (min-width: 1121px) {
	#nav ul li {
		position: relative;
	}
	.sub-menu {
		display: none;
	}
	#nav ul li:hover > ul {
		display: block;
		position: absolute;
		padding: 10px 0px 10px 20px;
		border-radius: 5px;
		width: 275px;
		left: 0;
		top: 35px;
		z-index: 999;
		text-align: left;
		background: url('images/bg-footer-top.png') repeat scroll 0% 0% #6E6456;
		background-color: #89A83D;
	}
	#nav ul li ul:before {
		width: 0;
		height: 0;
		bottom: 0px;
		top: -7px;
		left: 20px;
		content: ' ';
		position: absolute;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #6C6254;
	}
	#nav ul li ul li  {
		font-size: 15px;
		float: left;
		padding: 0;
		margin-left: 0;
		width: 100%;
	}
	#nav ul li ul li a {
		display: block;
		padding: 5px 0px;
	}
	#nav ul li ul li a b {
		color: #fff;
		line-height: 19px;
		font-family: "Lato",Arial,Helvetica,sans-serif;
		font-size: 15px!important;
		position: relative;
		display: block;
		padding-left: 20px;
	}
	#nav ul li ul li a:hover b {
		color: #FFD908;
	}
}

.current_page_item {
	color: #FFD908!important;
}
#nav li {
	display: inline-block;
	vertical-align: top;
	list-style: none outside;
	margin: 0px 0px 0px 5.3%;
	padding-bottom: 20px;
}
#nav li:first-child {
	margin-left: 0 !important;
}
#nav li:last-child {
	margin-right: 0 !important;
}

/*@media (max-width: 1023px) {
	#nav li {
		margin: 0 !important;
	}
}*/

#nav .drop {
	max-height: 0;
}
#nav .drop a {
	color: #5c4832;
	text-decoration: none;
	position: relative;
	
}

@media (max-width: 1120px) {
	#nav .drop a {
		display: block;
		padding: 3px 20px;
		color: #5c4832;
	}
	#nav li {
		padding-bottom: 0px;
	}
	#nav ul li ul {
		/*margin-left: 20px;*/
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	#nav .drop a {
		color: #5c4832;
	}
}
#nav .drop a b {
	position: relative;
	z-index: 2;
	font-weight: normal;
	font-size: 22px;
}
#nav .drop ul li a b {
    padding-bottom: 20px;
    letter-spacing: -1px;
}
#nav .drop ul li .sub-menu a b {
    padding-bottom:1px;
}
#nav .drop .active > a {
	color: #fff !important;
}

/* Don't add roughness to active subs, lets just highlight it */
#nav .drop .active ul a,
#nav .drop .active ul a:before,
#nav .drop .active ul a:after {
	background:none;
}

#nav .drop ul li .sub-menu a b {
    letter-spacing: 0;
}
@media (max-width: 1120px) {
	#nav .drop .active a {
/*		background: #89a83d;*/
	}
	#nav ul li ul li a b:after {
		display: none;
	}
	#nav .drop ul li .sub-menu a b {
		font-size: 18px;
		letter-spacing: -1px;
	}
	
}

#nav .drop .active a:before,
#nav .drop .active a:after {
	content: "";
	height: 51px;
	background: url(images/sprite.png) no-repeat 0 100%;
	position: absolute;
	top: -5px;
	left: -29px;
	right: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	#nav .drop .active a:before, #nav .drop .active a:after {
		top: -8px;
	}
}
@media (max-width: 1120px) {
	#nav .drop .active a:before, #nav .drop .active a:after {
		background: none;
	}
}
#nav .drop .active a:after {
	width: 21px;
	height: 46px;
	background-position: -279px -249px;
	left: auto;
	right: -20px;
	top: -2px;
}
#nav .drop a:hover {
  color: #87a83e;
}
@media (max-width: 1120px) {
	#nav .drop {
		-moz-transition: all 0.25s linear;
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		overflow: hidden;
		position: relative;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}
	#nav .drop .frame {
		-moz-transition: all 0.25s linear;
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		padding: 5px 0;
	}
	#nav.active .drop {
		max-height: 996px;
		position: relative;
		background: url(images/bg-green.png);
	}
	#nav.active .frame {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	#nav .drop a:hover {
		color: #F5C241;
	}
}
@media (max-width: 767px) {
	#nav .drop {
		-moz-transition: all 0.25s linear;
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		overflow: hidden;
		position: relative;
		z-index: 999;
	}
	#nav .drop .frame {
		-moz-transition: all 0.25s linear;
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}
/*	#nav.active .drop {
		max-height: 956px;
	}*/
	#nav.active .frame {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.opener-holder {
	display: none;
	font-size: 30px;
	padding: 6px 32px 0;
	text-align: right;
}
@media (max-width: 1120px) {
	.opener-holder {
		display: block;
	}
}
@media (max-width: 767px) {
	.opener-holder {
		display: block;
		text-align: center;
	}
}
.opener-holder .title {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 13px 0 0;
	color: #5C4832;
}

.opener-holder .block {
	display: inline-block;
	vertical-align: middle;
	width: 77px;
	height: 49px;
	padding: 14px 17px 13px 29px;
	background: url(images/sprite.png) no-repeat -150px -30px;
}
@media (max-width: 767px) {
	.opener-holder .block {
		width: 30px;
		height: 22px;
		padding: 0;
		background: none;
	}
}

.opener {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 22px;
	position: relative;
	text-align: left;
}
.opener:hover {
	opacity: .9;
}
.opener:before, .opener:after,
.opener span {
	background: #fff;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
@media (max-width: 767px) {
	.opener:before, .opener:after,
	.opener span {
		background-color: #5c4832;
	}
}
.opener:before, .opener:after {
	content: '';
	top: 2px;
}
.opener:after {
	top: 20px;
}
.opener:hover:before, .opener:hover:after,
.opener:hover span {
	opacity: 1;
	background-color: #FFD908;
}

.active .opener {
	height: 24px;
}
.active .opener:after, .active .opener:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 12px;
}
.active .opener:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.active .opener span {
	opacity: 0;
}
.active .opener-holder {
	padding-bottom: 15px;
}

#main {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.slideshow {
	position: relative;
	margin: 0 0 57px;
}
@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	.slideshow {
		margin-bottom: 32px;
	}
}
@media (max-width: 1120px) {
	.slideshow {
		margin-bottom: 22px;
	}
}
@media (max-width: 767px) {
	.slideshow {
		margin-bottom: 15px;
	}
	.slideshow .title-holder {
		display: none;
	}
}
.slideshow .slideset {
	height: 472px;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
}
.slideshow .slide.active {
	z-index: 2;
}
@media (max-width: 1120px) {
	.slideshow .slide.align-right {
		margin: 0 -25% 0 0;
	}
	.slideshow .slide.align-left {
		margin: 0 0 0 -25%;
	}
	.slideshow .slide.align-center {
		margin: 0 -12% 0 -13%;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	.slideshow .slide.align-right {
		margin: 0 -23% 0 0;
	}
	.slideshow .slide.align-left {
		margin: 0 0 0 -23%;
	}
	.slideshow .slide.align-center {
		margin: 0 -10% 0 -13%;
	}
}
@media (max-width: 767px) {
	.slideshow .slide.align-right {
		margin: 0 -67% 0 0;
	}
	.slideshow .slide.align-left {
		margin: 0 0 0 -67%;
	}
	.slideshow .slide.align-center {
		margin: 0 -50% 0 -17%;
	}
}
.slideshow .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slideshow .mask .slideset {
	width: 99999px;
	float: left;
}
.slideshow .mask .slide {
	width: 100%;
	float: left;
}
.slideshow .mask .slide.active {
	z-index: 1;
}
.slideshow.style01 img {
	width: 100%;
}
.slideshow.style01 .slide:after {
	content: "";
	height: 341px;
	background: url(images/bg-slide.png) repeat-x 0 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width: 1120px) {
	.slideshow.style01 .slide:after {
		height: 120px;
		background-size: auto 120px;
	}
}
@media (max-width: 767px) {
	.slideshow.style01 .slide:after {
		height: 90px;
		background-size: auto 90px;
	}
}
.slideshow .text-block {
	color: #fff;
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 58px;
	text-align: center;
}
@media (max-width: 1120px) {
	.slideshow .text-block {
		bottom: 47px;
	}
}
@media (max-width: 767px) {
	.slideshow .text-block {
		bottom: 26px;
	}
}
.slideshow .text-block .container {
	max-width: 1080px;
	padding: 0 30px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.slideshow .text-block .container {
		padding: 0 10px;
	}
}
.slideshow .text-block .holder {
	display: inline-block;
	vertical-align: middle;
	max-width: 83%;
	margin: 0 21px 0 0;
}
.slideshow .text-block h1 {
	font-size: 100px;
	font-weight: normal;
	line-height: 89px;
	margin: 0 0 20px;
	letter-spacing: -6px;
}
@media (max-width: 1120px) {
	.slideshow .text-block h1 {
		font-size: 90px;
		line-height: 83px;
	}
}
@media (max-width: 767px) {
	.slideshow .text-block h1 {
		font-size: 51px;
		line-height: 46px;
		letter-spacing: -3px;
		margin-bottom: 2px;
	}
}

@media (max-width: 500px) {
	.slideshow .text-block h1 {
		font-size: 30px;
		letter-spacing: -2px;
	}
}
.slideshow .text-block .slogan {
	font-family: 'Averia Sans Libre', cursive;
	font-size: 28px;
	display: block;
	letter-spacing: -1px;
}
@media (max-width: 1120px) {
	.slideshow .text-block .slogan {
		font-size: 28px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	.slideshow .text-block .slogan {
		font-size: 23px;
		line-height: 27px;
	}
}
.slideshow .text-block .btn-play {
	vertical-align: middle;
	margin: 0px 0px 22px;
}
@media (max-width: 767px) {
	.slideshow .text-block .btn-play {
		display: none;
	}
}

.btn-play {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	color: #fff;
	font: 'Averia Sans Libre', cursive;
	font-size: 20px;
	letter-spacing: -0.020em;
	background: url(images/sprite.png) no-repeat;
	padding: 48px 15px 62px;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.btn-play:hover {
	color: #fff;
	opacity: 0.9;
}
@media (max-width: 1023px) {
	.btn-play {
		width: 130px;
		height: 130px;
		line-height: 32px;
		background-size: 278px;
		padding-top: 39px;
	}
}
.btn-play:after {
	content: "";
	width: 36px;
	height: 23px;
	background: url(images/sprite.png) no-repeat -150px 0;
	position: absolute;
	bottom: 36px;
	left: 50%;
	margin: 0 0 0 -17px;
}
@media (max-width: 1023px) {
	.btn-play {
		font-size: 17px;
	}
	.btn-play:after {
		bottom: 34px;
	}
}

@media (max-width: 897px){
	.btn-play {
		display: none;
	}
}
.twocolumns {
	overflow: hidden;
	margin: 0 0 28px;
}
@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	.twocolumns {
		margin-bottom: 17px;
	}
}
@media (max-width: 767px) {
	.twocolumns {
		margin-bottom: 12px;
	}
}

.aside,
#sidebar {
	float: right;
	width: 32.04%;
	padding: 52px 0px 0px;
	margin: 0 0 0 21px;
}

.twocolumns aside {
	padding-top: 0;
}

.twocolumns--reversed .aside {
	float: left;
	padding-top: 0;
	margin: 0 21px 0 0;
}

#content-02 {
	overflow: visible;
	width: 66%;
	float: left;
}

@media (max-width: 767px) {
	.twocolumns--reversed aside {
		margin-bottom: 10px !important;
	}

	.twocolumns--reversed aside .column {
		text-align: center;
	}

	#content-02 {
		width: 100%;
		float: none;
	}
}

@media (min-width: 767px) and (max-width: 1120px) {
	.twocolumns--reversed aside {
		width: 27%;
	}

	#content-02 {
		width: 70%;
	}
}

@media (max-width: 767px) {
	.twocolumns--reversed .image-holder {
		display: inline-block;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	.aside,
	#sidebar {
		padding-top: 61px;
	}
}
@media (max-width: 1120px) {
	.aside,
	#sidebar {
		float: none;
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
	.aside .fake-table,
	#sidebar .fake-table {
		display: table;
		width: 100%;
	}
	.aside .fake-table .row-table,
	#sidebar .fake-table .row-table {
		overflow: hidden;
		display: table-header-group;
	}
	.aside .fake-table .row-table:first-child,
	#sidebar .fake-table .row-table:first-child {
		display: table-footer-group;
	}
	.aside .btn-box.style02,
	.aside .btn-box.style03,
	#sidebar .btn-box.style02,
	#sidebar .btn-box.style03 {
		width: 48.83%;
		float: left;
	}
	.aside .btn-box.style03,
	#sidebar .btn-box.style03 {
		float: right;
	}
}
@media (max-width: 1120px) and (max-width: 767px) {
	.aside .btn-box.style02,
	.aside .btn-box.style03,
	#sidebar .btn-box.style02,
	#sidebar .btn-box.style03 {
		float: none !important;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.aside .fake-table,
	#sidebar .fake-table {
		display: table;
		width: 100%;
	}
	.aside .fake-table .row-table,
	#sidebar .fake-table .row-table {
		display: table-header-group;
		text-align: center;
	}
	.aside .fake-table .row-table:first-child,
	#sidebar .fake-table .row-table:first-child {
		display: table-footer-group;
	}
}

.btn-box {
	color: #fff;
	display: block;
	font-family: 'Averia Sans Libre', cursive;
	font-size: 31px;
	margin: 0 0 20px;
	text-decoration: none;
	padding: 22px 10px 18px;
	text-align: center;
	line-height: 40px;
	background: #b1ca3e;
	letter-spacing: -1px;
	position: relative;
}
.btn-box:hover {
	color: #FFD908;
}
@media (max-width: 767px) and (min-width: 462px) {
	#sidebar .btn-box.style02 span.text {
	font-size: 40px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1120px) and (orientation: landscape) {
	.btn-box {
		font-size: 31px;
		line-height: 44px;
		padding: 20px 10px 13px;
	}
}
@media (max-width: 1120px) {
	.btn-box {
		font-size: 31px;
		line-height: 42px;
	}
	.btn-box img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.btn-box {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 17px;
		padding: 20px 10px 10px;
	}
	.btn-box img {
		width: 100%;
	}
}
.btn-box b {
	position: relative;
	font-weight: normal;
	z-index: 3;
}
.btn-box .text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.btn-box mark {
	display: inline-block;
	vertical-align: middle;
	color: #ffd908;
	font-size: 32px;
	margin: 0 9px 5px 0;
}
@media (max-width: 767px) {
	.btn-box mark {
		font-size: 25px;
	}
}
.btn-box.rounded {
	border-radius: 3px;
}
.btn-box.style01 {
	font: 700 14px/15px 'Lato', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
	background: url(images/bg-green.png);
}
@media (max-width: 767px) {
	.btn-box.style01 {
		font-size: 12px;
	}
}
.btn-box.style02 .text {
	padding: 46px 20px 20px 62.14%;
}
@media (max-width: 1120px) {
	.btn-box.style02 .text {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.btn-box.style02 .text {
		padding-top: 35px;
	}
}
.btn-box.style03 .text {
	padding: 25px 42.35% 20px 8%;
}
@media (max-width: 1120px) {
	.btn-box.style03 .text {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.btn-box.style03 .text {
		padding-top: 19px;
	}
}
.btn-box.style03:after {
	background: none;
}
.btn-box img {
	width: 100%;
}

.has-border {
	padding: 0;
	text-align: left;
}
.has-border:before {
	content: "";
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 7px;
	right: 7px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	z-index: 2;
}

#content {
	overflow: hidden;
}

#content .menu ul {
	display: block;
	margin-top: 10px;
}
#content .menu li {
	margin-bottom: 10px;
}


.main-holder.indent-top {
	padding-top: 115px;
}
.main-holder #content {
	float: left;
	width: 62%;
}
@media (max-width: 1120px) {
	.main-holder #content {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
}
@media (min-width: 1120px){
	.main-holder #sidebar {
		padding-top: 7px;
	}
}
.main-holder button.btn {
	padding-top: 4px;
}
.main-holder input[type="submit"].btn,
.main-holder input[type="button"].btn {
	line-height: 45px;
}
.main-holder .btn {
	height: 45px;
}

#sidebar a {
	text-decoration: none;
}


/* Sidebar Menu Design */

.dynamic-menu-container ul > li {
	list-style: none;
	padding:6px;
}
.dynamic-menu-container ul {
	background: url('images/bg-green.png') repeat scroll 0% 0% transparent;
/*	padding: 30px 0px 5px 0px;*/
	padding-top: 23px;
	padding-bottom: 23px;
	border-radius: 4px;
	margin: 8px 0px 23px 0px;
}
.dynamic-menu-container ul li a {
	font-family: 'Averia Sans Libre';
	padding-bottom: 17px;
	padding-left: 50px;
	color: #fff;
	background: url('images/sprite.png') no-repeat scroll 100% -290px transparent;
/*	display: block;*/
	background-position: -262px;
	font-size: 20px;
	margin-bottom: 10px;
	
}
.dynamic-menu-container ul li a:hover {
	color: #FFD915;
}

.sub-heading {
	padding: 0;
	font-size: 29px;
	margin: 10px 0px 15px 0px;
}



h2.mark01 {
	color: #a1262c;
}

.content-box {
	background: #fcf7f7;
	padding: 29px 29px 23px;
	position: relative;
}
@media (max-width: 1120px) {
	.content-box {
		padding: 29px 25px 10px;
	}
}
@media (max-width: 767px) {
	.content-box {
		padding: 12px 14px 10px;
	}
}

.content-box.has-bg {
	background: #fcf7f7 url(images/bg-content-box.png) no-repeat 100% 0;
}

@media (max-width: 1120px) {
	.content-box.has-bg {
		padding: 10px 20px 7px !important;
		background: #fcf7f7 url(images/bg-content-box-opacity.png) no-repeat 100% 0;
	}
}
@media (max-width: 767px) {
	.content-box.has-bg {
		background-image: none;
	}
}

.content-box .slideshow {
	margin: -29px -29px 17px;
}
@media (max-width: 1120px) {
	.content-box .slideshow {
		margin: -29px -25px 11px;
	}
}
@media (max-width: 767px) {
	.content-box .slideshow {
		margin: 0 0 18px;
	}
}
.content-box .slideshow .image-holder {
	width: 48.53%;
	float: left;
	margin: 0 21px 15px 0;
}
@media (max-width: 1120px) {
	.content-box .slideshow .image-holder {
		width: 31.7%;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.content-box .slideshow .image-holder {
		float: right;
		margin: 5px 4px 15px 21px;
		width: 29%;
	}
}
@media (max-width: 767px) {
	.content-box .slideshow .slide {
		background: url(images/divider.png) repeat-x 0 100%;
	}
}
.content-box .article {
	overflow: hidden;
	padding: 28px 0 10px 0;
	margin: 0 28px 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.content-box .article {
		padding-top: 24px;
	}
}
@media (max-width: 1023px) {
	.content-box .article {
		padding-top: 24px;
	}
}
@media (max-width: 767px) {
	.content-box .article {
		padding: 0 0 10px;
		margin-right: 0;
		overflow: visible;
		background: none;
	}
}
.content-box h3 {
	color: #000;
	font: 700 16px/23px 'Lato', Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
@media (max-width: 1023px) {
	.content-box h3 {
		margin-bottom: 14px;
	}
}
@media (max-width: 767px) {
	.content-box h3 {
		font-size: 15px;
	}
}
.content-box .note {
	display: block;
	margin: 0 0 10px;
}
@media (max-width: 767px) {
	.content-box .note {
		font-size: 15px;
		line-height: 18px;
/*		text-align: center;*/
	}
	.content-box .note .link {
		margin: 0 0 7px;
	}
}
.content-box .note i {
	font-style: normal;
}
@media (max-width: 767px) {
	.content-box .note i {
		display: block;
	}
}
.content-box .btn-holder {
	position: absolute;
	right: 25px;
	left: 25px;
	bottom: 36px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.content-box .btn-holder {
		bottom: 20px;
		left: 19px;
	}
}
@media (max-width: 1023px) {
	.content-box .btn-holder {
		bottom: 18px;
	}
}
@media (max-width: 767px) {
	.content-box .btn-holder {
		bottom: 12px;
	}
}

.image-holder {
	position: relative;
	overflow: hidden;
}
.image-holder .title-holder {
	position: absolute;
	z-index: 2;
	bottom: 18px;
	left: 20px;
}

.title-holder {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #a0272c;
}
.title-holder.style01 .title {
	color: #88a73e;
}
.title-holder.style01 .link-box {
	background: #88a73e;
}
.title-holder.style01 .link-box:hover {
	color: #88a73e;
	background-color: #fff;
}
.title-holder .title {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 3px 10px 4px;
	background: #fff;
	margin: 0 0 2px;
}

.link-box {
	color: #fff;
	display: block;
	margin: 0 0 3px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 6px 11px 5px;
	background: #a0272c;
}
.link-box:hover {
	color: #a0272c;
	background-color: #fff;
}
.link-box.style01 b {
	padding-right: 32px;
	background: url(images/sprite.png) no-repeat 100% -156px;
}
.link-box.style01:hover b {
	background-position: 100% -196px;
}

.link {
	display: inline-block;
	vertical-align: baseline;
	color: #a0272c;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}
.link:after {
	content: "";
	background: url(images/sprite.png) no-repeat 0 -9999px;
	position: absolute;
}
.link.more {
	padding: 0 14px 0 0;
	margin: 0 0 20px;
}
@media (max-width: 1023px) {
	.link.more {
		margin-bottom: 9px;
	}
}
.link.more:after {
	width: 8px;
	height: 12px;
	background-position: -220px 0;
	top: 50%;
	right: 0;
	margin: -6px 0 0 0;
}
.link.has-icon {
	padding: 0 0 0 34px;
}
.link.has-icon:after {
	width: 24px;
	height: 20px;
	background-position: -190px 0;
	top: 50%;
	left: 0;
	margin: -9px 0 0;
}

.article {
	background: url(images/divider.png) repeat-x 0 100%;
}
.article h3 {
	color: #000;
	font: 700 16px/23px 'Lato', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
	.article h3 {
		font-size: 15px;
	}
}

.link {
	color: #a0272c;
	text-decoration: none;
}

.link-block:hover .link-box {
	color: #88a73e;
	background-color: #fff;
}
.link-block:hover .link-box b {
	background-position: 100% -196px;
}

.threecolumns {
	overflow: hidden;
	margin: 0 -4px 0 0;
}
.threecolumns .column {
	float: left;
	width: 31.9%;
	margin: 0 21px 20px 0;
}
.threecolumns .column:last-child {
	margin-right: 0;
}
@media (max-width: 1023px) {
	.threecolumns .column {
		width: 31.25%;
	}
}
@media (max-width: 767px) {
	.threecolumns .column {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
}
.threecolumns .column.mark01 h2 {
	color: #87a83e;
}
@media (max-width: 767px) {
	.threecolumns .column.mark01 {
		text-align: center;
	}
}
.threecolumns .column.mark02 h2 {
	color: #f68c30;
}
.threecolumns .column.mark02 .btn {
	background-color: #f68c30;
}
.threecolumns .column.mark03 h2 {
	color: #608c98;
}
.threecolumns .column.mark03 .btn {
	background-color: #608c98;
}
.threecolumns h3 {
	margin-bottom: 22px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.threecolumns h3 {
		font-size: 15px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1023px) {
	.threecolumns h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
}
.threecolumns .content-box {
	padding-bottom: 79px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.threecolumns .content-box {
		padding-bottom: 62px !important;
	}
}
@media (max-width: 1023px) {
	.threecolumns .content-box {
		padding-top: 8px !important;
		padding-bottom: 55px !important;
	}
}
@media (max-width: 767px) {
	.threecolumns .content-box {
		padding: 11px 29px 52px !important;
		height: auto !important;
	}
}
.threecolumns .image-holder {
	position: relative;
}
@media (max-width: 767px) {
	.threecolumns .image-holder {
		height: auto !important;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
}
.threecolumns .image-holder img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: none;
}
@media (max-width: 767px) {
	.threecolumns .image-holder img {
		position: relative;
		max-width: 100%;
		width: 100%;
	}
}

.column.mark02 .content-box {
	padding: 29px 25px 79px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.column.mark02 .content-box {
		padding: 29px 20px 75px !important;
	}
}
.column.mark03 .content-box {
	padding: 29px 60% 79px 29px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.column.mark03 .content-box {
		padding: 29px 55% 79px 15px;
	}
}

@media (max-width: 1120px) {
	.column.mark03 .content-box {
		display: table;
		text-align: center;
	}
	.column.mark03 .content-box .frame {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
	.column.mark03 .content-box h3 {
		margin-bottom: 0;
	}
	#main .threecolumns .btn b {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.column.mark03 .content-box {
		padding: 15px 32px 52px !important;
	}
	.column.mark03 .content-box h3 {
		margin-bottom: 16px;
	}
	.column.mark03 .content-box, .column.mark03 .content-box .frame {
		display: block;
	}
}

.column.mark03 .btn-holder {
	left: 29px;
	right: 29px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.column.mark03 .btn-holder {
		left: 15px;
		right: 15px;
	}
}

.radio-list {
	padding: 0 0 17px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.radio-list {
		padding-bottom: 5px;
	}
}
@media (max-width: 1023px) {
	.radio-list {
		padding-bottom: 10px;
	}
}
.radio-list li {
	list-style: none outside;
	margin: 0 0 7px;
}
@media (max-width: 1023px) {
	.radio-list li {
		margin-bottom: 3px;
	}
}
@media (max-width: 767px) {
	.radio-list li {
		margin-bottom: 4px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.radio-list li {
		margin-bottom: 7px;
	}
}
.radio-list label :hover {
	cursor: pointer;
}

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	position: relative;
	z-index: 2;
	color: #c0bcb6;
	font-size: 15px;
	line-height: 21px;
}
@media (max-width: 767px) {
	#footer {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
}
#footer h4 {
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	margin: 0 -2px 19px 0;
}
@media (max-width: 1023px) {
	#footer h4 {
		margin-bottom: 21px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#footer h4 {
		font-size: 266.67%;
	}
}
@media (max-width: 1023px) {
	#footer h4 {
		font-size: 233.33%;
	}
}
@media only screen and (max-width: 767px) {
	#footer h4 {
		font-size: 214.29%;
		margin-bottom: 8px;
	}
}

.footer-holder {
	padding: 112px 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.footer-holder {
		padding-top: 82px;
	}
}
@media (max-width: 1023px) {
	.footer-holder {
		padding-top: 79px;
	}
}
@media (max-width: 767px) {
	.footer-holder {
		padding-top: 49px;
	}
}

.footer-top {
	background: #6e6456 url(images/bg-footer-top.png);
	position: relative;
	padding: 56px 0 28px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.footer-top {
		padding: 45px 0 38px;
	}
}
@media (max-width: 1023px) {
	.footer-top {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.footer-top {
		padding: 6px 0 13px;
	}
}
.footer-top:after {
	content: "";
	height: 51px;
	background: url(images/bg-footer.png) repeat-x;
	position: absolute;
	top: -51px;
	left: 0;
	right: 0;
}
.footer-top .columns-holder {
	float: left;
	/*background: blue;*/
	width: 68%;

}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.footer-top .columns-holder {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.footer-top .columns-holder {
		width: 100%;
		float: none;
	}
}
.footer-top .column {
	width: 46%;
	float: left;
	margin: 0 8% 20px 0;
	padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
	.footer-top .column {
		width: 100%;
		margin-right: 4.1%;
	}
}
@media (max-width: 767px) {
	.footer-top .column {
		float: none;
		width: 100%;
		margin: 0 0 25px;
	}
}
.footer-top .column:first-child {
	padding: 0;
}
.footer-top .column:last-child {
	margin-right: 0;
	padding: 0;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.footer-top .footer-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	width: 31.9%;
	/*background: red;*/
}
@media (min-width: 767px) {
	.footer-top .footer-block {
		justify-content: flex-end;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.footer-top .footer-block {
		width: 25.61%;
	}
}
@media (max-width: 1023px) {
	.footer-top .footer-block {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.footer-top .footer-block {
		width: 100%;
		position: static;
		padding: 0 30px;
	}
}

.footer-logos {
	display: flex;
	margin-bottom: 35px;
}

.footer-logo--peninsula {
	position: relative;
	margin-right: 40px;
}

.footer-logo--peninsula:after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	height: 100%;
	width: 1px;
	background: #bdbdbd;
}

.footer-top .title {
	color: #cdc9c3;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	display: block;
	margin: 0 0 19px;
}
.footer-top p {
	margin: 0 0 23px;
}
@media (max-width: 767px) {
	.footer-top p {
		margin-bottom: 18px;
	}
}

.links-list li {
	list-style: none outside;
	margin: 0 0 11px;
}
.links-list a {
	display: inline-block;
	vertical-align: top;
	color: #c0bcb7;
	text-decoration: none;
	padding: 0 0 0 19px;
	position: relative;
}
.links-list a:hover {
	color: #FFD908;
}
.links-list a:after,
#nav ul li ul li a b:after {
	content: "";
	width: 7px;
	height: 11px;
	background: url(images/sprite.png) no-repeat -260px 0;
	position: absolute;
	top: 5px;
	left: 0;
}
#nav ul li ul li a b:after {
	left: 0;
}

form .row {
	display: block;
	margin: 0 0 10px;
}
form .row input {
	margin-bottom: 0;
	float: right;
	width: 48.24%;
}
form .row input:first-child {
	float: left;
}
@media (max-width: 1023px) {
	form .row {
		margin-bottom: 0;
	}
	form .row input {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
form .select-holder {
	display: block;
	margin: 0 0 10px;
}
form .select-holder .jcf-select {
	margin-bottom: 0;
}
form select {
	width: 100%;
}

.subscribe-form .note {
	color: #cdc9c3;
	font-size: 16px;
	display: block;
	margin: 0 0 24px;
	padding: 0 0 0 33px;
	position: relative;
}
@media (max-width: 1023px) {
	.subscribe-form .note {
		font-size: 14px;
		margin-bottom: 18px;
	}
}
@media (max-width: 767px) {
	.subscribe-form .note {
		text-align: left;
		margin-bottom: 15px;
	}
}
.subscribe-form .note:after {
	content: "";
	width: 23px;
	height: 19px;
	background: url(images/sprite.png) no-repeat -150px -90px;
	position: absolute;
	top: 2px;
	left: 0;
}

.footer-block {
	position: relative;
	padding: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.footer-block {
		/*padding-bottom: 167px;*/
	}
}
@media (max-width: 1023px) {
	.footer-block {
		/*padding-bottom: 113px;*/
	}
}
.footer-block .logo {
	position: static;
	margin: 0;
	width: 215px;
	height: auto;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
	.footer-block .logo {
		width: 238px;
	}
}
@media (max-width: 1023px) {
	.footer-block .logo {
		width: 208px;
	}
}
.footer-block .block {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 14% 0 0;
	top: 201px;
}
@media (max-width: 1023px) {
	.footer-block .block {
		padding-right: 9%;
	}
}
@media (max-width: 767px) {
	.footer-block .block {
		text-align: center;
		padding-right: 0;
		position: static;
	}
}
.footer-block .logo-holder {
	float: right;
	width: 70px;
	margin: -5px 0 0 25px;
}
@media (max-width: 1023px) {
	.footer-block .logo-holder {
		width: 63px;
		margin: 4px 0 0 9px;
	}
}
@media (max-width: 767px) {
	.footer-block .logo-holder {
		float: none;
		display: block;
		margin: 0 auto 8px;
	}
}
.footer-block .text {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 1250px) {
    .footer-block .text {
        margin-top: -10px;
        float: right;
        width: 58%;
    }
}
@media (max-width: 1023px) {
	.footer-block .text {
		line-height: 21px;
	}
}
@media (max-width: 767px) {
	.footer-block .text {
		font-size: 11px;
		line-height: 17px;
	}
}

.footer-bottom {
	background: #5f564a url(images/bg-footer-bottom.png);
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 18px 0;
}
@media (max-width: 767px) {
	.footer-bottom {
		padding: 13px 0;
		font-size: 12px;
	}
}
.footer-bottom .block {
	float: right;
	margin: 2px 0 0;
}
.footer-bottom .block:first-child {
	float: left;
	margin: 0;
}
@media (max-width: 767px) {
	.footer-bottom .block:first-child {
		padding: 0 25px;
	}
}
.footer-bottom .block:last-child a:hover {
	opacity: .7;
}
@media (max-width: 767px) {
	.footer-bottom .block:last-child {
		position: absolute;
		top: 10px;
		right: 15px;
		margin: 0 4px 0 0;
	}
}
.footer-bottom .footer-nav {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.copyright {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
}
@media (max-width: 767px) {
	.copyright {
		margin: 0 0 2px;
	}
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.copyright a:hover {
	color: #c0bcb7;
}

@media (max-width: 767px) {
	.footer-nav {
		text-align: center;
	}
}
.footer-nav li {
	display: inline-block;
	vertical-align: top;
	list-style: none outside;
	margin: 0 7px 0 6px;
	position: relative;
}
.footer-nav li:first-child:after {
	background: none;
}
@media (min-width: 768px) {
	.footer-nav li:first-child {
		margin-left: 0;
	}
}
.footer-nav li:after {
	content: "";
	width: 2px;
	height: 2px;
	background: #c0bcb7;
	position: absolute;
	top: 50%;
	left: -8px;
	margin: 1px 0 0;
}
.footer-nav a {
	color: #c0bcb7;
	text-decoration: none;
}
.footer-nav a:hover {
	color: #fff;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}
/*
input[type="checkbox"],
input[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}
*/
input[type="checkbox"]:checked + .fake-input:before,
input[type="radio"]:checked + .fake-input:before {
	opacity: 1;
}
input[type="checkbox"]:disabled + .fake-input,
input[type="checkbox"]:disabled ~ .fake-label,
input[type="radio"]:disabled + .fake-input,
input[type="radio"]:disabled ~ .fake-label {
	opacity: .5;
}

.fake-input {
	display: inline-block;
	width: 17px;
	height: 14px;
	background: url(images/sprite.png) no-repeat -240px -40px;
	vertical-align: middle;
	position: relative;
	margin: 0 6px 3px 0;
}
@media (max-width: 1023px) {
	.fake-input {
		margin-bottom: 1px;
	}
}

input[type="checkbox"] + .fake-input:before,
input[type="radio"] + .fake-input:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 19px;
	bottom: 0;
	left: 0;
	background: url(images/sprite.png) no-repeat -240px -60px;
	opacity: 0;
}

.jcf-select {
	display: block;
	position: relative;
	background: #f4f4f4;
	margin: 0 0 10px;
	min-width: 150px;
	height: 45px;
	border-radius: 5px;
	overflow: hidden;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 0 49px 0 17px;
	padding: 12px 0 13px;
	color: #797979;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #f4f4f4 url(images/sprite.png) no-repeat -267px -85px;
	width: 49px;
	bottom: 1px;
	right: 1px;
	top: 1px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid transparent;
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f4f4f4;
	border-radius: 5px;
	line-height: 25px;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #797979;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #797979;
	color: #fff;
}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
	border-color: #f00 !important;
}

.visible-sm {
	display: none !important;
}
@media (max-width: 1023px) {
	.visible-sm {
		display: block !important;
	}
}
@media (max-width: 1023px) {
	.visible-sm.inline-block {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 1024px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

.visible-xs {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs.inline-block {
		display: inline-block !important;
	}
}


/* Content pages specific styling */

.internal-pages h1 {
	font-size: 40px;
	margin-top: 0;
	color: #a1262c;
}
.internal-pages h2 {
	color: #87A83E;
	padding-top: 40px;
	margin-top: 40px;
	background: url('images/divider.png') repeat-x scroll 0px 0px transparent;
}
.internal-pages .content h3 {
	color: #87A83E;
	padding-top: 40px;
	margin-top: 40px;
	background: url('images/divider.png') repeat-x scroll 0px 0px transparent;
}

/* Home page h1s */
.body-class-home h1 {
	color: white;
}

@media (max-width: 650px) {
	.internal-pages h1 {
		font-size: 20px;
	}
}

/* The whole styling for fancybox (?) */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #000;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* Register a Kitchen Form */
.register-kitchen-form label {
	display: block;
	margin-bottom: 15px;
}

/* Bot honeypot */
.register-kitchen-form .username {
	display: none!important;
}

.register-kitchen-form label:after {
	clear: both;
	content: ' ';
	display: block;
}
.register-kitchen-form label span {
	width: 40%;
	float: left;
	margin: 0;
}
.register-kitchen-form label input {
	width: 60%;
	float: left;
	margin: 0;
}
.register-kitchen-form .jcf-select-text {
	width: 100%;
}
.register-kitchen-form .checkbox-box {
	margin-left: 40%;
}
.register-kitchen-form .jcf-select {
	width: 60%;
	float: left;
	margin: 0;
}
.register-kitchen-form .checkboxlabel input {
	display: inline-block;
	margin-right: 10px;
}
.register-kitchen-form .checkboxlabel,
.register-kitchen-form .checkboxlabel input {
	float: none;
	width: auto;
	vertical-align: middle;
}
.register-btn {
	display: block;
	margin: 20px auto;
	border-radius: 5px!important;
	padding: 0px 20px!important;
	text-align: center;
}
/* Register kitchen form responsive section */
@media only screen and (max-width: 600px) {
	.register-kitchen-form label span,
	.register-kitchen-form label input,
	.register-kitchen-form .jcf-select {
		width: 100%;
	}
	.register-kitchen-form .checkbox-box {
		margin-left: 10%;
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

/* Find a kitchen simplemap additions */

.location_search_street_cell,
.location_search_city_cell,
.location_search_state_cell,
.location_search_zip_cell,
.location_search_country_cell
{
	float: left;
	width: 50%;
	padding:0 15px 15px 0;
}
.location_search_distance_cell {
	padding: 0;
}
#location_search_country_field {
	margin: 0px 0px 15px 0px;
}
#location_search_distance_fields {
	padding: 0px 15px 15px 0px;
}

.location_search_distance_cell {
	clear: both;
}



location_search_row:after {
	clear: both;
	content: ' ';
	display: block;
}
#location_search_submit_field {
	width: 95%;
	width: 160px;
	margin: 0 0 35px 0;
}
#results div.result h3 {
	font-size: 1.2em;
	display: block;
	margin-bottom: 15px;
}

/* Extra titles */
div.result span {
	font-weight: bold;
}
.kitchen-leader {
	font-size: 14px;
}

@media only screen and (max-width: 550px) {
	#results div.result div.result_address,
	#results div.result div.result_phone,
	#results div.result div.result_links {
		width: 100%;
		float: left;
		text-align: left;
		margin-top: 20px;
	}
}

.request-change {
	font-size: 10px;
	font-family: Arial, helvetica, sans;
	float: right;
}

/* Gravity forms modification */
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label textarea.textarea {
	font-size: 14px;
	padding: 15px;
}

/*take our poll modification*/
.poll-form.widget_polls-widget input[type=radio],
.poll-form.widget_polls-widget input[type=checkbox] {
    display: none;
}


.threecolumns.column .threecolumns h3 {
	padding: 0 30px 0 0;
}

/*@media only screen and (min-width: 1045px) {
	.btn-holder.resource {
		bottom: 150px;
	}
}*/

html .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.2em;
}
html .gform_wrapper .ginput_complex input[type="text"],
html .gform_wrapper .top_label input.large {
	font: 15px "Lato",Arial,Helvetica,sans-serif;
	padding: 12px; 
}

#input_5_5_3_container label,
#input_5_5_6_container label {
	display: none;
}

#gform_5 .top_label .gfield_label {
	display: none;
}

#input_5_3 {
    width: 100%;
}

#input_5_5_6 {
    margin-left: 3px;
}

.logo.size01.hidden-xs img {
    margin-left: -42px;
}

.gform_body ul li::before {
    display: none;
}

#gform_5 > div.gform_footer.top_label {
    padding-top: 0px;
}

#content .register-btn.btn {
    float: right;
    margin-top: 10px;
	width: 228px;
}



.attachment-page_thumbnail{
    margin-bottom: 23px;
}

.navigation {
    background: url('images/divider.png') repeat-x scroll 0px 0px transparent;
    margin-top: 54px;
}

.posts-page .main-holder.indent-top {
    padding-top: 0;
}

.title h4 {
    margin-top: -24px;
}

.btn-box.style02 .text {
    line-height: 32px;
    padding-top: 52px;
}

.btn-box.style03 .text {
    line-height: 32px;
    padding-top: 26px;
}


#results h3 {
    background: none;
}

#content > form > label:nth-child(9) > span:nth-child(6) {
    margin-top: 10px;
}

#content > form > label:nth-child(9) > div:nth-child(7) {
    margin-top: 10px;
}

/* ________________________________KITCHEN STORIES PAGE__________________________________*/

.clear-stories {
	clear: both;
}

.stories-image {
	width: 45%;
	float: left;
	padding-right: 30px;
}

.stories-content {
	width: 55%;
	float: left;
	margin-top: -7px;
}

@media (max-width: 477px) {
	.stories-image, .stories-content {
		width: 100%;
	} 
	.stories-image {
		margin-bottom: 20px;
		width: 100%;
		float: none;
		padding: 0; 
	}
	.stories-image img {
		width: 100%;
	}
	.title h2 {
		text-align: left;
	}
}

.title h2 {
	padding-top: 30px;
	margin-top: 30px;
	background: url('images/divider.png') repeat-x scroll 0px 0px transparent;
	margin-bottom: 30px;
}




/*----------------------------------------------------------------------------
	Recent Stories Widget
----------------------------------------------------------------------------*/

.widget_recent_entries h3 {
	margin-bottom: 5px;
}

.widget_recent_entries li {
	background: url('images/divider.png') repeat-x scroll 0px bottom transparent;
	position: relative;
}

.widget_recent_entries li:before {
	content: "";
	width: 8px;
	height: 12px;
	background: url(images/sprite.png) no-repeat -260px 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -6px 0 0;
}

.widget_recent_entries a {
	display: block;
	padding: 10px 0;
}



@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

	@page {
		margin: 1.5cm;
	}

	#header,
	#footer,
	.slideshow,
	#sidebar,
	.navigation { 
		display: none !important;
	} 

	.internal-pages h1 {
		font-size: 250%;
	}

	.internal-pages h2 {
		margin: 0;
	}

	ul > li {
		list-style-type: disc;
	}

	input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .jcf-select {
		border: 1px solid #000;
	}
}
