@font-face {
  font-family: 'wpvp-open-sans';
  src: url('../fonts/OpenSans-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'wpvp-open-sans-semi-bold';
  src: url('../fonts/OpenSans-SemiBold.ttf')  format('truetype');
}

/* BUTTONS */

a.btn-wpvp,
a.btn-wpvp:link,
a.btn-wpvp:visited,
button.btn-wpvp {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
  text-shadow: none;
  text-decoration: none !important;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-transform: uppercase;
}
a.btn-wpvp:active,
a.btn-wpvp:focus,
a.btn-wpvp:hover,
button.btn-wpvp:active,
button.btn-wpvp:focus,
button.btn-wpvp:hover {
	background-color: #767676;
	text-decoration: none;
	color: #fff !important;
	box-shadow: none !important;
	-webkit-box-shadow: none;
	transition: none !important;
	-webkit-transition: none;
}

/* SHARE BUTTONS */

.wpvp-share-buttons {
	margin: 20px 0;
}
.wpvp-share-buttons .fa-fw {
  text-align: center;
  width: 3.00em;
}
.wpvp-share-buttons ul.social-icons {
  margin: 10px 0 0 0 !important;
	padding: 0 !important;
}
.wpvp-share-buttons ul.social-icons li {
  vertical-align: top;
  display: inline;
  padding: 0 !important;
}
.wpvp-share-buttons ul.social-icons li:before {
	content: '';
}
.wpvp-share-buttons ul.social-icons li a.social-icon i {
  color: #fff;
  text-decoration: none;
  background-color: #322f30;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon,
.wpvp-share-buttons ul.social-icons li a.social-icon:hover {
  text-decoration: none;
  box-shadow: none;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-buffer:hover {
  background-color: #168eea;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-delicious:hover {
  background-color: #e25714;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-envelope:hover {
  background-color: #ccc;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-evernote:hover {
  background-color: #2ebe60;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon:hover i.fa-facebook:hover {
  background-color: #3d5b99;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-linkedin:hover {
  background-color: #007bb6;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-pinterest:hover {
  background-color: #cb2027;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-get-pocket:hover {
  background-color: #ee4056;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-reddit:hover {
  background-color: #EB4823;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-stumbleupon:hover {
  background-color: #EB4823;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-tumblr:hover {
  background-color: #32506d;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-twitter:hover {
  background-color: #00aced;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-whatsapp:hover {
  background-color: #25d366;
  padding:10px 16px;
}
.wpvp-share-buttons ul.social-icons li a.social-icon i.fa-wordpress:hover {
  background-color: #21759b;
  padding:10px 16px;
}

/* WIDGETS */

.widget_wpvp_widget_shop_categories ul,
.widget_wpvp_widget_stats ul,
.widget_wpvp_widget_search ul,
.widget_wpvp_widget_voucher ul {
	padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.widget_wpvp_widget_search select,
.widget_wpvp_widget_search input,
.widget_wpvp_widget_search label {
	width: 100%;
	display: block;
}
.widget_wpvp_widget_search button {
	margin-top: 10px;
}

/* SINGLE VOUCHER & VOUCHER MODAL */

#wpvp-single-voucher {
  font-family: 'wpvp-open-sans';
}

#wpvp-single-voucher textarea[class^="copy-to-clipboard-"],
.voucher-modal textarea[class^="copy-to-clipboard-"] {
	opacity:0;
	height:0;
	width:0;
	display:inline;
	margin-left: -20px;
}
#wpvp-single-voucher,
.voucher-modal {
	text-align: center;
	font-size: 14px;
}
#wpvp-single-voucher .voucher-feedback-single,
.voucher-modal .voucher-feedback-single {
	margin: 10px 0;
	display: none;
}
#wpvp-single-voucher .voucher-feedback-single strong,
.voucher-modal .voucher-feedback-single strong {
	display: block;
	margin: 10px 0;
}
#wpvp-single-voucher .voucher-code,
.voucher-modal .voucher-code {
	text-align: center;
	background: #f1f1f1;
	padding: 15px;
	border: 2px #4c4c4c dashed;
	display: block;
	margin: 0 10% 10px 10%;
}
#wpvp-single-voucher .voucher-details,
.voucher-modal .voucher-details {
	margin: 15px 0;
	padding: 0 30px;
}
#wpvp-single-voucher ul.voucher-meta,
.voucher-modal ul.voucher-meta {
	list-style: none;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0;
}
#wpvp-single-voucher ul.voucher-meta li,
.voucher-modal ul.voucher-meta li {
	border: none;
	box-shadow: none;
	display: inline-block;
	padding-left: 0;
}
#wpvp-single-voucher ul.voucher-meta li:before,
.voucher-modal ul.voucher-meta li:before {
	content: '';
}

/* VOUCHER LIST */

ul.vouchers {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  text-align: left;
}
ul.vouchers li.voucher-item {
	border: 1px #d9d9d9 solid;
	background: #f1f1f1;
	margin: 0 0 11px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
	font-size: 12px;
}
ul.vouchers li.voucher-item:before {
	content: none;
}
ul.vouchers span.expired {
	float: right;
	padding-right: 10px;
	font-weight: bold;
}
ul.vouchers span.ratings,
ul.vouchers span.value,
ul.vouchers span.mov {
	display: inline-block;
}
ul.vouchers span.wpvp-icon {
	float: right;
	padding: 6px 14px 0 0;
}
ul.vouchers span.wpvp-icon i {
	font-size: 24px;
}
ul.vouchers .logo {
  display: table;
  width: 100%;
}
ul.vouchers .logo-area {
  float: left;
  width: 120px;
}
ul.vouchers .logo-holder {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  border-right: 1px #ccc dashed;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
ul.vouchers .logo-holder img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 88px;
}
ul.vouchers .textarea {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 14px 0 0 10px;
}
ul.vouchers .textarea .text span.title,
ul.vouchers .textarea .text span.title a,
ul.vouchers .textarea .text span.title a:link,
ul.vouchers .textarea .text span.title a:hover {
	text-decoration: none;
	box-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.voucher-list-meta {
	margin-top: 4px;
	font-size: 11px;
	color: #808080;
}

@media (max-width: 767px) {
  ul.vouchers li {
    background-image: none;
    padding: 0 0 20px;
  }
  ul.vouchers .logo-area {
    display: table;
    width: 100%;
  }
  ul.vouchers .text {
    padding: 5px;
    font-size: 80%;
  }
  ul.vouchers .textarea .text {
    width: 100%;
  }
  ul.vouchers .textarea .value {
    display: none;
  }
}
@media (max-width: 991px) {
  ul.vouchers .text {
    font-size: 80%;
  }
}

/* MODAL */

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'wpvp-open-sans', sans-serif;
  line-height: 1.7;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/* CUSTOM MODAL */

#voucher-modal .voucher-shop-thumb {
	float: left;
}
#voucher-modal button.close {
	float: right;
}
#voucher-modal .modal-dialog {
    top: 25%;
	text-align: center;
}
#voucher-modal .modal-content {
	border-radius: 0;
	border: 1px transparent solid;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#voucher-modal #wpvp-modal-logo img {
	margin-right: 20px;
}
#voucher-modal #wpvp-modal-title {
	text-align: left;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 -30px 0;
}

/* SHOP OVERVIEW */

.shop-overview .search-list {
  list-style: none;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}
.shop-overview .search-list li {
  float: left;
  font-weight: 700;
  min-width: 18px;
}
.shop-overview .search-list li a {
  background: #fff;
  display: block;
  padding: 5px 8px;
  text-align: center;
  margin: 0 1px 0 0;
}
.shop-overview .shops-popular {
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 25px 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}
.shop-overview .shops-popular li:first-child {
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  width: 16.9%;
  background-color: #a46497;
}
.shop-overview .shops-popular li {
  background: #fff;
  float: left;
  width: 16.6%;
}
.shop-overview .shops-popular li:first-child .image {
	font-size: 22px;
}
.shop-overview .shops-popular li:first-child a {
  background: none;
}
.shop-overview .shops-popular a {
  color: #fff;
  display: table;
  height: 78px;
  width: 100%;
}
.shop-overview .shops-popular li .image {
  display: table-cell;
  vertical-align: middle;
}
.shop-overview .shops-popular li .image img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 80%;
}
.shop-overview .overview .shops {
  overflow: hidden;
  padding: 0 0 0 2px;
}
.shop-overview .shops nav {
  padding: 0 2.5% 0 0;
}
.shop-overview .shops ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.shop-overview .shops ul li a {
  text-decoration: none;
  font-size: 12px;
}

/* SUBMIT VOUCHER FORM */

form#wpvp-submit-voucher-form select {
	width: 100%;
}
form#wpvp-submit-voucher-form .alert {
    padding: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
form#wpvp-submit-voucher-form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
form#wpvp-submit-voucher-form .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
form#wpvp-submit-voucher-form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
form#wpvp-submit-voucher-form .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* VOUCHER FEEDBACK */

div.feedback {
	display: inline-block;
	background-color: #f9f9f9;
	vertical-align: middle;
}

.thumbs-up span,
.thumbs-down span {
	color: #888 !important;
}

div.feedback .thumbs-up a,
div.feedback .thumbs-up a:focus,
div.feedback .thumbs-up a:link,
div.feedback .thumbs-up a:hover {
	background-color: green;
	text-decoration: none;
	box-shadow: none;
	text-align: center;
	color: #f9f9f9;
	display: inline-block;
	padding: 6px 8px;

}

div.feedback .thumbs-up a i,
div.feedback .thumbs-down a i { color: #fff; }

div.feedback .thumbs-up span[class^="voucher-feedback-up-"],
div.feedback .thumbs-down span[class^="voucher-feedback-down-"] {
	text-align: center;
	padding: 7px 12px;
}
div.feedback .thumbs-down a,
div.feedback .thumbs-down a:link,
div.feedback .thumbs-down a:hover {
	background-color: #ff5252;
	text-decoration: none;
	box-shadow: none;
	text-align: center;
	color: #f9f9f9;
	display: inline-block;
	padding: 6px 8px;
}
div[class^="feedback-message-"] {
	font-weight: 600;
	font-size: 14px;
	color: green;
}
