body.custom-background {
  background: #57bfc6 url("/wp-content/themes/zeenews/images/background.png") left top repeat fixed;
}

#header,
#foot_wrap {
  background: url("/wp-content/themes/zeenews/images/header_bg.png") repeat-x #0b2f6f;
}

#logo {
  float: none;
  margin: 0;
}

#logo img {
  display: block;
  max-width: 980px;
  width: 100%;
  height: auto;
}

#content {
  float: none;
  width: 100%;
}

.post-title,
.page-title {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 15px;
}

.post-title a {
  color: #000;
  text-decoration: none;
}

.entry img,
.textwidget img {
  max-width: 100%;
  height: auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.has-text-align-center {
  text-align: center;
}

.wp-block-image {
  margin: 0 0 1em;
}

.wp-block-image figure {
  margin: 0;
}

#content .entry p {
  margin: 0 0 1em;
}

@media (max-width: 1040px) {
  #head,
  #topnavi,
  #navi,
  #wrap {
    width: 94%;
  }

  #content {
    width: 100%;
  }
}

@media (max-width: 760px) {
  #content {
    float: none;
    width: 100%;
  }

  #nav li,
  #topnav li {
    float: none;
  }
}
