/*
Theme Name:   newstar child theme
Description:  Écrivez ici une brève description de votre thème enfant
Author:       Christophe Flers
Author URL:   Mettez ici l’URL du blog ou du site de l’auteur
Template:     newstar
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  newstar-child
*/

/* Écrivez ici votre propre feuille de style personnelle */
@media screen and (max-width: 620px){
.header-logo img {
width:50%!important;
margin:auto;
padding:auto;
}

.site-header.fixed-header img.logo-fullsize {
max-width: 180px;
-moz-transition: all .4s ease-in-out;
-webkit-transform: translate3d(0,0,0);
transition: all .4s ease-in-out;
}

.site-header.no-fixed-header img.logo-fullsize {
-moz-transition: all .4s ease-in-out;
-webkit-transform: translate3d(0,0,0);
transition: all .4s ease-in-out;
}
	#wrapper{ 
 width:960px; 
 margin:0 auto; 
 text-align:left; 
}