/*
Theme Name: Sonus Template
Author: Pulvirenti/Widenhorn
Author URI: http://www.bartoleschi.com/
Description: Template per Sonus 
*/

@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}


body {
	margin:0;
	padding:0;
	/*font:normal 13px 'my-sb', Arial, Helvetica, sans-serif;*/
	font:400 13px "Open Sans", Arial, Verdana;
	color:#6b6b6a;
	height:100%;
}
img {
	border:0;
}
h1, h2, h3, h4, h5, h6, ul, p, form {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#00789f;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width:975px;
	margin:0 auto 40px auto;
}
#header {
	height:226px;
	width:100%;
	background:url(images/back-top.png) repeat-x;
	margin:0 0 0 0;
}
#header-content {
	margin:0 auto;
	width:975px;
	background:url(images/back-header.png) no-repeat;
	height:226px;
}
#logo {
	width:215px;
	height:76px;
	float:left;
	margin:58px 0 0 0;
}
#headline-logo {
	float:left;
	margin:56px 0 0 25px;
	font:400 26px "Open Sans", Arial, Verdana;
	color:#bacad4;
	line-height:26px;
}
#lang {
	float:right;
	margin:85px 0 0 0;
}
#lang li {
	display:inline;
}
#lang li a {
	color:#fff;
	padding:0 0 0 10px;
}
#lang li.active a {
	color:#ee7f00;
}
#lang li:first-child a {
	border-right:1px solid #fff;
	padding:0 10px 0 0;
}
#search {
	float:right;
	position:relative;
	margin:10px 0 0 0;
	clear:right;
}
#search input {
	border:2px solid #2e5669;
	width:185px;
}
#menu {
	width:975px;
	float:left;
	margin:59px 0 0 0;
}

/*---------------------------------------------------------------
                              menu
---------------------------------------------------------------*/
#menu ul li a {
	display:block;
	font:400 16px "Open Sans", Arial, Verdana;
	text-transform:uppercase;
	color:#c3cdd4;
	margin:0 30px;
}
#menu ul li a:hover, #menu ul li.current-menu-item a, #menu li.current-menu-ancestor > a {
	color:#ee7f00;
	text-decoration:none;
}
#menu ul ul {
	display: none;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul {
	position: relative;
	display: inline-table;
}
#menu ul:after {
	content: "";
	clear: both;
	display: block;
}
#menu ul li {
	float: left;
	padding:0 0 9px 0;
	list-style-type:none;
}
#menu ul li:hover {
}
nav ul li:hover a {
	color: #fff;
}

#menu ul ul {
	background: #354955;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index:1000;
	margin:0 0 0 25px;
	opacity:0.9;
}
#menu ul ul li {
	float: none;
	position: relative;
	padding:0;
}
#menu ul ul li a {
	padding: 0;
	color: #fff;
	margin:6px 15px;
	font:400 11px "Open Sans", Arial, Verdana;
}
#menu ul ul li a:hover {
	text-decoration:underline;
}
#menu ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	margin:0;
}
/*-----------------------------------------------------------------------*/
#slider {
}
#wrapper-sectors {
	background:#f0f4f5;
	height:260px;
	width:100%;
	box-shadow:0 5px 5px rgba(100, 100, 100, 0.3);
}
#sectors {
	margin:0 auto;
	width:975px;
	padding:10px 0;
}
.sector {
	float:left;
	padding:11px;
	width:221px;
	position:relative;
}
.sector img {
	margin:0 0 5px 0;
}
.sector h3 a {
	color: #00789f;
	font: 700 11px "Open Sans", Arial, Verdana;
	text-transform: uppercase;
}
.sector .pretext {
	color:#999;
	font: 400 10px "Open Sans", Arial, Verdana;
	display:block;
}
.head-title {
	color:#00789f;
	font:700 25px "Open Sans", Arial, Verdana;
	padding:10px 0 0px 0
}
.product-title-home {
	color:#00789f;
	font:400 20px "Open Sans", Arial, Verdana;
	display:block;
	padding:20px 0 0px 0;
}
#products-home {
	margin:7px 0 0 0;
	float:left;
}
ul.dpe-flexible-posts {
	float:left;
}
ul.dpe-flexible-posts li {
	float:left;
	background:url(images/back-product.jpg) no-repeat;
	padding:11px;
	width:221px;
	height:240px; /*prima 262(con testo)*/
	position:relative;
	list-style-type:none;
}
ul.dpe-flexible-posts li h4.title {
	color:#00789f;
	/*font:normal 15px 'my-b', Arial, Helvetica, sans-serif;*/
	font:700 15px "Open Sans", Arial, Verdana;
	text-transform:uppercase;
}
ul.dpe-flexible-posts li a img {
	margin:0 0 5px 0;
}
ul.dpe-flexible-posts li a.product-button {
	position:absolute;
	bottom:11px;
	left:11px;
	background:#748594;
	font:400 10px "Open Sans", Arial, Verdana;
	padding:3px 5px;
	color:#fff;
	text-decoration:none;
}

ul.dpe-flexible-posts li a.product-button-onsale {
	position:absolute;
	bottom:11px;
	right:11px;
	background:#ee7f00;
	font:400 10px "Open Sans", Arial, Verdana;
	padding:3px 5px;
	color:#fff;
	text-decoration:none;
}

ul.dpe-flexible-posts li a.product-button:hover {
	background:#e1e1e1;
}
#news {
	float:left;
}
#news h4 {
	color:#ee7f00;
	font:700 35px "Open Sans", Arial, Verdana;
	text-transform:uppercase;
	display:block;
	border-bottom: 1px solid #d9d9d9;
	padding:40px 0 0px 0;
}
#news ul li {
	width:487px;
	height:165px;
	float:left;
	margin:15px 0;
	position:relative;
	list-style-type:none;
}
#news ul li img {
	float:left;
	margin:0 8px 0 0;
}
#news ul li h3 a {
	color:#00789f;
	font:700 16px "Open Sans", Arial, Verdana;
}
#news .data {
	font:400 12px "Open Sans", Arial, Verdana;
}
#news a.more-link {
	display:block;
	padding:1px 5px;
	background:#748594;
	color:#fff;
	position:absolute;
	bottom:0;
	left:241px;
	width:85px;
}
#primary {
	margin:0 auto 40px auto;
	width:975px;
}
/******************** lingua *********************/
ul.cml_flags_on_top {
	display:none;
}
/*********************contenuti********************/
.entry-content ul.dpe-flexible-posts {
	float:left;
	margin:30px 0;
}
article {
	margin:30px 0 0 0;
}
.entry-header h1.entry-title {
	color:#00789f;
	font:700 30px "Open Sans", Arial, Verdana;
	display:block;
	border-bottom: 1px solid #d9d9d9;
	padding:0;
	margin:0 0 30px 0;
}
.photo-block {
	margin:30px 0;
	float:left;
	width:975px;
}
.photo-block img {
	float:left;
}
.photo-block img.margin-dx {
	margin:0 14px 0 0;
}
.video-js {
	float:left;
	margin:0 0 30px 0;
}
a.data-sheet {
	float:right;
	background:#2e5769;
	font:400 10px "Open Sans", Arial, Verdana;
	padding:3px 5px;
	color:#fff;
	text-decoration:none;
	margin:0 0 15px 30px;
	width:130px;
	text-align:center;
	clear:right;
	text-transform:uppercase;
}
a.data-sheet:hover {
	background:#bacad4;
	color:#2e5769;
}
/*************************form*********************/
div.wpcf7 {
	clear:both;
}
div.wpcf7 table td {
	padding:5px 10px 5px 0;
}
div.wpcf7 table td.label {
	width:100px;
	display:block;
}
/************************stili*********************/
.info {
	color:#00789f;
	font:400 15px "Open Sans", Arial, Verdana;
	padding:30px 0;
}
.label-pages {
	display:block;
	margin:40px 0 20px 0;
}
.margine-top {
	margin-top:20px;
}
.margine-dx {
	margin-right:20px;
}
.margine-sx {
	margin-left:20px;
}
/*************************************************/
#footer {
	width:100%;
	height:190px;
	background:#f1f1f1;
	clear:both;
}
#footer-content {
	margin:0 auto;
	width:975px;
	font:400 15px "Open Sans", Arial, Verdana;
}
#footer-content h2 {
	text-indent:-99999px;
}
#footer-content #social {
	float:right;
}
#footer-content .textwidget {
	width:400px;
	float:left;
}
/********************************************************/
.ridotta {
	width:300px;
	height:auto;
	float:left;
}
h4.title-accessori {
color: #00789f;
font: 400 20px "Open Sans", Arial, Verdana;
display: block;
border-bottom: 1px solid #d9d9d9;
padding: 0;
margin: 30px 0 30px 0;
}
/***************** portfolio***********************/
.quando {
	max-width:30%;
	padding:20px;
}
.lavoro {
	max-width:70%;
	padding:20px;
}
.titoletto {
	color:#00789f;
}
/***************** sonosfera homepage***********************/
.sonosfera-title-home {
	color:#00789f;
	font:700 25px "Open Sans", Arial, Verdana;
	padding:10px 0 0px 0
}

a.pulsante {
	background:#748594;
	font:400 15px "Open Sans", Arial, Verdana;
	padding:3px 5px;
	color:#fff;
	text-decoration:none;
}

.pulsante:hover {
    background: #e1e1e1;
}

#scopri {
	padding:1em 0;
}

#sonosfera-img {
	display:block;
	position:relative;
	
}

#sonosfera-title {
	display:block;
	position:relative;
	padding:1em
}

#wrapper-sonosfera {	
	background:#f0f4f5;
	height: 530px;
	width:100%;
	box-shadow:0 5px 5px rgba(100, 100, 100, 0.3);
}
/********************************************************/
.d-none{
	display:none
}
/* START PADDING E MARGIN */
.p-0 {padding: 0!important;}

.p-1 {padding: 1rem!important;}

.p-2 {padding: 2rem!important;}

.p-3 {padding: 3rem!important;}

.p-4 {padding: 4rem!important;}

.p-5 {padding: 5rem!important;}

.p-t-0 {padding-top: 0!important;}

.p-t-1 {padding-top: 1rem!important;}

.p-t-2 {padding-top: 2rem!important;}

.p-t-3 {padding-top: 3rem!important;}

.p-t-4 {padding-top: 4rem!important;}

.p-t-5 {padding-top: 5rem!important;}

.p-b-0 {padding-bottom: 0!important;}

.p-b-1 {padding-bottom: 1rem!important;}

.p-b-2 {padding-bottom: 2rem!important;}

.p-b-3 {padding-bottom: 3rem!important;}

.p-b-4 {padding-bottom: 4rem!important;}

.p-b-5 {padding-bottom: 5rem!important;}

.m-0 {margin: 0!important;}

.m-1 {margin: 1rem!important;}

.m-2 {margin: 2rem!important;}

.m-3 {margin: 3rem!important;}

.m-4 {margin: 4rem!important;}

.m-5 {margin: 5rem!important;}

.m-t-0 {margin-top: 0!important;}

.m-t-1 {margin-top: 1rem!important;}

.m-t-2 {margin-top: 2rem!important;}

.m-t-3 {margin-top: 3rem!important;}

.m-t-4 {margin-top: 4rem!important;}

.m-t-5 {margin-top: 5rem!important;}

.m-b-0 {margin-bottom: 0!important;}

.m-b-1 {margin-bottom: 1rem!important;}

.m-b-2 {margin-bottom: 2rem!important;}

.m-b-3 {margin-bottom: 3rem!important;}

.m-b-4 {margin-bottom: 4rem!important;}

.m-b-5 {margin-bottom: 5rem!important;}

/* END PADDING E MARGIN */

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.column {
  float: left;
  width: 47%;
  padding-right:1.5rem;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}
.subtitle {
    font-size:1.5rem;
    margin-bottom:1rem;
    line-height:1.2;
    font-weight:600;
}

.vantaggio {
    font-size:1.2rem;
    margin-top:1rem;
    line-height:1.2;
    font-weight:600;
}
.caratteristiche {
    border-top:solid 1px;
    margin-top:1rem;
}
.wpcf7-acceptance input {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -125px;
    top: .125rem;
    text-align: left;
}
.wpcf7-form-control-wrap {
    width:100vw
}

.wpcf7-acceptance span {
    position: relative;
    font-size: .725rem;
    line-height: 1.35;
    vertical-align: top;
    padding-left: .5rem;
    display: block;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border: none;
    border-bottom: 2px solid #6b6b6a;
    border-radius: 0;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-family: "Open-sans";
}

.wpcf7-submit {
    background: #fff;
    transition: .3s;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    color: #2e5769;
    border: solid #2e5769 1px;
    float: right;
    font-family: "Open-sans";
}

.wpcf7-submit:hover {
    background: #2e5769;
    border-color: #2e5769;
    color:#fff
}
.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #be7800;
}

.privacy {
    /* padding-left: 3rem; */
    font-size: 0.852rem;
    line-height: 1.3;
    position: relative;
    margin-bottom:1rem;
    font-family: "Open-sans";
}

.privacy input {
    position: absolute;
    left: -2.5rem
}

.wpcf7-form-control-wrap input:focus-visible, .wpcf7-form-control-wrap textarea:focus-visible {
    outline:none;
} 
select.wpcf7-form-control.wpcf7-select {
    width:100%;
}
/*listino pannelli*/


.listino table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.listino table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.listino table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.listino table th,
.listino table td {
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd;
}

.listino table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .listino table {
    border: 0;
  }

  .listino table caption {
    font-size: 1.3em;
  }
  
  .listino table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .listino table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .listino table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .listino table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .listino table td:last-child {
    border-bottom: 0;
  }
}
span.novita {
    font-size:1.15rem;
    color:#2e5769;
    border:solid 1px;
    padding:0 .5rem;
    float:right;
    animation: pulse 1s infinite alternate ease-in-out;
    transform-origin: top center;
    position: relative;
    display: block;
    width: fit-content;
    width: -mox-fit-content;
}