b {
    font-weight: 700;
}
strong {
    font-weight: 700;
}
* {
    margin: 0;
    padding: 0;
}

#wpadminbar{
	display: none;
}
html{
	margin: 0 !important;
}

body {
    background-color: #333333;
    color: #ffffff;
    font-family: serif;
    font-size: 300;
    text-rendering: optimizelegibility;
    font-size: 16px;
    line-height: 22px;
}
body.stop-scroll {
    overflow: hidden !important;
}
.screen-reader-text {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.clear {
    clear: both;
}
.break-10 {
    height: 10px;
}
.break-20 {
    height: 20px;
}
.break-30 {
    height: 30px;
}
.break-40 {
    height: 40px;
}
.break-50 {
    height: 50px;
}
.break-60 {
    height: 60px;
}
.entry {
    padding:30px;
}
.entry-10{
	padding: 10px;
}
.entry-20{
	padding: 20px;
}
.entry-30{
	padding: 30px;
}
.entry-40{
	padding: 40px;
}
.entry-50{
	padding: 50px;
}
.entry-60{
	padding: 60px;
}

.group:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .group, *:first-child + html .group {
}
img {
    display: block;
}
#loading-page {
    background-color: #FFFFFF;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#page {
	background-color: #ffffff;
    color: #333333;
}

.wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#masthead {
	position: relative;
}
#masthead .head {
	border-bottom: 50px solid #f6f6f6;
}
#masthead .logo {
	bottom: 0;
    display: block;
    margin: -80px auto 0;
    position: relative;
}
#masthead .arrow{
	width: 80px;
	height: 80px;
	background-color: rgba(34, 57, 108, 0.5);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	cursor: pointer;
}
#masthead .arrow:hover{
	background-color: #ffffff;
}
#masthead .arrow div{
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #fff;
    left: 50%;
    margin-left: -10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

#main {}
.categorie{
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	width: 100%;
	left: 0;
	z-index: 100;
	padding-top: 5px;
}
.categorie .cat{
	background-color: #999999;
	color: #ffffff;
	padding: 10px 15px;
	display: inline-block;
	cursor: pointer;
	width: 160px;
}
.categorie .cat:hover{
	background-color: #333333;
}
.categorie .cat.selected, .categorie .cat.selected:hover{
	background-color: #dd0000;
}
.piatti .box .text{
	border-left: 1px solid #ddd;
}
.piatti .box .text.sx{
	text-align: right;
	border-left: 0;
	border-right: 1px solid #ddd;
}
.piatti .box .text .title{
/* 	border-left: 5px solid #dd0000; */
	padding-left: 25px;
	margin-left: -30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}
.piatti .box .text.sx .title{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
/* 	border-right: 5px solid #dd0000; */
	padding-right: 25px;
	margin-right: -30px;
}
.piatti .box .text .cod{
	background-color: #999999;
	color: #ffffff;
	padding: 5px 10px;
	display: inline-block;
}

/* FOOTER */
#footer {
	background-color: #22396c;
	color: #cccccc;
	margin-top: 30px;
    padding: 30px 0;
}
#footer a {}
#footer a:hover {
	color: #ffffff;
}

a {
    text-decoration: none;
    color: #999999;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
a:hover {
    color: #333333;
    text-decoration: none;
}
.more {}
.post {}

/* TEXT */

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 10px;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 22px;
    line-height: 28px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
h5 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
h6 {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 5px;
}
p {
    margin: 0 0 10px;
}
ul, ol {
    list-style: disc inside none;
}

.text-normal{
	font-family: serif;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-shadow{
	text-shadow: 1px 1px 2px #000000;
}
.text-red{
	color: #22396c;
}
.text-grey{
	color: #999999;
}
.text-white{
	color: #ffffff;
}
.font-b{
/* 	font-family: 'Norican', cursive; */
}

.inline-block{
	display: inline-block;
}


/* IMAGE */
.img-fullresponsive {
    height: auto;
    width: 100%;
}
.alignleft {
    float: left;
    padding: 0 20px 10px 0;
}
.alignright {
    float: right;
    padding: 0 0 10px 20px;
}
.aligncenter {
    margin: 0 auto;
}

/* EXTRA */
.centerheightcss{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transition: translateY(-50%);
	-ms-transition: translateY(-50%);
	-o-transition: translateY(-50%);
}

/* MEDIA QUERY */

@media (min-width: 992px) {
	#mainmenu #menu{
		display: block !important;
	}
}

@media (max-width: 1199px) {}
@media (max-width: 991px) {
	#mainmenu #menu{
		display: none;
	}
}
@media (max-width: 767px) {
	.piatti .box .text{
		text-align: center !important;
		border: none !important;
	}
	.piatti .box .text .title{
		border: none !important;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#masthead .arrow{
		display: none;
	}
}