body {
  /* background: #212431; */
  background-image: url('https://thechive.com/wp-content/themes/chivecommon-2014/assets/images/bg/bg-chive.svg');
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  max-width: 1024px;
  margin: 0 auto;
}

a {
  color: white;
  font-style: italic;
}

a:visited {
  color: white;
}

.forbidden {
  color: rgb(255, 99, 60);
  background: black;
  padding-left: 5px;
}
.forbidden span {
  color: white;
}

input {
  margin-bottom: 10px;
  margin-right: 5px;
  border: 0;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  width: 100%;
  padding-left: 10px;
  height: 70px;
  border-bottom: 3px solid #b6badb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: hidden;
  border-radius: 0 0 15px 15px;
  margin-bottom: 15px;
  text-align: center;
}

#header #main-title {
  line-height: 60px;
  font-size: 24px;
  min-width: 150px;
  padding-left: 10px;
}

#header ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  padding: 0 10px;
}

#header li {
  padding: 5px;
  margin-right: 15px;
}

#header #search-form {
  line-height: 60px;
}

#header #search-form input[type=text] {
  width: 400px;
  max-width: 400px;
  margin-left: 55px;
}

#header #search-form input[type=button]:hover {
  background: #363636;
}

#menu {
  border-bottom: 0;
  background: #191a24;
  width: 100%;
  height: 0;
  position: fixed;
  top: 50px;
  left: 0;
  -webkit-transition: height ease-in-out 0.15s;
  transition: height ease-in-out 0.15s;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 99;
  max-height: 94%;
  display: none;
}

#menu ul {
  padding: 0;
  list-style-type: none;
}

#menu li {
  margin-bottom: 30px;
  padding: 20px 10px;
  font-size: 22px;
  text-align: center;
  background: #323e4d;
}

#menu-top {
  height: 50px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #191a24;
  width: 100%;
}

#menu-top #main-title {
  margin-right: 15px;
  line-height: 50px;
  float: right;
}

#menu-top i {
  padding: 10px 0 0 10px;
  float: left;
}

@media screen and (max-width: 715px) {
  body {
    padding-top: 60px;
    width: 100%;
  }
  #header {
    display: none;
  }
  #menu {
    border-bottom: 3px solid #b6badb;
    display: block;
  }
  #menu #search-form input[type=text] {
    margin: 0;
    width: 100%;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menu-top {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #header #search-form input[type=text] {
    width: 185px;
    margin-left: 35px;
  }
}

.default-btn, button, input[type=button] {
  width: auto;
  background: #0a4f88;
  border: 2px solid #a5a5a5;
  color: white;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 16px;
  margin: 10px 0;
}

.default-btn:hover, button:hover, input[type=button]:hover {
  background: #082f4e;
}

.content {
  margin: 0 10px;
}

.content #login button {
  height: 32px;
}

.content .article {
  padding: 15px;
  margin: 10px 0;
  border-radius: 15px;
  border-top: 2px solid #b6badb;
  border-bottom: 2px solid #b6badb;
  margin-bottom: 0;
  margin-top: 0;
  padding: 40px 15px;
  color: #dfeaff;
  word-wrap: break-word;
  font-size: 16px;
}

.content .article img {
  max-width: 100%;
  margin: 20px 20px 0 0;
  border-radius: 10px;
}

.content .article img:first-child {
  width: 200px;
  float: left;
}

.content .article p {
  margin: 0;
  margin-bottom: 15px;
}

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

.content .article .article-title {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
}

.content .article .article-title a {
  color: white;
  text-decoration: none;
  font-style: normal;
  word-break: break-all;
}

.content .article .article-title a:hover {
  color: #4b4b4b;
  text-decoration: none;
}

.content .article .article-info {
  padding: 5px 0 20px 0;
}

.content .article .article-info p {
  color: #999999;
  font-size: 14px;
  margin: 5px 0;
  font-style: italic;
}

.content .article .article-info .updated {
  color: #cfcfcf;
  font-style: italic;
}

.content .article .admin-btns button {
  color: white;
  background: #0c5fa3;
  border: 1px solid #2e2e2e;
  border-radius: 10px;
  padding: 7px;
}

.content .article .admin-btns button:hover {
  background: #0a4f88;
}

.content .article .admin-btns span {
  color: #999999;
  font-size: 14px;
  margin: 5px;
  font-style: italic;
}

#footer {
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */