body {
  background: #dce1df;
  color: #4f585e;
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering: optimizeLegibility;
}

header.tsp_addon_header {
  height: 14.25rem;
  background-color: #9f88d7;
  background: linear-gradient(225deg, #d0c6e9, #a580ff 49%, #7145e0);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 2.25rem 1.875rem 5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.tsp_addon_header>.tsp_addon_inner {
  width: 95%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tsp_addon_inner>div {
  width: 45%;
}

.tsp_addon_inner>div.tsp_addon_header_info>*,
.tsp_addon_inner>div.tsp_addon_header_info {
  color: #fff !important;
  line-height: 1;
}

.tsp_addon_header_img>img {
  width: 60%;
  height: 60%;
  background-position: 100% 100%;
}

.tspoll_plugin_with_numbers {
  position: relative;
  padding: .625rem 0;
  margin: -3.75rem 1.875rem 0;
  background-color: #ffffff;
  border-radius: .3125rem;
  box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .11);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tspoll_plugin_with_numbers>.tspoll_flex_field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tspoll_flex_field>p {
  text-align: center;
}

.tspoll_flex_field>p.tsp_count {
  font-size: 24px;
  margin-bottom: .25rem;
  color: #000;
}

.tspoll_flex_field>p.tsp_type {
  margin-top: .25rem;
  color: #67757a;
  text-transform: uppercase;
  font-size: 12px;
}

#wpcontent {
  padding-left: 0 !important;
}

a.tsp_addon_btn {
  background: #956ef6;
  border-radius: 4px;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s 0s ease-out;
}

.tsp_no-touch a.tsp_addon_btn:hover {
  background: #7a4fe5;
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
}

.tsp_no-touch a.tsp_addon_btn:active,
a.tsp_addon_btn:active {
  background: #956ef6;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
  transform: translate3d(0, 1px, 0);
  transition: all 0.025s 0s ease-out;
}

div.tsp_addon_cards {
  margin: 80px auto;
  max-width: 960px;
  text-align: center;
}

div.tsp_addon_card {
  background: #ffffff;
  display: inline-block;
  margin: 8px;
  max-width: 300px;
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  width: 300px;
  z-index: 1;
}

div.tsp_addon_card img {
  max-width: 300px;
}

div.tsp_addon_card .tsp_card__image-holder {
  background: rgba(0, 0, 0, 0.1);
  height: 0;
  padding-bottom: 75%;
}

div.tsp_addon_card div.tsp_addon_card-title {
  background: #ffffff;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
}

div.tsp_addon_card div.tsp_addon_card-title a.tsp_toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
}

div.tsp_addon_card div.tsp_addon_card-title a.tsp_toggle-info span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  transition: all 0.15s 0s ease-out;
  width: 12px;
}

div.tsp_addon_card div.tsp_addon_card-title a.tsp_toggle-info span.tsp_left {
  right: 14px;
  transform: rotate(45deg);
}

div.tsp_addon_card div.tsp_addon_card-title a.tsp_toggle-info span.tsp_right {
  left: 14px;
  transform: rotate(-45deg);
}

div.tsp_addon_card div.tsp_addon_card-title h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 5px 0;
}

div.tsp_addon_card div.tsp_addon_card-title h2 small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

div.tsp_addon_card div.tsp_addon_card-description {
  padding: 0 15px 10px;
  position: relative;
  font-size: 14px;
}

div.tsp_addon_card div.tsp_addon_card-actions {
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px 15px 20px;
  text-align: center;
}

div.tsp_addon_card div.tsp_addon_card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
}

div.tsp_addon_card div.tsp_flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}

div.tsp_addon_card div.tsp_flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}

div.tsp_addon_cards.tsp_showing div.tsp_addon_card {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.88);
}

.tsp_no-touch div.tsp_addon_cards.tsp_showing div.tsp_addon_card:hover {
  opacity: 0.94;
  transform: scale(0.92);
}

div.tsp_addon_card.tsp_show {
  opacity: 1 !important;
  transform: scale(1) !important;
}

div.tsp_addon_card.tsp_show div.tsp_addon_card-title a.tsp_toggle-info {
  background: #ff6666 !important;
}

div.tsp_addon_card.tsp_show div.tsp_addon_card-title a.tsp_toggle-info span {
  top: 15px;
}

div.tsp_addon_card.tsp_show div.tsp_addon_card-title a.tsp_toggle-info span.tsp_left {
  right: 10px;
}

div.tsp_addon_card.tsp_show div.tsp_addon_card-title a.tsp_toggle-info span.tsp_right {
  left: 10px;
}

div.tsp_addon_card.tsp_show div.tsp_addon_card-flap {
  background: #ffffff;
  transform: rotateX(0deg);
}

div.tsp_addon_card.tsp_show div.tsp_flap1 {
  transition: all 0.3s 0s ease-out;
}

div.tsp_addon_card.tsp_show div.tsp_flap2 {
  transition: all 0.3s 0.2s ease-out;
}