/*
Theme Name:     Newspaper Child
Theme URI:      http://example.com/
Description:    Tema Child per il tema Newspaper
Author:         Newspaper Child
Author URI:     http://example.com/about/
Template:       Newspaper
Version:        0.1.0
*/
@media screen and (min-width: 1000px) {
.td-container,
.tdc-row {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
	
.td-header-style-3 .td-header-sp-logo {
    width: 255px !important;
    position: relative;
    margin: 10px;
    margin-top: 30px;
}

.td-banner-wrap-full.td-container-wrap {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
}
ul#menu-menu-principale-1 li a {
	font-size: 9px !important
}
div.td-header-menu-wrap-full {
	margin-bottom: 15px !important
}

.td-header-style-3 .td-header-sp-recs {
	width: 655px !important;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
#td-outer-wrap > div.tdc-header-wrap > div > div.td-header-menu-wrap-full.td-container-wrap > div > div {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	}
	ul#menu-menu-principale-1 li a {
	font-size: 7.5px !important
}
}