/* suppression de Fièrement propulsé par WordPress */

.site-info {
  display: none;
}

/*set the sidebar width and alignment*/
.has-sidebar #secondary {
width: 25% !important;
float: right;
}

/*For Content*/
.has-sidebar:not(.error404) #primary {
width: 70%;
}



/*For SMALLER SCREENS*/
@media screen and (max-width: 800px) {
   .container {
    max-width: 955px;
}
.content {
    width: 65%;
}
.sidebar {
    width: 30%;
}
		}