/*
Theme Name: rosti
Author: RTM Studio
Version: 1.0
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

@import url(https://fonts.googleapis.com/css?family=Poppins:400, 700);

a,
h2,
h1,
li,
button,
header,
.logo,
span,
.navDx,
.navSx,
input[type="submit"] {
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}
/*.n1, .n2, .n3, .n4, .n5, .n6, .n7, .n8, .n9 {
transition: opacity 3s ease-in;
-moz-transition: opacity 3s ease-in;
-webkit-transition: opacity 3s ease-in;
-o-transition: opacity 3s ease-in;
}*/

.navBtn,
.imgHover,
.frase,
#navContainer,
#overlayMenu,
#langContainer,
.shadow {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.site-title,
#intro {
	transition: all 0.9s;
	-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
}
.custombg {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
}

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

a img {
	border: 0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Poppins", sans-serif;
	line-height: 33px;
	font-size: 14px;
}
li {
	list-style-type: disc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 5px;
	line-height: 28px;
	font-size: 15px;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4em;
}

img {
	border: 0;
	height: auto;
	width: auto;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea,
select {
	background-image: -webkit-linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0)
	); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="file"],
textarea {
	padding: 10px;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
select {
	padding: 10px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}
span.label {
	width: 30%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size: 16px;
	padding-top: 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
	position: relative;
	display: block;
	width: 100%;
	height: 387px;
}
.post-navigation .nav-previous {
	margin-right: 1%;
}
.post-navigation .nav-next {
	margin-left: 1%;
}
.post-navigation a {
	display: block;
	padding: 8.3% 3.6923%;
	text-decoration: none;
	position: relative;
	z-index: 13;
	height: 100%;
}
/*.post-navigation:after {
	display: block;
	content: "";
	padding: 20px;
	border: 1px solid #fff;
	position: absolute;
	left: 1%;
	top: 13%;
	width: 98%;
	height: 100%;
	z-index:9;
	box-sizing: border-box;
}
*/
.post-navigation span {
	display: block;
}
.screen-reader-text {
	display: none !important;
}
.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 25px;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 30vh;
	margin-bottom: 1px;
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.post-navigation .nav-next .post-title,
.post-navigation .nav-next a:hover .post-title,
.post-navigation .nav-next .meta-nav {
	text-align: right;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Poppins", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.0909%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	font-family: "Poppins", sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	/* border-top: 1px solid rgba(51, 51, 51, 0.1); */
}

.post-thumbnail {
	border: 0px none;
	display: block;
	margin-bottom: 2.4em;
	height: 45vh;
	background-size: cover;
	background-position: center center;
}
.category .post-thumbnail {
	border: 0px none;
	display: block;
	margin-bottom: 2.4em;
	height: 30vh;
	overflow: hidden;
	margin-top: 25px;
	background-size: cover;
	background-position: center center;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header h1 {
	font-family: "Poppins", sans-serif;
	margin: 0 0px 30px;
	font-size: 39px;
	line-height: 45px;
	font-weight: 400;
	padding-right: 200px;
	text-decoration: none;
}
.single .entry-header h1 {
	font-family: "Poppins", sans-serif;
	margin: 15px 0px 30px;
	font-size: 39px;
	line-height: 45px;
	font-weight: 400;
	padding-right: 0;
	padding-left: 0;
	color: #000;
	display: block;
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.entry-title {
	font-family: "Poppins", sans-serif;
	margin: 20px 0 20px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 25px;
	color: #000;
	width: 100%;
	position: relative;
	padding-top: 20px;
	text-decoration: none;
}
.entry-title a {
	text-decoration: none;
	color: #000;
}
.category .entry-title a {
	text-decoration: none;
	color: #000;
	display: block;
	max-height: 90px;
	overflow: hidden;
}
.entry-title a:hover {
	color: #b0b0b0;
}
.page .entry-title {
	padding-left: 0;
}

.entry-content,
.entry-summary {
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Poppins", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

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

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

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

/**
 * CUSTOM RULES
 */
html,
body {
	margin: 0;
	padding: 0;
	min-width: 100%;
	position: relative;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h2 {
	font-size: 23px;
	line-height: 33px;
}
h3 {
	font-size: 18px;
	line-height: 28px;
}
.clr {
	clear: both;
	float: none;
}
.content {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
section {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 550px;
	min-height: 100vh;
}
.whiteSection {
	min-height: 300px;
	min-height: 30vh;
	padding: 50px 0;
	padding: 5vh 0;
}
.whiteSection .content {
	display: block;
	width: 50%;
	padding: 2%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.custombg {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-position: center center;
}
.shadow {
	display: block;
	position: absolute;
	width: 100%;
	height: 65%;
	top: 0;
	z-index: 2;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&amp;0.75+1,0+100 */
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0.75) 1%,
		rgba(0, 0, 0, 0) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1%, rgba(0, 0, 0, 0.75)),
		color-stop(100%, rgba(0, 0, 0, 0))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.75) 1%,
		rgba(0, 0, 0, 0) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.75) 1%,
		rgba(0, 0, 0, 0) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0.75) 1%,
		rgba(0, 0, 0, 0) 100%
	); /* IE10+ */
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.75) 1%,
		rgba(0, 0, 0, 0) 100%
	); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#bf000000",
			endColorstr="#00000000",
			GradientType=0
		); /* IE6-9 */
}
.custombg:hover .shadow {
	height: 100%;
}

.intro .custombg {
	height: 90%;
	height: 90vh;
}
.intro {
	height: 750px;
	height: 100vh;
}

.smallHeight {
	height: 600px;
	height: 60vh;
	min-height: 600px;
	min-height: 60vh;
}
.intro.smallHeight {
	background-position: center 65%;
	background-size: cover;
}
.layoutMenu .intro.smallHeight {
	min-height: 380px;
	height: 380px;
	min-height: 45vh;
	height: 45vh;
}
#barra {
	display: block;
	width: 100%;
	background-image: url(images/barra.png);
	height: 10px;
	background-repeat: repeat;
	position: fixed;
	bottom: 0;
	z-index: 10;
}
#masthead {
	display: block;
	width: 100%;
	height: 165px;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	padding-top: 5px;
}
#masthead.active {
	height: 70px;
}
#masthead .site-title {
	display: block;
	width: 140px;
	height: 99px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 5;
}
#masthead .site-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	background-image: url(images/logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#masthead .site-title span {
	display: block;
	opacity: 0;
	width: 100%;
	height: 58px;
	text-indent: -99999px;
	background-image: url(images/logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -47px;
	overflow: hidden;
}
#masthead .site-title.active {
	height: 60px;
	padding-top: 10px;
}
#masthead .site-title.active span {
	opacity: 1;
}
#masthead .site-title.active a {
	background-position: center -250px;
}
.navSx,
.navDx {
	display: block;
	position: absolute;
	width: 50%;
	height: 40px;
	box-sizing: border-box;
	bottom: 20px;
}
.navSx {
	left: 0;
	text-align: right;
	padding-right: 0;
}
#masthead.active .navSx {
	padding-right: 75px;
}
.navDx {
	right: 0;
	text-align: left;
	padding-left: 0;
}
#masthead.active .navDx {
	padding-left: 75px;
}
.navSx li,
.navDx li {
	display: inline-block;
	width: auto;
	padding: 2px 11px 20px;
}
.navSx li a,
.navDx li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#masthead li {
	list-style-type: none;
	position: relative;
}

.sub-menu {
	height: 0;
	position: absolute;
	width: 180px;
	margin: 0px;
	text-align: center;
	left: -45%;
	top: 90%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
}
.sub-menu li {
	padding-bottom: 5px;
}
#masthead li:hover > .sub-menu {
	height: auto;
}
.boxIntro {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 100px;
	bottom: 15vh;
	z-index: 3;
}
.boxIntro .content {
	color: #fff;
	width: 45%;
	height: auto;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
}
.boxIntro h1 {
	padding: 12px;
}
.boxIntro p,
.boxIntro h1 {
	background-color: rgba(0, 0, 0, 0.7);
	margin-bottom: 5px;
	padding: 12px;
}
.boxIntro p,
.boxIntro h1,
.boxIntro h2 {
	color: #fff;
}
.slidesImg {
	display: block;
	width: 100%;
	height: 100%;
	height: 100vh !important;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider.slick-slider {
	position: relative;
	width: 100%;
	height: 100vh !important;
	overflow: hidden;
	z-index: 2;
	margin-bottom: 0 !important;
}
.slick-initialized .slick-slide {
	display: block;
	height: 100%;
}
.slick-dots li button:before {
	color: rgba(255, 255, 255, 0.6) !important;
}
.slick-dots li.slick-active button:before {
	color: #fff !important;
}
.slick-dots {
	bottom: 10px !important;
	z-index: 5;
}
.box .custombg {
	display: block;
	width: 50%;
	float: left;
	height: 500px;
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
}
.box .custombg h2 {
	display: block;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 13%;
	position: relative;
	z-index: 3;
}
.box a .custombg h2 {
	color: #fff;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	font-size: 29px;
}
.whiteSection .content h3:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #333333;
	margin: 25px auto;
}

.socialBar {
	display: block;
	position: fixed;
	left: 0;
	top: 350px;
	top: 35vh;
	width: 40px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
	padding-top: 10px;
}
.socialBar a {
	display: block;
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 6px;
	color: transparent;
	overflow: hidden;
}
.socialBar a.socialFb {
	background-image: url(images/iconFb.png);
}
.socialBar a.socialInst {
	background-image: url(images/iconIst.png);
}

a.socialFoodora {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	position: absolute;
	right: 50px;
	color: #fff;
	font-weight: 700;
	/*
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/foodora.png);
    */
	top: 25px;
}
a.socialFoodora span {
}

/* sezione prenota */
.prenotaSec .content {
	display: table-cell;
	margin: 0px auto;
	vertical-align: bottom;
	padding: 400px 35% 150px;
	padding: 50vh 35% 15vh;
}
.prenotaSec {
	display: table;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.prenotaSec h2 {
	color: #fff;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
	padding: 10px;
	text-align: center;
}
.prenotaSec span {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	line-height: 17px;
}
.prenotaSec .infoForm {
	width: 97%;
	margin: 0px auto;
}
.prenotaSec h2 span {
	font-weight: 400;
	font-size: 18px;
	background-color: transparent;
	padding: 0;
	line-height: 25px;
}
.wpcf7 p {
	display: block;
	width: 100%;
	padding: 4px 10px;
	margin: 15px 0;
}
.wpcf7 p input {
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
	width: 100%;
}
.wpcf7 p input.wpcf7-submit {
	width: 100%;
	background-color: #fff;
	height: 48px;
	color: #000;
}
.wpcf7 p input.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	font-weight: 700;
	padding: 7px;
}
div.wpcf7-validation-errors {
	border: none;
	background-color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
	color: #fff;
}

.bgSection {
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 65%;
	height: 450px;
	height: 45vh;
}
.bgSection.mapBox {
	height: 380px;
	height: 35vh;
}
.bgSection.mapBox iframe {
	display: block;
	width: 100%;
	height: 350px;
	height: 35vh;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* LAYOUT B */
.layoutB .intro h1 {
	display: block;
	width: 100%;
	position: absolute;
	height: 110px;
	bottom: 0;
	color: #fff;
	z-index: 3;
	padding: 35px 0px 2%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}
.layoutB .whiteSection .content {
	display: block;
	width: 70%;
	padding: 2%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}
.layoutB.layoutMenu .whiteSection .content {
	padding: 15px 2%;
}
.layoutB .whiteSection.sliderSection .content {
	padding: 2% 0;
}

.layoutB .whiteSection .content p,
.layoutB .whiteSection .content h2 {
	padding: 0 10%;
	margin-top: 10px;
	text-align: center;
}
.layoutB.layoutMenu .whiteSection .content p {
	margin-top: 2px;
}
.layoutB .whiteSection .content a,
.layoutB .whiteSection .content a:link,
.layoutB .whiteSection .content a:visited {
	color: #000;
}
.page-id-23 .layoutB .whiteSection .content p,
.page-id-23 .layoutB .whiteSection .content h2,
.page-id-464 .layoutB .whiteSection .content p,
.page-id-464 .layoutB .whiteSection .content h2 {
	text-align: center;
}

/* LAYOUT A */
.layoutA .intro h1 {
	display: block;
	width: 100%;
	position: absolute;
	height: 110px;
	bottom: 0;
	color: #fff;
	z-index: 3;
	padding: 2% 0;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}
.layoutA .whiteSection .content {
	display: table;
	width: 70%;
	padding: 2%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.layoutA .whiteSection .content h2:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #333333;
	margin: 25px 0;
}
.layoutA .whiteSection .content .floatLeft h2:after {
	margin-left: auto;
}
.layoutA .whiteSection .content p,
.layoutA .whiteSection .content h2 {
	padding: 0 15%;
}
.layoutA .contentTxt {
	display: block;
	width: 48%;
}
.layoutA .contentTxt.floatLeft {
	text-align: right;
}
.layoutA .whiteSection .img {
	/*display: table;
	height: 100%;*/
	display: block;
	height: 700px;
	width: 48%;
	margin: 0 2%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.img img {
	display: none;
}

/* LAYOUT C */
.layoutC .secContainer.imgSection,
.layoutD .secContainer.imgSection {
	height: auto;
}
.layoutC .secContainer.imgSection .custombg,
.layoutD .secContainer.imgSection .custombg {
	height: 800px;
	height: 100vh;
}
.layoutC .secContainer.imgSection .custombg .content,
.layoutD .secContainer.imgSection .custombg .content {
	display: block;
	width: 70%;
	padding: 100px 2% 0;
	padding: 10vh 2% 0;
	color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
}
.layoutC .secContainer.imgSection .custombg .content p,
.layoutC .secContainer.imgSection .custombg .content h2,
.layoutD .secContainer.imgSection .custombg .content p,
.layoutD .secContainer.imgSection .custombg .content h2 {
	padding: 0 15%;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.layoutC .secContainer.imgSection .custombg .content h2,
.layoutD .secContainer.imgSection .custombg .content h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 400;
}
.layoutC .secContainer.imgSection .custombg .content h2:after,
.layoutD .secContainer.imgSection .custombg .content h2:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 25px auto;
}

/* LAYOUT MENU  */
.campo {
	display: block;
	width: 45%;
	box-sizing: border-box;
	padding: 10px 10px 0;
	float: left;
	font-weight: 700;
}
.campo.desc {
	float: none;
	padding: 0px 10px 5px;
	font-style: italic;
	font-weight: 400;
}
.campo.small {
	width: 10%;
}
.campo.big {
	float: none;
	width: 100%;
}
.degMenu .campo.big {
	text-align: center;
}
.piatto {
	display: block;
	width: 100%;
	min-height: 50px;
}

.listaMenu {
	margin: 0px 0 25px;
	padding: 0;
}
.listaMenu h2 {
	margin-top: 15px;
}
.layoutB.layoutMenu .whiteSection .content .listaMenu h2 {
	padding: 0;
	color: #552600;
	text-transform: uppercase;
	margin-top: 0;
}
.layoutB.layoutMenu .whiteSection .content .entry-content.testo-finale p {
	padding: 0 0 0 10px;
	font-style: italic;
}
.listaMenu br {
	display: none;
}
.degMenu br {
	display: none;
}
/* one item */
li.campo {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.degMenu li.campo {
	width: 100%;
	padding-top: 0;
}
.degMenu li.campo.voceTitolo {
	font-size: 24px;
	color: #552600;
	margin-top: 20px;
}
.degMenu .piatto {
	text-align: center;
	min-height: 34px;
}
li.campo:after {
	content: " ........................................................................................................................................................................................................................................................................................................................................................................................................................................";
	font-weight: 400;
}
li.campo.desc:after {
	content: "";
}
.degMenu li.campo:after {
	content: "";
}

li.campo.prezzo {
	width: 10% !important;
	font-weight: 400;
}
li.campo.prezzo:after {
	content: "";
}
.layoutMenu .whiteSection {
	padding-bottom: 0;
	padding-top: 20px;
	min-height: auto;
}
.whiteSection.menuContainer {
	padding-top: 0;
}
.whiteSection.menuContainer br {
	display: none;
}

/* CATEGORIA - BLOG */
.archive-title {
	margin: 10px 0px 20px;
	font-size: 28px;
	line-height: 45px;
	text-transform: uppercase;
}
.category .whiteSection,
.single .whiteSection {
	padding-top: 140px;
}
.category .whiteSection .content {
	width: 70%;
}
.single .whiteSection .content {
	text-align: left;
	width: 65%;
}
.category article {
	display: block;
	width: 48%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 1% 2%;
}
.single article {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 45px;
	margin: 0 1% 2%;
}
.single article a {
	color: #000;
}
.single article a:hover {
	color: #545f9d;
}
.single .post-thumbnail {
	border: 0px none;
	display: block;
	margin-bottom: 2.4em;
	height: 45vh;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	width: 100%;
}
.single .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
.category article:nth-child(2n) {
	clear: both;
}
.category article:hover {
}
.category .entry-content p {
	text-align: left;
}
.category .entry-title {
	margin: 20px 0px;
	font-size: 21px;
	line-height: 31px;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 0px;
	color: #000;
	width: 100%;
	position: relative;
	padding-top: 10px;
	text-decoration: none;
	height: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.read-more {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.postDate {
	display: block;
	width: 100%;
	height: 30px;
	margin: -20px 0px 15px;
	text-align: left;
}

/* GALLERY */
.slider.loading {
	opacity: 0;
}
.slider {
	opacity: 1;
}
.gallery .slider img {
	height: 85%;
	height: 85vh;
	min-height: 85%;
	min-height: 85vh;
	width: auto;
	margin: 0 12px;
}
.intro.gallery {
	height: 90vh;
	min-height: 90vh;
	margin: 10% 0 0;
	margin: 10vh 0 0;
	overflow: hidden;
}
.gallery .slider.slick-slider {
	position: relative;
	height: 85vh;
	margin: 0;
	padding-top: 0;
}
.gallery .slick-next {
	right: 0;
	z-index: 9;
	color: #fff;
}
.gallery .slick-prev {
	left: 0;
	z-index: 9;
	color: #fff;
}
.slick-prev:before,
.slick-next:before {
	color: #fff !important;
}

.page-template-gallery {
	overflow-y: hidden;
}

/* LANG SELECTOR */
#langContainer {
	display: block;
	width: 100px;
	position: absolute;
	z-index: 11;
	right: 0px;
	top: -5px;
	color: rgb(255, 255, 255);
	height: 15px;
}

#langContainer a {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
}

/* FOOTER */
footer#colophon {
	display: block;
	width: 100%;
	height: auto;
	position: static;
	z-index: 10;
	box-sizing: border-box;
	padding: 13px 0px 10px;
	background-color: rgb(255, 255, 255);
}
.page-template-gallery footer#colophon {
	position: fixed;
	bottom: 0;
}
.site-info {
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.site-info p {
	font-size: 12px;
	line-height: 17px;
}
.site-info a {
	color: #552600;
}
.site-info a:hover {
	color: #545f9a;
}

/* ENVIRA */

.envira-gallery-wrap {
	margin: 80px auto 40px !important;
}
.envirabox-skin {
	padding: 0 !important;
}
.envira-gallery-item {
	padding-left: 4px !important;
	padding-right: 4px !important;
}
.envira-gallery-4-columns {
	display: flex;
	flex-wrap: wrap;
}
.envira-gallery-item {
	width: 23%;
	margin: 0 1% 15px;
}
.envira-gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1024px) {
	.envira-gallery-4-columns {
		display: block;
	}
	.envira-gallery-item {
		width: 100%;
		margin: 0 0 15px;
	}
}

/* JSSOR SLIESHOW */
/* jssor slider bullet navigator skin 14 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
	background: url(jssor/b14.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb05 div {
	background-position: -7px -7px;
}

.jssorb05 div:hover,
.jssorb05 .av:hover {
	background-position: -37px -7px;
}

.jssorb05 .av {
	background-position: -67px -7px;
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
	background-position: -97px -7px;
}
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l,
.jssora12r,
.jssora12ldn,
.jssora12rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(jssor/a12.png) no-repeat;
	overflow: hidden;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.jssora12l {
	background-position: -16px -37px;
}

.jssora12r {
	background-position: -75px -37px;
}

.jssora12l:hover {
	background-position: -136px -37px;
}

.jssora12r:hover {
	background-position: -195px -37px;
}

.jssora12ldn {
	background-position: -256px -37px;
}

.jssora12rdn {
	background-position: -315px -37px;
}

.slick-initialized .slick-slide {
	cursor: col-resize;
}

.loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-image: url(images/loading_spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
	background-color: #fff;
}
.piattiGiorno {
	display: block;
	position: fixed;
	width: 230px;
	height: auto;
	right: 0;
	top: 35vh;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 15px;
	z-index: 10;
}
.chimpInput {
	display: block;
	width: 75% !important;
	float: left;
	margin-right: 5%;
}
input[type="submit"].chimpBtn {
	display: block;
	width: 100% !important;
	float: none;
	background-color: #fff;
	height: 48px;
	color: #000;
}
input[type="submit"].chimpBtn:hover {
	color: #fff;
	background-color: #000;
}

.privacyCheck {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width: 96%;
	padding: 4px 10px;
	box-sizing: border-box;
	margin: 0 auto;
}

.page-id-23 .privacyCheck,
.page-id-464 .privacyCheck {
	background-color: rgba(0, 0, 0, 0);
	width: 80%;
}
.privacyCheck span {
	display: block;
	background-color: transparent;
	width: auto;
	float: left;
	padding: 3px 3px 0px 0px;
}
.privacyCheck a {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	color: #fff;
}

/* mailchimp form */
.mc4wp-form input.chimpInput {
	display: block;
	width: 100% !important;
	margin: 7px auto;
}
.mc4wp-form p {
	display: block;
	width: 100%;
	height: 40px;
	float: none;
}
.mc4wp-form a {
	display: block;
	width: 75%;
	text-align: left;
	margin: 26px auto;
	height: 30px;
	float: none;
	clear: both;
	padding-top: 10px;
}

.page-id-23 .intro.smallHeight,
.page-id-464 .intro.smallHeight {
	min-height: 40vh;
	height: 40vh;
	background-position: center 30%;
}

div.wpcf7-response-output {
	background-color: rgba(255, 255, 255, 0.5);
}

.btnStreet {
	display: inline-block;
	padding: 12px 15px 9px;
	border: 2px solid #94060d;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	background-color: #94060d;
}
.btnStreet:hover {
	background-color: transparent;
	color: #94060d;
}

.btnStreetLinea {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #333333;
	margin: 25px auto;
}

.titBig {
	font-size: 25px;
}

.downloadicon {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 25px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-image: url(images/download-icon.png);
}
.downloadicon:hover {
	bottom: 21px;
}

.btnTop {
	display: inline-block;
	color: #fff;
	padding: 2px 8px 0;
	border: 1px solid #fff;
	text-decoration: none;
}
.btnTop:hover {
	background-color: #fff;
	color: #000;
}
.only-mobile {
	display: none;
}
/* POPUP SOLO IMMAGINE
#popup .contenitore .content h3 {
	display: none !important;
}
#popup .contenitore .content {
	padding-bottom: 0px !important;
}
#popup .contenitore {
	width: 500px !important;
	padding: 2px !important;
}
#popup img {
    margin-bottom: 0px !important;
}
#popup .testoPop {
    display: none !important;
}*/
/* POPUP */

#popup {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 200px;
	z-index: 4;
}
#popup .contenitore {
	display: block;
	width: 610px;
	padding: 7px;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto;
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
#popup .contenitore .content {
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
#popup .contenitore .content h3 {
	margin: 0px;
	padding: 30px 0px 15px;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#popup .contenitore .content img {
	width: 100%;
	height: auto;
	display: block;
}
#popup .contenitore .content a.btn {
	display: inline-block;
	width: auto;
	padding: 10px 20px 10px;
	border: 2px solid #94060d;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 5px;
	color: #94060d;
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 16px;
}
#popup .contenitore .content a.btn:hover {
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
}
#popup .closePop {
	display: block;
	width: 42px;
	height: 33px;
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -33px;
	text-align: center;
	padding-top: 5px;
	font-weight: 700;
	font-size: 22px;
	font-family: arial;
}
/* POPUP */

/**
 * 16.0 Media Queries
 */

/* Only Smartphones e tablet  / responsive base per mobile e tab ----------- */
@media only screen and (max-width: 1024px) {
	h1.site-title {
		height: 60px;
	}
	#overlayMenu {
		background-color: rgba(0, 0, 0, 0);
		top: 45vh;
	}
	#overlayMenu.active {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 130px;
		left: 0;
		z-index: 4;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#overlayMenu.pos {
		top: 80px;
	}
	.menus-container {
		position: absolute;
		display: block;
		width: 100%;
		overflow: scroll;
		top: 70px;
	}
	.site-header.active .menus-container {
		top: 70px;
	}
	.navSx li a,
	.navDx li a {
		text-shadow: 0px 0px 8px #000;
	}
	.boxIntro h1 {
		font-size: 22px;
		line-height: 32px;
	}

	#masthead {
		height: 120px;
	}
	.menuBtn {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 15px;
		top: 45px;
		cursor: pointer;
	}
	.active .menuBtn {
		top: 24px;
	}
	.menuBtn span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		margin: 0 0 3px;
	}
	.navSx,
	.navDx {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		bottom: inherit;
		background-color: rgba(0, 0, 0, 0);
		padding: 0;
		max-height: 0;
		overflow: hidden;
		text-align: center;
	}
	.navDx {
	}
	.navSx.active,
	.navDx.active {
		background-color: rgba(0, 0, 0, 0);
		max-height: 500px;
	}
	.navSx.active {
		padding-top: 40px;
	}
	.navDx.active {
		padding-bottom: 300px;
	}
	.navSx ul,
	.navDx ul {
		padding: 0;
		margin: 0;
	}
	#masthead.active .navSx,
	#masthead.active .navDx {
		padding-right: 0;
		padding-left: 0;
	}
	#masthead.active .navSx {
	}
	#masthead.active .navDx {
	}
	.navSx li,
	.navDx li {
		display: block;
		width: auto;
		padding: 0 10%;
	}
	#masthead li:hover > .sub-menu {
		height: 0;
	}
	#masthead li > .sub-menu.active {
		height: auto;
	}
	.slidesImg {
		background-position: center center;
	}
	.boxIntro .content {
		width: 90%;
		padding: 25px 1%;
	}
	.boxIntro {
		bottom: 30px;
		bottom: 5vh;
	}
	.box .custombg {
		width: 100%;
	}
	.whiteSection .content {
		width: 90%;
	}
	.prenotaSec {
		background-position: center center;
	}
	.prenotaSec .content {
		padding: 400px 5% 150px;
		padding: 50vh 5% 15vh;
	}
	.layoutB .whiteSection .content {
		width: 90%;
	}
	.layoutB .intro h1,
	.layoutA .intro h1 {
		height: auto;
		padding: 7% 0;
	}
	.layoutB .whiteSection .content p,
	.layoutB .whiteSection .content h2,
	.layoutA .whiteSection .content p,
	.layoutA .whiteSection .content h2 {
		padding: 0 2%;
	}
	.layoutA .whiteSection .content {
		width: 90%;
	}
	.layoutA .contentTxt.floatLeft {
		width: 100%;
		float: none;
		text-align: left;
	}
	.layoutA .contentTxt.floatRight {
		display: block;
		width: 100%;
		float: none;
	}
	.layoutA .whiteSection .content .floatLeft h2:after {
		margin-left: 0;
	}
	.layoutA .whiteSection .img {
		width: 90%;
		margin: 30px auto 15px;
		height: 300px;
		float: none;
	}
	.layoutC .secContainer.imgSection .custombg .content {
		display: block;
		width: 90%;
	}
	.layoutC .secContainer.imgSection .custombg .content p,
	.layoutC .secContainer.imgSection .custombg .content h2 {
		padding: 0 2%;
	}
	.slick-dots {
		bottom: 20px !important;
		padding: 0;
		margin: 0;
	}
	span.label {
		width: 100%;
		float: none;
	}
	select {
		width: 100%;
	}
	.socialBar {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-justify-content: flex-end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		position: fixed;
		left: 0px;
		top: auto;
		width: 100%;
		height: 35px;
		bottom: 10px;
		padding-top: 0;
		text-align: right;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.socialBar a {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 0;
		color: transparent;
	}
	.socialBar a.socialFb,
	.socialBar a.socialInst {
		margin-right: 22px;
	}
	.category article {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	.category .whiteSection .content,
	.single .whiteSection .content {
		width: 90%;
	}
	li.campo {
		white-space: normal;
		width: 80%;
	}
	li.campo:after {
		content: "";
	}
	li.campo.prezzo {
		width: 20% !important;
	}
	.sub-menu {
		height: 0px;
		position: static;
		width: 100%;
		margin: 0px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0);
		overflow: hidden;
	}
	.sub-menu li {
	}
	.sub-menu li a {
		color: #545f9d;
	}
	.postDate {
		margin: 0px 0px 15px;
	}
	.piattiGiorno {
		display: block;
		position: static;
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		background-color: rgba(255, 255, 255, 1);
		color: #000;
		padding: 15px;
		z-index: 10;
	}
	.piattiGiorno .content {
		width: 95%;
		margin: 50px auto;
		text-align: center;
	}
	.chimpInput {
		width: 100% !important;
		float: none;
		margin-right: 0;
	}
	input[type="submit"].chimpBtn {
		width: 100% !important;
		float: none;
	}
	.slick-prev,
	.slick-next {
		top: 35% !important;
	}

	#langContainer {
		right: auto;
		left: 10px;
		top: 14px;
		height: 20px;
		width: 70px;
	}
	.active #langContainer {
		top: 14px;
	}
	.site-info {
		width: 95%;
		padding-bottom: 50px;
	}
	.page-template-gallery footer#colophon {
		display: none;
	}
	.intro.gallery {
		height: 80vh;
		min-height: 80vh;
		margin: 10% 0 0;
		margin: 12vh 0 0;
	}
	.privacyCheck a {
		font-size: 11px;
		padding-left: 10px;
	}
	.mc4wp-form input.chimpInput {
		margin: 22px auto;
	}
	.layoutB .whiteSection .content p img {
		width: 100%;
	}
	.only-mobile {
		display: inline-block;
	}
	a.socialFoodora {
		display: none;
	}
	a.socialFoodora.only-mobile {
		right: inherit;
		top: auto;
		background-color: transparent;
		padding: 0 10px;
		bottom: 18px;
		position: fixed;
		left: 2%;
		display: inline-block;
		color: #fff;
		font-weight: 700;
	}
	#popup .contenitore {
		width: 90%;
		height: auto;
		padding: 15px 25px;
	}
	#popup .contenitore .content {
		box-sizing: border-box;
		padding: 1% 1% 30px;
		background-position: right bottom;
	}
}
@media only screen and (max-width: 1310px) {
	#masthead {
		height: 70px;
	}
	h1.site-title.active a,
	h1.site-title a {
		background-position: center -7px;
	}
	.menuBtn {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 15px;
		top: 24px;
		cursor: pointer;
	}
	.sub-menu {
		height: 0px;
		position: static;
		width: 100%;
		margin: 0px;
		text-align: center;
		background-color: transparent;
		overflow: hidden;
	}
	.sub-menu li a {
		color: #545f9d;
	}
	.navSx li a,
	.navDx li a {
		text-shadow: 0px 0px 8px #000;
	}
	.active .menuBtn {
		top: 24px;
	}
	.menuBtn span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		margin: 0 0 3px;
	}

	.navSx,
	.navDx {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		bottom: inherit;
		background-color: rgba(0, 0, 0, 0);
		padding: 0;
		max-height: 0;
		overflow: hidden;
		text-align: center;
	}
	.navDx {
	}
	.navSx.active,
	.navDx.active {
		background-color: rgba(0, 0, 0, 0);
		max-height: 500px;
	}
	.navSx.active {
		padding-top: 40px;
	}
	.navDx.active {
		padding-bottom: 300px;
	}
	.navSx ul,
	.navDx ul {
		padding: 0;
		margin: 0;
	}
	#masthead.active .navSx,
	#masthead.active .navDx {
		padding-right: 0;
		padding-left: 0;
	}
	#masthead.active .navSx {
	}
	#masthead.active .navDx {
	}
	.navSx li,
	.navDx li {
		display: block;
		width: auto;
		padding: 0 10%;
	}
	#masthead li:hover > .sub-menu {
		height: 0;
	}
	#masthead li > .sub-menu.active {
		height: auto;
	}
	.menus-container {
		position: absolute;
		display: block;
		width: 100%;
		overflow: scroll;
		top: 70px;
	}
	#overlayMenu.active {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 80px;
		left: 0px;
		z-index: 5;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#overlayMenu.pos {
		top: 80px;
	}
}

/* Only Smartphones  ----------- */
@media only screen and (max-width: 420px) {
}

/* iPads (portrait and landscape) generico ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) orizzontale ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
