/*
Theme Name: Mercadante.eu Responsive

Description:  Tema realizzato in Html5. 
Version: 1.0
Author: Michelangelo Iovine
Site: http://www.ed5.it
*/


/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html {overflow-y: auto; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }


/*** General ***/
body {color: #666;font: 16px;font-family: 'Open Sans', sans-serif;background: #e2e2e0; }

#main {	background: #FFF url(img/bg.jpg) no-repeat center center fixed ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

	/* Typography */
	a 			{color: #000;text-decoration: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
	a:hover 	{color: #21aabd;}
	a:active	{outline: none;}
	p, dl, hr, h1, h2, h3,
	ol, ul, dd, pre, table, fieldset {margin-bottom: 20px;}
	h1, h2, h3, h4, h5, h6 {text-shadow: 0 1px 0 #fff;}
	h1 			{font-size: 32px;}
	h2 			{font-size: 28px;}
	h3 			{font-size: 26px;letter-spacing: -1px;}
	h4 			{font-size: 21px;margin-bottom: 15px;}
	h5 			{font-size: 18px;}
	h6 			{font-weight: normal;font-size: 16px;}
	.adr 			{font-size: 12px;}
	.material-icons.md-48 { font-size: 48px; }
	
	/* Structure */
	#wrapper 		{width: 100%;float:left;margin: 0 auto;background:#fff;}
	#testata		{width: 100%;} 
	#header 		{width: 100%; float:left; border-top-color:#069; border-top-style:solid; border-top-width:15px; text-align:center; } 
	#mainmenu		{width: 100%; float:left;background:#edf1fb;display:block;}
	#main 			{width: 100%;float:left;}
	#content 		{width: 60%;float:left; background-color:#e9e9e9; margin: 0 10%; padding: 2.5% 9%; }
	#sidebar 		{width: 100%;float:right; display:none;}
	#footer			{width: 100%;float:left;border-top-color:#069; border-top-style:solid; border-top-width:5px; border-bottom-color:#069; border-bottom-style:solid; border-bottom-width:10px; }
	
	/*** Content border round 
	#content 		{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}***/
/*** Header ***/
#site-title a 			{font-family: oswald; font-weight: 400; font-size:30px; text-transform:uppercase;float: left;color:#000; margin: 10px 20px 10px 20px; }
#site-title a:hover 	{background: none;}

#logo_wrapper {
  text-align:center;
  width:auto;
display:inline-block;
}

#logo_wrapper img {
  max-width: 100%;
  height: auto;
}
#logo_mobile {
	display:none;
}
	#acapo {
		display:none;
	}

/*** Menu ***/
#mainmenu		{

				border-bottom-color:#069; border-bottom-style:solid; border-bottom-width:10px;
				border-top-color:#069; border-top-style:solid; border-top-width:1px;

			}
#mainmenu ul 		{margin: 0px 0px 0px 0px; float:right;  width:auto; list-style: none;  margin-right:12%; }
#mainmenu ul li 	{float:left; margin: 0px 0px 0px 0px;position: relative; text-align:right;}
#mainmenu a 		{color: #000; display: block;font: 14px;padding: 14px 20px;font-family: oswald; text-transform:uppercase;}
#mainmenu a:hover {background:#666;}
	
	/* Search */
	.search{float: right;margin-top:-15px;}
	.top-search{width:160px!important;color:#999;float:right;background:#eee;border:none;padding:10px;}
	
	/* Button Responsive Menu*/
	#resp_menu_android_browser{
		display:none;
	}
	.mob-btn-responsive-menu{display: none;float: right;}
	.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0 20px 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
	.icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

	.show{display:inline!important;background-color:#F00;}
	.show2{background-color:#0F3;}

	
/*** Post ***/
.post 					{padding: 0px 0 0px 0;}


	/* Post title */
	.post .entry-title 	{margin-bottom: 20px;}
	.post .entry-title a{display: block;font-size: 38px;line-height:40px;font-weight: bold;letter-spacing: -1px;}
	.post .entry-content{line-height:25px;}
	.index-thumb		{width:100%;height:auto;margin-bottom:10px;}
	
	hr{border-bottom: 1px solid #ccc;border-top:none;border-left:none;border-right:none;margin:25px 0 20px 0;}
		

/*** Sidebar ***/
#sidebar {}

	/* Lists in widgets */
	.widget h3			{}
	.widget li 			{line-height: 35px;list-style-type:none}


/*** Footer ***/
#footer 				{ text-align:center; padding-top:10px; font-size:12px; margin-bottom:85px;}


ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #999; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 16px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:1px solid #ccc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:1px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:1px solid #ccc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:1px solid #ccc; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/*** Misc ***/ 
.alignleft  	{margin: 0 20px 20px 0;}
.alignright 	{margin: 0 0 20px 20px;}
.clear 		{clear: both;}
.sep 		{padding: 0 5px;}
.hide 		{display: none;}
.alert {
  background-color: #fef9c7;
  border-color: #fcdd4a;
  color: #3b3601;
  border-radius: 0 5px 5px 0;
  padding: 10px 14px;margin:0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

table {
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
th {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-left:10px;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 10px;
}
tr:nth-child(even) {background: #CCC};
tr:nth-child(odd) {background: #FFF};


  #top {
   
  }
    .top {
    width:50px;
	height:50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
          border:1px solid #d2d2d2;
          background:#f7f7f7;
          text-align:center;
          padding:0px;
          position:fixed;
          bottom:15px; 
          right:15px;
          cursor:pointer;
		  display:none;

          color:#333;
          font-family:verdana;
          font-size:12px;
		  z-index:1500;
  }

	.col1 {background:#d0ddff;}
  	.col2 {background:#ff4e4e;}
  	.col3 {background:#cdffdc;}
	.col4 {background:#CC9;}
   	.box {
        border-top:3px solid #000;
	  	border-bottom:3px solid #000;          
        text-align:center;
        padding:10px;
	  	margin: 2% 0;
  	}
  	.box img {
    	max-width:100%;
		height:auto;
  	}
  
  .cert_img {

      border-top:3px solid #000;
	  border-bottom:3px solid #000; 

  }

  .pagina_contatti {
    position:relative;
	top:0;
	left:0;
  }
  .contatti {
	  color: #000;
	  font-family: 'Open Sans', sans-serif;
	  font-size:13px;
	  text-align:left;
	  line-height:normal;
    -webkit-border-radius: 1%;
	-moz-border-radius: 1%;
	border-radius: 1%;
/*	background-color: rgba(160, 170, 255, 0.8);*/
	background-color: rgba(255, 255, 255, 0.9);
box-shadow: 1px 1px 1px rgba(218, 218, 218, 0.8);
    padding: 10px;
	margin: 2% 0;
	width: 343px;
	z-index: 100;
	position:absolute;
	display:block;
	top: 100px;
	left: 10px;
  }
 
 div.wpcf7 { 

}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#fff;
color:#619de5;
font-family:lora, sans-serif; 
font-style:italic;
width:98%;
font-size:12px; 
margin-bottom:5px;   
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
float:right; 
background-color:#fff;
width:auto;
text-align:right;
text-transform:uppercase;
}

  .mappa {
    z-index: 10;
    border-top:2px solid #000;
	border-bottom:2px solid #000;    
	margin: 2% 0;
	position: relative;
	top: 0;
	left:0;
  	padding-bottom: 75%;
   	height: 0;
   	overflow: hidden;
	}

  /* iframe posizionato in maniera assoluta */
  .mappa iframe {
	z-index: 0;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100% !important;
    	height: 100% !important;
	}