/*
Theme Name: LordBio
Theme URI: http://www.comodolab.it
Author: Comodo Lab
Author URI: http://www.comodoLab.it
Description: Comodo Lab
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lordbio
Tags:
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400);

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

/*for bootstrap*/
a {
	color: #609788;
}
a:focus, a:hover {
	color: #b1cec6;
	text-decoration: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;	
}
.btn-default a,
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	color: #000;
	background-color: #fff;
	border-color: #000;
}
.btn-primary {
	color: #fff;
	background-color: #253c34;
	border-color: #253c34;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #609788;
  border-color: #609788;
}
.bg-success {
	background: #4CAF50;
}
.bg-danger {
	background: #F44336;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Alignments */
.alignleft {
    display: inline;
    float: left;
    margin: 1em 1.5em 1em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto;
}
/* clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after { clear: both }
/*Helpers*/
.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}
.col-xs-height,
.col-sm-height,
.col-md-height,
.col-lg-height {
    display: table-cell;
    float: none !important;
}
@media (min-width: 768px) { 
	.col-sm-height {
	    display: table-cell;
	    float: none !important;
	}
}
@media (min-width: 992px) { 
	.col-md-height {
	    display: table-cell;
	    float: none !important;
	}
}
@media (min-width: 1200px) { 
	.col-lg-height {
	    display: table-cell;
	    float: none !important;
	}
}

/*bootstrap inputs*/
.form-control {
	height: auto;
	padding: .6em 1em;
	font-size: 1.2em;
	border: 1px solid #d2d2d2;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.045);
}
.form-control:focus {
	border-color: #93baaf;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(50,79,71,.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(50,79,71,.4);
}

/*STYLE*/
.box_white {
	padding: 1em 2em;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.box_lord {
	padding: 1em 2em;
	background: #e9ca24;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.font_a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.title_lord {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e9ca24;
}
.desc_lord {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #777;
}
.separator {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: .6em;
	font-size: 1.8em;
	text-align: center;
	color: #e0e0e0;
}
.separator::before, .separator::after {
	display: block;
	position: absolute;
	left: 0;
	top: .6em;
	content: '';
	width: 45%;
	height: 1px;
	background: #e0e0e0;
}
.separator::after {
	left: auto;
	right: 0;
}

/*GENERAL*/
body {
	font-family: 'Lato', sans-serif;
}
a:focus, a:hover { 
	text-decoration: none;
}
.edit-link a {
	display: inline-block;
	padding: .4em .6em;
	background: #EF4836;
	color: #fff;
}
.edit-link a:hover {
	background: #333;
}

/*slidernews*/
.box_slidernews {
	margin-top: 2em;
}
h3.slidernews_info {
	display: block;
	margin: 0;
	padding: .6em 1em;
	font-size: 1.2em;
	font-style: italic;
	background: #253C34;
	color: #fff;
}

/*LOADING*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
	background: #000;
	color: #fff;
}
span.loading_logo img {
	display: block;
	position: absolute;
	max-width: 300px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*HEADER*/
.site-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.navbar { margin-bottom: 0 }
.navbar-default {
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 3em;
    padding-bottom: 3em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover { background: transparent; color: #fff; }
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover { color: #fff }
.navbar-default .navbar-nav>li>a::before,
.navbar-default .navbar-nav>li>a::after,
.navbar-default .navbar-nav>.active>a::before,
.navbar-default .navbar-nav>.active>a::after {
    display: inline-block;
    opacity: 0;
    color: #e9ca24;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
.navbar-default .navbar-nav>li>a::before,
.navbar-default .navbar-nav>.active>a::before {
    margin-right: 10px;
    content: '\7E';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.navbar-default .navbar-nav>li>a::after,
.navbar-default .navbar-nav>.active>a::after {
    margin-left: 10px;
    content: '\7E';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
.navbar-default .navbar-nav>li>a:hover::before,
.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>a:focus::before,
.navbar-default .navbar-nav>li>a:focus::after,
.navbar-default .navbar-nav>.active>a::before,
.navbar-default .navbar-nav>.active>a::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse { text-align: center }

/*SLIDER*/
.slider_home {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
}
.slider_home li {
	margin: 0;
	padding: 0;
}
.slider_home li img {
	width: 100%;
}

/*LOGO*/
.position_logo {
	position: absolute;
	z-index: 998;
	top: 300px;
	width: 100%;
}
.row_logo {
	position: relative;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.7);
	color: #e9ca24;
}
.logo {
	position: relative;
}
.logo img {
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.localita, .telefono {
	padding: 1em 0;
	font-size:2em;
	font-weight: 300;
	text-align: center;
}
.localita span, .telefono span {
	margin-right: 0.4em;
}

/*MENULINK*/
.menulink {
	background: #000;
	border-bottom: 4px solid #e9ca24;
}
.menulink img {
	width: 100%;
}
.menulink a {
	display: block;
	position: relative;
	overflow: hidden;
}
.menulink a:hover .menulink_content {
	background: rgba(0,0,0,0.85);
}
.menulink_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.4em 2.4em;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menulink_content h3 {
	font-family: 'willowlight';
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 4em;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 4px solid #e9ca24;
	color: #fff;
}
.menulink_content h3::before,
.menulink_content h3::after {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 0;
    font-size: 0.6em;
    color: #e9ca24;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
.menulink_content h3::before {
    right: -10px;
    content: '\7E';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.menulink_content h3::after {
    left: -10px;
    content: '\7E';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
.menulink a:hover h3::before,
.menulink a:hover h3::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.menulink_content p {
	margin: 1em auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 300;
	font-style: italic;
	color: #fff;
}

/*CONTENT HOME*/
.content-area-home {
	padding: 4em 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cont_box_home {
	margin-bottom: 2em;
}
.cont_box_home article {
	padding: 2em;
}

/*UTLIMA RICETTA*/
.entry-date.published {
	display: none;
}
.ultima_ricetta {
	display: block;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.ricetta_img {
	position: relative;
	overflow: hidden;
	background: #f3f2f1;
}
.ricetta_img img {
	display: block;
	max-width: 160%;
}
.ricetta_all {

}
h3.ricetta_info {
	display: block;
	margin: 0;
	padding: .6em 1em;
	font-size: 1.2em;
	font-style: italic;
	background: #f3f2f1;
	color: #957f78;
}
h3.ricetta_title {
	padding: .6em 1em;
	line-height: 1.4em;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	color: #393939;
}
span.ricetta_category {
	display: block;
	margin: 0 1.4em;
	padding: .4em 0;
	border-top: 1px solid #dfaf7c;
	color: #dfaf7c;
}
.single-img-ricetta {
	padding: .2em;
	border: 3px solid #f7f7f7;
}
.single_ingredienti {
	padding: 1em 2em;
	margin: 0 2em 2em 2em;
	background: #253A34;
	color: #fff;
}
.single_ingredienti li {
	margin-bottom: .6em;
}

/*BOX NEWSLETTER*/
.box_newsletter {
	position: relative;
	margin: 8em 0 2em 0;
	padding-top: 4em;
	padding-bottom: 2em;
	text-align: center;
}
span.logo_newsletter {
	display: block;
	width: 100%;
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
span.logo_newsletter img {
	display: block;
	width: 30%;
	margin: 0 auto;
}
.box_newsletter h4 {
	font-size: 1.6em;
	color: #253A34;
	font-weight: bold;
}
.box_newsletter .form-control {
	height: auto;
	padding: 1em 1.4em;
	font-size: 1em;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.box_newsletter .btn {
	padding: 1em 1.4em;
	font-size: 1em;
	border: none;
	border-radius: 0px;
}
.box_newsletter .btn-primary {
	background-color: #253A34;
}
.box_newsletter .btn-primary:hover {
	background-color: #3f6359;
}
.newsletter_message {
	margin: 1em auto;
	padding: .6em 1em;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #fff;
}

/*SITE FOOTER*/
.site-footer {
	background: #253c34;
}

/*SOCIAL FOOTER*/
.social_footer {
	position: relative;
	padding: 4em 0 6em 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.social_footer_dark {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
}
.logo_footer {
	display: block;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 40%;
}
.social_container_footer {
	position: relative;
	z-index: 2;
	padding: 2em;
	min-height: 90px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
.social_container_footer a {
	display: inline-block;
	margin-right: 1em;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.social_container_footer a i {
	display: block;
	font-size: 3em;
}

/*CONTACT FOOTER*/
.contact_footer {
	position: relative;
}
.contact_footer_container {
	padding: 4em;
	color: #fff;
}
a.contact_telefono {
	display: block;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 1em;
	color: #e9ca24;
}
a.contact_email {
	display: block;
	font-size: 1.6em;
	margin-bottom: 2em;
	color: #fff;
}
.contact_piva {
	margin-bottom: 0;
}
.contact_altro {
	margin-bottom: 1em;
}
.contact_altro p {
	margin: 0;
}
a.contact_privacy, a.contact_credits, .contact_altro a {
	color: #e9ca24;
}

/*ATTERRAGGIO PAGE*/
.container-atterraggio {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.atterraggio_content {
	position: absolute;
	top: 160px;
	left: 5%;
	right: 5%;
}
.row_menu {
	max-width: 600px;
	margin: 25% auto 0 auto;
}
.btn_open {
	position: relative;
	text-align: center;
	font-size: 1.6em;
	font-weight: 300;
	padding: 4em 1em;
	background: rgba(37,58,52,.4);
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn_open:hover {
	background: rgba(37,58,52,.9);
}
.btn_title_fix {
	position: absolute;
	top: 1.8em;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
.box_chef, .box_filosofia, .box_modal_post {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 6em 3em 3em 3em;
	background: #253A34;
	color: #fff;
}
.box_modal_post {
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.container_modal {
	height: 100%;
	overflow-y: scroll;
}
.container_modal::-webkit-scrollbar {
    width: 12px;
}
.container_modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.container_modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
ul.lista_ingredienti {
	margin: 0 1em 2em 1em;	
}
ul.lista_ingredienti li {
	margin-right: .8em;
}
ul.lista_ingredienti li i {
	margin-right: .4em;
	color: #e9ca24;
}
.box_title {
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 1.4em;
}
.box_chef_desc, .box_filosofia_desc, .box_modal_desc {
	font-size: 1.2em;
	line-height: 1.825em;
}
.box_modal_desc {
	margin-bottom: 2em;
}
.modal_gallery {
	clear: both;
}
.box_chef img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.btn_box_chef_close, .btn_box_filosofia_close, .closeDialog {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: .4em 1em;
	font-size: 2em;
	background: rgba(0,0,0,.4);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn_box_chef_close:hover, .btn_box_filosofia_close:hover, .closeDialog:hover {
	background: rgba(0,0,0,0.8);
}
.closeDialog {
	position: fixed;
}
.box_chef, .box_filosofia {
	display: none;
}

/*Simone Salvini*/
.simone_salvini {
	background: #253C34;
	color: #fff;
}
.simone_salvini h3 {
	font-weight: bold;
	margin-bottom: 1.2em;
	color: #E8C93A;
}
.simo_foto {
	padding: 0;
}
.simo_desc {
	font-size: 1.2em;
	line-height: 1.825em;
	padding: 2em;
}

/*ARCHIVE PAGE + BLOG*/
.logo_blog {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.logo_blog img {
	margin: 0 auto;
}
.site-header.site-header-blog {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}
.site-header-blog .navbar-default {
	background: #111;
}
.lordbio-header {
	padding: 2em;
	text-align: center;
	background: #253A34;
	color: #fff;
}
.lordbio-header .page-title {
	font-size: 2em;
	color: #e9ca24;
}
.separator_ricette {
	display: block;
	position: relative;
	margin: 1em auto;
}
.separator_ricette:before, .separator_ricette:after {
	display: block;
	content: '';
	width: 25%;
	height: 1px;
	background: #e9ca24;
	position: absolute;
	left: 20%;
	top: 1.4em;
}
.separator_ricette:after {
	left: auto;
	right: 20%;
}
.separator_ricette i {
	font-size: 2em;
}
.separator_ricette .first_icon {
	margin: 0 .6em 0 0;
}
.taxonomy-description {
	max-width: 1170px;
	margin: 0 auto;
}
/*POST*/
article.page {
	margin-top: 2em;
}
.archive article {
	margin: 1em auto;
}
.single-post article {
	margin-bottom: 2em;
}
.archive .media_content {
	padding: 2em;
}
.archive .media_content a {
	display: block;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.archive .text_content {
	padding: 2em;
}
.archive article .entry-title a, .single-post article .entry-title, .page-template-default .entry-title {
	color: #253A34;
}
.archive article .entry-meta, .single-post article .entry-meta {
	margin-bottom: 2em;
}
.archive article .entry-meta a, .single-post article .entry-meta a, .single-post article .entry-footer {
	text-transform: uppercase;
	color: #a15608;
}
.archive article .entry-content, .single-post article .entry-content, .page-template-default .entry-content {
	font-size: 1.2em;
	line-height: 1.825em;;
}
.archive article .entry-title a:hover {
	text-decoration: underline;
}
.single-post article .edit-link {
	display: block;
	margin-top: 1em;
}
.archive article span.edit-link a {
	margin: 0 1em;
	opacity: 0.1;
}
.archive article span.edit-link:hover a {
	opacity: 1;
	color: #fff;
}
.single-post article .entry-footer a {
	color: #a15608;
}
/*img for page*/
img.full_img_page {
	display: block;
	margin: 0 auto;
}
/*google map*/
/*MAPPA*/
#lordbio-map-canvas { 
	height: 520px;
}
#lordbio-map-canvas img { 
	max-width: none;
}

/*COMMENTS*/
#comments {
	margin: 1em;
}
.form-submit {
    display: none;
} /* no longer needed since WP 4.1 */
 
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}
.lordbio_comments img.avatar {
	max-width: inherit;
	border-radius: 50%;
}
.lordbio_comments .edit-link {
	display: none;
}
.lordbio_comments .reply-link {
	margin-left: .5em;
}

/* Gallery posts */
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-6 .gallery-item img {
	min-width: 100%;
	height: auto;
}

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

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

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

.gallery-caption {
	display: block;
}


/*GALLERY*/
.page-template-page-gallery .site-header {
	position: relative;
	width: 100%;
	top: auto;
	left: auto;
	right: auto;
}
.page-template-page-gallery .site-header .navbar-default {
	background: #111;
}
.container_gallery {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}
.image_gallery {
	position: relative;
	width: 20%;
	float: left;
	overflow: hidden;
}
.image_gallery::before {
	content: '';
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.image_gallery span.view_icon {
	display: block;
	position: absolute;
	font-size: 3em;
	top: 35%;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.image_gallery:hover span.view_icon {
	opacity: 1;
}
.image_gallery:hover::before {
	background: rgba(0,0,0,.2);
}
.image_gallery:hover img {
	-moz-animation: zoomzoom 10s linear alternate infinite;
	-webkit-animation: zoomzoom 10s linear alternate infinite;
	animation: zoomzoom 10s linear alternate infinite;
}

/*zoom scale effect*/
@-webkit-keyframes zoomzoom {
0% { 
	-webkit-transform:  rotate(0deg) scale(1);
	}
100% { 
	-webkit-transform: rotate(10deg) scale(1.2);
	}
}
@keyframes zoomzoom {
0% { 
	transform: rotate(0deg) scale(1);
	}
100% { 
	transform: rotate(10deg) scale(1.2);
	}
}

.error-404 {
	padding: 8em 2em;
	text-align: center;
	background: #253c34;
	color: #fff;
}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;filter:alpha(opacity=80);}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100);}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%;}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0);}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100);}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px;}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F;}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px;}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444;}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0;}
.jspContainer{overflow:hidden;position:relative;}.jspPane{position:absolute;}.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red;}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red;}.jspCap{display:none;}.jspHorizontalBar .jspCap{float:left;}.jspTrack{background:#dde;position:relative;}.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer;}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%;}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0;}.jspArrow.jspDisabled{cursor:default;background:#80808d;}.jspVerticalBar .jspArrow{height:16px;}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}.jspVerticalBar .jspArrow:focus{outline:none;}.jspCorner{background:#eeeef4;float:left;height:100%;}* html .jspCorner{margin:0 -3px 0 0;}

@media (max-width:1440px) {

.menulink_content p {
	font-size: 0.8em;
}

} /*end 1440px*/

@media (max-width:1280px) {

.position_logo {
	top: 240px;
}

.menulink_content h3 {
	font-size: 3em;	
}
.menulink_content p {
	font-size: 0.6em;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
	padding: 3em 0;
}

} /*end 1280px*/

@media (max-width:992px) {

.logo img {
	max-width: 50%;
}
.localita, .telefono {
	padding: .6em 0;
	font-size: 1.2em;
}

.menulink_content {
	padding: 1em;	
}
.menulink_content p {
	opacity: 0;
}

.navbar-default .navbar-nav>li>a {
	text-transform: none;
}

.ultima_ricetta {
	max-height: 260px;
}

.content_lordbio_container {
	margin: 0;
}

} /*end 992px*/

@media (max-width:768px) {

.site-header {
	position: relative;
}
.navbar-default {
    background: #000;
}
.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #e9ca24;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar.top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar.middle-bar {
	opacity: 0;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar.bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-nav>li>a {
	padding: 1em 0;
}

.menulink a {
	max-height: 80px;
}

.position_logo {
	position: relative;
	top: auto;
}
.row_logo {
	background: #000;
}
.logo img {
	top: auto;
	bottom: 90px;
	max-width: 30%;
}

.bx-wrapper .bx-controls-direction a {
	top: 50%;
}

.archive article {
	margin: 0 auto;
}
.archive .media_content {
	padding: 1em;
}
.archive .text_content {
	padding: 2em 1em 0 1em;
}
.archive .media_content {
	padding: 4em 0 0 0;
}
.archive article .entry-title {
	font-size: 1.6em;
}

.atterraggio_content {
	top: 0px;
}

.btn_open_link {
	display: block;
}
.btn_open {
	padding: 2em 1em;
	margin: 1.2em auto;
	max-width: 200px;
}
.btn_title_fix {
	top: 1em;
}

.box_chef, .box_filosofia, .box_modal_post {
	top: 0;
	padding: 6em 1em 3em 1em;
}
box_modal_post {
	padding: 6em 0 3em 0;
}
.container_modal {
	padding: 0;
	margin: 0;
}
.page-template-page-gallery .site-main.container {
	width: auto;
	padding: 0;
	margin: 0;
}
.image_gallery {
	width: 33.3333%;
}


} /*end 768px*/

@media (max-width:480px) {

.h1,h1 {
    font-size: 28px
}

.h2,h2 {
    font-size: 24px
}

.h3,h3 {
    font-size: 20px
}

.h4,h4 {
    font-size: 16px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

.cont_box_home article {
	padding: 1em;
}
.desc_lord {
	font-size: 1em;
	line-height: 1.6em;
}

h3.ricetta_title {
	font-size: 1em;
}

.box_newsletter h4 {
	font-size: 1.2em;
}

.social_container_footer a i {
	font-size: 2em;
}


} /*end 480px*/

@media (max-width:320px) {

} /*end 320px*/