/*
Theme Name:     Divi Child
Theme URI:      http://beecreative.it/
Description:    Tema Child per il Divi
Author:         Beecreative
Author URI:     https://beecreative.it/
Template:       Divi
Version:        0.1.0
*/
#main-header {
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0);

    padding-top: 30px;
}

#main-header.et-fixed-header {
    padding-top: 0px;
}
#top-menu li a {
    font-weight: 400;
}
h1{
	font-size: 50px !important;
	padding-bottom: 0px;
}

.titoloVerticale{
	font-size:10px;
	
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transform-origin: left top 0;
	margin-top:150px;
}

.titoloVerticale img{
	vertical-align: middle;
	margin-left: 5px;
    margin-top: -1px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    border: 0px solid #e2e2e2;
}

.boxTestoTelefono img{
	width: 70px;
}

/*** Pagina Private Editions ***/

.page-id-28, .page-id-28 #main-header, .page-id-28 #main-footer, .page-id-28 #footer-bottom{
	background-color: #EFEEEC;
}
/*** Pagina elenco prodotti ***/
.boxCategoriaProdotto{
	padding: 30px;
}
.boxCategoriaProdotto h2{
	font-size: 20px;
}
/*** Pagina dettaglio prodotto ***/
.boxCodiceProdotto{
	font-size:10px;
	
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transform-origin: left top 0;
	margin-top:150px;
}

/*** Carrello ***/

.et-cart-info{
	display: none;
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}


