/*
Theme Name: Wallpapergod.com
Author: Philantha 
Version: 1.2
*/

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.6;
  font-size: 14px;
}

header {
  background-color: white;
}

.container {
  max-width: 92rem;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a,
a:hover {
  color: #011010;
  text-decoration: none;
}

h2 {
  font-weight: normal;
}

input {
  color: #000000;
  outline-color: none;
  background-color: transparent;
  border: none;
  height: 100%;
  flex-grow: 1;
  font-size: 12px;
  margin-left: 10px;
}

input::placeholder {
    font-weight: bold;
    opacity: 1;
    color: #000000;
}

input:focus {
  outline: none;
}

.navbar-brand {
  margin-right: 1px !important;
}

.wrapper {
  min-width: 200px;
  min-height: 40px;
  padding: 2px;
  border-radius: 50px;
  outline-color: none;
  cursor: text;
  background-color: #ececec;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchBtn {
  cursor: pointer;
}
.search-icon {
  cursor: pointer;
}

/* ------ YiLing's codes ------------------------ */

/* ----- mobile ----- */
/* login pop-up */
form > div {
  margin-bottom: 12px;
}

.mwp-modal {
  display: none;
  position: fixed;
  margin: 0 auto;
  right: 0;
  background-color: white;
  z-index: 4000;
  text-align: center;
  height: 100%;
  width: 380px;
}

.mwp-modal input {
  width: 230px;
  height: 35px;
  border: #d5d5d5 solid 1px;
  border-radius: 4px;
  margin-left: 0;
  padding: 10px;
}

.mwp-modal button {
  width: 230px;
  height: 35px;
  border-radius: 4px;
  border: #0d6ecc solid 1px;
  background-color: #0d6ecc;
  color: white;
  margin-bottom: 12px;
}

.mwp-modal .apple {
  font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 12px;
  padding: 13px 38px;
  height: 35px;
  width: 230px;
  background: black;
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 20 / 40%);
  text-decoration: none;
  line-height: 1;
  position: relative;
  border-radius: 5px;
}

.mwp-modal .facebook {
  font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 12px;
  padding: 13px 30px;
  height: 35px;
  width: 230px;
  background: #3a5a97;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 20, 0.4);
  text-decoration: none;
  line-height: 1;
  position: relative;
  border-radius: 5px;
}
.mwp-modal * {
  box-sizing: border-box;
}

.mwp-modal .non-list li a {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.mwp-modal a {
  color: #011010;
  text-decoration: none;
}

.mwp-modal a.obvious {
  color: black;
  text-decoration: underline;
  background-color: #fff !important;
}

.mwp-modal h1 {
  text-align: center;
}

.mwp-modal h2 {
  font-size: 20px;
}

.mwp-modal.show {
  display: block;
}

.mwp-modal article {
  background: white;
  width: 350px;
  margin: auto;
}

.logged-user {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logged-user .avatar {
  border-radius: 50px;
  height: 80px;
  width: 80px;
}

.logged-user .nickname {
  font-size: 22px;
  font-weight: 700;
}

/* bottom menu */
.category__title {
  font-size: 1.2rem;
  font-weight: bold;
}

.footer-section-column {
  border-top: 1px solid #e0e0e0;
}

.footer-section-column:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.non-list {
  padding-left: 0;
}

.non-list li {
  list-style: none;
  padding: 5px 0 5px 0;
}

.non-list li a {
  font-size: 1rem;
}

/* footer */

.footer-menu {
  margin: 5px 0 20px 0;
}

.footer-menu nav ul {
  display: flex;
  font-size: 0.95rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 15px 0;
  padding: 0;
}

.footer-menu ul li {
  list-style: none;
  margin: 0 8px;
}

.footer-copyright p {
  display: flex;
  font-size: 0.95rem;
  justify-content: center;
  margin-bottom: 0;
}

/* download page */
.container h1 {
  font-size: 2rem;
}

.container h2 {
  font-size: 1.5rem;
}

.post-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.favorite-btn {
  align-items: center;
  border-radius: 50px;
  height: auto;
  width: auto;
}

.avatar {
  border-radius: 20px;
  background-color: #e0e0e0;
  display: flex;
  height: 40px;
  width: 40px;
}

.nickname {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 10px;
}

.avatar svg {
  align-items: center;
}

.share-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-fb {
  background-color: #3a5a99;
}
.share-tw {
  background-color: #30a2f4;
}
.share-pt {
  background-color: #be0d19;
}
.share-wa {
  background-color: #69c442;
}
.share-em {
  background-color: #e0c851;
}
.share-mo {
  background-color: #a1a1a1;
}
.share-embed,
.share-link {
  background-color: #c697c7;
}

.download-box button {
  margin-top: 10px;
  border-radius: 50px;
}

/* keyword page (bottom part) */
.card {
  border-radius: 0rem;
  border: none;
}
.card-columns {
  column-count: 1;
  padding: 0;
}
.card img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

/* Search Page */
.filter-menu-item > button {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
  padding-top: 10px;
}

.categories-card .card {
  border-radius: 0rem;
  border: 0;
}
.card-title {
  text-align: center;
  font-weight: bold;
  margin-top: 0.75rem;
}

/* ----- tablet ----- moved to codekit*/

/* ----- desktop ----- moved to codekit*/
