/**
 * Theme Name: Fercantieri Child
 * Description: Child theme for the Fercantieri
 * Template: fercantieri
 */
 
 
<!-- HEADER HOME PAGE -->
.header-style4 .logo {
    margin-top: 40px !important;
}
@media all AND (max-width:390px){
  #logo{
	  width: 239px !important;
	  }
  #site-navigator {
	  float: right;
	  margin-right: 10px !important;
  }
}
.header.widget-header .wrap-widget-header .open-hours{
	  width: 30%;
	  float: right;
  }
#home-claim-bkg {
	  padding-top: 200px;
	  padding-bottom: 200px;
  }
@media all AND (max-width:991px){
  .header.widget-header .wrap-widget-header .open-hours{
	  width: 50%;
	  float: left;
  }
  .header.widget-header .wrap-widget-header {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #home-claim-bkg {
	  padding-top: 100px;
	  padding-bottom: 100px;
  }
}
#home-claim h1{
	font-family: "PT Serif",sans-serif !important;
	font-style:italic;
    font-size: 40px;
	}







<!-- NAVIGAZIONE PAGINE INTERNE -->
#site-navigator {
    margin-right: 40px;
}




<!-- PAGINE INTERNE -->




<!-- FOOTER -->
.go-top.show,
.copyright{
	background: #101010!important;
	}