/*
Theme Name: lablog
Author: Giacomo Lazzarin
Version: 3.0
Text Domain: lablog
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/





/* STILI GENERICI */
html {
	height:100%;
}
body {
	height: 100%;
    font-family: 'Montserrat', sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	color: #000;
	font-weight: 400;
	background: #f0f0ea;
	letter-spacing: 0.15em;
}

a {
	text-decoration:none;
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.clear {
	clear: both !important;
}

strong, b, .bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}

#primary ol {
	list-style-type: decimal;
	padding-left: 20px;
	padding-bottom: 1em;
}
#primary ol li {
	margin: 1em 0;
}

iframe {
	max-width:100%;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: 700;
}

hr {
	margin: 30px auto;
	padding: 0;
	border: 0;
	height: 6px;
	clear: both;
	display: block;
	background: #000;
	width: 12%;
}

.screen-reader-text {
	position: absolute;
	left: -99999px;
}

.noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.whiteSpace {
	display: block;
	clear: both;
	height: 50px;
}
.whiteSpace.smallSpace {
	height: 20px;
}
.whiteSpace.doubleSpace {
	height: 100px;
}
.contentWide {
	background: #eee;
	width: 100%;
}

.contentBiggerText {
	font-size: 1.3em;
	line-height: 1.3em;
}

.dTable {
	display: table;
	width: 100%;
}
.dTableCell {
	display: table-cell;
	vertical-align: middle;
}











/* STRUTTURA */
.contentInside {
	width: calc(100% - 40px);
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsideLarge {
	width: calc(100% - 80px);
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsidePadding {
	padding: 30px 0;
}

.column1-4 {
	width: 23%;
	float: left;
	margin: 15px 1%;
}
.column2-4 {
	width: 48%;
	float: left;
	margin: 15px 1%;
}
.column3-4 {
	width: 73%;
	float: left;
	margin: 15px 1%;
}
.column4-4 {
	width: 98%;
	float: left;
	margin: 15px 1%;
}

.column1-3 {
	width: 29.333%;
	float: left;
	margin: 15px 2%;
}
.column2-3 {
	width: 62.6666%;
	float: left;
	margin: 15px 2%;
}
.column3-3 {
	width: 96%;
	float: left;
	margin: 15px 2%;
}

.column1-3-2 {
	width: 12.6666%;
	float: left;
	margin: 15px 2%;
}









/* HEADER */
#masthead {
	background: #fff;
}
#logo {
	width: 134px;
	float: left;
	margin: 7px 0 60px;
}
#slogan {
	float: right;
	letter-spacing: 0.3em;
	margin-top: 55px;
	font-size: 1.1em;
	clear: right;
	font-weight: 400;
}
#visitaSito {
	float: right;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 0.8em;
}
#visitaSito img {
	width: 43px;
	vertical-align: middle;
	display: inline;
}

#banner {
	background: #000;
	color: #fff;
	height: 328px;
	text-transform: uppercase;
}
#banner p {
	margin: 0 0 25px;
	letter-spacing: 0.3em;
	line-height: 1.8em;
	font-weight: 500;
}
#banner h3 {
	letter-spacing: 0.3em;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0;
}



/* FOOTER */
#colophon {
	background: #000;
	color: #fff;
	font-size: 0.8em;
	padding: 40px 0;
	letter-spacing: 0;
	font-weight: 300;
}
#colophon a {
	color: #fff;
}
#colophon a i {
	font-size: 2em;
	margin: -4px 0 0 5px;
	display: inline-block;
	vertical-align: middle;
}



/* STILI PAGINA */
#page {
	width: 96%;
	max-width: 1220px;
	background: #fff;
	margin: 0 auto;
}




/* home */
.filters .ui-group {
	margin: 20px 0 70px;
}
.filters .button {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	margin-right: 40px;
	cursor: pointer;
}
.filters .button img {
	width: 30px;
	display: inline;
	vertical-align: middle;
	filter: grayscale(1);
}
.filters .button.is-checked img {
	filter: grayscale(0);
}

.shortcut-item .data {
	font-size: 0.8em;
	color: #575756;
	margin: 7px 0 5px;
	font-weight: 400;
}
.shortcut-item h2 {
	font-size: 1.3em;
	margin: 0;
	line-height: 1.2em;
	font-weight: 500;
}
.shortcut-item {
	margin-bottom: 50px;
}

.singleTitle {
	font-size: 1.8em;
	margin: 0.5em 0;
	font-weight: 500;
}

.categoria {
	display: inline-block;
	margin-right: 40px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.categoria img {
	width: 30px;
	display: inline;
	vertical-align: middle;
	filter: grayscale(1);
}
.dataSingle {
	font-size: 0.9em;
	color: #575756;
	margin: 50px 0 0px;
	font-weight: 400;
}

.arrowArt {
	margin-top: 500px;
	font-size: 0.8em;
}
.arrowArt i {
	display: block;
	font-size: 2em;
}
.arrowArtR {
	margin-right: 20px;
}
.arrowArtL {
	margin-left: 20px;
}


.pagination a {
	font-size: 0.9em;
	display: block;
}
.pagination a i {
	display: block;
	font-size: 2em;
}
.pagination .rightArrow a {
	margin-right: 20px;
}
.pagination .leftArrow a {
	margin-left: 20px;
}




.burger-box {
    display: inline-block;
    height: 60px;
    width: 60px;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
    margin-right: -15px;
	float: right;
}
.burger-box .anim-burger {
	position: absolute;
	top: 28px;
	left: 18px;
	width: 20px;
	height: 2px;
	background: #444;
	-webkit-transition: background 0.15s, -webkit-transform 0.15s, top 0.15s;
	transition: background 0.15s, -ms-transform 0.15s, top 0.15s;
	-o-transition: background 0.15s, -o-transform 0.15s, top 0.15s;
	transition: background 0.15s, transform 0.15s, top 0.15s;
}
.burger-box .anim-burger,
.burger-box .anim-burger:before,
.burger-box .anim-burger:after {
	position: absolute;
	top: 28px;
	left: 18px;
	width: 20px;
	height: 3px;
	background: #444;
}
.burger-box .anim-burger:before {
    top: -6px;
    left: 0;
    content: "";
}
.burger-box .anim-burger:after {
    top: 6px;
    left: 0;
    content: "";
	width: 13px;
}

.menu-mask {
	position: fixed;
	background-color: #fff;
	opacity: 0;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	visibility: hidden;
	-webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	cursor: pointer;
}
.menu-mask.open {
	opacity: .7;
	visibility: visible;
}


#menu-side {
    position: fixed;
    background-color: #000;
    opacity: 1;
    height: 100%;
    width: 35%;
    right: -35%;
    top: 0;
    margin-right: -25px;
    bottom: 0;
    z-index: -1;
    padding: 60px 80px;
	box-sizing: border-box;
	color: #000;
}
#menu-side.open {
    z-index: 99;
    overflow: auto;
    overflow-y: scroll;
}


.anim-burger,
.anim-burger:before,
.asm-page .anim-burger:after {
    height: 2px;
}


.burger-box.open .anim-burger {
    background: transparent;
}

.burger-box.open .anim-burger:before {
    top: 0;
    background: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.burger-box.open .anim-burger:after {
    top: 0;
    background: #fff;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.burger-box.side.open .anim-burger:before,
.burger-box.side.open .anim-burger:after {
    background: #fff;
}

.burger-box.side.menu-temporal {
    right: 66px;
}
.menu-temporal {
    position: absolute;
}
.burger-box.open .anim-burger:after {
    width: 20px;
}



.pushLeft {
    -webkit-transform: translateX(-100px) translateY(0px) !important;
    -ms-transform: translateX(-100px) translateY(0px) !important;
    -o-transform: translateX(-100px) translateY(0px) !important;
    transform: translateX(-100px) translateY(0px) !important;
}

.pushReady {
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: -ms-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-o-transition: -o-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
}
.pushReady.pushLeft-faster {
    -webkit-transform: translateX(-100%) translateY(0px) !important;
    -ms-transform: translateX(-100%) translateY(0px) !important;
    -o-transform: translateX(-100%) translateY(0px) !important;
    transform: translateX(-100%) translateY(0px) !important;

}




.menuPrincipale {
	position: relative;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.menuPrincipale li a {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 3em;
	display: inline-block;
	letter-spacing: 0.1em;
	color: #fff;
}





.mobile {
	display: none !important;
}


@media only screen and (-webkit-min-device-pixel-ratio:0) { 
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (max-width: 710px) {

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		margin:15px 2%;
	}
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	
	.contentInsideLarge {
		width: 96%;
		padding: 0 2%;
	}
	
	.whiteSpace {
		height: 25px;
	}
	.whiteSpace.smallSpace {
		height: 10px;
	}
	.whiteSpace.doubleSpace {
		height: 50px;
	}
	
	
	#visitaSito {
		margin-top: 10px;
	}
	#logo {
		margin: 7px 0 20px;
	}
	#slogan {
		margin: 20px 0 20px;
		text-align: center;
		width: 100%;
	}
	.filters .button,
	.categoria {
		display: block;
		margin: 15px 0;
	}
	#page {
		width: 100%;
	}
	

	.burger-box {
		margin-top: 0px;
		margin-right: 0;
	}
	
	#menu-side {
		width: 95%;
		right: -95%;
		padding: 60px 40px;
	}
	

}


@media screen and (max-width: 500px) {
	
	
	
}



