/*
Theme Name: Base
Theme URI: http://www.weareey.com
Description: un tema
Version: 1.0
Author: Matteo Corona
*/

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'debutregular';
    src: url('/font/ufonts.com_debut-webfont.eot');
    src: url('/font/ufonts.com_debut-webfont.eot#iefix') format('embedded-opentype'),
         url('/font/ufonts.com_debut-webfont.woff') format('woff2'),
         url('/font/ufonts.com_debut-webfont.woff') format('woff'),
         url('/font/ufonts.com_debut-webfont.ttf') format('truetype'),
         url('/font/ufonts.com_debut-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'BemboStd';
  src: url('/font/BemboStd.eot') format('embedded-opentype'),  
       url('/font/BemboStd.otf')  format('opentype'),
       url('/font/BemboStd.woff') format('woff'), 
       url('/font/BemboStd.ttf')  format('truetype'), 
       url('/font/BemboStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.evento h2 {
font-size:18px;
text-transform: uppercase;
}
.evento a {
text-decoration:none;
color:#000;
}
.evento .catname {
text-transform: uppercase;
border-bottom: 2px solid #000;
}
.evento a:hover {
text-decoration:underline;
}

body {
	color:#000;
	font-family: 'BemboStd', Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#fff;
}
a:link {
	color:#33CC00;
}
a:hover {
	color:#6666FF;
}
#box {
  width: 1260px;
	margin:0 auto;
	float:none;
	min-height:100%;
	height:100%;
}
	#banner {
		width:1240px;
		font-size:18px;
		font-weight:bold;
		padding:10px;
position:relative;
margin-top: 100px;
	}
		#banner h1 {
			text-transform:capitalize;
			font-size:18px;
			margin:5px 0 0 0;
		}
		#banner a {
			text-decoration:none;
		}
		#banner h5 {
			margin:5px 0;
		}


#logo {
background-image:url('/wp-content/uploads/2015/09/logo1.png');
background-size: cover;
width: 334px;
height: 53px;
display:block;
position: absolute;
bottom: 0;
left: 0;
}
.widget_search {
float: right;
position: absolute;
bottom: 0%;
border-bottom: 1px solid #000;
right: 0%;
width: 150px;
padding-bottom: 14px;
}

.widget_search .screen-reader-text {
    display:none;
}

#s {
    border-radius: 0px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 2px;
    color: #000;
    font-family: "BemboStd";
    font-size: 14px;
    width: 88px;
    line-height: 14px;
}

#searchsubmit {
    border-radius: 0px;
    border: 0px;
    background-color: #fff;
    padding: 0px;
    color: #000;
    cursor: pointer;
    font-family: "BemboStd";
    font-size: 14px;
    width: 50px;
text-transform:uppercase
}

#menu {
	float: right;
position: absolute;
right: 150px;
bottom: 0%;
border-bottom: 1px solid #000;
	}
		#menu ul {
			text-transform: uppercase;
			padding: 0px;
			list-style: none outside none;
			float: left;
			font-size: 14px;
		}
		#menu li {
			margin: 0px;
			padding: 0px;
			float: left;
			display: block;
			position: relative;
		}

		#menu li a {
float: left;
padding: 0px 8px;
text-decoration: none;
color: #000;
}

		#menu li a:hover {
text-decoration:underline;
}

ul.sub-menu {
position: absolute;
display:block;
background:#fff;
clear:both;
top: 17px;
padding-top:5px !important;
white-space:nowrap;
z-index: 1;
}


#menu ul.sub-menu li {
clear:both;
 display:none;
padding: 0px;
margin-bottom: 5px;
padding-bottom:0px;
}

#menu ul li:hover li {
 display:block;
}


	#body {
		margin-top:20px;
	}

		.firsthome {
			position:relative;
			z-index: 0;
			width:100%;
			height:500px;
			overflow:hidden
		}
		
		.firsthome img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 0;
}
		.firsthome img.portrait {
  width: 100%;
  height: auto;
}
.magicsecond {
	position: relative;
	width: 100%;		/* desired width */
}
.magicsecond:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
		.secondhome {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
			overflow:hidden
		}
		
		.one_half .secondhome img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
		.one_half .secondhome img.portrait {
  width: 100%;
  height: auto;
}

.magicthird {
	position: relative;
	width: 100%;		/* desired width */
}
.magicthird:before{
	content: "";
	display: block;
	padding-top: 92%; 	/* initial ratio of 1:1*/
}
		.thirdhome {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
			overflow:hidden
		}
		
		.one_half .thirdhome img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
		.one_half .thirdhome img.portrait {
  width: 100%;
  height: auto;
}

		#mainBar .evento .thirdhome img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

		#mainBar .evento .thirdhome img.portrait {
  width: 100%;
  height: auto;
}

		.firsthomecontent {
			position:relative;
			border-bottom:3px solid #000;
}

		.firsthomecontent .post {
			width: 50%;
			max-width:100%
			min-width:400px;
}

		.firsthomecontent h1 a {
			text-transform:uppercase;
			text-decoration:none;
			color:#000;
			font-style: italic;
font-size: 36px;
}
		.firsthomecontent h1 {
			margin-bottom:8px;
}

		.firsthomecontent .post p {
			margin-top:0;
}

		.datiPost {
			position:absolute;
			top:0;
			right:0;
			text-align:right;
}
		.datiPost a {
			text-decoration:none;
			color:#000;
}
		.catname {
			border-bottom:3px solid #000;
margin-top: 20px;
}
		.catname a {
			text-decoration:none;
			color:#000;
}
		.one_half .post {
		margin: -5px 0 10px;
}
		#mainHome h2 a {
			text-transform:uppercase;
			text-decoration:none;
			color:#000;
			font-style: italic;
}
		#mainHome h3 a {
			text-decoration:none;
			color:#000;
}

		#mainBarHome {
			width:1260px;
			padding:0px;
		}
		#mainHome {
			width:1260px;
			padding:0px;
		}

		#mainBarHome h2 {
			border-bottom:2px solid #000;
			font-size:24px;
}

		#mainBar {
			width:1000px;
			float:right;
		}

		#mainBar img {
			width:100%;
			height:auto;
		}

.storycontent {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
padding-bottom:20px;
}
.storycontent p {
margin:0px;
}

.two_third {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.two_third p {
margin-top:0px;
}


.itemhead {

    width: 90%;
    font-size: 14px;

}
		#sidebar {
			width:220px;
			height:768px;
			background-image:url('/wp-content/uploads/2015/07/WEBSITE-06.png');
			background-size:220px 767.6px;
			margin-right:40px;
		}
			#sidebar form {
				display:block;
				margin:20px 0;
			}
			#sidebar h3, #sidebar h4 {
				font-size:13px;
				margin:10px 0 0 0 ;
			}
			#sidebar ul {
				list-style-position: inside;
				list-style-type: none;
				padding: 0px;
			}
			
			#sidebar li {
				margin-bottom:10px;
				padding: 0px;
				list-style-type: none;
			}
	#footer {
		width:1260px;
		margin:20px 0;
		padding:0;
		clear:both;
		border-top:3px solid #000;
	}

.social {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
	margin-top:21px;
	margin-left:15px;
}
#pint {
background-image:url('/wp-content/uploads/2015/09/unnamed.png');
}
#youtube {
background-image:url('/wp-content/uploads/2015/09/youtube.png');
}
#twitter {
background-image:url('/wp-content/uploads/2015/09/twitter.png');
}
#facebook {
background-image:url('/wp-content/uploads/2015/09/facebook.png');
}

#mc_embed_signup{
background:#fff; 
}

#mc_embed_signup form{
padding-left:0px; !important}

#mce-EMAIL {
border-radius: 0px;
border: 0px !important;
background-color: #000;
padding: 6px !important;
color: #FFF;
	font-family: 'BemboStd', Arial, Helvetica, sans-serif;
  font-size: 13px;
text-indent:0px  !important;
}

#mc-embedded-subscribe {
border-radius: 0px !important;
border: 0px !important;
background-color: #000 !important;
padding: 6px !important;
color: #FFF !important;
cursor:pointer !important;
margin: 0 15px !important;
font-family: 'BemboStd', Arial, Helvetica, sans-serif;
  font-size: 13px !important;
line-height:13px  !important;
height:auto  !important;
min-width: 0px  !important;
}

.post-title {
text-transform:uppercase;
border-bottom: 1px solid #000;
margin-top:0;
}

.full_width {width: 100%;}

.one_half {width: 48%;}
.one_third {width: 30.66%;}
.two_third {width: 65.33%;}
.one_fourth {width: 22%;}
.three_fourth {width: 74%;}
.one_fifth {width: 16.8%;}
.two_fifth {width: 37.6%;}
.three_fifth {width: 58.4%;}
.four_fifth {width: 79.2%;}
.one_sixth {width: 13.33%;}
.five_sixth { width: 82.67%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0 !important;
	clear:right;
}

.one_fourth img {
	width: 100%;
	height:auto;
}

.one_half img {
	width: 100%;
	height:auto;
}

.one_third img {
	width: 100%;
	height:auto;
}

@media only screen and (max-width: 1559px) {


#box {
  width: 1080px;
}

#logo {
width: 189px;
height: 30px;
}


		#mainBarHome {
			width:1080px;
		}
		#mainHome {
			width:1080px;
		}

	#banner {
		width:1060px;
		margin: 0 10px;
margin-top: 100px;
	}

		#mainBar {
			width:820px;
		}


	#footer {
		width:1060px;
	}
}

@media only screen and (max-width: 1279px) {


#box {
  width: 1024px;
}
#logo {
width: 145px;
height: 23px;
}

		#mainBarHome {
			width:1020px;
		}
		#mainHome {
			width:1020px;
		}

	#banner {
		width:1020px;
		margin: 0;
margin-top: 100px;
	}

		#mainBar {
			width:1020px;
			padding:0;
		}
#sidebar {
display:none;
}

#menu ul {
margin: 8px 0;
}

.widget_search {
padding-bottom:8px;
}

	#footer {
		width:1020px;
		margin:0;
		margin-top:5px;
	}

}




@media only screen and (max-width: 1019px) {


#box {
  width: 760px;
}


		#mainBarHome {
			width:760px;
		}
		#mainHome {
			width:760px;
		}

	#banner {
		width:760px;
	}

		#mainBar {
			width:760px;
			padding:0;
		}


	#footer {
		width:760px;
		margin:0;
		margin-top:5px;
	}


}



@media only screen and (max-width: 759px) {


#box {
  width: 480px;
}


		#mainBarHome {
  width: 480px;
		}
		#mainHome {
			width:480px;
		}

	#banner {
  width: 480px;
	}

		#mainBar {
  width: 480px;
			padding:0;
		}

	#footer {
  width: 480px;
		margin:0;
		margin-top:5px;
	}


}

@media only screen and (max-width: 479px) {


#box {
  width: 310px;
margin-top:0px;
}

		#logo {
float:none;
margin:45px auto;
width:310px;
height:49px;
		}

.widget_search {
display:none;
}
#language_selector {
width:310px;
text-align:center;
top:155px;
}

		#mainBarHome {
  width: 310px;
		}

		#mainHome {
			width:310px;
		}
#menu {
position: unset;
width:100%;
}

.one_half, .one_third, .two_third {
width:100%;
margin:0;
}


.storycontent {
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}


.two_third {
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}


	#banner {
  width: 310px;
	}

		#mainBar {
  width: 310px;
			padding:0;
		}

	#footer {
  width: 310px;
		margin:0;
		margin-top:5px;
	}
}



.socialcontent {
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
padding-bottom:20px;
}
.storycontent p {
margin:0px;
}

/* Mobile menu: keep select in document flow so opening it
   does not scroll the page / fly the control off-screen */
@media only screen and (max-width: 960px) {
	#box {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		height: auto;
		overflow: visible;
	}

	#banner {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		margin: 16px 0 0 !important;
		padding: 10px;
		height: auto;
		min-height: 0;
		overflow: visible;
		position: relative;
	}

	#logo {
		position: relative !important;
		bottom: auto !important;
		left: auto !important;
		float: none !important;
		display: block;
		margin: 0 auto 12px !important;
		max-width: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	#menu {
		position: relative !important;
		float: none !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: 100% !important;
		border-bottom: 1px solid #000;
	}

	.widget_search {
		position: relative !important;
		float: none !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: 100%;
		margin-top: 8px;
		box-sizing: border-box;
	}

	select.responsiveMenuSelect {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0;
		position: relative;
		-webkit-appearance: menulist;
		appearance: auto;
	}

	#mainHome,
	#mainBarHome,
	#mainBar,
	#footer {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}
}