/* Theme Name: Burgies
 * Theme URI: http://wowthemes.org/Relae
 * Description: Burgies
 * Version: 1.0.0
 * Author: Burgies
 * Author URI: http://www.Burgies.com.au
 * Tags: responsive-layout, white, black, custom-background, custom-colors, custom-menu, featured-images, flexible-header, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 */


/**
* #.# Base styles
*
* Styling all basic Dom elements
*/
html, body {
}
body {
	font-size: 14px;
} 
body:before {
	background: url(assets/images/loader_black.svg) no-repeat center center transparent;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 102;
}
body.loading:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
a {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover,
a:focus {
	text-decoration: none;
}
blockquote {
	border-left: 0;
	padding: 0 0 0 57px;
	position: relative;
}
blockquote:before {
	border-right-width: 2px;
	border-right-style: solid;
	content: '“';
	font-size: 55px;
	font-weight: 300;
	left: 0;
	line-height: 50px;
	min-height: 100%;
	max-height: 100%;
	top: 0;
	position: absolute;
	width: 42px;
}
img {
	max-width: 100%;
	height: auto;
}
object,
embed,
iframe {
	max-width: 100%;
}
.wp-video,
.wp-video * {
	max-width: 100% !important;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
table {
	width: 100%;
}
td, th {
	padding: 5px;
}
address {
	font-style: italic;
}
dd {
	margin-bottom: 15px;
}
figure {
	margin-bottom: 15px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
figure:hover {
	z-index: 1;
}
.gallery-caption,
figcaption {
	left: 0;
	line-height: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 15px;
	position: absolute;
	top: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: 0;
	visibility: hidden;
	z-index: 1;
}
.gallery-caption:before,
figcaption:before {
	content: '';
	height: 100%;
	left: 0;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
figure:hover figcaption {
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: visible;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure.alignleft,
img.alignleft {
	margin: 0 15px 15px 0;
}
figure.alignright,
img.alignright {
	margin: 0 0 15px 15px;
}
figure.aligncenter,
img.aligncenter {
	margin-bottom: 15px;
}
p {
	margin: 0 0 15px;
}
label {
	cursor: pointer;
}
td.label {
	display: table-cell;
	white-space: normal;
}
select {
	cursor: pointer;
}
.select {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.select:after {
	content: '\f107';
	font-family: 'FontAwesome';
	height: 100px;
	line-height: 100px;
	position: absolute;
	pointer-events:none;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
	width: 40px;
	z-index: 1;
}
.select select {
	background: none;
	border: 0;
	height: 100%;
	padding: 0 0 0 15px;
	position: relative;
	vertical-align: top;
	width: 100%;
	z-index: 0;
}
.select2-container .select2-choice,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
.select,
select,
textarea,
.form-control {
	border-width: 2px;
	border-style: solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.radio-style,
.checkbox-style {
	border-width: 2px;
	border-style: solid;
	display: inline-block;
	height: 15px;
	margin-top: -3px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
	width: 15px;
}
.radio-style {
	border-radius: 15px;
}
input[type="checkbox"]:checked + .checkbox-style:after,
input[type="radio"]:checked + .radio-style:after {
	bottom: 1px;
	content: '';
	display: block;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
}
input[type="radio"]:checked + .radio-style:after {
	border-radius: 15px;
}
.btn {
	border-radius: 0;
	padding: 5px 12px;
}
.btn-default {
	border-width: 2px;
	border-style: solid;
}
.button {
	border: none;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	padding: 14px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -2px;
}
.row > .inline-col {
	display: inline-block;
	float: none;
}

/**
* #.# Layout
*
* Describes custom layouts such as columns
*/
.page-header-v1 {
	padding-top: 595px;
}
.page-header-v2 {
	padding-top: 119px;
}
.page-header-events,
.page-header-v3 {
	padding-top: 100vh;
}
#wrapper {
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
}
body.loading #wrapper {
	opacity: 0;
	filter: alpha(opacity=0);
}
.main-columns-inner {
	clear: both;
	position: relative;
}
.sidebar-toggle-yes .main-columns-inner {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 15px;
}
.main-columns {
	padding: 100px 0;
	text-align: center;
}
.col-main,
.sidebar {
	text-align: left;
	vertical-align: top;
}

/**
* #.# Headr
*
* Header of pages
*/
.preheader.waving,
.preheader {
	left: 0;
	min-height: 595px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 595px;
}
.preheader .header-media {
	position: absolute;
	left: 0;
	min-height: 100%;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 0;
}
.preheader .header-media:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.page-header-v1 .preheader.without-slider.ready .header-media-zoom ,
.page-header-events .preheader.without-slider.ready .header-media-zoom ,
.page-header-v3 .preheader.without-slider.ready .header-media-zoom  {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 30s linear;
	-moz-transition: all 30s linear;
	-ms-transition: all 30s linear;
	-o-transition: all 30s linear;
	transition: all 30s linear;
}
.preheader .header-media .mejs-overlay-play {
	opacity: 0;
	filter: alpha(opacity=0);
}
.preheader .media-info {
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.preheader .image-title {
	font-size: 100px;
	font-weight: normal;
	margin: 0 0 30px;
}
.preheader .image-description {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}
.preheader .google-map {
	width: 100%;
	height: 595px;
}
.preheader .widgets {
	bottom: 30px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.preheader .decorator {
	bottom: 18px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.decorator path {
	fill: none;
	stroke-width: 3;
}
.header-slider {
	background-attachment: fixed;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
}
.header-slider.ready {
	opacity: 1;
	filter: alpha(opacity=100);
}
.header-slider ul {
	margin: 0;
}
.header-slider .item {
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.header-slider .item.active {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}
.header-slider .item .header-media {
	-moz-transform: inherit;
	-webkit-transform: inherit;
	-o-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.header-slider .item.active .header-media-zoom {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 30s linear;
	-moz-transition: all 30s linear;
	-ms-transition: all 30s linear;
	-o-transition: all 30s linear;
	transition: all 30s linear;
}
.header-slider img {
	z-index: 1;
	position: relative;
}
.header-slider .theme-carousel-prev,
.header-slider .theme-carousel-next {
	height: 96px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	z-index: 2;
}
.header-slider .theme-carousel-prev:hover,
.header-slider .theme-carousel-next:hover {
	width: 214px;
}
.header-slider .theme-carousel-prev:before,
.header-slider .theme-carousel-next:before,
.header-slider .theme-carousel-prev:after,
.header-slider .theme-carousel-next:after {
	font-family: 'FontAwesome';
	height: 96px;
	line-height: 96px;
	position: absolute;
	top: 0;
	width: 19px;
	text-align: center;
	z-index: 3;
}
.header-slider .theme-carousel-prev:before,
.header-slider .theme-carousel-next:before {
	content: '';
	opacity: .88;
	filter: alpha(opacity=88);
}
.header-slider .theme-carousel-prev {
	left: 0;
	padding-left: 19px;
}
.header-slider .theme-carousel-prev:before {
	left: 0;
}
.header-slider .theme-carousel-prev:after {
	content: '\f053';
	left: 0;
}
.header-slider .theme-carousel-next {
	padding-right: 19px;
	right: 0;
}
.header-slider .theme-carousel-next:before {
	right: 0;
}
.header-slider .theme-carousel-next:after {
	content: '\f054';
	right: 0;
}
.header-slider .nav-preview {
	display: block;
	height: 96px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 195px;
	z-index: 2;
}
.header-slider .theme-carousel-prev .nav-preview {
	right: 0;
}
.header-slider .theme-carousel-next .nav-preview {
	left: 0;
}
.header-slider .theme-carousel-prev:hover .nav-preview,
.header-slider .theme-carousel-next:hover .nav-preview {
	opacity: 1;
	filter: alpha(opacity=100);
}
.header-slider .nav-preview img {
	left: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.header-slider .nav-preview i {
	display: block;
	height: 96px;
	line-height: 96px;
	text-align: center;
	font-size: 30px;
	width: 195px;
}
.header-slider .nav-title {
	font-size: 13px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 100%;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 214px;
	z-index: 1;
}
.header-slider .theme-carousel-prev .nav-title {
	right: 0;
	text-align: right;
}
.header-slider .theme-carousel-next .nav-title {
	left: 0;
	text-align: left;
}
.header-slider .theme-carousel-prev:hover .nav-title,
.header-slider .theme-carousel-next:hover .nav-title {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
/* .header-slider .nav-preview img { */
.preheader.with-slider .media-info.active {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.page-header-events .preheader,
.page-header-v3 .preheader {
	height: 100vh;
}
.page-header-events .preheader .header-media,
.page-header-v3 .preheader .header-media {
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.page-header-events .preheader .header-image,
.page-header-v3 .preheader .header-image {
	min-height: 100vh;
	min-width: 100vw;
	max-width: none;
	width: auto;
}
.page-header-events .preheader .decorator,
.page-header-v3 .preheader .decorator {
	position: static;
	margin: 47px 0 59px;
}
.page-header-events .preheader .media-info {
	margin-top: -100px;
}
.page-header-events .preheader .image-title,
.page-header-v3 .preheader .image-title {
	margin: 0;
}
.page-header-events .preheader .image-description,
.page-header-v3 .preheader .image-description {
	font-weight: normal;
}
.page-header-events .move-next,
.page-header-v3 .move-next {
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	bottom: 29px;
	z-index: 2;
}
.page-header-events .move-next path,
.page-header-v3 .move-next path {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.page-header {
	border: 0;
	left: 0;
	margin: 0;
	padding: 9px 0 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
	z-index: 10;
}
.page-header.affix {
	padding: 0;
}
.page-header:after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
	width: 100%;
	z-index: -1;
}
.navbar {
	border: 0;
	margin: 0;
}
.navbar-toggle {
	border-width: 2px;
	margin-top: 0;
	margin-right: 0;
}
.navbar-toggle .icon-bar {
	height: 3px;
}
.navbar-brand {
	font-size: 40px;
	font-weight: normal;
	height: auto;
	line-height: 100px;
	margin: 0;
	padding: 0;
}
.navbar-collapse {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse.in {
	overflow: visible;
}
.quick-access {
	float: right;
	line-height: 100px;
	margin-left: 32px;
	padding-top: 10px;
}
.quick-access-block {
	display: inline-block;
	font-size: 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	width: 34px;
}
.quick-access-block + .quick-access-block {
	margin-left: 5px;
}
.quick-access-block a {
	vertical-align: middle;
}
.header-widget-search {
	display: none;
	left: 0;
	padding: 31px 0 23px;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 11;
}
.header-widget-search.affix {
	padding: 22px 0 23px;
}
.header-widget-search.active {
	display: block;
}
.header-widget-search input[type="text"] {
	border: 0;
	height: 65px;
	font-size: 30px;
	font-weight: lighter;
}
.header-widget-search .input-group-btn button.btn {
	border: 0;
	height: 65px;
	font-size: 20px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 65px;
}
.header-widget-search a[href="#search-close"] {
	border: 0;
	height: 65px;
	float: right;
	font-size: 16px;
	font-weight: lighter;
	line-height: 65px;
	padding: 0;
	text-align: center;
	width: 65px;
}
.account-link a {
	display: block;
	margin-right: -7px;
}
.navbar-collapse {
	line-height: 100px;
	text-align: right;
}
.page-header .menu {
	display: inline-block;
	font-size: 19px;
	line-height: normal;
	padding: 20px 0 0;
	text-align: left;
	vertical-align: middle;
}
.page-header .menu div,
.page-header .menu ul {
	padding: 0;
}
.page-header div.menu > ul {
	display: block;
}
.page-header .menu li {
	position: relative;
}
.page-header .menu a {
	display: block;
	padding-bottom: 2px;
	position: relative;
	overflow: visible;
}
.page-header div.menu ul ul a,
.page-header ul.menu ul a {
	overflow: hidden;
}
.page-header .menu a:hover,
.page-header .menu a:focus {
	text-decoration: none;
}
.page-header .menu a:after {
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0;
}
.page-header .menu li.current-menu-ancestor > a:after,
.page-header .menu li.current-menu-item > a:after,
.page-header .menu li:hover > a:after,
.page-header .menu a:hover:after,
.page-header .menu a:focus:after {
	/* border-bottom-width: 2px;
	border-bottom-style: solid; */
	width: 100%;
}
.page-header div.menu ul ul a:after,
.page-header ul.menu ul a:after {
	display: none;
}
.page-header .menu div > ul {
	display: block;
}
.page-header div.menu > ul > li,
.page-header ul.menu > li {
	float: left;
}
.page-header ul.menu .submenu-2-col li:before,
.page-header .menu li:before {
	display: none;
}
.page-header ul.menu .submenu-2-col li li:before,
.page-header .menu li li:before{
	display: block;
}
.page-header div.menu > ul > li + li,
.page-header ul.menu > li + li {
	margin-left: 25px;
}
.page-header div.menu > ul > li > ul,
.page-header ul.menu > li > div {
	display: block;
	font-size: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 45px;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 300px;
}
.page-header ul.menu > li.submenu-2-col > div {
	font-weight: bold;
}
.page-header div.menu > ul > li:hover > ul,
.page-header ul.menu > li:hover > div {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.page-header ul.menu > li.submenu-2-col > div div {
	font-weight: normal;
}
.page-header ul.menu > li.submenu-2-col > div {
	width: 500px;
}
.page-header ul.menu > li.submenu-2-col > div > ul:after {
	clear: both;
	content: '';
	display: block;
}
.page-header ul.menu > li.submenu-2-col > div > ul > li {
	float: left;
	width: 47.5%;
	text-transform: uppercase;
}
.page-header ul.menu > li.submenu-2-col > div > ul > li:nth-child(even) {
	margin-left: 5%;
}
.page-header ul.menu > li.submenu-2-col > div > ul > li > div {
	display: block;
}
.page-header ul.menu > li.submenu-2-col > div > ul > li ul,
.page-header div.menu ul ul ul,
.page-header ul.menu ul ul {
	padding: 10px 0 0;
	text-transform: none;
}
.page-header ul.menu > li.submenu-2-col > div > ul > li ul ul {
	padding-bottom: 10px;
}
.page-header .menu li li + li {
	margin-top: 2px;
}
.page-header ul.menu > li.submenu-2-col li + li + li {
	margin-top: 20px;
}
.page-header ul.menu > li.submenu-2-col li:nth-child(2n+1) {
	clear: both;
}
.page-header ul.menu > li.submenu-2-col li li + li + li {
	margin-top: 2px;
}
.page-header .menu .flag {
	background-color: #5a84c3;
	color: #fff;
	font-size: 7px;
	height: 11px;
	line-height: 11px;
	text-transform: uppercase;
	padding: 0 3px;
	vertical-align: middle;
	position: absolute;
	bottom: 100%;
	right: 0;
}
.page-header div.menu ul ul .flag,
.page-header ul.menu ul .flag {
	position: static;
	margin-left: 5px;
}
.page-header .menu .flag-hot {
	background-color: #bc5b5b;
}

/**
* #.# Widgetized page template
*
* Widgetized page template styles
* 1. Posts widget
*/
.widgetizet-yes {
	padding: 0 0 20px;
}
.widgetizet-yes .col-main .block {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: inherit;
	background-size: inherit;
	margin-top: 20px;
	padding: 50px 0;
}
.widgetizet-yes .col-main .block-title {}
/* 1. Posts widget  */
.widgetizet-yes .col-main .block-info {
	font-size: 18px;
	line-height: 1.6;
	padding: 0;
	text-align: center;
}
.widgetizet-yes .col-main .block-info .block-title {
	font-size: 55px;
	margin-bottom: 37px;
}
.widgetizet-yes .col-main .block-info .info-text {
	padding-bottom: 190px;
	padding-top: 190px;
}
.widgetizet-yes .col-main .block-recipes {
	padding: 0;
}

/**
* #.# Blog
*
* Blog page styles
*/
.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-categories {
	font-size: 16px;
	font-weight: bold;
	margin: 0 -15px 118px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.blog-categories a {
	display: block;
	padding-bottom: 2px;
	position: relative;
}
.blog-categories a:after {
	bottom: 0;
	content: '';
	left: 50%;
	height: 2px;
	position: absolute;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0;
}
.blog-categories .current-cat > a,
.blog-categories a.active,
.blog-categories a:hover,
.blog-categories a:focus {
	text-decoration: none;
}
.blog-categories .current-cat > a:after,
.blog-categories a.active:after,
.blog-categories a:hover:after,
.blog-categories a:focus:after {
	width: 100%;
}
.post-list {
	text-align: left;
}
.search-results .post-list article,
.tag .post-list article,
.author .post-list article,
.date .post-list article,
.category .post-list article,
.page-template-demo-blog-page .post-list article,
.blog .post-list article {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 41px;
}
.date .post-list > article + article,
.author .post-list > article + article,
.tag .post-list article + article,
.search-results .post-list > article + article,
.category .post-list article + article,
.page-template-demo-blog-page .post-list article + article,
.blog .post-list article + article {
	margin-top: 45px;
}
.author .post-list .entry-thumbnail,
.date .post-list .entry-thumbnail,
.tag .post-list .entry-thumbnail,
.category .post-list .entry-thumbnail,
.page-template-demo-blog-page .post-list .entry-thumbnail,
.blog .post-list .entry-thumbnail {
	display: block;
	margin-top: 30px;
}
.search-results .post-list .entry-thumbnail {
	margin: 0;
}
.search-results .post-list .entry-title,
.tag .post-list .entry-title,
.date .post-list .entry-title,
.author .post-list .entry-title,
.category .post-list .entry-title,
.page-template-demo-blog-page .post-list .entry-title,
.blog .post-list .entry-title {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 11px;
}
.search-results .post-list .entry-title a:hover,
.tag .post-list .entry-title a:hover,
.author .post-list .entry-title a:hover,
.date .post-list .entry-title a:hover,
.category .post-list .entry-title a:hover,
.page-template-demo-blog-page .post-list .entry-title a:hover,
.blog .post-list .entry-title a:hover {
	text-decoration: none;
}
.entry-header {
	margin: 0 0 43px;
}
.page-title {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 90px;
	text-align: center;
}
.entry-meta {
	font-size: 16px;
	margin: 0;
}
.entry-meta li {
	padding: 0;
}
.entry-meta li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 15px;
}
.entry-meta a {
	display: inline-block;
	position: relative;
}
.entry-meta a:after {
	bottom: 0;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
.entry-meta a:hover:after {
	width: 100%;
}
.blog .post-list .more-link {
	font-weight: bold;
	text-transform: uppercase;
}
.sticky {
	border-width: 2px;
	border-style: solid;
	padding: 41px;
}
.full-width .sticky {
	padding-left: 0;
	padding-right: 0;
}
.format-chat {
	font-family: monospace, monospace;
}
.search-results .full-width .col-1-layout .post-list .sticky,
.page-template-demo-blog-page .full-width .col-1-layout .post-list .sticky,
.category .full-width .col-1-layout .post-list .sticky,
.blog .full-width .col-1-layout .post-list .sticky {
	border-left: 0;
	border-right: 0;
}
.single .entry-thumbnail {
	margin-top: 50px;
	display: block;
}

/**
* #.# 404
*
* 404 page styles
*/
.error404 .entry-content .search-form input[type="text"] {
	border-right: 0;
	height: 50px;
}
.error404 .entry-content .search-form button {
	border-left: 0;
	font-size: 20px;
	height: 50px;
	margin: 0;
}

/**
* #.# Post
*
* Post page styles
*/
.single-post .col-main {
	text-align: left;
}
.single-post .entry-title {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.single-post .entry-meta {
	text-align: center;
}
.single-post .entry-thumbnail {
	display: block;
	margin-top: 43px;
	text-align: center;
}
.single-post .entry-content {
	line-height: 1.6;
}
/**
* #.# Page
*
* Page styles
*/
.page .entry-title {
	font-size: 35px;
	margin: 0 0 10px;
}

/**
* #.# Event page
*
* Event Page styles
*/
.single-theme_event .entry-title,
.single-theme_event .entry-meta {
	text-align: center;
}


/**
* #.# Recipe page
*
* Recipe Page styles
*/
.single-theme_recipe {}
.single-theme_recipe .image-title {
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
}
.single-theme_recipe .entry-content {
	font-size: 19px;
	font-style: italic;
}
.single-theme_recipe .entry-content .decorator {
	padding-top: 51px;
}
.single-theme_recipe .entry-info {
	padding: 72px 0;
}
.single-theme_recipe .entry-info .inline-col {
	vertical-align: top;
}
.single-theme_recipe .entry-info h2 {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 41px;
}
.single-theme_recipe .entry-info-difficulty {
	font-size: 40px;
}
.difficulty-set {
	display: inline-block;
	position: relative;
}
.difficulty-val {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.difficulty-set.easy .difficulty-val {
	width: 33.3333%;
}
.difficulty-set.medium .difficulty-val {
	width: 66.6666%;
}
.difficulty-set.hard .difficulty-val {
	width: 100%;
}
.single-theme_recipe .entry-info-time i {
	display: block;
	font-size: 33px;
	padding-top: 4px;
}
.single-theme_recipe .entry-info-time .time-val {
	font-size: 19px;
	font-style: italic;
	padding: 15px 0 0;
}
.single-theme_recipe .nutritions-list {
	font-size: 19px;
	font-style: italic;
	margin: 0;
	padding: 7px 0 0;
}
.single-theme_recipe .how-to-vieos {
	position: relative;
	height: 652px;
	overflow: hidden;
	margin-bottom: 54px;
	padding-top: 124px;
}
.single-theme_recipe .how-to-videos-bg {
	left: 50%;
	position: absolute;
	top: 0;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.single-theme_recipe .how-to-videos-bg:after {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	position: absolute;
	top: 0;
	width: 100%;
}
.single-theme_recipe .how-to-videos-bg img {
	max-width: none;
}
.single-theme_recipe .how-to-vieos h2 {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 21px;
}
.single-theme_recipe .how-to-vieos h3 {
	font-size: 16px;
	margin: 0 0 68px;
	text-transform: uppercase;
}
.single-theme_recipe .theme-carousel .video-list li {
	display: block;
	min-height: 0;
}
.single-theme_recipe .theme-carousel .video-list .item-inner {
	display: none;
}
.single-theme_recipe .theme-carousel .video-list .active .item-inner {
	display: block;
}
.single-theme_recipe .how-to-vieos .video-title {
	font-size: 14px;
	font-weight: normal;
	margin: 19px 0 0;
	text-align: left;
}
.single-theme_recipe .how-to-vieos .theme-carousel-paging {
	margin: 58px 0 0;
}
.single-theme_recipe .inventory {
	font-size: 19px;
	font-style: italic;
}
.single-theme_recipe .inventory h2 {
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 35px;
}
.single-theme_recipe .inventory .icon {
	font-size: 42px;
	margin-bottom: 28px;
}
.single-theme_recipe .ingredients {
	padding: 71px 0 0;
}
.single-theme_recipe .ingredients .servings-count {
	font-weight: bold;
	margin-bottom: 33px;
}
.single-theme_recipe .ingredients dl {
	margin-bottom: 72px;
}
.single-theme_recipe .ingredients dt {
	clear: both;
	float: right;
	font-weight: normal;
	text-align: left;
}
.single-theme_recipe .ingredients dd {
	text-align: right;
}
.single-theme_recipe .utensils {
	padding: 71px 0 0;
}
.single-theme_recipe .paralax {
	height: 462px;
	overflow: hidden;
	margin: 120px 0 0;
	position: relative;
}
.single-theme_recipe .paralax-image {
	left: 50%;
	position: absolute;
	top: 0;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
}
.single-theme_recipe .paralax-image img {
	max-width: none;
}
.single-theme_recipe .paralax .decorator {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.single-theme_recipe .steps-decorator {
	margin-top: 100px;
}
.single-theme_recipe .cooking-steps {
	font-size: 19px;
	margin: 115px 0 62px;
	text-align: left;
}
.single-theme_recipe .cooking-steps .step-number {
	font-size: 45px;
	text-align: center;
}
.single-theme_recipe .cooking-steps li + li {
	margin-top: 74px;
}
.single-theme_recipe .cooking-steps .step-description {
	margin-top: 10px;
}
.single-theme_recipe .cooking-steps .step-inventory {
	font-size: 15px;
	font-style: italic;
	margin-top: 32px;
}
.single-theme_recipe .cooking-steps .step-info {
	position: relative;
	padding: 10px 0;
	padding-left: 43px;
}
.single-theme_recipe .cooking-steps .step-info:before {
	font-family: 'relae';
	font-size: 22px;
	font-style: normal;
	left: 0;
	position: absolute;
	top: 0;
}
.single-theme_recipe .cooking-steps .step-info:after {
	clear: both;
	content: '';
	display: block;
}
.single-theme_recipe .cooking-steps .step-utensils:before {
	content: 'g'
}
.single-theme_recipe .cooking-steps .step-ingredients:before {
	content: 'b';
}

/**
* #.# Recipes page / category
*
* Recipes Page / Category styles
*/
.page-template-recipes,
.tax-recipecat {}
.page-template-recipes .post-list,
.tax-recipecat .post-list {}
.page-template-recipes .post-list .hentry,
.tax-recipecat .post-list .hentry {
	margin-bottom: 30px;
	text-align: center;
}
.page-template-recipes .post-list .hentry-inner,
.tax-recipecat .post-list .hentry-inner {
	border-width: 2px;
	border-style: solid;
}
.page-template-recipes .post-list .entry-header,
.tax-recipecat .post-list .entry-header {
	margin: -2px -2px 0;
	overflow: hidden;
	position: relative;
}
.page-template-recipes .post-list .video-flag,
.tax-recipecat .post-list .video-flag {
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 10px;
	right: 10px;
	width: 38px;
	z-index: 1;
}
.page-template-recipes .post-list .entry-thumbnail,
.tax-recipecat .post-list .entry-thumbnail {
	display: block;
	position: relative;
	z-index: 0;
}
.page-template-recipes .post-list .entry-thumbnail img,
.tax-recipecat .post-list .entry-thumbnail img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.page-template-recipes .post-list .hentry-inner:hover .entry-thumbnail img,
.tax-recipecat .post-list .hentry-inner:hover .entry-thumbnail img {
	-moz-transform: scale(1.05) rotate(2deg);
	-webkit-transform: scale(1.05) rotate(2deg);
	-o-transform: scale(1.05) rotate(2deg);
	-ms-transform: scale(1.05) rotate(2deg);
	transform: scale(1.05) rotate(2deg);
}
.page-template-recipes .post-list .entry-summary,
.tax-recipecat .post-list .entry-summary {
	font-size: 13px;
	font-style: italic;
	height: 137px;
	line-height: 137px;
}
.page-template-recipes .post-list .entry-summary-inner,
.tax-recipecat .post-list .entry-summary-inner {
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}
.page-template-recipes .post-list .entry-title,
.tax-recipecat .post-list .entry-title {
	font-size: 19px;
	font-style: normal;
	margin: 0;
	text-transform: uppercase;
}
.page-template-recipes .post-list .entry-title:after,
.tax-recipecat .post-list .entry-title:after {
	content: '';
	display: block;
	height: 2px;
	margin: 13px auto 0;
	width: 41px;
}
.page-template-recipes .post-list .entry-title a,
.tax-recipecat .post-list .entry-title a {
	display: block;
	max-height: 40px;
	overflow: hidden;
}
.page-template-recipes .post-list p,
.tax-recipecat .post-list p {
	margin: 13px 0 0;
	max-height: 19px;
	overflow: hidden;
}

/**
* #.# Recipes showcase page
*
* Recipes Showcase Page styles
*/
.page-template-recipes-showcase {}
.page-template-recipes-showcase .post-list {
	padding: 20px 0;
}
.page-template-recipes-showcase .hentry {
	position: relative;
	overflow: hidden;
}
.page-template-recipes-showcase .hentry + .hentry {
	margin-top: 20px;
}
.page-template-recipes-showcase .recipe-info {
	float: left;
	padding-bottom: 105px;
	padding-top: 105px;
	text-align: center;
}
.page-template-recipes-showcase .recipe-info .video-flag {
	display: block;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	margin: 73px auto 0;
	text-align: center;
	width: 38px;
}
.page-template-recipes-showcase .recipe-info .entry-title {
	margin: 35px 0 0;
	padding-bottom: 35px;
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
}
.page-template-recipes-showcase .recipe-info .entry-title:after {
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 41px;
}
.page-template-recipes-showcase .recipe-info .recipe-excerpt {
	font-size: 25px;
	font-style: italic;
	margin: 33px 0 0;
}
.page-template-recipes-showcase .recipe-info .recipe-buttons {
	margin-top: 78px;
}
.page-template-recipes-showcase .recipe-image {
	/*position: relative;*/
}
.page-template-recipes-showcase .recipe-image span {
	left: 0;
	position: absolute;
	right: auto;
}
.page-template-recipes-showcase .recipe-image img {
	max-width: none;
}
.page-template-recipes-showcase .hentry:nth-child(even) .recipe-info {
	float: right;
}
.page-template-recipes-showcase .hentry:nth-child(even) .recipe-image span {
	left: auto;
	right: 0;
}

/**
* #.# Contact page
*
* Contact Page styles
*/
.single-theme_contact {}
.single-theme_contact .entry-title {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 92px;
}
.single-theme_contact .entry-content {
	margin-bottom: 92px;
}
.single-theme_contact .contact-boxes {
	margin-bottom: 45px;
}
.single-theme_contact .contact-boxes h3 {
	font-size: 16px;
	margin: 0 0 23px;
}
.single-theme_contact .contact-box {
	margin-bottom: 30px;
}
.single-theme_contact .box-content {
	line-height: 1.6;
}
.single-theme_contact .contact-form {}
.single-theme_contact .contact-form h2 {
	font-size: 35px;
	font-weight: normal;
}
.single-theme_contact .contact-form h3 {
	font-size: 16px;
	line-height: 1.2;
}
.single-theme_contact .contact-form form {
	padding: 89px 0 48px;
	text-align: left;
}
.single-theme_contact .contact-form textarea {
	height: 108px;
}
.single-theme_contact .contact-form .form-actions {
	padding-top: 4px;
}

/**
* #.# About page
*
* About Page styles
*/
.single-theme_about {}
.single-theme_about .entry-content {
	line-height: 1.6;
	text-align: center;
}
.single-theme_about .entry-content .entry-title {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 93px;
}
.single-theme_about .entry-content h2 {
	font-weight: normal;
}
.single-theme_about .entry-content p {
	margin: 0 0 26px;
}
.single-theme_about .entry-content .decorator {
	padding: 49px 0 0;
}
.single-theme_about .people-block {
	margin-top: 49px;
}
.single-theme_about .people-block .decorator {
	margin-bottom: 74px;
}
.single-theme_about .people-block h2 {
	font-size: 35px;
	font-weight: normal;
	margin: 0;
}
.single-theme_about .people-block h3 {
	font-size: 16px;
	margin: 21px 0 0;
}
.single-theme_about .persone {
	margin: 80px 0 0;
	vertical-align: top;
}
.single-theme_about .persone-name {
	font-size: 25px;
	margin: 0 0 46px;
}
.single-theme_about .persone-photo {
	height: 165px;
	margin: 0 auto 46px;
	position: relative;
	width: 165px;
}
.single-theme_about .persone-photo img {
	border-radius: 165px;
}
.single-theme_about .persone-photo:before,
.single-theme_about .persone-photo:after {
	border-width: 1px;
	border-style: solid;
	border-radius: 180px;
	content: '';
	display: block;
	height: 165px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 165px;
}
.single-theme_about .persone-photo:hover:before {
	height: 175px;
	left: -5px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: -5px;
	width: 175px;
}
.single-theme_about .persone-photo:hover:after {
	height: 181px;
	left: -8px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: -8px;
	width: 181px;
}
.single-theme_about .persone-description {
	line-height: 1.6;
	padding: 0 24px;
}
.single-theme_about .persone-description:after {
	content: '';
	display: block;
	height: 2px;
	margin: 48px auto 0;
	width: 164px;
}
.single-theme_about .persone-social {
	margin: 46px 0 0;
}
.single-theme_about .persone-social a {
	display: inline-block;
	margin: 0 3px;
}
.single-theme_about .contacts-block {
	margin: 70px 0 52px;
}
.single-theme_about .contacts-block .decorator {
	margin-bottom: 74px;
}
.single-theme_about .contacts-block h2 {
	font-size: 35px;
	font-weight: normal;
	margin: 0;
}
.single-theme_about .contacts-block h3 {
	font-size: 16px;
	margin: 21px 0 0;
}
.single-theme_about .contact-info {
	margin-top: 93px;
}
.single-theme_about .contact-description {
	text-align: left;
	vertical-align: top;
}
.single-theme_about .contact-form {
	text-align: left;
	vertical-align: top;
}
.single-theme_about .form-field textarea {
	height: 107px;
}

/**
* #.# Testimonials page
*
* Testimonials Page styles
*/
.tax-testimonialcat {}
.tax-testimonialcat .post-list {
	margin-bottom: 52px;
}
.tax-testimonialcat .hentry {
	padding-top: 7px;
}
.tax-testimonialcat .hentry + .hentry {
	margin-top: 63px;
}
.tax-testimonialcat .entry-header {
	margin: 0;
	padding-bottom: 49px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.tax-testimonialcat .entry-thumbnail {
	bottom: 100%;
	margin-bottom: 20px;
	position: absolute;
}
.tax-testimonialcat .entry-thumbnail img {
	border-radius: 40px
}
.tax-testimonialcat .entry-title {
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}
.tax-testimonialcat .entry-content {
	font-style: italic;
	line-height: 1.6;
	position: relative;
	text-align: left;
}
.tax-testimonialcat .entry-content:before,
.tax-testimonialcat .entry-content:after,
.tax-testimonialcat .entry-content-border:before {
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
	content: '';
	position: absolute;
}
.tax-testimonialcat .entry-content-border:after {
	content: '';
	height: 27px;
	width: 27px;
	position: absolute;
	left: 4px;
	top: 42px;
}
.tax-testimonialcat .entry-content:before {
	height: 6px;
	left: -14px;
	top: 41px;
	width: 6px;
}
.tax-testimonialcat .entry-content:after {
	height: 13px;
	left: 0;
	top: 32px;
	width: 13px;
}
.tax-testimonialcat .entry-content-border:before {
	height: 31px;
	left: -1px;
	top: 34px;
	width: 31px;
}
.tax-testimonialcat .entry-content-border {
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	height: 155px;
	position: relative;
}
.tax-testimonialcat .entry-content-inner {
	left: 0;
	/*padding: 57px 102px 52px;*/
	padding: 0 102px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tax-testimonialcat .entry-content p:last-child {
	margin: 0;
}

/**
* #.# Mediallery page
*
* Mediallery Page styles
*/
.page-template-gallery,
.tax-gallerycat {}
.page-template-gallery .blog-categories,
.tax-gallerycat .blog-categories {
	margin-bottom: 64px;
}
.page-template-gallery .post-list,
.tax-gallerycat .post-list {
	margin-bottom: 52px;
}
.page-template-gallery .hentry,
.tax-gallerycat .hentry {
	margin: 0;
	padding: 0;
}
.page-template-gallery .entry-header,
.tax-gallerycat .entry-header {
	position: relative;
	margin: 0;
}
.page-template-gallery .entry-header:after,
.tax-gallerycat .entry-header:after {
	border-radius: 768px;
	content: '';
	height: 0;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 0;
}
.page-template-gallery .hentry:hover .entry-header:after,
.tax-gallerycat .hentry:hover .entry-header:after {

	height: 150%;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 150%;
}
.page-template-gallery .entry-thumbnail,
.tax-gallerycat .entry-thumbnail {}
.page-template-gallery .media-placeholder,
.tax-gallerycat .media-placeholder {
	display: block;
	padding-bottom: 100%;
	width: 100%;
	position: relative;
}
.page-template-gallery .media-placeholder:before,
.tax-gallerycat .media-placeholder:before {
	display: block;
	font-size: 60px;
	left: 0;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.page-template-gallery .entry-zoom,
.tax-gallerycat .entry-zoom {
	bottom: 100%;
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: 10px;
	width: 38px;
	z-index: 2;
}
.page-template-gallery .entry-zoom i,
.tax-gallerycat .entry-zoom i {
	position: relative;
	z-index: 2;
}
.page-template-gallery .entry-zoom:before,
.tax-gallerycat .entry-zoom:before {
	border-radius: 38px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0;
}
.page-template-gallery .entry-zoom:hover:before,
.tax-gallerycat .entry-zoom:hover:before {
	border-radius: 0;
	height: 38px;
	width: 38px;
}
.page-template-gallery .hentry:hover .entry-zoom,
.tax-gallerycat .hentry:hover .entry-zoom {
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	margin-bottom: -10px;
}
.page-template-gallery .hentry figcaption,
.tax-gallerycat .hentry figcaption {
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.page-template-gallery .hentry figcaption:before,
.tax-gallerycat .hentry figcaption:before {
	display: none;
}
.page-template-gallery .entry-title,
.tax-gallerycat .entry-title {
	font-weight: normal;
}
.page-template-gallery .entry-categories,
.tax-gallerycat .entry-categories {
	line-height: 1.6;
	text-transform: uppercase;
}
.page-template-gallery .entry-categories a,
.tax-gallerycat .entry-categories a {
	margin: 0 5px;
}
.page-template-gallery .hentry figcaption a,
.tax-gallerycat .hentry figcaption a {
	display: inline-block;
	line-height: 1.2;
	padding-bottom: 2px;
	position: relative;
}
.page-template-gallery .hentry figcaption a:after,
.tax-gallerycat .hentry figcaption a:after {
	bottom: 0;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
.page-template-gallery .hentry figcaption a:hover:after,
.tax-gallerycat .hentry figcaption a:hover:after {
	width: 100%;
}
/**
* #.# Single Mediallery page
*
* Single Mediallery Page styles
*/
.single-theme_gallery .hentry .mejs-poster {
	-webkit-background-size: cover;
	background-size: cover;
}
.single-theme_gallery .hentry .entry-title {
	margin: 0 0 40px;
}
.single-theme_gallery .hentry .media-placeholder {
	display: block;
	font-size: 60px;
	height: 200px;
	line-height: 200px;
	text-align: center;
}
/**
* #.# Events page
*
* Events Page styles
*/
.tax-eventcat {}
.tax-eventcat .post-list {}
.tax-eventcat .post-list .item-date-calendar {
	width: 65px;
}
.tax-eventcat .post-list .date-title {
	margin-bottom: 69px;
}
.tax-eventcat .post-list .date-title {}
.tax-eventcat .post-list .hentry + .date-title {
	margin-top: 38px;
}
.tax-eventcat .post-list .hentry {
	margin-bottom: 30px;
	text-align: center;
}
.tax-eventcat .post-list .hentry-link {
	display: block;
	position: relative;
}
.tax-eventcat .post-list .hentry-link:before {
	border: 2px;
	border-style: solid;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tax-eventcat .post-list .event-data {
	font-size: 25px;
	font-weight: bold;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.tax-eventcat .post-list .has-post-thumbnail .event-data {
	left: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.tax-eventcat .post-list .event-pretitle {
	display: block;
	max-height: 35px;
	overflow: hidden;
}
.tax-eventcat .post-list .event-title {
	display: block;
	font-size: 20px;
	max-height: 56px;
	overflow: hidden;
	text-transform: uppercase;
}
.tax-eventcat .post-list .event-info {
	display: block;
	font-weight: normal;
	max-height: 35px;
	overflow: hidden;
}
.tax-eventcat .post-list .entry-thumbnail {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
.tax-eventcat .post-list .hentry-link:hover .entry-thumbnail {
	opacity: 1;
	filter: alpha(opacity=100);
}
/**
* #.# Reservatin page
*
* Reservatin Page styles
*/
.tax-reservationform {}
.tax-reservationform .col-main .theme_reservation-form {
	margin-bottom: 48px;
}
.theme_reservation-form .form-fields-row {
	margin-bottom: 14px;
}
.theme_reservation-form label {
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 27px;
	text-align: center;
}
.theme_reservation-form .reservation-people label {
	font-size: 30px;
}
.theme_reservation-form .form-field .placeholder {
	font-size: 16px;
	padding: 20px 25px;
}
.theme_reservation-form .form-field textarea,
.theme_reservation-form .form-field select,
.theme_reservation-form .form-field input[type="text"],
.theme_reservation-form .form-field input[type="email"] {
	height: 62px;
	padding: 18px 25px;
}
.theme_reservation-form .form-field select {
	height: 58px;
}
.theme_reservation-form .form-actions {
	padding-top: 34px;
	text-align: center;
}

/**
* #.# Page navigations
*
* 1. Pager (prev next links)
* 2. Paging (page numbers)
*/

/* 1. Pager (prev next links) */
.pager {
	font-size: 17px;
	margin: 114px 0;
	line-height: 1.3;
}
.pager .previous {
	text-align: right;
}
.pager .next {
	text-align: left;
}
.pager .previous > a,
.pager .previous > span,
.pager .next > a,
.pager .next > span {
	display: block;
	float: none;
	padding: 9px 35px;
}
.pager li > a,
.pager li > span {
	border-radius: 100px;
}
.pager a span {
	display: block;
}
.pager .meta-nav-title {
	font-weight: bold;
}

/* 2. Paging (page numbers) */
.page-link,
.paging {
	font-size: 16px;
	padding: 46px 0;
	text-align: center;
}
.post-list + .page-link,
.post-list + .paging {
	padding-bottom: 0;
}
.page-link {
	padding: 39px 0 2px;
}
.paging span {}
.paging a {}
/*.page-link a + a:before,*/
.paging a + span:before,
.paging span + a:before,
.paging a + a:before {
	content: '/';
	cursor: default;
	display: inline-block;
	margin: 0 15px;
}

/**
* #.# Comments
*
* Comment list and respond form styles
*/
.comments-title {
	font-size: 30px;
	font-weight: 300;
	margin: 12px 0 70px;
	text-align: center;
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0 0 116px;
	padding: 0;
}
.comment-list .children {
	margin: 40px 0 0 95px;
}
.comment-list .comment + .comment {
	margin-top: 40px;
}
.comment-list .comment-body {
	line-height: 1.6;
	position: relative;
	padding-left: 95px;
}
.comment-list .comment-meta {}
.comment-list .comment-author {
	font-size: 18px;
	padding: 21px 0 10px;
}
.comment-list .avatar {
	border-radius: 66px;
	left: 0;
	position: absolute;
	top: 0;
}
.comment-list .fn {
	font-weight: bold;
	text-transform: uppercase;
}
.comment-list .says {}
.comment-list .comment-metadata {
	margin-bottom: 10px;
}
.comment-list .edit-link:before {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}
.comment-list .comment-content {
	margin-bottom: 20px;
}
.comment-list .reply {}
.comment-list .comment-reply-link {
	font-size: 18px;
	text-transform: lowercase;
}
.comment-respond-wrap {
	border-top-width: 2px;
	border-top-style: solid;
	padding: 138px 0 29px;
}
.bypostauthor {
	border-left-width: 2px;
	border-left-style: solid;
	padding-left: 15px;
}
.comment-respond {}
.comment-respond .comment-reply-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 28px;
	text-align: center;
}
.comment-respond .comment-notes {
	color: #c43c3c;
	margin-bottom: 70px;
	text-align: center;
}
.required {
	color: #c43c3c;
}
.comment-respond .comment-notes span {}
.comment-respond p {
	margin-bottom: 18px;
	position: relative;
}
.comment-respond label {
	font-size: 16px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 11px 13px;
	position: absolute;
	top: 0;
	z-index: 0;
}
.comment-respond input[type="text"],
.comment-respond input[type="password"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="number"],
.comment-respond input[type="tel"],
.comment-respond select,
.comment-respond textarea {
	position: relative;
	padding: 12px;
	width: 100%;
	z-index: 1;
}
.comment-respond input.empty-val[type="text"],
.comment-respond input.empty-val[type="password"],
.comment-respond input.empty-val[type="email"],
.comment-respond input.empty-val[type="url"],
.comment-respond input.empty-val[type="number"],
.comment-respond input.empty-val[type="tel"],
.comment-respond select.empty-val,
.comment-respond textarea.empty-val {
	background-color: transparent;
}
.comment-respond textarea {
	height: 110px;
}
.comment-respond .form-allowed-tags {
	font-size: 12px;
	margin-bottom: 27px;
}
.comment-respond .submit {
	text-transform: uppercase;
}
.comment-respond .submit:hover,
.comment-respond .submit:focus {
	outline: none;
}

/**
* #.# Form fields
*
* Form fields styles
*/
.form-row,
.form-field {
	margin: 0 0 21px;
	position: relative;
}
.form-row .placeholder,
.form-row label,
.form-field .placeholder,
.form-field label {
	left: 0;
	margin: 0;
	padding: 13px 20px 9px;
	position: absolute;
	top: 0;
	z-index: 0;
}
.form-row textarea,
.form-row select,
.form-row input[type="password"],
.form-row input[type="text"],
.form-row input[type="email"],
.form-row .select2-container .select2-choice,
.form-field textarea,
.form-field select,
.form-field input[type="password"],
.form-field input[type="text"],
.form-field input[type="email"],
.form-field .select2-container .select2-choice {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.form-row [placeholder]::-webkit-input-placeholder,
.form-field [placeholder]::-webkit-input-placeholder  {
	color: transparent;
}

.form-row textarea.empty-val,
.form-row textarea.empty-val,
.form-row select.empty-val,
.form-row input[type="password"].empty-val,
.form-row input[type="text"].empty-val,
.form-row input[type="email"].empty-val,
.form-field textarea.empty-val,
.form-field textarea.empty-val,
.form-field select.empty-val,
.form-field input[type="password"].empty-val,
.form-field input[type="text"].empty-val,
.form-field input[type="email"].empty-val {
	background: none;
}
.form-row .inline {
	position: static;
}
.form-row .checkbox {
	display: inline-block;
	position: static;
	padding: 0;
}
.form-row .select,
.form-field .select {
	vertical-align: top;
	width: 100%;
}
.recipe-buttons a,
.widget-more a,
.register-form input[type="submit"],
.login-form input[type="submit"],
.theme_reservation-form input[type="submit"],
.comment-respond input[type="submit"],
.block-contactform input[type="submit"],
.contact-form input[type="submit"] {
	background: none;
	border: 0;
	border-top-width: 2px;
	border-top-style: solid;
	display: inline-block;
	font-size: 14px;
	padding: 16px 0 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form-field-checkbox {
	margin: 0 0 21px;
}
.form-field-checkbox label {
	font-size: 12px;
	line-height: 15px;
	margin: ;
}

/**
* #.# Shortcodes
*
* 1. Default gallery
*/

/* 1. Default gallery */
.gallery {
	margin: -15px -15px 0;
}
.gallery:after {
	clear: both;
	content: '';
	display: block;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 15px;
	width: 100%;
}
.gallery .gallery-item figcaption {
	margin-top: -15px;
	left: 15px;
	right: 15px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.286%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

/**
* #.# Widgets
*
* Base widget styles
*/
.block {}
.block-title {
	margin: 0 0 10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget-subtitle {
	margin: 0 0 10px;
}

/**
* #.# Wide widgets
*
* Wide widgets styles
*/
.block.wide .block-title {
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 70px;
	text-align: center;
}
.block.wide .widget-subtitle {
	font-size: 16px;
	margin: 22px 0 98px;
	text-align: center;
}
.block.wide.block-posts .block-title {
	margin: 0;
}
.block.wide.block-posts .block-title + .item-list {
	margin-top: 98px;
}
.block.wide.block-videotutorials .block-title {
	margin: 30px 0 0;
}
.block.wide.block-videotutorials .how-to-vieos {
	margin-bottom: 30px;
}
.block.wide.block-videotutorials .widget-subtitle {
	margin-bottom: 67px;
}
.block.wide.block-testimonials .block-title {
	margin: 71px 0 0;
}
.block.wide.block-testimonials .widget-subtitle {
	margin-bottom: 67px;
}
.block.wide.block-products {
	padding: 0;
}
.block.wide.block-products .block-title {
	margin: 30px 0 0;
}
.block.wide.block-products .widget-subtitle {
	margin-bottom: 67px;
}
.block.wide.block-reservation {
	padding-bottom: 125px;
}
.block.wide.block-reservation .block-title {
	margin: 71px 0 0;
}
.block.wide.block-reservation .widget-subtitle {
	margin-bottom: 67px;
}
.block.wide.block-menu .block-title {
	margin: 30px 0 0;
}
.block.wide.block-menu .widget-subtitle {
	margin-bottom: 67px;
}

/**
* #.# Default widgets
*
* 1. Search
* 2. Recent comments
* 3. Recent posts
* 4. Text
* 5. Tag cloud
* 6. Archives
* 7. Categories
* 8. Meta
* 9. RSS
* 10. Pages
* 11. Custom menu
*/

/* 1. Search */
.search-form {}
.search-form label {
	display: block;
	margin: 0;
}
.block .search-form input[type="text"] {
	height: 50px;
	border-right: 0;
}
.block .search-form button {
	border-left: 0;
	font-size: 20px;
	height: 50px;
	margin-left: 0;
}
.block .search-form button i {
	vertical-align: text-bottom;
}
/* 2. Recent comments */
.widget_recent_comments {}
.widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_comments li + li {
	margin-top: 6px;
}
/* 3. Recent posts */
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries li + li {
	margin-top: 6px;
}
/* 4. Text */
.widget_text {}
.widget_text .textwidget {
	line-height: 1.6;
}
/* 5. Tag cloud */
.widget_tag_cloud {
	font-weight: 300;
}
/* 6. Archives */
.widget_archive {}
.widget_archive a {
	font-size: 14px;
}
.widget_archive ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 7. Categories */
.widget_categories {}
.widget_categories a {
	font-size: 14px;
}
.widget_categories ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_categories ul ul {
	display: none;
	padding: 10px 0 10px 10px;
}
.widget_categories .parent:after {
	clear: both;
	content: '';
	display: block;
}
.widget_categories .parent:before {
	float: right;
	content: '\f0d7';
	font-family: 'FontAwesome';
	text-align: center;
	width: 30px;
}
.widget_categories .parent.open:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* 8. Meta */
.widget_meta {}
.widget_meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 9. RSS */
.widget_rss {}
.widget_rss .block-title img {
	float: right;
}
.widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_rss li + li {
	margin-top: 20px;
}
.widget_rss .rssSummary {
	font-size: 12px;
	padding: 10px 0;
}
/* 10. pages */
.widget_pages {}
.widget_pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_pages ul ul {
	display: none;
	padding: 10px 0 10px 10px;
}
.widget_pages .parent:after {
	clear: both;
	content: '';
	display: block;
}
.widget_pages .parent:before {
	float: right;
	content: '\f0d7';
	font-family: 'FontAwesome';
	text-align: center;
	width: 30px;
}
.widget_pages .parent.open:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* 11. Custom menu */
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu div,
.menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 10px;
}
.menu-item-has-children {
	cursor: pointer;
}
.menu-item-has-children:after {
	clear: both;
	content: '';
	display: block;
}
.menu-item-has-children:before {
	float: right;
	content: '\f107';
	font-family: 'FontAwesome';
	text-align: center;
	width: 30px;
}
.menu-item-has-children.open:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* 12. Calendar */
.widget_calendar {}

/**
* #.# Custom and External widgets
*
* 1. Instagram
* 2. Social
* 3. Posts
* 4. Info
* 5. Recipes
* 5.1 Slider
* 6. Video tutorials
* 7. Testimonials
* 8. Reservation
* 9. Recipe
* 10. Product
* 11. Events
*/
/* 1. Instagram  */
#sb_instagram #sbi_load {
	text-align: left;
}
#sb_instagram #sbi_images {
	padding: 0 !important;
	margin: 0 -4px;
}
#sb_instagram #sbi_images .sbi_item {
	padding: 4px !important;
}
#sb_instagram #sbi_load .sbi_follow_btn {
	border-top-width: 2px;
	border-top-style: solid;
	clear: both;
	float: left;
	margin: 30px 0 0;
}
#sb_instagram .sbi_follow_btn a {
	background: none;
	padding: 13px 0 0;
}
#sb_instagram .sbi_follow_btn .fa {
	display: none;
}
/* 2. Social  */
.social-links {
	font-size: 25px;
	line-height: 1;
	margin: 0 -3px;
}
.social-links a {
	display: inline-block;
	padding: 0 3px;
}
/* 3. Posts  */
.block-posts {}
.block-posts .item-list {
	margin-bottom: 0;
}
.block-posts .item {
	margin-bottom: 30px;
}
.block-posts .item-date {}
.item-date-calendar {
	border-width: 2px;
	border-style: solid;
	display: block;
	padding: 0;
	text-align: center;
}
.item-date-calendar span {
	display: block;
}
.item-date-month {
	font-size: 15px;
	text-transform: lowercase;
}
.item-date-day {
	font-size: 35px;
	font-weight: bold;
	line-height: 42px;
}
.block-posts .item-info {}
.block-posts .item-title {
	font-size: 28px;
	line-height: 1.3;
	margin: -7px 0 19px;
}
.block-posts .item-meta {
	font-size: 16px;
	font-weight: 300;
}
.block-posts .item-meta li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 18px 0 6px;
}
.block-posts .item-meta a {}
.block-posts .blog-more {
	padding-top: 63px;
	text-align: center;
}
.block-posts .blog-more a {
	background: none;
	border: 0;
	border-top-width: 2px;
	border-top-style: solid;
	display: inline-block;
	font-size: 14px;
	padding: 16px 0 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* 4. Info  */
.block-info {
	position: relative;
	overflow: hidden;
}
.block-info .info-widget-image {
	left: 50%;
	min-width: 100vw;
	max-width: none;
	position: absolute;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.block-info .info-text {
	padding-bottom: 50px;
	padding-top: 50px;
}
.block-info .widget-more {
	margin-top: 45px;
	text-align: center;
}
.block-info .widget-more a {
	display: inline-block;
	text-transform: uppercase;
}
/* 5.1 Recipes slider  */
.block-recipes {}
.block-recipes .block-title,
.block-recipes.wide .block-title {
	margin: 90px 0 0;
}
.block-recipes .item-list {
	margin: 0;
}
.block-recipes .recipes-slider-wrapper {
	position: relative;
}
.block-recipes.wide .recipes-slider-wrapper {
	margin: 130px 0;
}
.block-recipes .recipes-slider-wrapper .item-list {
	position: relative;
}
.block-recipes .recipes-slider-wrapper .item-list .item {
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0 15px;
	position: absolute;
	top: 0;
	z-index: 0;
}
.block-recipes.wide .recipes-slider-wrapper .item-list .item {
	height: 485px;
	padding: 0;
}
.block-recipes .recipes-slider-wrapper .item-list .item.active {
	opacity: .8;
	filter: alpha(opacity=80);
	position: relative;
	z-index: 1;
}
.block-recipes.wide .recipes-slider-wrapper .item-list .item.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.block-recipes.wide .recipes-slider-wrapper .item-thumb {
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
}
.block-recipes.wide .recipes-slider-wrapper .item-thumb img {
	left: 50%;
	max-width: none;
	height: 102%;
	position: absolute;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: auto;
}
.block-recipes .recipes-slider-wrapper .item-info {
	padding: 15px 0;
}
.block-recipes.wide .recipes-slider-wrapper .item-info {
	padding: 0 30px 126px;
}
.block-recipes .recipes-slider-wrapper .item-title {
	font-size: 45px;
	font-weight: normal;
	max-height: 120px;
	line-height: 60px;
	margin: 28px 0;
	overflow: hidden;
}
.block-recipes .recipes-slider-wrapper .item-description {
	max-height: 66px;
	line-height: 22px;
	overflow: hidden;
}
.block-recipes .recipes-slider-wrapper .widget-more {
	margin: 34px 0 45px;
}
.block-recipes .recipes-slider-wrapper .thumb-list {
	height: 126px;
	padding: 0 91px;
	position: relative;
	z-index: 1;
}
.block-recipes.wide .recipes-slider-wrapper .thumb-list {
	bottom: 0;
	height: 126px;
	padding: 0 91px;
	position: absolute;
	right: 0;
	z-index: 1;
}
.block-recipes .recipes-slider-wrapper .thumb-list-mask {
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}
.block-recipes .recipes-slider-wrapper .thumb-list-scroll {
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 9999%;
}
.block-recipes .recipes-slider-wrapper .thumb {
	float: left;
	margin-right: 11px;
}
.block-recipes .recipes-slider-wrapper .thumb span {
	display: block;
	margin: 0 4px;
	position: relative;
}
.block-recipes .recipes-slider-wrapper .thumb img {
	border-radius: 66px;
}
.block-recipes .recipes-slider-wrapper .thumb span:after {
	border-width: 2px;
	border-style: solid;
	border-radius: 100px;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	right: 0;
}
.block-recipes .recipes-slider-wrapper .thumb.active span:after,
.block-recipes .recipes-slider-wrapper .thumb:hover span:after,
.block-recipes .recipes-slider-wrapper .thumb:focus span:after {
	bottom: -4px;
	left: -4px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: -4px;
	right: -4px;
}
.block-recipes .recipes-slider-wrapper .thumb-list .prev,
.block-recipes .recipes-slider-wrapper .thumb-list .next {
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
}
.block-recipes .recipes-slider-wrapper .thumb-list .prev {
	left: 29px;
}
.block-recipes .recipes-slider-wrapper .thumb-list .next {
	right: 29px;
}
/* 6. Video tutorials  */
.block-videotutorials .block-title {}
.block-videotutorials .video-title {
	font-size: 14px;
	font-weight: normal;
	margin: 19px 0 0;
	text-align: left;
}
.block-videotutorials .theme-carousel .video-list li {
	display: block;
	min-height: 0;
}
.block-videotutorials .theme-carousel .video-list .item-inner {
	display: none;
}
.block-videotutorials .theme-carousel .video-list .active .item-inner {
	display: block;
}
.block-videotutorials .theme-carousel-paging {
	margin-top: 62px;
}
/* 7. Testimonials  */
/* 8. Reservation  */
.block-reservation,
.block-testimonials {
	position: relative;
}
.block-reservation:before,
.block-testimonials:before {
	content: '';
	height: 100%;
	left: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	position: absolute;
	top: 0;
	width: 100%;
}
.block-reservation > .container,
.block-testimonials > .container {
	position: relative;
}
.block-testimonials .testimonial-title {
	font-size: 19px;
	font-weight: normal;
	margin: 63px 0 0;
}
.block-testimonials .item {
	padding: 0 15px;
}
.block-testimonials.wide .item {
	padding: 0;
}
.block-testimonials .testimonial-content {
	font-style: italic;
	line-height: 1.6;
	position: relative;
}
.block-testimonials .testimonial-content:before,
.block-testimonials .testimonial-content:after,
.block-testimonials .testimonial-content-inner:before {
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
	content: '';
	position: absolute;
}
.block-testimonials .testimonial-content:before {
	bottom: -45px;
	height: 6px;
	left: 60px;
	width: 6px;
}
.block-testimonials.wide .testimonial-content:before {
	left: auto;
	right: 255px;
}
.block-testimonials .testimonial-content:after {
	bottom: -40px;
	height: 13px;
	left: 40px;
	width: 13px;
}
.block-testimonials.wide .testimonial-content:after {
	left: auto;
	right: 240px;
}
.block-testimonials .testimonial-content-inner:before {
	bottom: -30px;
	height: 25px;
	left: 10px;
	width: 25px;
}
.block-testimonials.wide .testimonial-content-inner:before {
	left: auto;
	right: 215px;
}
.block-testimonials .testimonial-content-inner {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	padding: 15px;
}
.block-testimonials.wide .testimonial-content-inner {
	border-radius: 100%;
	padding: 46px 102px 50px;
}
.block-testimonials .testimonial-list {
	margin-bottom: 50px;
}
.block-testimonials .testimonial-content p:last-child {
	margin: 0;
}
.block-testimonials .theme-carousel .theme-carousel-paging {
	margin-bottom: 50px;
}
.block-reservation {
	padding: 15px 0;
	text-align: center;
}
.block-reservation .block-title,
.block-reservation .widget-subtitle {
	position: relative;
	z-index: 1;
}
.block-reservation.wide {
	text-align: left;
}
.block-reservation .form-fields-row {
	margin: 0;
}
.block-reservation.wide .form-fields-row {
	margin-bottom: 14px;
}
.block-reservation .narrow .form-fields-row > div {
	width: 100%;
}
.block-reservation .form-fields-row label {
	display: none;
}
.block-reservation.wide .form-fields-row label {
	display: block;
}
/* 9. Recipe  */
.block-recipe {
	position: relative;
}
.block-recipe:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.block-recipe .inner {
	padding: 15px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.block-recipe.wide .inner {
	padding: 91px 0;
}
.block-recipe .recipe-title {
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.block-recipe.wide .recipe-title {
	font-size: 100px;
}
.block-recipe .decorator {
	margin: 44px 0 0;
}
.block-recipe .recipe-excerpt {
	font-size: 16px;
	margin: 58px 0 0;
}
.block-recipe.wide .recipe-excerpt {
	font-size: 30px;
}
.block-recipe .actions {
	margin: 76px 0 0;
}
.block-recipe .actions a {
	border-width: 2px;
	border-style: solid;
	display: inline-block;
	font-size: 14px;
	padding: 15px;
}
/* 10. Product  */
.block-product {
	position: relative;
	padding: 30px 0;
}
.block-product:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	width: 100%;
}
.block-product.wide .inner {
	text-align: center;
	padding: 91px 0;
	position: relative;
	z-index: 1;
}
.block-product .product-title {
	font-weight: normal;
	text-transform: uppercase;
}
.block-product.wide .product-title {
	font-size: 100px;
	line-height: 80px;
	margin: 0;
}
.block-product .price {
	font-size: 35px;
	margin: 25px 0 0;
}
.block-product.wide .price {
	font-size: 65px;
}
.block-product .product-excerpt {
	margin: 20px 0 0;
}
.block-product.wide .product-excerpt {
	font-size: 30px;
	max-height: 200px;
	overflow: hidden;
	line-height: 1.6;
}
.block-product .actions {
	margin: 22px 0 0;
}
.block-product .actions a {
	border-width: 2px;
	border-style: solid;
	display: inline-block;
	font-size: 14px;
	padding: 15px;
	text-align: center;
}
/* 11. Events  */
.block-events ul {
	position: relative;
	z-index: 0;
}
.block-events .event {
	vertical-align: middle;
}
.block-events .hentry-link {
	display: block;
	text-align: center;
	position: relative;
}
.block-events .hentry-link:before {
	border: 2px;
	border-style: solid;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.block-events .event-data {
	font-size: 25px;
	font-weight: bold;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.block-events .has-post-thumbnail .event-data {
	left: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.block-events .event-pretitle {
	display: block;
	max-height: 35px;
	overflow: hidden;
}
.block-events .event-title {
	display: block;
	font-size: 20px;
	max-height: 56px;
	overflow: hidden;
	text-transform: uppercase;
}
.block-events .event-info {
	display: block;
	font-weight: normal;
	max-height: 35px;
	overflow: hidden;
}
.block-events .entry-thumbnail {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
.block-events .hentry-link:hover .entry-thumbnail {
	opacity: 1;
	filter: alpha(opacity=100);
}
.block-events .theme-carousel-prev,
.block-events .theme-carousel-next {
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
	z-index: 1;
}
.block-events .theme-carousel-prev {
	margin-left: -11px;
}
.block-events .theme-carousel-next {
	margin-right: -11px;
}
.block-events .theme-carousel .theme-carousel-prev:before,
.block-events .theme-carousel .theme-carousel-next:before {
	font-family: 'Relae';
	font-size: 16px;
}
.block-events .theme-carousel .theme-carousel-prev:before {
	content: 'm';
}
.block-events .theme-carousel .theme-carousel-next:before {
	content: 'n';
}

/**
* #.# Sidebar
*
* Sidebar styles
*/
.sidebar {
	font-size: 18px;
}
.sidebar .block {
	margin-bottom: 41px;
}
.sidebar .block-title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 24px;
}
.sidebar .widget-subtitle {
	font-size: 16px;
	margin: 0 0 30px;
}
.sidebar .widget_recent_comments {
	font-size: 18px;
	font-weight: 300;
}
.sidebar .widget_recent_comments a {
	font-weight: bold;
}
.sidebar .widget_recent_comments .url {
	font-weight: 300;
}
.sidebar .widget_calendar,
.sidebar .widget_rss,
.sidebar .widget_text {
	font-size: 14px;
}
.sidebar .menu li + li,
.sidebar .widget_pages li + li,
.sidebar .widget_meta li + li,
.sidebar .widget_categories li + li,
.sidebar .widget_archive li + li {
	margin-top: 5px;
}
.sidebar .widget_categories a,
.sidebar .widget_archive a {
	font-size: 18px;
}
/* Togalable sidebars */
.sidebar-toggle {
	border-top-width: 2px;
	border-top-style: solid;
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
.sidebar-toggle:before,
.sidebar-toggle:after {
	content: '';
	display: block;
	height: 2px;
	margin-top: 12px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.sidebar-toggle.open {
	border-top: 0;
	padding-top: 16px;
}
.sidebar-toggle.open:before,
.sidebar-toggle.open:after {
	margin: -2px;
}
.sidebar-toggle.open:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidebar-toggle.open:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidebar-toggle-yes .sidebar-toggle {
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar-toggle-yes .sidebar + .sidebar-toggle {
	left: auto;
	right: 0;
}
.sidebar-toggle-yes .sidebar {
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0;
}
.sidebar-toggle-yes .sidebar.open {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}
.sidebar-toggle-yes .sidebar.open .block {
	margin-left: 0;
	margin-right: 0;
}

/**
* #.# Footer
*
* Footer styles
*/
.page-footer {}
.footer-bg {
	padding: 124px 0 0;
}
.footer-wide {
	line-height: 1.6;
	margin-bottom: 64px;
	text-align: center;
}
.footer-wide .block .block-title {
	font-size: 35px;
	margin: 0 0 21px;
	text-align: center;
}
.footer-wide .decorator {}
.footer-wide .decorator path {
	stroke: none;
}
.footer-grid {
	margin-bottom: 110px;
	text-align: center;
}
.footer-grid .block {
	line-height: 1.6;
	text-align: left;
}
.footer-grid .block-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 23px;
}
.page-footer .copyright-area {
	padding: 29px 0;
}
.page-footer .copy {
	text-align: center;
}

/**
* #.# themeCarousel
*
* themeCarousel jQuery plugin styles
*/

.theme-carousel {
	position: relative;
	/* opacity: 0;
	filter: alpha(opacity=0); */
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.theme-carousel.ready {
	opacity: 1;
	filter: alpha(opacity=100);
}
.theme-carousel > ul {
	margin: 0;
}
.theme-carousel > ul:after {
	clear: both;
	content: '';
	display: block;
}
.theme-carousel .item {
	display: none;
}
.theme-carousel .item.active {
	display: block;
}
.theme-carousel .theme-carousel-prev,
.theme-carousel .theme-carousel-next {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.theme-carousel .theme-carousel-prev:before,
.theme-carousel .theme-carousel-next:before {
	font-family: 'FontAwesome';
}
.theme-carousel .theme-carousel-prev {
	left: 0;
}
.theme-carousel .theme-carousel-prev:before {
	content: '\f0d9';
}
.theme-carousel .theme-carousel-next {
	right: 0;
}
.theme-carousel .theme-carousel-next:before {
	content: '\f0da';
}
.theme-carousel .theme-carousel-paging {
	text-align: center;
}
.theme-carousel .theme-carousel-paging a {
	border-width: 2px;
	border-style: solid;
	border-radius: 7px;
	display: inline-block;
	height: 7px;
	margin: 0 5px;
	width: 7px;
}

/**
* #.# Ajax form
*
* Ajax form styles
*/
.form-response {
	display: none;
	padding: 15px;
}
.form-response > div + div {
	margin-top: 5px;
}

.block .hot-menuitem {
	padding: 15px 15px 30px;
}
.col-main .hot-menuitem,
.block.wide .hot-menuitem {
	background: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 797px;
}
.col-main .hot-content,
.block.wide .hot-content {
	position: absolute;
	left: 0;
	padding: 0 70px;
	top: 0;
	width: 100%;
}
.hot-content h3 {
	text-align: center;
	margin-bottom: 30px;
}
.hot-content h3 {
	font-weight: normal;
}
.col-main .hot-content h3,
.block.wide .hot-content h3 {
	font-size: 35px;
	line-height: 20px;
	margin: 1px auto 0;
	width: 70px;
}
.col-main .hot-content h3 span,
.block.wide .hot-content h3 span {
	font-size: 14px;
}
.hot-content .menuitem-price {
	float: right;
	font-size: 35px;
	margin-left: 30px;
}
.col-main .hot-content .menuitem-price,
.block.wide .hot-content .menuitem-price {
	float: right;
	font-size: 75px;
	line-height: 135px;
	margin-left: 30px;
}
.hot-content .menuitem-data {
	overflow: hidden;
}
.col-main .hot-content .menuitem-data,
.block.wide .hot-content .menuitem-data {
	padding: 35px 0 0;
}
.col-main .hot-content .menuitem-info,
.block.wide .hot-content .menuitem-info {
	margin-top: 6px;
	max-height: 40px;
	overflow: hidden;
}
.col-main .hot-content .menuitem-name,
.block.wide .hot-content .menuitem-name {
	font-size: 35px;
	line-height: 38px;
	max-height: 38px;
	margin: 0 0 0;
	overflow: hidden;
	text-transform: uppercase;
}
.hot-svg .main-border {
	stroke-width: 2px;
}
.hot-svg .side {
	stroke-width: 3px;
}
.menu-book {
	margin-top: 60px;
}
.menu-book .menucat-name {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 22px;
	padding-bottom: 25px;
}
.menu-book .menucat-items + .menucat-name {
	margin-top: 49px;
}
.menu-book .menuitem {
	padding: 16px 15px 14px;
	position: relative;
}
.menu-book .menuitem.with-marker {
	bottom: 0;
	border-style: solid;
	border-width: 2px;
	margin-top: 58px;
}
.menu-book .menuitem + .menuitem {
	margin-top: 6px;
}
.menu-book .menuitem + .menuitem.with-marker {
	margin-top: 26px;
}
.menu-book .menuitem.hot {}
.menu-book .menuitem.new {}
.menu-book .menuitem.special {}
.menu-book .menuitem .marker {
	bottom: 100%;
	height: 18px;
	display: block;
	font-size: 10px;
	line-height: 20px;
	left: -2px;
	padding: 0 15px;
	position: absolute;
	text-transform: uppercase;
}
.menu-book .menuitem .menuitem-name {
	font-size: 16px;
	margin: 0 0 11px;
	text-transform: uppercase;
	overflow: hidden;
}
.menu-book .menuitem .menuitem-price {
	float: right;
	font-size: 18px;
	font-weight: normal;
	margin-left: 15px;
}
.menu-book .menuitem .menuitem-info {}

/**
* #.# Waves
*
* Waves positions
*/
.waving {
	position: relative;
}
.top-wave {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.bottom-wave {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}

/**
* #.# Responsive
*
* Styles for different screen sizes
*/
@media screen and (max-width: 767px) {
	.clearer-xs {
		clear: both;
	}
	.pull-left-xs {
		float: left;
	}
	.pull-right-xs {
		float: right;
	}
	.header-widget-search.affix {
		position: absolute;
	}
	.sidebar + .col-main {
		margin-top: 100px;
	}
	.sidebar-toggle-yes .sidebar.open {
		width: 25%;
	}
	.page-header-events .preheader .header-image, .page-header-v3 .preheader .header-image {
		height: 100%;
		max-width: none;
	}
	.page-header-events .preheader .wp-video, .page-header-v3 .preheader .wp-video {
		display: none;
	}
	.page-header {
		padding: 0;
	}
	.navbar-brand {
		line-height: 80px;
	}
	.quick-access {
		line-height: 80px;
		padding-top: 0;
	}
	.page-header-events, .page-header-v3 {
		padding-top: 595px;
	}
	.preheader .header-media img {
		max-width: none;
	}
	.preheader .image-title {
		font-size: 35px;
	}
	.preheader .image-description {
		font-size: 16px;
	}
	.page-header.affix {
		position: absolute;
	}
	.navbar-collapse {
		clear: both;
	}
	.page-header .menu {
		clear: both;
		display: block;
	}
	.page-header div.menu > ul > li + li, .page-header ul.menu > li + li,
	.page-header div.menu > ul > li, .page-header ul.menu > li {
		float: none;
		margin: 0;
	}
	.page-header .menu a {
		border-bottom: 0;
		padding: 15px;
	}
	.page-header .menu a:after {
		display: none;
	}
	.page-header .menu .menu-item-has-children > a {
		overflow: hidden;
	}
	.page-header ul.menu .submenu-2-col li:before,
	.page-header .menu li:before,
	.page-header .menu .menu-item-has-children:before {
		display: block;
		padding: 15px;
		width: auto;
	}
	.page-header .menu div, .page-header .menu ul,
	.page-header ul.menu > li.submenu-2-col > div > ul > li > div,
	.page-header ul.menu > li.submenu-2-col > div,
	.page-header div.menu > ul > li > ul, .page-header ul.menu > li > div {
		display: none;
		font-weight: normal;
		padding: 10px 0 10px 10px;
		position: static;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		width: auto;
	}
	.page-header ul.menu > li.submenu-2-col > div > ul > li ul, .page-header div.menu ul ul ul, .page-header ul.menu ul ul {
		padding: 0;
	}
	.page-header ul.menu > li.submenu-2-col li li + li + li,
	.page-header .menu li li + li,
	.page-header ul.menu > li.submenu-2-col > div > ul > li:nth-child(even),
	.page-header ul.menu > li.submenu-2-col > div > ul > li {
		float: none;
		margin: 0;
		text-transform: none;
		width: auto;
	}
	.page-header.affix:after {
		display: none;
	}
	.page-header-events .preheader .decorator, .page-header-v3 .preheader .decorator {
		margin: 17px 0 29px;
	}
	.block-recipes .recipes-slider-wrapper .item-thumb {
		display: none;
	}
	.block-testimonials .testimonial-content-inner {
		border-radius: 15px;
		padding: 15px;
	}
	.block-testimonials .testimonial-content-inner:before {
		right: 135px;
	}
	.block-testimonials .testimonial-content:after {
		right: 160px;
	}
	.block-testimonials .testimonial-content:before {
		right: 175px;
	}
	.hot-content {
		padding: 15px;
	}
	.hot-content .menuitem-name {
		font-size: 16px;
	}
	.hot-content .menuitem-price {
		font-size: 45px;
	}
	.footer-grid .block + .block {
		margin-top: 30px;
	}
	.block-product.wide .product-image {
		margin-bottom: 30px;
	}
	.block-recipe.wide .recipe-title {
		font-size: 50px;
	}
	.page-template-recipes-showcase .recipe-image {
		display: none;
	}
	.block-videotutorials .theme-carousel .video-list li + li {
		margin-top: 30px;
	}
	.col-main .hot-content, .block.wide .hot-content {
		padding: 0 15px 15px;
	}
	.col-main .hot-content .menuitem-price, .block.wide .hot-content .menuitem-price {
		font-size: 20px;
	}
	.col-main .hot-content .menuitem-name, .block.wide .hot-content .menuitem-name {
		font-size: 20px;
	}
	.menu-book .menu-col + .menu-col {
		margin-top: 50px;
	}
	.block-product.wide .price {
		font-size: 30px;
	}
	.block-product.wide .product-excerpt {
		font-size: 21px;
	}
	.preheader .widgets {
		display: none;
	}
	.sidebar-toggle-yes .main-columns-inner {
		margin: 0 -15px;
	}
	.sidebar-toggle-yes .sidebar {
		padding: 0 15px;
	}
	.pager li + li {
		margin-top: 15px;
	}
	.single-theme_about .contact-form {
		margin-top: 30px;
	}
	.tax-testimonialcat .entry-content-border {
		border-radius: 15px;
		height: auto;
	}
	.tax-testimonialcat .entry-content-inner {
		position: static;
		padding: 15px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.tax-testimonialcat .entry-header {
		padding-bottom: 59px;
	}
	.tax-testimonialcat .entry-content-border:before {
		bottom: 100%;
		left: 55px;
		margin-bottom: 10px;
		top: auto;
		right: auto;
	}
	.tax-testimonialcat .entry-content:after {
		bottom: 100%;
		left: 60px;
		margin-bottom: 35px;
		top: auto;
		right: auto;
	}
	.tax-testimonialcat .entry-content-border:after {
		display: none;
	}
	.tax-testimonialcat .entry-content:before {
		bottom: 100%;
		height: 6px;
		left: 50px;
		margin-bottom: 46px;
		top: auto;
		width: 6px;
	}
	.tax-testimonialcat .hentry + .hentry {
		margin-top: 100px;
	}
	.single-theme_recipe .entry-info > div + div {
		margin-top: 70px;
	}
}
@media screen and (max-width: 991px) {
	.header-widget-search input[type="text"] {
		font-size: 20px;
	}
	.block-events.wide .event {
		margin-bottom: 30px;
	}
	.col-main .hot-menuitem, .block.wide .hot-menuitem {
		width: auto;
	}
	.hot-menuitem .hot-svg {
		display: none;
	}
	.col-main .hot-content, .block.wide .hot-content {
		padding-bottom: 30px;
		position: static;
	}
	.block-product.wide .product-title {
		font-size: 50px;
		line-height: 40px;
		max-height: 80px;
		overflow: hidden;
	}
	.block-product .price {
		font-size: 25px;
	}
	.block-product .product-excerpt {
		font-size: 20px;
	}
	.sidebar-toggle-yes .main-columns-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-toggle-yes .sidebar-toggle {
		display: none;
	}
	.sidebar-toggle-yes .sidebar,
	.sidebar-toggle-yes .sidebar.open {
		width: auto;
	}
	.col-main + .sidebar {
		margin-top: 100px;
	}
	.block-testimonials.wide .testimonial-content-inner {
		border-radius: 15px;
		padding: 15px;
	}
	.block-testimonials.wide .testimonial-content-inner:before {
		left: 15px;
		right: auto;
	}
	.block-testimonials.wide .testimonial-content:after {
		left: 40px;
		right: auto;
	}
	.block-testimonials.wide .testimonial-content:before {
		left: 55px;
		right: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.clearer-sm {
		clear: both;
	}
	.pull-left-sm {
		float: left;
	}
	.pull-right-sm {
		float: right;
	}
	.page-header-events .preheader .header-image, .page-header-v3 .preheader .header-image {
		min-height: 595px;
	}
	.preheader .header-media img {
		max-width: none;
	}
	
	.page-header div.menu > ul > li > ul,
	.page-header ul.menu > li > div,
	.page-header ul.menu > li.submenu-2-col > div {
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
	}
	.block-testimonials .testimonial-content-inner:before {
		right: 95px;
	}
	.block-testimonials .testimonial-content:after {
		right: 120px;
	}
	.block-testimonials .testimonial-content:before {
		right: 135px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.clearer-md {
		clear: both;
	}
	.pull-left-md {
		float: left;
	}
	.pull-right-md {
		float: right;
	}
}
@media screen and (min-width: 1200px) {
	.clearer-lg {
		clear: both;
	}
	.pull-left-lg {
		float: left;
	}
	.pull-right-lg {
		float: right;
	}
}
