body {
  background: #FF00FF;
}
body h1, body h2, body h3, body h4 {
  margin-top: 0;
}
body .container-full {
  margin: 0 auto;
  width: 100%;
}

body footer {
  z-index: 1000;
  background: blue;
}

body .header {
  height: 100px;
  line-height: 100px;
}

body.post-type-archive-vip .btn.btn-default {
  border: 1px #FFF solid !important;
  background: #f96d02 !important;
  color: #FFF !important;
  transition: all 0.3s linear;
}
body.post-type-archive-vip .btn.btn-default:hover {
  border: 1px #f96d02 solid !important;
  background: #FFF !important;
  color: #f96d02 !important;
}
body #container-vips {
  overflow: hidden;
}
body #filter-mobile {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  color: #000;
  border-radius: 5px;
}
body #filters-desktop ul {
  list-style-type: none;
  text-align: center;
  height: 30px;
}
body #filters-desktop ul li {
  list-style-type: none;
  display: inline;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s linear;
  cursor: pointer;
  color: #000;
}
body #filters-desktop ul li.active, body #filters-desktop ul li:hover {
  color: #FFF;
  background: #f96d02;
}
body #vip-entries .grid-sizer {
  width: 25%;
}
body #vip-entries .grid-item {
  width: 25%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  backgorund-position: center center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  body #vip-entries .grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  body #vip-entries .grid-item {
    width: 50%;
  }
}
body #vip-entries .grid-item .overlay {
  position: absolute;
  height: 170px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  padding-top: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  bottom: -170px;
  transition: all 0.3s linear;
}
body #vip-entries .grid-item .overlay h2 {
  margin-left: 10px;
  margin-bottom: 3px;
}
body #vip-entries .grid-item .overlay i.fa {
  border-radius: 50%;
  border: 1px #FFFFFF solid;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 3px;
  text-align: center;
}
body #vip-entries .grid-item .overlay p {
  height: 20px;
  overflow: hidden;
  padding: 10px;
  padding-top: 0;
}
body #vip-entries .grid-item .overlay a {
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 5px;
  display: block;
  clear: both;
  margin-bottom: 5px;
}
body #vip-entries .grid-item .overlay a.btn {
  margin-top: 10px;
}
body #vip-entries .grid-item .overlay .buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
}
body #vip-entries .grid-item .overlay .buttons .btn-request {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: 11px;
  z-index: 100;
  padding: 0;
  border-color: #f96d02 !important;
}
body #vip-entries .grid-item .overlay .buttons .btn-wiki {
  position: absolute;
  bottom: -5px;
  right: 1px;
  z-index: 110;
}
body #vip-entries .grid-item .overlay .buttons .btn-wiki i {
  background: #FFF;
  color: #f96d02;
  border: 1px #f96d02 solid;
}
body #vip-entries .grid-item:hover .overlay {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
body #vipModal {
  color: #000;
}
body #vipModal button.close {
  color: #000;
  opacity: 0.5;
}
body #vipModal #vipModalForm input, body #vipModal #vipModalForm textarea {
  margin-bottom: 5px;
}
body #vipModal #vipModalForm input.error, body #vipModal #vipModalForm textarea.error {
  text-align: left;
}
body #vipModal #vipModalForm textarea {
  height: 150px;
}
body #vipModal #vipModalForm label.error {
  padding: 0;
  color: #f96d02;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  body #vip-entries .grid-item .overlay {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

body.archive .facetwp-type-slider .facetwp-slider-wrap {
  padding-bottom: 5px;
}
body.archive .facetwp-type-slider .facetwp-slider-reset {
  display: none;
}
body.archive .facetwp-type-slider .noUi-connect {
  background: #007bff;
}
body.archive .facetwp-type-slider .noUi-target {
  background: #b2d2ff;
}

body.archive .facetwp-type-dropdown {
  margin-bottom: 15px;
}
body.archive .facetwp-type-dropdown select.facetwp-dropdown {
  width: 100%;
}

body.archive .facetwp-type-radio {
  margin-bottom: 15px;
}

body #vip-entries .grid-item .overlay a i:hover {
  background: #fafafa;
  color: #000000;
}

body #vip-entries .grid-item .overlay a i.fa-facebook:hover {
  color: #4267B2;
}
body #vip-entries .grid-item .overlay a i.fa-twitter:hover {
  color: #1DA1F2;
}
body #vip-entries .grid-item .overlay a i.fa-instagram:hover {
  color: #C13584;
}
body #vip-entries .grid-item .overlay a i.fa-tiktok:hover {
  color: #ff0050;
}
body #vip-entries .grid-item .overlay a i.fa-youtube:hover {
  color: #FF0000;
}

body #vip-entries .grid-item .overlay p {
  font-size: 18px;
}

.social-media-icons {
  margin-top: 15px;
  margin-bottom: 5px;
}

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