@charset "UTF-8";
.themeslist-page .modal-body img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .themeslist-page .btn {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
.themeslist-page button, .themeslist-page input[type=button], .themeslist-page input[type=reset], .themeslist-page input[type=submit] {
  background: #FFF;
}

aside#secondary {
  display: none !important;
}

.themes-list .themes-aside {
  background: #EEE;
  padding: 20px 10px;
}
@media screen and (min-width: 990px) {
  .themes-list .themes-aside {
    padding: 20px 30px;
  }
}
.themes-list .themes-aside .btn-default.active, .themes-list .themes-aside .btn-default:active, .themes-list .themes-aside .open > .dropdown-toggle.btn-default {
  background-color: #990000;
  color: #FFF;
}
.themes-list .themes-aside .btn-default.collapsed {
  background-color: #FFF;
  color: #333;
}
.themes-list .themes-aside .btn-group-lg > .btn, .themes-list .themes-aside .btn-lg {
  border-radius: 0;
  box-shadow: none;
}
.themes-list .filter-group {
  background: #FFF;
  border: 1px solid #CCC;
  box-sizing: border-box;
  float: left;
  padding: 10px 10px;
  margin-top: 20px;
  margin-right: 10px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 990px) {
  .themes-list .filter-group {
    width: calc(100% / 3.2 - 3px);
    padding: 10px 20px;
  }
}
.themes-list .filter-group h4 {
  margin-bottom: 0;
  margin-top: 5px;
  color: #333;
}
.themes-list .filter-group ul {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}
.themes-list .filter-group li {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  font-style: normal;
}
@media screen and (min-width: 990px) {
  .themes-list .filter-group li {
    padding-right: 25px;
  }
}
.themes-list .filter-group li label {
  color: #646464;
  font-weight: 400;
}
.themes-list .filter-group input {
  border-radius: 0;
}
.themes-list .filter-group input[type=checkbox],
.themes-list .filter-group input[type=radio] {
  background: #FFF;
  border: 1px solid #b4b9be;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  clear: none;
  color: #555;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  line-height: 0;
  margin: -4px 4px -3px 0;
  outline: 0;
  padding: 0;
  transition: border-color 0.05s ease-in-out;
}
.themes-list .filter-group input[type=checkbox]:checked {
  background: #EEE;
  content: "";
  position: relative;
}
.themes-list .filter-group input[type=checkbox]:checked:after {
  content: "X";
  color: #333;
  position: absolute;
  left: 20%;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 18px;
}
.themes-list .themes-filter-btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 701px) {
  .themes-list .themes-filter-btn {
    width: 100%;
  }
}
.themes-list .theme-toggle, .themes-list #showall {
  margin-right: 5px;
  margin-bottom: 5px;
}
.themes-list .theme-toggle.active, .themes-list .active#showall {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  color: #FFF !important;
}
.themes-list .themeBlock,
.themes-list .themeBlock * {
  box-sizing: border-box;
}
.themes-list .attachment-post-thumbnail {
  display: block;
}

@media screen and (min-width: 991px) {
  .themes-gallery .theme-snippet {
    height: 350px;
    overflow: hidden;
  }
}
.themes-gallery .theme-snippet a {
  color: #333;
}
.themes-gallery .theme-snippet a h3 {
  font-size: 20px;
}
.themes-gallery img {
  height: auto;
}
.themes-gallery .btn {
  padding: 10px;
  border: 3px solid #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #FFF;
}
.themes-gallery .btn:hover, .themes-gallery .btn:focus {
  border: 1px solid #CCC;
}
.themes-gallery .themeBlock {
  transition: 0.4s;
}
.themes-gallery .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.themes-gallery .themeBlock:hover .hvrbox-layer_top,
.themes-gallery .themeBlock.active .hvrbox-layer_top {
  opacity: 1;
}
.themes-gallery .hvrbox-text {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.themes-gallery .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid #b3b3b3;
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}
.themes-gallery .active .hvrbox-text_mobile {
  display: block;
}
.themes-gallery .hvrbox-layer_slideup {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.themes-gallery .themeBlock:hover .hvrbox-layer_slideup,
.themes-gallery .themeBlock.active .hvrbox-layer_slideup {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
