/* bootstrap 3 helpers */

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navbar-form input, .form-inline input {
  width:auto;
}

.navbar {
  margin-bottom:0;
}

.navbar.navbar-static-top {
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  border-radius: 0px;
  z-index: 1021;
}

.navbar .form-control:focus {
    border-color: lightgray;
}

.navbar-brand {
  padding: 12px 15px;
}

.subnav {
  margin:0;
  top: 0px;
  z-index: 1020;
  background-color: #fff; 
  border-bottom: 1px solid #E1E1E1;
  padding: 0px 0px 0px 0px;
}

.subnav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.pager.subnav-pager {
  margin: 0px 0px;
}

.nav-search-box {
  width: 300px !important;
}

.search-results-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.search-results-header h2 {
  margin-bottom: 40px;
}

.clear-search-wrapper a {
  text-decoration: underline;
  text-transform: none;
  margin-bottom: 0px;
}

/* Social Icons */

.footer-social-links {
  margin: auto;
}

.social-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 4px;
}

.social-icon-fb {
  background-image: url(https://s3.amazonaws.com/wallabii-static/assets/imgs/social-fb.png);
}

.social-icon-fb-messenger {
  background-image: url(https://s3.amazonaws.com/wallabii-static/assets/imgs/social-fb-msg.png);
}

.social-icon-tw {
  background-image: url(https://s3.amazonaws.com/wallabii-static/assets/imgs/social-twitter.png);
}

.social-icon-pin {
  background-image: url(https://s3.amazonaws.com/wallabii-static/assets/imgs/social-pin.png);
}

.social-icon-gplus {
  background-image: url(https://s3.amazonaws.com/wallabii-static/assets/imgs/social-gplus.png);
}

.social-icon-mail {
  background-image: url(https://s3.amazonaws.com/wallabii-static/assets/imgs/social-mail.png);
}

.promo {
  background: #333;/*#fd3354;*/
  padding: 2px;
  text-align: center;
}

.promo a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

.product-promo {
  margin-bottom: 10px;
}

footer.bottom {
    padding: 12px;
    color: #777;
    margin-top: 140px;
    display: inline-block;
    width: 100%;
}

footer p {
    margin-bottom: 0px;
}

footer small {
  margin-bottom: 10px;
}

.footer-links {
    margin:auto;
    margin-bottom: 10px;
    font-size: 11px;
    display: inline-block;
}

.footer-links a {
    margin-left: 12px;
    margin-right: 12px;
    white-space: nowrap;
}

.footer-social-links a {
    margin-left: 4px;
}

/* Prevent Collapse */

.navbar-collapse.collapse.off {
    display: block!important;
}
.navbar-collapse.collapse.off ul {
    margin: 0;
    padding: 0;
}

.navbar-nav.no-collapse>li,
.navbar-nav.no-collapse {
    float: left !important;
}

.navbar-right.no-collapse {
    float: right!important;
}

/* End Prevent Collapse */

.btn.btn-category {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  padding: 15px 15px;
}

.btn.btn-category.btn-sale {
  color: #fd3354;
}

.btn-category:hover, .btn-category:focus, .btn-category:active, .btn-category.active, .open>.dropdown-toggle.btn-category {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    box-shadow: none;
}

@media (min-width: 768px) {
  .nav-search-box {
    width: 400px !important;
  }
}
@media (min-width: 992px) {
  .nav-search-box {
    width: 400px !important;
  }
}
@media (min-width: 1200px) {
  .nav-search-box {
    width: 600px !important;
  }
}
@media (min-width: 1600px) {
  .nav-search-box {
    width: 800px !important;
  }
}

.icon-bar {
  background-color: #000 !important;
}


/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* End Helpers */


.navbar.navbar-fixed-top {
  z-index: 1000;
  background: #fff;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}

.header-tall {
  height: 80px;
}

a.navbar-brand img {
  max-width: 160px;
}

.fade-text {
  background: linear-gradient(0deg, transparent, #777 8em, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: contain;
  max-height: 300px;
  overflow: hidden;
}

.post {
  width: 220px;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}

.post-media {
  position: relative;
}

.post-media .sale-badge {
  position: absolute;
  background: #fd3354;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  right: 10px;
  top: 10px;
  line-height: 30px;
}

.post-title {
  margin: 0;
  font-size: 11px;
}

.post-title a {
  color: #111;
}

.post-title a:hover {
  color: rgba(34, 34, 34, 0.55);
}

.post-meta {
  font-size: 12px;
  margin: 0 0 10px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 0px;
}

.post-entry {
  height: 120px;
}

.post-entry p {
  font-size: 11px;
  line-height: 1.4;
}

.post-header {
  margin-bottom: 0px;
}

#deals-wrapper .post {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#deals-wrapper .post .post-meta {
  color: #fd3354;
}

#deals-wrapper .post .post-media {
  position: relative;
  height: 240px;
  width: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: auto;
}

.pub-deals-wrapper .publisher-logo {
  width: 120px;
  height: auto;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pub-deals-wrapper .pub-deals-message {
  text-align: center;
  margin: 0px;
  font-size: 14px;
}

.pub-deals-wrapper .btn {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pub-deals-spacer {
  height: 40px;
  width: 100%;
}

.pub-deals-wrapper .pub-deals-message-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pub-deals-wrapper .pub-deal {
  border: solid 1px lightgray;
  margin: 10px;
  display: inline-block;
  width: 100%;
  padding: 10px;
}


/*
.post:hover .post-entry {
  height: auto;
  min-height: 120px;
  background: none;
  max-height: auto;
  -webkit-text-fill-color: initial;
  z-index: 10000;
  position: relative;
  background: #fff;
  width: 400px;
  margin: auto;
  left: -200px;
  margin-left: 50%;
  padding: 20px;
  border: solid 1px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.post:hover .post-entry p {
  font-size: 12px;
  line-height: 1.5;
}

*/

.post .post-more-link {
  visibility: hidden;
  font-size: 10px;
}

.post:hover .post-more-link {
  visibility: visible;
}

.container.collection-container {
  text-align: center;
}

.container.collection-container-info {
  max-width: 740px;
  margin-top: 20px;
}

.collection-container h1 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.collection-container .cover-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.collection-container .collection-source {
  margin-top: 20px;
}

.collection-container .collection-description {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 60px;
}

.collection-container .posts-masonry {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  margin-top: 40px;
}

/* Carousel */

.carousel .item-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.carousel-outer, .carousel-outer div,
.full-height {
  height: 100%;
}

.carousel-control {
  background: none;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: auto;
  margin: auto;
}

.carousel-inner>.item {
  text-align: center;
}

.carousel-control.right, .carousel-control.left {
  background: none;
}

#carousel {
  height: 600px;
}

@media (max-width: 480px) {

  .carousel {
    height: 250px;
  }

  .carousel-outer div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.product .outer-container {
  margin-top: 40px;
}

.product #product-information {
  margin-top: 30px;
}

.product #product-information .price {
  margin-bottom: 30px;
  margin-top: 30px;
}

.product #product-information .description-header {
  margin-top: 30px;
}

.product #product-information .description {
  min-height: 150px;
}

.product #product-information .designer-by,
.product #product-information .designer-by a {
  color: #000;
}

.product #product-information .designer-by {
  font-size: 14px;
  opacity: 0.8;
}

.product .old-price {
  text-decoration: line-through;
}

.product .sale-price {
  color: #fd3354;
  font-size: 22px;
  margin-left: 10px;
}

/* Buy Button */

a.btn-buy-now {
  background: #fd3354;
  border: solid 1px #fd3354;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 28px;
  font-size: 12px;
}

a.btn-buy-now:hover, a.btn-buy-now:focus, a.btn-buy-now:active {
  background: #e52e4c;
  border: solid 1px #e52e4c;
}

/* Social Product Buttons */

.social-links-large {
  width: 100%;
  text-align: center;
}

.social-links-large .item-social-links {
  float: none;
}

.social-links-large a {
  background-color: #000;
  display: inline-block;
  width: 100px;
  height: 35px;
  border-radius: 0px;
  padding: 6px;
  margin-top: 2px;
}

.social-links-large .social-icon {
  width: 22px;
  height: 20px;
  margin: 0px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2px;
}

/* Loader */
div.small-loader {
  background-image: url(/static/hitmiss/imgs/loader-small.gif);
  margin: 40px auto;
  width: 16px;
  height: 16px;
}

/* Collections */

.collections-container, .product-container, .deals-container {
  max-width: 1000px;
}

.deals-container {
  margin-top: 20px;
}

.collections-container h1, .deals-container h1 {
  text-align: center;
  margin: 40px 20px;
}

.collection-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.collection-background {
  text-align: center;
  background: #fff;
  border:solid 1px lightgray;
  margin: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.collection-tile {
  padding: 0px;
  margin-bottom: 10px;
}

.btn-shop-collection, .btn-blog-read, .btn-shop-sales {
  color: #000;
  background-color: #fff;
  padding: 15px 34px;
  border: solid 1px #000;
  margin: 10px;
  margin-bottom: 20px;
}

.btn-shop-collection:hover, .btn-shop-collection:focus, .btn-shop-collection:active, .btn-shop-collection.active, .open>.dropdown-toggle.btn-shop-collection,
.btn-blog-read:hover, .btn-blog-read:focus, .btn-blog-read:active, .btn-blog-read.active, .open>.dropdown-toggle.btn-blog-read,
.btn-shop-sales:hover, .btn-shop-sales:focus, .btn-shop-sales:active, .btn-shop-sales.active, .open>.dropdown-toggle.btn-shop-sales {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border: solid 1px #000;
    box-shadow: none;
}

.collection-content h3 {
  height: 50px;
  overflow: hidden;
}

/* Search */

.search .list-group-item {
  border: none;
  padding: 5px 15px;
}

.search #categories .list-group {
  margin-bottom: 0px;
}

.search #categories .list-group-item {
  padding: 1px 0px;
  font-size: 12px;
}

.search .radio label, .search .checkbox label {
  font-size: 12px;
}

.search .radio, .search .checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
}

.search div.list-group {
  margin-right: 50px;
  margin-bottom: 350px;
  margin-top: 50px;
}

.search .retailer img, .search .designer img,
.search .retailer-selection img, .search .designer-selection img {
  max-width: 30px;
  max-height: 20px;
}

.search .retailer, .search .designer,
.search .retailer-selection, .search .designer-selection {
  text-transform: none;
  letter-spacing: normal;
  font-size: 12px;
  margin-bottom: 0px;
  position: relative;
  height: 25px;
  overflow: hidden;
}

.search .retailer-name, .search .designer-name,
.search .retailer-selection .retailer-name, .search .designer-selection .designer-name {
  margin-left: 35px;
  position: absolute;
  top: 0;
  width: 200px;
}

.search .ms-ctn {
  margin-top: 30px;
}

.search .retailer-message, .search .designer-message {
  top: -31px;
}

.search .retailer-selection, .search .designer-selection {
  width: 100%;
  height: 28px;
  padding-right: 15px;
}

.search .retailer-selection .ms-close-btn, .search .designer-selection .ms-close-btn {
  position: absolute;
  right: 2px;
  top: 3px;
}

.search .search-help {
  text-align: center;
  margin-top: 100px;
  opacity: 0.6;
}

.search #search-results-wrapper {
  margin-top: 10px;
}

.blog-post {
  margin-bottom: 120px;
}

.blog-post-content h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-post-content p {
  text-align: center;
  margin-top: 20px;
}

.blog-post-content p.font-serif {
  text-align: left;
}

.blog-post-content .button-wrapper {
  text-align: center;
  width: 100%;
}

#blog-wrapper {
  max-width: 700px;
  margin: auto;
}

.blog-contributor-header {
  margin-top: 50px;
}

.blog-post-container-info {
  margin-top: 100px;
}

.container.blog-post-container, .container.product-container {
  text-align: center;
}

.container.blog-post-container-info {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.blog-post-container h1 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 100px;
}

.blog-post-container .cover-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post-container .blog-source {
  margin-top: 20px;
}

.blog-post-container .blog-contributor {
  margin: 0px;
}

.blog-post-container .collection-description {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 60px;
}

.blog-post-container .blog-social-links p {
  margin-bottom: 2px;
  font-size: 12px;
}

.blog-post-container .posts-masonry {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  margin-top: 40px;
}

.designer-large-logo {
  max-width: 80px;
  max-height: 80px;
}

.product-designer-logo {
  max-width: 100px;
  max-height: 100px;
  padding: 4px;
  margin-bottom: 30px;
}

.search-results-header .designer-description p {
  max-width: 300px;
  text-align: center;
  opacity: 0.6;
}

.top-hit-badge {
  width: 38px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/static/hitmiss/imgs/top-hit-badge.png);
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.sale-update {
  height: 23px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sale-update-inner {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 6px;
  background: #fd3354;
}

.sale-update-inner.old {
  background: #777;
}

@media (max-width: 767px) {
  .nav-box {
    margin: auto;
    text-align: center;
  }

  .navbar-brand {
    text-align: center;
    width: 100%;
  }

  .nav.pull-right.navbar-nav {
    width: 100%;
  }

  .navbar-form .glyphicon-search {
    display: none;
  }
}

@media (max-width: 768px) {
  .btn.btn-category {
    padding: 15px 6px;
  }

  .search div.list-group {
    margin-right: 0px;
  }

  .search .retailer-message, .search .designer-message {
    font-size: 8px;
  }

  .post .post-more-link {
    visibility: visible;
  }

  .post .post-entry {
    display: none;
  }

  .search-results-header {
    margin-top: 20px;
  }

  #deals-wrapper .post .post-media {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 480px) {
  .search div.list-group {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .search-results-header {
    margin-top: 40px;
  }


}

.btn-home {
  background: #fd3354;
  border: solid 1px #fd3354;
}

.btn-home:hover, .btn-home:focus, .btn-home:active, .btn-home.active, .open>.dropdown-toggle.btn-home {
  background: #e52e4c;
  border: solid 1px #e52e4c;
}

.newsletter-popup {
  width: 700px;
  height: 80px;
  background: white;
  position: fixed;
  bottom: 25px;
  text-align: center;
  margin: auto;
  left: 50%;
  margin-left: -350px;
  background: linear-gradient(-226deg, #FFFFFF 8%, #f0f0f0 100%);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.21);
}

.newsletter-popup p {
  margin-bottom: 6px;
  margin-top: 3px;
  font-size: 12px;
}

.newsletter-popup button {
  width: 100px;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0px 2px 20px 2px rgba(255,114,132,0.50);
}

.newsletter-popup input {
  width: 300px !important;
}

.newsletter-popup .newsletter-close {
  position: absolute;
  right: 2px;
  top: 1px;
}

.newsletter-popup .newsletter-close {
  width: 24px;
  height: 24px;
}

.newsletter-popup .form-group {
  position: relative;
}

.newsletter-popup .deals img {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 5px;
}

.slide-up-animation {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .newsletter-popup {
    width: 310px;
    height: 100px;
    margin-left: -155px;
  }

  .newsletter-popup p {
    margin-top: 10px;
  }

  .newsletter-popup .deals {
    display: none;
  }

  .newsletter-popup input {
    width: 180px !important;
    float: left;
    margin-left: 8px;
  }
}