/* Colori TheArk 

  1. rosso #ea4e4f
  2. rosso trasp rgba(234, 78, 79, 0.7)
  3. grigio medio #4c4c4c (sfondo menu)
  4. grigio scuro #252226 (footer)
  5. grigio-chiaro: #dddddd  
  6. grigio: #999999
  7. grigio: #444444
  8. grigio: #c8c8c8
  9. azzurro: #65b2c9
  10. rosso scuro: #a22833
  11. marrone: #694223
  12. verde scuro: #2b4a44
  13. verde chiaro: #6b8b53
  14. verde whattsapp: #34b423
  15. grigio: #7c7a78
  16. blu: #163e5c
*/

header .menu-container { background-color:#4c4c4c; }
/* menu centrato */
@media only screen and (min-width : 992px) {
  header .menu-container { text-align:center; }
  header .navbar-nav { float:none !important; display:table; margin-left:auto; margin-right:auto;  }
}
/* menu compatto */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ark-header .nav-item-child {
      padding-left:5px !important;
      padding-right:5px !important;
      letter-spacing:0px !important;
  }
}
/* menu compatto */
@media screen and (min-width: 1200px) {
  .ark-header .nav-item-child {
      padding-left:10px !important;
      padding-right:10px !important;
      letter-spacing:0px !important;
  }
}
/* wpml sottomenu bandierine stretto */
.ark-header li.wpml-ls-menu-item ul.sub-menu.dropdown-menu { min-width:0 !important; }


/* testo più grande */
body,
p,
li,
li a,
.post-content,
.post-content p,
.post-content li
 { font-size:17px; line-height: 1.8; font-weight:400; }
 
.post-content p { margin-bottom:1em; }

.post-content h1:not(.fg-heading), 
.post-content h2:not(.fg-heading), 
.post-content h3:not(.fg-heading), 
.post-content h4:not(.fg-heading), 
.post-content h5:not(.fg-heading), 
.post-content h6:not(.fg-heading) { margin-bottom:1em; font-weight:600; }

.post-content h1 strong, 
.post-content h2 strong, 
.post-content h3 strong, 
.post-content h4 strong, 
.post-content h5 strong, 
.post-content h6 strong { font-weight:700 !important; }

.post-content h2:not(.fg-heading) { 
  padding-bottom:20px;
  border-bottom: 1px dotted rgba(128,128,128,0.4); 

}
.contiene-tabella { overflow-x:auto; }
.post-content table { border-collapse:separate; border-spacing:1px; }
.post-content table th,
.post-content table td { vertical-align:top; padding:8px; }

.post-content table th { background-color: #999; color: #ffffff; }
.post-content table tr:nth-child(even){background-color: #f2f2f2;}

/* immagini laterali nel testo */
.post-content img.alignleft { margin-right: 40px !important; }
.post-content img.alignright { margin-left: 40px !important; }
@media only screen and (max-width : 767px) {
  .post-content img.alignleft,
  .post-content img.alignright { max-width:50% !important; }
}  
@media only screen and (max-width : 480px) {
  .post-content img.alignleft,
  .post-content img.alignright { 
    max-width:100% !important; 
    float:none !important; 
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}  

/* sidebar */
.ark-sidebar .widget-title { font-weight:600; }
.ark-sidebar .widget, 
.ark-sidebar .widget p, 
.ark-sidebar .widget em, 
.ark-sidebar .widget li, 
.ark-sidebar .widget li a {
    font-size: 16px;
}

.ark-sidebar .widget_recent_entries .post-date {
  display:block;
  font-size:12px;
	font-style:italic;
	color:#999;
}


/* allegato pdf */
#allegato_pdf { margin-top:20px; margin-bottom:40px; text-align:center; }
#allegato_pdf a { margin-bottom:10px; background-color:#3caee9; color:#fff; transition: 0.3s; }
#allegato_pdf a:hover { background-color:#999; }


/* contact form 7 */
.wpcf7-text {
  width:100%;
  padding:10px;
  margin-bottom:1em;  
  border: 1px solid #e6e6e6;
  box-shadow: none;
  
}
.wpcf7 .wpcf7-select {
   width:100%;
   height:34px;
   border: 1px solid #e6e6e6;
   box-shadow: none;
   margin-bottom:1em;
}

.wpcf7-textarea { 
  width:100%; 
  height:150px;
  padding:10px; 
  border: 1px solid #e6e6e6;
  box-shadow: none;
  margin-bottom:1em;
}

.wpcf7 label { font-weight:normal; }
.wpcf7 .descrizione { 
  font-size:14px; 
  display:block;
  margin-bottom:1em; 
}

.wpcf7-list-item-label { padding-left:0.5em; }

.wpcf7-acceptance .wpcf7-list-item { margin-left:0; }
  
input.wpcf7-submit[type="submit"] {
  font-size:16px;
  padding:10px 80px;
  margin:1em 0;
  background-color:#666 !important;
  color:#fff !important;
}

/* TABELLA PRODOTTO */
table.tabella {
  border-collapse: collapse;
  width: 100%;
}
table.tabella,
table.tabella a {
  color: #333;
}
table.tabella a { display:block; }
table.tabella th,
table.tabella td {
  padding: 4px 8px;
  text-align: left;
  border-bottom: 1px solid #000;
}
table.tabella th { 
  background-color: #4c4c4c;
  font-size:17px;
}
table.tabella td { 
  background-color: #fff;
  font-size:14px;
}
table.tabella td.evidenzia,
table.tabella td:nth-child(1) { background-color: #eee; }
table.tabella td.evidenzia,
table.tabella td.evidenzia a,
table.tabella td:nth-child(1),
table.tabella td:nth-child(1) a { 
  font-weight:700;
}


/* fix style 2025 */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #cccccc;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    text-decoration: underline;
}
.paginations-v1-list>li>a {
    color: #cccccc;
}
li, li a {
    color: #cfcfcf;
}
h1, h2, h3, h4, h5, h6 {
    color: #cfcfcf;
}
ul.sub-menu.dropdown-menu li#menu-item-7709-de,
ul.sub-menu.dropdown-menu li#menu-item-7709-pl,
ul.sub-menu.dropdown-menu li#menu-item-7709-ru {
    display: none;
}
ul.sub-menu.dropdown-menu li#menu-item-7711-de,
ul.sub-menu.dropdown-menu li#menu-item-7711-pl,
ul.sub-menu.dropdown-menu li#menu-item-7711-ru {
    display: none;
}
