html {
  background-color: #fff;
}

body {
  background: #fff !important;
  color: #333;
}

body,
body.page,
body.blog,
body.home,
body.wp-theme-mmd-modern,
.type-page,
.type-page .post,
.row-fluid {
  background-color: #fff !important;
}

.container:not(#topmenu) {
  background-color: #fff !important;
}

.navbar-wrapper .container,
#topmenu {
  background: transparent !important;
}

#my_logo_text {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}

#topmenu {
  position: relative;
  z-index: 20;
  text-align: center;
}

#mobile-slider #topmenu {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  padding-top: 14px;
  padding-bottom: 12px;
}

#small-slider #topmenu {
  text-align: center;
  padding-top: 12px;
}

#topmenu .brand img {
  max-height: 120px;
  width: auto;
}

#topmenu .navbar .nav {
  float: none;
  display: inline-block;
}

#topmenu .navbar .nav > li > a {
  color: #fff;
}

#topmenu .btn-navbar {
  float: right;
  display: none !important;
}

#topmenu .btn-navbar img {
  width: 22px;
  height: 22px;
}

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

.entry-content iframe {
  max-width: 100%;
}

.footer .content.ftxt {
  text-align: center;
  color: #fff;
  padding: 14px 10px 18px;
}

.footer .content.ftxt a {
  color: #fff;
}

.footer {
  background: #333 url("../original/sensitive/images/wild_oliva.png");
}

.box.widget {
  margin-bottom: 22px;
}

@media (max-width: 979px) {
  #topmenu .navbar .nav {
    display: block;
  }

  #topmenu .btn-navbar {
    display: block !important;
  }

  #mobile-slider #topmenu {
    font-size: 20px;
  }
}
