#poems-themes2 .theme-search {
  max-width: 520px;
  margin: 0 auto 15px auto;
}
#poems-themes2 .theme-search-hint {
  font-size: 13px;
  color: #777;
}
#poems-themes2 .themes-subsection {
  margin-bottom: 40px;
}
#poems-themes2 .themes-subsection .subsection-title {
  margin-bottom: 30px;
}
#poems-themes2 .themes-actual .icon-box {
  text-align: left;
  border: 1px solid #ededed;
  padding: 25px 24px;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
#poems-themes2 .themes-actual .icon-box .icon-box-header {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
#poems-themes2 .themes-actual .icon-box .icon {
  margin: 0 16px 0 0;
  width: 50px;
  height: 50px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transform-style: preserve-3d;
}
#poems-themes2 .themes-actual .icon-box .icon i {
  color: #fff;
  font-size: 26px;
}
#poems-themes2 .themes-actual .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgb(250.6230366492, 225.554973822, 221.3769633508);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
#poems-themes2 .themes-actual .icon-box h4 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}
#poems-themes2 .themes-actual .icon-box h4 a {
  color: #545454;
}
#poems-themes2 .themes-actual .icon-box p {
  font-size: 14px;
  margin-bottom: 0;
}
#poems-themes2 .themes-actual .icon-box .theme-meta {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}
#poems-themes2 .themes-actual .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}
#poems-themes2 .themes-actual .icon-box:hover .icon {
  background: #fff;
}
#poems-themes2 .themes-actual .icon-box:hover .icon i {
  color: #e96b56;
}
#poems-themes2 .themes-actual .icon-box:hover .icon::before {
  background: rgb(238.8743455497, 146.5183246073, 131.1256544503);
}
#poems-themes2 .themes-actual .icon-box:hover h4 a,
#poems-themes2 .themes-actual .icon-box:hover p,
#poems-themes2 .themes-actual .icon-box:hover .theme-meta {
  color: #fff;
}
#poems-themes2 .entry {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  margin-left: 10px;
  width: 100%;
}
#poems-themes2 .entry .icon {
  margin: 0 1rem 0 auto;
  width: 50px;
  height: 50px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
#poems-themes2 .entry .icon i {
  color: #fff;
  font-size: 24px;
}
#poems-themes2 .entry h5 {
  margin: 2px auto;
}
#poems-themes2 .entry h5 a:hover {
  font-weight: 700;
}
#poems-themes2 .entry h5 .poems-count {
  font-weight: 500;
}
#poems-themes2 .entry p {
  font-size: 14px;
  margin-bottom: 0;
}

#poems-theme-about .icon {
  margin: 0 16px 0 0;
  width: 50px;
  height: 50px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transform-style: preserve-3d;
}
#poems-theme-about .icon i {
  color: #fff;
  font-size: 26px;
}/*# sourceMappingURL=style-poetry-themes.css.map */