/*
Theme Name: TerraPass Twentytwenty
Version: 5.4
Description: Terrapass: Buy Carbon Offsets to Reduce Carbon Footprint
Template: Divi
Author: Huddled Masses
Author URI: https://huddledmasses.com/
*/

@font-face {
  font-family: "ElegantIcons";
  src: url("assets/fonts/ElegantIcons.eot");
  src: url("assets/fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/ElegantIcons.woff") format("woff"),
    url("assets/fonts/ElegantIcons.ttf") format("truetype"),
    url("assets/fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Loader animation */
.loder-container {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner .loading-text{
  position: absolute;
  top: 3rem;
  text-align: center;
  width: 100%;
  left: 0;
  top: 90px;
  font-weight: 700;
}

.lds-spinner span {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
  display: block;
}

.lds-spinner span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #40a498;
}

.lds-spinner span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner span:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner span:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner span:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner span:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner span:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner span:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner span:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner span:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner span:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner span:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner span:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Global TerraPass child Theme */
.border-0 {
  border: 0 !important;
}

.clearfix {
  clear: both;
}

.font-16 {
  font-size: 16px;
}

.d-none {
  display: none;
}

p {
  padding-bottom: 10px;
}

.w-100 {
  width: 100% !important;
}

.min-w250 {
  min-width: 250px !important;
}

.min-w220 {
  min-width: 220px !important;
}

.w-220 {
  width: 220px !important;
}

.min-w172 {
  min-width: 172px !important;
}

.d-flex {
  display: flex !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.et_pb_menu__menu > nav > ul > li.login-link {
  display: none;
}

.sticky {
  position: sticky;
  top: 15px;
}

/* Cart page */
table.cart tr,
#main-content table.cart tr,
#main-content table.cart td,
table.cart td {
  padding: 0.857em 0;
}

.woocommerce .terrapass-cart-detail .shop_table {
  border: none;
  border-radius: 0;
  margin-bottom: 0 !important;
}

.terrapass-cart-detail .shop_table tr td {
  vertical-align: top !important;
  padding: 0;
}

.terrapass-cart-detail .product-name h4 {
  font-weight: 600;
  font-size: 23px;
  color: #424242;
  line-height: 1.6;
  padding: 0;
}

.terrapass-cart-detail .product-name dl {
  margin-bottom: 5px;
}

.terrapass-cart-detail .product-remove a {
  color: #4598e6;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding-top: 1rem;
}

.terrapass-cart-detail .product-remove a:before {
  content: "";
  display: inline-block;
  background: url("./assets/images/trash-solid.png") no-repeat;
  width: 11px;
  height: 12px;
  margin-right: 0.2rem;
}
.product-wrapper dt {
  float: left;
  margin-right: 0.5rem;
}

.terrapass-cart-detail .product-wrapper .product-heading {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.terrapass-cart-detail .product-wrapper .product-heading div:nth-of-type(1) {
  flex-basis: 75%;
}

.terrapass-cart-detail .product-wrapper .product-heading div:nth-of-type(2) {
  padding-top: 0.5rem;
}

.terrapass-cart-detail
  .product-wrapper
  .product-heading
  div:nth-of-type(2)
  .subscription-price {
  text-align: right;
  display: block;
}

.product-id-203567- .variation-QuantityperEmployeeperMonthmT,
.product-id-7565- .variation {
  display: none;
}

.terrapass-cart-detail .product-wrapper .product-heading .product-price .amount,
.terrapass-cart-detail
  .product-wrapper
  .product-heading
  .product-price
  .subscription-details {
  color: #40a498;
  font-size: 23px;
}

.terrapass-cart-detail .product-wrapper,
.terrapass-coupon-section {
  border: 1px solid #dddee3;
  padding: 2rem;
  background: #fff;
}

.terrapass-coupon-section {
  margin-bottom: 1.5rem;
}

.woocommerce table.shop_table td {
  border: none;
}

.terrapass-coupon-section label {
  display: block;
  text-transform: uppercase;
  color: #424242;
  font-size: 14px;
  font-weight: 600;
}

.terrapass-coupon-section input[type="text"] {
  width: 70%;
  border: 1px solid #dddee3;
  padding: 1rem;
  margin: 0.5rem 0 !important;
}

.woocommerce-checkout h1.entry-title {
  padding-top: 2rem;
}

#customer_details {
  display: flex;
  justify-content: space-between;
}

.billing-details {
  flex-basis: 75%;
  padding-right: 3%;
}

.woocommerce-billing-fields > h3 {
  margin-bottom: 2rem;
}

.woocommerce-billing-fields p label span.optional,
.woocommerce-additional-fields p label span.optional {
  display: none;
}

.woocommerce-checkout form.woocommerce-checkout input[type="text"] {
  border-radius: 5px;
  border: 1px solid #dddee3;
  background: #fff;
}

.woocommerce-checkout
  .billing-details
  .woocommerce-additional-fields__field-wrapper
  .form-row {
  width: 100%;
  padding-right: 0;
}

.woocommerce-additional-fields {
  margin: 1.5rem 0;
}

.woocommerce-checkout .billing-details .form-row.create-account {
  margin-top: 2rem;
}

#order_review_heading,
.woocommerce-additional-fields h3 {
  margin-top: 3rem;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper p,
.wooccm-additional-fields p {
  flex: 0 0 49%;
  padding-bottom: 1.5rem;
}

.woocommerce-billing-fields__field-wrapper .wooccm-type-country {
  flex-basis: 100%;
}

.woocommerce-billing-fields__field-wrapper p input,
.woocommerce-additional-fields textarea {
  width: 100%;
}

.wooccm-additional-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

.wooccm-additional-fields > div {
  flex-basis: 100%;
}

.wooccm-additional-fields p {
  flex: 0 0 49%;
}

.wooccm-additional-fields p input {
  width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout textarea,
.woocommerce-account .woocommerce form .form-row textarea {
  height: 150px;
  border: 1px solid #dddee3;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #ffffff;
  color: #424242;
}

#customer_details .billing-details label {
  display: block;
  text-transform: uppercase;
  color: #424242;
  font-weight: 600;
}

.woocommerce-checkout-review-order {
  padding: 0;
}

.woocommerce-account-fields .create-account:before,
.woocommerce-account-fields {
  clear: both;
  content: " ";
}

.woocommerce-account-fields {
  max-width: 820px;
}

.logged-in.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}

.logged-in.woocommerce-account
  .woocommerce-address-fields__field-wrapper
  label {
  display: block;
  margin-top: 1rem;
}

.logged-in.woocommerce-account #update_all_subscriptions_addresses_field {
  padding: 1rem 0;
}

#order_review,
.woocommerce-table--order-details_wrapper,
.woocommerce-orders-table--subscriptions {
  border-radius: 5px;
  border: 1px solid #dddee3 !important;
  background: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  max-width: 860px;
}

table.shop_table {
  margin-bottom: 0 !important;
}

table.woocommerce-orders-table--subscriptions {
  margin-bottom: 2rem !important;
}

.woocommerce .woocommerce-orders-table--subscriptions td:last-of-type a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 0.9rem;
}

.shop_table.woocommerce-checkout-review-order-table,
.shop_table.woocommerce-table--order-details {
  border-radius: 5px;
  background: #fff;
  border: none !important;
  border-collapse: separate;
}

.woocommerce-checkout-review-order-table th.product-total {
  width: 20%;
}

.shop_table.woocommerce-checkout-review-order-table
  td.product-name
  .woocommerce-Price-amount {
  display: block;
  font-weight: 700;
}

.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tfoot
  tr:last-of-type
  td {
  color: #40a498;
  font-weight: 600;
}

.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  thead
  th:last-of-type,
.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tbody
  tr
  td:last-of-type,
.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tfoot
  tr
  td {
  text-align: right;
}

.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tbody
  tr
  td {
  border-bottom: 1px solid #dddee3;
  padding-top: 2rem;
}

.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tbody
  tr.product-purchase-note
  td {
  text-align: left;
  padding: 1rem;
  background: #dddee3;
  position: relative;
}

tr.product-purchase-note td:before {
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\42";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 1rem;
  top: -20px;
  color: #dddee3;
  font-size: 2rem;
}

.woocommerce-page.woocommerce-view-subscription h2 {
  margin-top: 2rem;
}

.woocommerce-page.woocommerce-view-subscription .subscription_details tr td {
  padding: 10px 24px;
}

.woocommerce-page.woocommerce-view-subscription
  .subscription_details
  tr
  td
  a.button {
  font-size: 14px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.woocommerce-page.woocommerce-view-subscription .order_details ul {
  list-style: none;
  padding-left: 0;
}

.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tfoot
  tr
  td {
  border-bottom: 1px solid #dddee3;
}

.woocommerce-orders-table--subscriptions {
  border-collapse: separate;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
  padding: 1rem 0;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
  border-bottom: 1px solid #dddee3;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td {
  border-bottom: none;
  padding-bottom: 2.5rem;
}

.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table .order-total th,
.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
  padding: 20px 0px;
}

.woocommerce-checkout #main-content .cart-subtotal td {
  border-top: none;
}

.shop_table.woocommerce-table--order-details td,
.shop_table.woocommerce-table--order-details th,
.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table
  tr.cart-subtotal
  td
  .woocommerce
  .shop_table.woocommerce-checkout-review-order-table
  tr.cart-dicount
  th,
.woocommerce table.shop_table tr.cart-discount th,
.woocommerce table.shop_table tr.cart-discount td,
.woocommerce table.shop_table tr.cart-subtotal td {
  border-bottom: 1px solid #dddee3;
  padding: 9px 0px;
}

.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tfoot
  tr:first-of-type
  td,
.woocommerce-order-received
  .shop_table.woocommerce-table--order-details
  tfoot
  tr:first-of-type
  th {
  padding-top: 2rem;
}

.shop_table.woocommerce-checkout-review-order-table thead th:last-of-type,
.shop_table.woocommerce-checkout-review-order-table tbody td:last-of-type,
.shop_table.woocommerce-checkout-review-order-table tfoot td:last-of-type {
  text-align: right;
}

.shop_table.woocommerce-table--order-details tr:last-child th,
.shop_table.woocommerce-table--order-details tr:last-child td {
  border: none !important;
}

.woocommerce-checkout-review-order-table tr.recurring-totals th,
.woocommerce-checkout-review-order-table tr.cart-subtotal.recurring-total td,
.woocommerce-checkout-review-order-table tr.cart-subtotal.recurring-total th,
.woocommerce table.shop_table tr.cart-subtotal.recurring-total td {
  border-bottom: 1px solid #dddee3;
  padding: 20px 0;
}

.woocommerce-checkout #payment {
  padding: 1.5rem;
  background: rgba(176, 206, 226, 0.4);
}

.woocommerce-checkout #payment .payment_method_paypal label a {
  display: block;
}

ul.payment_methods li.payment_method_paypal input[type="radio"] {
  position: relative;
  bottom: 5px;
}

input[type="radio"].gfield-choice-input {
  appearance: auto;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #4598e6;
  width: 1.15em !important;
  height: 1.15em !important;
  border: 2px solid #fff;
  border-radius: 50%;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ccc;
}

input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #4598e6;
  width: 1.15em !important;
  height: 1.15em !important;
  border: 2px solid #fff;
  position: relative;
  top: 3px;
  margin-right: 0.5rem;
  border: 1px solid #4598e6;
}

input[type="checkbox"]::before {
  content: "";
  width: 1.2em !important;
  height: 1.2em !important;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type="checkbox"]:checked:before {
  content: "\4e";
  position: relative;
  font-family: "ETmodules";
  top: -4px;
  color: #fff;
  font-size: 0.8rem;
  top: -4px;
}

input[type="checkbox"]:checked {
  position: relative;
  top: 3px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: #4598e6;
}

input.js-sv-wc-tokenize-payment {
  font-size: 0.93rem;
}

form.login input[type="checkbox"] {
  border: 2px solid #4598e6;
}

li.payment_method_authorize_net_cim_credit_card div:nth-of-type(1),
li.payment_method_authorize_net_cim_credit_card label {
  align-items: center;
  justify-content: flex-start;
}

li.payment_method_authorize_net_cim_credit_card label {
  position: relative;
  top: -3px;
  left: 0.4rem;
}

div.payment_method_authorize_net_cim_credit_card {
  flex: none;
}

input#payment_method_authorize_net_cim_credit_card:checked + label,
input#payment_method_authorize_net_cim_credit_card:checked
  + label
  div.payment_method_authorize_net_cim_credit_card,
input#wc-authorize-net-cim-credit-card-use-new-payment-method:checked + label {
  flex: none;
}

li.payment_method_authorize_net_cim_credit_card
  div.payment_box
  div.wc-authorize-net-cim-credit-card-new-payment-method-form,
li.payment_method_authorize_net_cim_credit_card
  div.payment_box
  div.wc-authorize-net-cim-credit-card-new-payment-method-form
  label {
  display: block;
  justify-content: flex-start;
  font-size: 0.7rem;
}

li.payment_method_authorize_net_cim_credit_card
  div.payment_box
  div.wc-authorize-net-cim-credit-card-new-payment-method-form
  p
  label[for="wc-authorize-net-cim-credit-card-tokenize-payment-method"] {
  font-size: 0.8rem;
  font-weight: 600;
  color: #424242;
  position: relative;
  top: 0rem;
}

.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"] {
  font-size: 0.8rem;
}

.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-credit-card-form-account-number[type="tel"] {
  text-align: left;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form p:nth-of-type(2),
.wc-authorize-net-cim-credit-card-new-payment-method-form p:nth-of-type(3) {
  width: 47%;
  float: left;
  margin-right: 5px;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form p:nth-of-type(3) {
  float: right;
  margin-right: 0;
}

ul.payment_methods li div.sv-wc-payment-gateway-card-icons {
  display: flex;
  margin: 0;
  padding-left: 1rem;
}

.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-credit-card-form-account-number {
  background-image: none;
}

.woocommerce .button.sv-wc-payment-gateway-payment-form-manage-payment-methods,
.woocommerce button.button.alt,
.woocommerce-account .woocommerce input.button,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button.alt,
.woocommerce a.button.alt {
  color: #fff;
  background-color: #4598e6;
  border-color: #4598e6;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 0.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  width: 100%;
  white-space: nowrap;
}

.woocommerce-page button.button.alt.disabled {
  color: #424242;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 0.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  width: 100%;
  white-space: nowrap;
}

.woocommerce
  .button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt.disabled:hover {
  padding: 0.5rem;
  background-color: #4ba8ff;
  border-color: #4ba8ff;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.woocommerce-page a.button.alt,
.woocommerce a.button.alt {
  display: block;
  text-align: center;
}

.woocommerce
  .button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:after,
.woocommerce button.button.alt:hover:after {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 2rem 0;
}

.payment-details {
  flex-basis: 25%;
}

.payment-details ul {
  list-style: none;
  padding: 0;
}

.payment-details ul li:nth-of-type(1) {
  margin-bottom: 1rem;
}

.woocommerce-checkout #payment div.et_pb_section.et_pb_section_1 {
  background-image: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions {
  width: 250px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin-bottom: 2rem;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions > p {
  display: none;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions p,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions h2,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions h3,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions table {
  font-size: 0.8rem;
}

ul.woocommerce-thankyou-order-details {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 2rem;
}

ul.woocommerce-thankyou-order-details li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 2rem;
}

#wc_social_checkout {
  margin-bottom: 1rem;
}

#wc_social_checkout .woo_sc_item {
  margin-top: 1rem;
}

.woocommerce-order-details {
  margin-top: 2rem;
}

.woocommerce-order-received .woocommerce-order-details {
  max-width: 788px;
}

.woocommerce-page form.login {
  margin-bottom: 2rem;
}

.woocommerce-page form.login .form-row,
.woocommerce-page form.woocommerce-ResetPassword .form-row,
.woocommerce-page form.woocommerce-form-register .form-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  max-width: 400px;
}

.woocommerce-page form.login .woocommerce-form__label-for-checkbox {
  display: block;
  margin-top: 1rem;
}

.woocommerce-page form.login button.button,
.woocommerce-account form.woocommerce-form-register button.button {
  max-width: 200px;
}

.woocommerce-account .woocommerce .u-columns {
  display: flex;
  justify-content: space-between;
}

.logged-in.woocommerce-account .woocommerce {
  display: flex;
  justify-content: flex-start;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  padding-right: 10%;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul {
  list-style: none;
  padding-left: 0;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-EditAccountForm
  .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.logged-in.woocommerce-account
  .woocommerce
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  label {
  font-weight: 600;
}

.logged-in.woocommerce-account .woocommerce-Message a {
  margin-right: 1rem;
}

.woocommerce-account .woocommerce .u-columns .u-column1,
.woocommerce-account .woocommerce .u-columns .u-column2 {
  flex-basis: 50%;
}

.woocommerce-account .woocommerce #send_tickets {
  max-width: 520px;
}

/* Hide post featured image */
.et_post_meta_wrapper img {
  display: none !important;
}

h1.entry-title {
  font-weight: normal;
}

.terrapass-cart-total table {
  font-size: 16px;
  padding-left: 140px !important;
  border: none !important;
}

.terrapass-cart-total table th,
.terrapass-cart-total table td {
  border: none !important;
  padding: 8px 8px 8px 0;
  vertical-align: top;
}

.terrapass-cart-total table .amount {
  font-weight: 800;
  color: #424242;
}

.cart-subtotal .woocommerce-Price-amount bdi {
  color: #424242;
}

.order-total .woocommerce-Price-amount bdi,
.recurring-total .woocommerce-Price-amount {
  color: #40a498;
  font-weight: 700;
}

.woocommerce-customer-details {
  margin-top: 2rem;
}

body.woocommerce-checkout
  .et_pb_section.et_pb_section_0.page-template-a-hero-section {
  display: none;
}

body.woocommerce-checkout
  .woocommerce-terms-and-conditions
  .et_pb_row.et_pb_row_1 {
  width: 90%;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

body.woocommerce-checkout .button,
.woocommerce
  .woocommerce-orders-table
  .woocommerce-orders-table__cell-order-actions
  a,
.woocommerce-page a.button.wc-backward {
  color: #fff;
  background-color: #4598e6;
  border-color: #4598e6;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 0.3em 1em;
}

body.woocommerce-checkout .button:hover {
  color: #fff;
  background-color: #4ba8ff;
  border-color: #4ba8ff;
  transition: ease-in-out 0.3s;
  padding: 0.3em 1em;
}

body.woocommerce-checkout .button:hover:after,
.woocommerce-page a.button.wc-backward:hover:after {
  display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 8px;
}

.woocommerce-error {
  color: #d8000c !important;
  background-color: #ffd2d2 !important;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-top: 25px !important;
}

/* Page/Section specific */
.custom-list {
  padding: 0 !important;
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
  list-style-type: none !important;
}

.custom-list li {
  font-size: 14px;
  line-height: 17px;
  color: #2c2b2b;
  font-family: "Myriad Pro Regular";
  margin-top: 10px;
}

.custom-list.arrow li {
  position: relative;
  padding-left: 20px;
}

.custom-list.arrow li::before {
  content: "";
  background-image: url("./assets/images/chevron-right-icon.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

/*** PROJECTS PAGES ***/
.single-project .et_pb_section_0 .et_pb_text_inner h2 {
  margin-top: 2rem;
}

.projectHeader {
  background-size: 100%;
  background-position: center;
  color: #fff;
}

.innerColored {
  padding: 6% 0;
  background: rgba(0, 149, 255, 0.55);
}

.similar-projects-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.headerContainer {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.projectHeader h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.bgPlaceholder {
  background-image: url("./assets/images/placeholder-image.png");
  background-position: center;
}

.support {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  margin-bottom: 0.6rem;
}

.handshake {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url("./assets/images/handshake.png");
  background-size: cover;
  margin-right: 0.5rem;
}

.feature-image {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 14px;
}

ul.featuredProjects {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

ul.featuredProjects li {
  flex-basis: 30%;
  border: 1px solid #ccc;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #fff;
  text-align: center;
  margin: 0 0.5rem 1rem 0.5rem;
}

ul.featuredProjects li img {
  border-top-right-radius: 14px;
}

ul.featuredProjects li p {
  padding-bottom: 0;
  color: #666666;
  line-height: 26px;
  font-size: 16px;
}

ul.featuredProjects li .add_to_cart {
  position: relative;
  text-align: center;
  top: -14px;
  font-weight: 600;
  font-size: 0.7rem;
}

.add_to_cart span {
  display: inline-block;
  width: 21px;
  height: 16px;
  background-image: url("./assets/images/shopping-cart.png");
  background-size: cover;
  position: relative;
  top: 2px;
  margin-right: 0.3rem;
}

ul.featuredProjects li div {
  padding: 1rem;
  text-align: center;
}

ul.featuredProjects li div h3 {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

ul.featuredProjects li div span {
  display: block;
  margin-top: 0.5rem;
  color: #666666;
}

.learn-more,
.load-more-feature-project {
  color: #1ea0ff;
  font-weight: 600;
  font-size: 1rem;
}

a.learn-more:before {
  content: "";
  background-image: url("./assets/images/chevron-right-icon.svg");
  position: relative;
  top: 1px;
  background-size: contain;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.2rem;
}

.custom_fields_ACF {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}

.custom_fields_ACF p {
  padding-bottom: 1.5rem !important;
}

ul.projects_custom_fields {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  max-width: 980px;
}

ul.projects_custom_fields li {
  text-align: center;
  flex-basis: 25%;
}

ul.projects_custom_fields li span.title,
.title {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

ul#project-type-cards, ul#project-portfolio-cards {
  list-style: none;
  padding: 1rem;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
}

ul#project-type-cards li a, ul#project-portfolio-cards li a {
  color: #333;
  text-transform: uppercase;
}

ul#project-type-cards li a.active, ul#project-portfolio-cards li a.active {
  color: #44a0fe;
}

.headerRight {
  width: 24%;
}

.support-project {
  background: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 1rem;
  text-align: center;
}

.support-project p {
  padding-bottom: 0;
}

.support-project span {
  font-weight: 600;
  color: #666;
}

.support-project .add_to_cart {
  margin-left: 3rem;
}

.add_to_cart {
  background: #44a0fe;
  color: #fff;
  padding: 0.5rem 0.8rem;
}

#project-body {
  padding-top: 0;
}

.single-project .et_pb_section.et_pb_section_2_tb_header.et_section_regular {
  padding: 1% 0;
}

@media only screen and (max-width: 599px) {
  ul.projects_custom_fields li {
    flex-basis: 50%;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media only screen and (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 0px 0 0 0 !important;
  }
}

#main-header {
  padding: 20px 0;
  padding-bottom: 0;
}

.et_header_style_left #et-top-navigation {
  padding-top: 0;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 40px;
}

#menu-header > li {
  padding: 0 0px !important;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li,
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0px;
  line-height: 1.4;
}

#menu-header > li a {
  color: #2c2b2b;
  padding: 20px;
  font-size: 18px;
  font-family: "Myriad Pro Regular";
}

#menu-header > li a:hover {
  opacity: 1 !important;
  color: #90c233;
}

#menu-header li.current-menu-item > a {
  background-color: #edf5de;
  color: #2c2b2b !important;
}

#menu-header .menu-item-has-children > a:first-child:after {
  content: none;
}

#menu-header > li:last-child {
  position: relative;
}

#menu-header > li:last-child a {
  color: #1e9fff !important;
  padding-left: 30px;
}

#menu-header > li:last-child a:hover {
  opacity: 1;
  color: #1e9fff;
}

.et-cart-info {
  display: none !important;
}

/* Sub Menu*/
#menu-header .sub-menu {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  text-align: left !important;
  background-color: transparent !important;
  padding-top: 93px;
  padding-bottom: 0;
  border-top: 0;
  box-shadow: none;
}

#menu-header .sub-menu::before {
  content: "";
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 27px;
  height: 16px;
  text-indent: -999em;
  text-align: left !important;
  background: url(./assets/images/triangle.png) no-repeat;
  position: absolute;
  top: 77px;
  left: 13%;
}

#menu-header .sub-menu::after {
  content: "";
  z-index: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 93px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

#menu-header .sub-menu > li {
  display: block;
  width: 100%;
  padding: 0;
  background: #ffffff;
}

#menu-header .sub-menu > li:first-child {
  padding-top: 10px;
}

#menu-header .sub-menu > li:last-child {
  padding-bottom: 14px;
}

#menu-header .sub-menu > li a {
  display: block;
  width: 100%;
  color: #2c2b2b;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  text-transform: none;
  padding: 5px 15px;
}

#menu-header .sub-menu > li a:hover {
  color: #90c233;
}

#menu-header .sub-menu > li a:active {
  background-color: rgba(144, 194, 91, 0.2);
  font-family: "Myriad Pro Bold";
}

.et-fixed-header #menu-header .sub-menu::before {
  width: 20px;
  height: 15px;
  top: -13px;
}

/* posts and pages */

/* Footer */
#menu-business > li {
  margin-top: 8px;
  width: 100% !important;
}

#menu-about-us > li {
  margin-top: 8px;
  width: 100% !important;
}

#menu-contact-us > li {
  margin-top: 8px;
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px 15px 15px 15px;
  box-shadow: 0px 1px 7px #00000025;
  padding: 1rem;
}

.restore-balance-box {
  padding: 19px 26px 57px;
}

.restore-balance-box .restore-balance-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.restore-balance-box .restore-balance-icon img {
  width: 50px;
  height: 50px;
}

.restore-balance-box h4 {
  font-size: 21px;
  line-height: 25px;
  color: #2c2b2b;
  text-align: center;
  font-family: "Myriad Pro Regular";
  margin-top: 11px;
  margin-bottom: 15px;
}

.restore-balance-box p {
  font-size: 16px;
  line-height: 20px;
  color: #2c2b2b;
  text-align: center;
  font-family: "Myriad Pro Regular";
  margin-bottom: 15px;
}

.restore-balance-box.mobile-restore-balance-box {
  padding: 16px;
}

.restore-balance-box.mobile-restore-balance-box .restore-balance-box-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.restore-balance-box.mobile-restore-balance-box .restore-balance-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.restore-balance-box.mobile-restore-balance-box .restore-balance-icon img {
  width: 50px;
  height: 50px;
}

.restore-balance-box.mobile-restore-balance-box h4 {
  font-size: 21px;
  line-height: 25px;
  color: #2c2b2b;
  text-align: left;
  font-family: "Myriad Pro Regular";
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.restore-balance-box.mobile-restore-balance-box p {
  font-size: 16px;
  line-height: 20px;
  color: #2c2b2b;
  text-align: left;
  font-family: "Myriad Pro Regular";
  margin-bottom: 0px;
}

.restore-balance-box.mobile-restore-balance-box .restore-balance-outlin-btn {
  color: #2965ab;
  border: 2px solid #2965ab;
}

.offset-event-right-block {
  width: 426px;
  padding: 80px 0;
  float: right;
  height: 100%;
}

.offset-event-right-section {
  display: flex;
  padding: 32px 25px 32px 21px;
}

.offset-event-right-section.mobile-offset-event-right-section {
  display: block;
  padding: 32px 25px 32px 21px;
}

.offset-event-right-section.mobile-offset-event-right-section
  .mobile-offset-event-right-head {
  display: flex;
}

.offset-event-right-section .offset-event-right-icon {
  margin-right: 20px;
  width: 15%;
}

.offset-event-right-section .offset-event-right-icon img {
  width: 50px;
  height: 50px;
}

.offset-event-right-section .offset-event-right-content {
  width: 80%;
}

.offset-event-right-section .offset-event-right-content p {
  font-size: 16px;
  line-height: 20px;
  color: #2c2b2b;
  font-family: "Roboto Regular";
  margin-bottom: 17px;
}

.home-living-plan-block {
  display: flex;
  align-items: inherit;
}

.home-living-plan-block .home-living-plan-imagebox {
  width: 10%;
  margin-right: 30px;
}

.home-living-plan-block .home-living-plan-contentbox {
  width: 70%;
  padding-right: 60px;
}

.home-living-plan-block .home-living-plan-contentbox h3 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Myriad Pro Bold";
  margin-bottom: 7px;
}

.home-living-plan-block .home-living-plan-contentbox p {
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Roboto Regular";
  margin-bottom: 0px;
}

.home-living-plan-block .home-living-plan-buttonbox {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-btn {
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto Bold";
}

/*.home-living-plan-section::before {
    content: "";
    position: absolute;
    height: 64px;
    width: 50%;
    background-image: url('./assets/images/pattern-white.png');
    background-repeat: no-repeat;
    opacity: 83%;
    top: 0;
    left: 0;
}

.home-living-plan-section::after {
    content: "";
    position: absolute;
    height: 64px;
    width: 50%;
    background-image: url('./assets/images/pattern-white.png');
    background-repeat: no-repeat;
    background-position: right;
    opacity: 83%;
    bottom: 0;
    right: 0;
}*/

.our-project-img-block {
  width: 519px;
  float: right;
  padding-top: 80px;
}

/*.what-our-project-section::before {
    content: "";
    position: absolute;
    height: 64px;
    width: 50%;
    top: 0;
    right: 0;
    background-image: url('./assets/images/pattern-black.png');
    background-repeat: no-repeat;
    background-position: right;
}

.what-our-project-section::after {
    content: "";
    position: absolute;
    height: 64px;
    width: 50%;
    bottom: 0;
    left: 0;
    background-image: url('./assets/images/pattern-black.png');
    background-repeat: no-repeat;
}*/

.home-testimonial-block {
  padding-top: 63px;
}

.home-testimonial-block span {
  color: #767373;
  font-size: 21px;
  line-height: 20px;
}

.home-testimonial-block span small {
  color: #767373;
  font-size: 18px;
}

/*.footer-never-miss::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(./assets/images/never-miss-pattern.png);
    background-repeat: no-repeat;
    top: -12px;
}*/

.desktop-social-icon-box-footer {
  margin: 0 -20px !important;
}

.desktop-social-icon-box-footer li {
  padding: 0 10px;
}

.homepage-blog article {
  margin-bottom: 20px;
}

.homepage-blog article .entry-featured-image-url {
  margin-bottom: 0;
  float: left;
}

.homepage-blog article .entry-featured-image-url img {
  width: 50px;
  height: 50px;
  object-fit: fill;
  border-radius: 50%;
}

.homepage-blog article .entry-title {
  padding-bottom: 0;
  margin-left: 70px;
}

.homepage-blog article .entry-title a {
  font-size: 16px;
  line-height: 30px;
  font-family: "Myriad Pro Regular";
  color: #2c2b2b;
}

.homepage-blog article .post-meta {
  margin: 0;
}

.homepage-blog article .post-content {
  float: left;
  margin-top: -10px;
  margin-left: 20px;
}

.homepage-blog article .post-content .post-content-inner {
  display: none;
}

.homepage-blog article .post-content .more-link {
  font-size: 14px;
  line-height: 30px;
  font-family: "Myriad Pro Regular";
  text-decoration: underline;
  text-transform: capitalize;
  color: #2c2b2b;
}

.homepage-view-blog-btn {
  background-color: transparent;
  border: 1px solid #2965ab;
  color: #2965ab;
}

.home-restore-balance-section {
  background-image: url("https://dev-assets.terrapass.com/wp-content/uploads/2020/10/home-bg.png");
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_footer.et_pb_menu {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_1_tb_footer.et_pb_menu {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_2_tb_footer.et_pb_menu {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_3_tb_footer.et_pb_menu {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: transparent !important;
}

.mobile-divi-header .et_pb_column {
  margin-bottom: 0;
}

.mobile-divi-header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-divi-header-logo .et_pb_text_inner p {
  font-size: 12px;
  font-family: "Myriad Pro Bold";
  line-height: 14px;
  color: #2965ab;
}

.terrapass-loader::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.terrapass-loader::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 5px solid;
  border-top-color: rgb(82 161 255);
  border-bottom-color: rgb(82 161 255);
  border-left-color: rgba(188, 84, 93, 0.95);
  border-right-color: rgb(126 59 208);
  -webkit-animation: loader2 2s ease-in-out infinite alternate;
  animation: loader2 2s ease-in-out infinite alternate;
  z-index: 999;
}

@keyframes loader2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

@-webkit-keyframes loader2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

.home-newsletter-form {
  margin-top: 25px;
}

.home-newsletter-form .home-newsletter-form-row {
  display: flex;
}

.home-newsletter-form .home-newsletter-form-row .email.field_block .fb-email {
  width: 275px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  margin-right: 12px;
  padding-left: 10px;
  font-size: 16px;
  font-family: "Roboto Regular";
  color: #ffffff;
  border: 0px;
}

.home-newsletter-form
  .home-newsletter-form-row
  .email.field_block
  .fb-email:focus {
  outline: none;
  border: 0;
}

.home-newsletter-form
  .home-newsletter-form-row
  .email.field_block
  .fb-email::placeholder {
  color: #ffffff;
}

.home-newsletter-form
  .home-newsletter-form-row
  .subscribe.field_block
  .subscribe-btn {
  height: 40px;
  min-width: 220px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-family: "Myriad Pro Bold";
}

@media (max-width: 991px) {
  .home-newsletter-form {
    margin-top: 15px;
  }

  .home-newsletter-form .home-newsletter-form-row {
    flex-direction: column;
    width: 100% !important;
  }

  .home-newsletter-form .home-newsletter-form-row .email.field_block .fb-email {
    width: 100%;
    margin-right: 0;
  }

  .home-newsletter-form
    .home-newsletter-form-row
    .subscribe.field_block
    .subscribe-btn {
    margin-top: 13px;
    min-width: 100%;
  }
}

/*
 * Page Template-A
 * Class prefix: .page-template-a-
*/

.page-template-a-hero-section .offset-event-right-block {
  width: 426px;
  padding: 0px 0;
  float: right;
  height: 100%;
}

.page-template-a-hero-section
  .offset-event-right-block
  .offset-event-right-section {
  display: flex;
  padding: 26px 25px 18px 22px;
}

.page-template-a-hero-section
  .offset-event-right-block
  .offset-event-right-content {
  color: #2c2b2b;
}

.page-template-a-hero-section
  .offset-event-right-block
  .offset-event-right-content
  .btn-primary {
  margin-top: 10px;
}

/* Custom Tab */
.terrapass-tab {
  border: 0px;
}

.terrapass-tab .et_pb_tabs_controls > li {
  border: 0px !important;
}

.terrapass-tab .et_pb_tabs_controls > li a {
  border: 0px !important;
  color: #939597;
}

.terrapass-tab .et_pb_tabs_controls > li.et_pb_tab_active {
  background-color: transparent !important;
  border-bottom: 1px solid #2c2b2b !important;
}

.terrapass-tab .et_pb_tabs_controls > li.et_pb_tab_active a {
  color: #2c2b2b;
}

.terrapass-tab .et_pb_tab {
  padding: 40px 80px;
  padding-bottom: 0;
}

.terrapass-tab table {
  border: 0 !important;
  margin: 0 !important;
}

.terrapass-tab table td {
  border: 0px;
  padding: 6px 0px;
  vertical-align: -webkit-baseline-middle;
}

.terrapass-tab table td img {
  width: 46px;
}

.terrapass-tab ul.et_pb_tabs_controls {
  border-bottom: 1px solid #f4f4f4 !important;
  background-color: transparent;
}

.terrpass-featured-partners {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 -10px !important;
  padding-left: 0 !important;
  justify-content: space-between !important;
}

.terrpass-featured-partners > li {
  padding: 0 10px !important;
}

.terrpass-featured-partners > li a img {
  width: 130px;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.terrpass-featured-partners > li a:hover img {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

/* Testimonial Slider */
.terrapass-testimonial .terrapass-testimonial-row {
  display: flex;
  align-items: center;
}

.terrapass-testimonial .terrapass-testimonial-row .img {
  width: 50% !important;
}

.terrapass-testimonials-heading {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: 39px;
  padding: 0;
}

.terrapass-testimonial .terrapass-testimonial-row .img img {
  object-fit: cover;
  height: 100%;
}

.terrapass-testimonial .terrapass-testimonial-row .content {
  width: 50% !important;
  padding-left: 40px !important;
}

.terrapass-testimonial .terrapass-testimonial-row .content h1 {
  font-size: 21px !important;
  line-height: 21px;
  color: #2965ab !important;
}

.terrapass-testimonial .terrapass-testimonial-row .content p {
  font-size: 22px !important;
  line-height: 27px !important;
  color: #2c2b2b;
}

.terrapass-testimonial-slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.terrapass-testimonial .home-testimonial-title {
  margin-top: 15px;
}

.terrapass-testimonial .home-testimonial-title h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.terrapass-testimonial .home-testimonial-title span {
  display: block;
  font-size: 14px;
}

.terrapass-testimonial-slider .slick-dots {
  position: absolute;
  bottom: 80px;
  display: block;
  width: auto;
  left: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-left: 39px;
}

.terrapass-testimonial-slider .slick-dots > li {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.terrapass-testimonial-slider .slick-dots > li button {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.terrapass-testimonial-slider .slick-dots > li button::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b6bfc8;
  opacity: 1;
}

.terrapass-testimonial-slider .slick-dots > li.slick-active button::before {
  background: #0a61ae;
}

.terrapass-gray-banner-section {
  position: relative;
}

.terrapass-gray-banner-section::before {
  content: "";
  position: absolute;
  background-image: url(./assets/images/pattern-black.png);
  background-repeat: repeat;
  background-position: center;
  top: 0;
  right: 0;
  height: 56px;
  width: 50%;
}

.terrapass-gray-banner-section::after {
  content: "";
  position: absolute;
  background-image: url(./assets/images/pattern-black.png);
  background-repeat: repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  height: 56px;
  width: 35%;
}

.terrapass-calltoaction-secton {
  position: relative;
}

.terrapass-calltoaction-secton:before {
  content: "";
  position: absolute;
  background: url(./assets/images/pattern-black.png);
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
}

.terrapass-callto-actionbtn {
  padding: 5px 10px;
  margin: 0 auto;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2965ab !important;
}

.terrapass-callto-actionbtn .et_pb_promo_description {
  padding-bottom: 0;
}

.terrapass-callto-actionbtn .et_pb_promo_description h2 {
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  color: #ffffff;
}

.terrapass-callto-actionbtn .et_pb_button {
  border: 0;
  padding: 0;
}

.terrapass-callto-actionbtn .et_pb_button:after {
  content: none;
}

.terrapass-callto-actionbtn .et_pb_button:hover {
  border: 0;
  padding: 0;
  background: transparent;
}

.terrapass-sidebar {
  border-right: 0px !important;
  padding-right: 0 !important;
}

.terrapass-sidebar .widget_custom_html {
  padding-right: 0;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 4px;
  padding-top: 50px;
  text-align: center;
  margin-bottom: 10px !important;
}

.terrapass-sidebar .widget_text {
  padding-right: 0;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 4px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 10px !important;
  text-align: center;
}

.terrapass-sidebar .widgettitle {
  margin: 0 50px;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.terrapass-sidebar .custom-html-widget p {
  padding: 0 50px;
  font-size: 15px;
  color: rgb(34, 34, 34);
  text-align: center;
}

.terrapass-sidebar .custom-html-widget .personal-package {
  padding: 30px 15px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.terrapass-sidebar .custom-html-widget .personal-package figure.left {
  width: 100px;
  float: left !important;
}

.terrapass-sidebar .custom-html-widget .personal-package figure.left img {
  max-width: 90%;
}

.terrapass-sidebar .custom-html-widget .personal-package figure.left + .right {
  width: calc(100% - 115px);
  float: right !important;
}

.terrapass-sidebar .custom-html-widget .personal-package .right hgroup {
  text-align: left;
  margin-bottom: 20px;
}

.terrapass-sidebar .custom-html-widget .personal-package .right hgroup small {
  color: #4d4d4d;
  font: 12px "myriad-pro", Arial, sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.terrapass-sidebar .custom-html-widget .personal-package .right hgroup strong {
  display: block;
  font: 18px "myriad-pro", Arial, sans-serif;
}

.terrapass-sidebar .custom-html-widget .personal-package .button {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 3px;
}

.terrapass-sidebar .custom-html-widget .personal-package .button:hover {
  background: #91c03f;
  color: #222 !important;
}

.terrapass-sidebar .terrpass-lastest-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
}

.terrapass-sidebar .terrpass-lastest-post .terrapass-latest-post-img {
  display: block;
}

.terrapass-sidebar .terrpass-lastest-post .terrapass-latest-post-img img {
  width: 83px;
  height: 83px;
}

.terrapass-sidebar .terrpass-lastest-post .terrapass-latest-post-content {
  display: block;
  color: #222;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.terrapass-sidebar .terrpass-lastest-post .terrapass-latest-post-readmore {
  color: #4d4d4d;
  display: block;
  font-size: 17px;
  margin-top: 5px;
  text-decoration: underline;
}

.terrapass-sidebar .terrpass-lastest-post .button {
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 3px;
  width: 160px;
  margin-top: 10px;
}

.terrapass-sidebar .terrpass-lastest-post .button:hover {
  background: #91c03f;
  color: #222 !important;
}

.terrapass-heading h3 {
  font-weight: 700;
  font-size: 21px;
  color: #2965ab !important;
  line-height: 35px;
  text-align: center;
}

.widget-button {
  color: #fff !important;
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.terrapass-sidebar .custom-html-widget .personal-package {
  padding: 30px 15px 20px;
}

.terrapass-sidebar .custom-html-widget .personal-package:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.terrapass-woo-row {
  width: 100% !important;
  max-width: 1280px !important;
}

.et-db #et-boc .et-l .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: transparent !important;
}

.voucher-image-option a {
  cursor: pointer;
}

/* Product Category */
.terrapass-product-category-banner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  text-align: center;
  background-color: #2965ab !important;
}

.terrapass-product-category-banner .terrapass-product-cat-heading {
  font-size: 70px;
  line-height: 78px;
  font-family: "Myriad Pro Regular";
  color: #ffffff;
  padding-bottom: 0;
}

.terrapass-product-category-banner .terrapass-product-cat-title {
  font-size: 24px !important;
  line-height: 30px;
  font-family: "Myriad Pro Regular";
  color: #ffffff;
}

.project-list-intro {
  text-align: center;
}

.project-list-intro p {
  font-size: 18px;
  font-family: "Roboto Regular";
  color: #2c2b2b;
}

.terrapass-product-category .tarapass-product-tablist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  max-width: 582px;
  height: 70px;
  padding: 0 10px;
}

.terrapass-product-category .tarapass-product-tablist > li {
  padding: 0 10px !important;
  flex-basis: 190px;
}

.terrapass-product-category
  .tarapass-product-tablist
  > li
  .terrapass-product-tab {
  width: 100%;
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  background-color: #f6f7fb;
  border: 1px solid #4598e6;
  transition: ease-in-out 0.5s;
}

.terrapass-product-category
  .tarapass-product-tablist
  > li
  .terrapass-product-tab:hover {
  background-color: #4598e6;
  color: #ffffff;
  transition: ease-in-out 0.3s;
}

.terrapass-product-category
  .tarapass-product-tablist
  > li.active
  .terrapass-product-tab {
  width: 100%;
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  background-color: #4598e6;
}

.terrapass-product-tab {
  margin-top: 26px;
}

.terrapass-product-category .terrapass-product-tab-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px !important;
}

.terrapass-product-category
  .terrapass-product-tab-row
  .terapass-product-tab-col {
  width: 25%;
  padding: 0 7px;
  height: 100%;
  margin-bottom: 20px;
}

.terrapass-product-category .terrapass-product-card-content {
  height: 100%;
}

.terrapass-product-category .terrapass-product-card-content .card {
  padding: 27px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 430px;
}

.terrapass-product-category
  .terrapass-product-card-content
  .card
  .terrapass-product-card-value {
  font-size: 12px;
  font-family: "Myriad Pro Bold";
  margin-bottom: 0px;
  color: #2965ab;
}

.terrapass-product-category
  .terrapass-product-card-content
  .card
  .terrapass-product-card-head {
  font-size: 20px;
  line-height: 25px;
  color: #2c2b2b;
  font-family: "Myriad Pro Regular";
  text-align: center;
  min-height: 90px;
}

.terrapass-product-category
  .terrapass-product-card-content
  .card
  .terrapass-product-card-icon {
  width: 100px;
  height: 100px;
  object-fit: fill;
  margin-top: 34px;
  margin-bottom: 34px;
}

.terrapass-product-category
  .terrapass-product-card-content
  .card
  .terrapass-product-card-detail {
  font-size: 18px !important;
  font-family: "Roboto Regular";
  color: #2c2b2b;
  text-align: center;
}

.terrapass-product-category .terrapass-product-card-content:hover .card {
  box-shadow: 0px 0px 10px #4598e685;
  transition: ease-in-out 0.3s;
}

.terrapass-product-category
  .terrapass-product-card-content:hover
  .card
  .terrapass-product-card-head,
.terrapass-product-category
  .terrapass-product-card-content:hover
  .card
  .terrapass-product-card-detail {
  color: #2965ab;
  transition: ease-in-out 0.3s;
}

.terrapass-product-category .terrapass-product-card-content.active .card {
  border: 1px solid #4598e6;
  box-shadow: none;
}

.terrapass-product-category
  .terrapass-product-card-content.active
  .card
  .terrapass-product-card-head {
  font-family: "Roboto Regular";
}

.terrapass-product-category
  .terrapass-product-card-content.active
  .card
  .terrapass-product-card-detail {
  font-size: 21px;
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_2_tb_footer.et_pb_menu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_2_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: transparent !important;
}

.et-db #et-boc .et-l .et_pb_menu_4_tb_footer.et_pb_menu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_4_tb_footer.et_pb_menu .et_mobile_menu ul {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .home-restore-balance-section.et_pb_section.et_pb_section_0 {
    background-position: center;
  }

  .terrapass-product-category .terrapass-product-tab-row {
    flex-wrap: wrap;
  }

  .terrapass-product-category
    .terrapass-product-tab-row
    .terapass-product-tab-col {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .terrapass-product-category
    .terrapass-product-tab-row
    .terapass-product-tab-col:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .offset-event-right-block {
    width: 100%;
    padding: 25px 0;
    float: none;
    height: 100%;
  }

  .home-living-plan-section::before {
    content: none;
  }

  .home-living-plan-section::after {
    content: none;
  }

  .what-our-project-section::before {
    content: none;
  }

  .what-our-project-section::after {
    content: "";
    position: absolute;
    height: 34px;
    bottom: 0;
    left: 0;
    background-image: url(./assets/images/pattern-black.png);
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
  }

  .our-project-img-block {
    width: 100%;
    float: right;
    padding-top: 0px;
  }

  .home-living-plan-block {
    flex-direction: column;
  }

  .home-living-plan-block .home-living-plan-imagebox {
    width: 100%;
    margin-right: 0px;
  }

  .home-living-plan-block .home-living-plan-contentbox {
    width: 100%;
    padding-right: 0px;
    margin-top: 15px;
  }

  .home-living-plan-block .home-living-plan-buttonbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .home-living-plan-block .home-living-plan-buttonbox .view-btn {
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto Bold";
    width: 100% !important;
  }

  .footer-never-miss::before {
    content: none;
    top: 0px;
  }

  /* Footer Responsive */

  .footer-divi-menu .et-db #et-boc .et-l .et_mobile_menu {
    background-color: transparent !important;
  }

  .footer-divi-menu .et_pb_menu .et_mobile_nav_menu {
    width: 100%;
    margin: 0;
  }

  .footer-divi-menu .mobile_nav {
    width: 100%;
  }

  .footer-divi-menu .et_mobile_menu {
    padding: 0;
  }

  .footer-divi-menu .et_mobile_menu > li a {
    padding: 0 5px;
    font-size: 14px;
    padding-left: 0;
    line-height: 21px;
    border-bottom: 0;
    padding-bottom: 3px;
    color: #2c2b2b;
  }

  .footer-divi-menu .et_pb_menu__wrap .mobile_menu_bar {
    display: none !important;
  }

  .footer-divi-copyright .et_pb_menu__wrap .mobile_menu_bar {
    display: none !important;
  }

  .footer-divi-copyright .et_pb_menu_4_tb_footer.et_pb_menu .et_mobile_menu {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0;
    position: static !important;
    background-color: transparent !important;
    border-top: 0px;
    box-shadow: none;
    margin: 0 -5px;
  }

  .footer-divi-copyright .et_mobile_menu li {
    padding: 0 5px;
  }

  .footer-divi-copyright .et_mobile_menu li a {
    padding: 0px 0%;
    display: block;
    border-bottom: 0px !important;
    color: #2c2b2b;
    opacity: 0.5;
    font-size: 12px;
  }

  .page-template-a-hero-section .offset-event-right-block {
    width: 100%;
  }

  .terrapass-tab ul.et_pb_tabs_controls {
    border-bottom: 1px solid #f4f4f4 !important;
    background-color: transparent;
    /*
        display: flex;
        overflow: scroll;
        margin-left: 20px;
        */
  }

  .terrapass-tab .et_pb_tabs_controls > li {
    border: 0px !important;
    padding-bottom: 10px !important;
  }

  .et_pb_tabs_controls li a {
    text-decoration: none;
    color: #666;
    padding: 4px 20px;
    vertical-align: middle;
    display: table-cell;
    line-height: inherit;
    word-break: normal;
    white-space: nowrap;
  }

  .terrapass-tab .et_pb_tab {
    padding: 0;
    padding-bottom: 0;
    display: flex;
    overflow-y: scroll !important;
    margin: 20px;
  }

  .terrapass-gray-banner-section::after {
    content: "";
    position: absolute;
    background-image: url(./assets/images/pattern-black.png);
    background-repeat: repeat;
    background-position: center;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    height: 56px;
    width: 59%;
  }

  .terrapass-product-category .terrapass-product-tab-row {
    flex-wrap: wrap;
  }

  .terrapass-product-category
    .terrapass-product-tab-row
    .terapass-product-tab-col {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .terrapass-product-category
    .terrapass-product-tab-row
    .terapass-product-tab-col:last-child {
    margin-bottom: 0px;
  }

  .terrapass-product-category .terrapass-product-card-content .card {
    padding: 27px 10px;
  }

  .terrapass-product-category
    .terrapass-product-card-content
    .card
    .terrapass-product-card-head {
    font-size: 16px;
    color: #2c2b2b;
    font-family: "Myriad Pro Regular";
  }

  .terrapass-product-category
    .terrapass-product-card-content
    .card
    .terrapass-product-card-detail {
    font-size: 16px !important;
    font-family: "Roboto Regular";
    color: #2c2b2b;
    text-align: center;
  }

  .terrapass-product-category .terrapass-product-card-content.active .card {
    border: 1px solid #2965ab;
    box-shadow: none;
  }

  .terrapass-product-category
    .terrapass-product-card-content.active
    .card
    .terrapass-product-card-detail {
    font-size: 18px;
  }

  .terrapass-product-category-banner .terrapass-product-cat-heading {
    font-size: 42px;
    line-height: 50px;
  }
}

.terrapass-heading h3 {
  font-weight: 700;
  font-size: 21px;
  color: #2965ab !important;
  line-height: 35px;
  text-align: center;
}

.widget-button {
  color: #fff !important;
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.terrapass-sidebar .custom-html-widget .personal-package {
  padding: 30px 15px 20px;
}

.terrapass-sidebar .custom-html-widget .personal-package:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Custom Checkbox*/
.terrapass-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto Regular";
  color: #2c2b2b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.terrapass-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #0000004a;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.terrapass-checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.terrapass-checkbox input:checked ~ .checkmark {
  background-color: #2965ab;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.terrapass-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.terrapass-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Cart Page */
.terrapass-cart-banner {
  position: relative;
}

.terrapass-cart-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: url(./assets/images/pattern-black.png);
  background-repeat: repeat;
}

.terrapass-cart-heading {
  font-size: 40px;
  font-family: "Roboto Regular";
  color: #424242;
  font-weight: 700;
  padding-bottom: 1.6rem;
}

.terrapass-cart-summary {
  display: flex;
  margin-bottom: 30px;
}

.terrapass-cart-summary .terrapass-cart-detail {
  width: 75%;
  padding-right: 50px;
}

.terrapass-cart-summary .terrapass-cart-detail .terrapass-cart-product-img {
  margin-right: 20px;
}

.terrapass-cart-summary .terrapass-cart-detail .terrapass-cart-product-img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.terrapass-cart-summary
  .terrapass-cart-detail
  .terrapass-cart-product-detail
  h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Roboto Regular";
  color: #2c2b2b;
}

.terrapass-cart-summary
  .terrapass-cart-detail
  .terrapass-cart-product-detail
  p {
  font-size: 21px;
  line-height: 28px;
  font-family: "Roboto Regular";
  color: #2c2b2b;
}

.terrapass-cart-summary .terrapass-cart-detail .terrapass-cart-edit-delete {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.terrapass-cart-summary
  .terrapass-cart-detail
  .terrapass-cart-edit-delete
  > li
  a {
  font-size: 16px;
  font-family: "Myriad Pro Bold";
  color: #2965ab;
}

.terrapass-cart-summary
  .terrapass-cart-detail
  .terrapass-cart-edit-delete
  > li
  a
  img {
  margin-right: 10px;
}

.terrapass-cart-summary
  .terrapass-cart-detail
  .terrapass-cart-edit-delete
  > li:first-child {
  margin-right: 70px;
}

.terrapass-cart-summary .terrapass-cart-checkout-shop {
  width: 30%;
}

.terrapass-cart-summary
  .terrapass-cart-checkout-shop
  .terrapass-cart-checkout-shop-button {
  list-style: none;
  padding: 0;
}

.woocommerce-cart td.product-name dl.variation dd {
  margin: 0.5rem;
}

#main-content table.cart tr.couponRow td {
  padding: 1.6rem 0;
}

.terrapass-coupon-section button {
  border: none;
  background: none;
  color: #4598e6;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: block;
}

.terrapass-cart-gitf-section {
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 120px;
  border-bottom: 1px solid #707070;
}

.terrapass-cart-gitf-section .terrapass-cart-gitf-heading h5 {
  font-size: 21px;
  line-height: 30px;
  color: #2c2b2b;
  font-family: "Roboto Regular";
}

.terrapass-cart-gitf-section .terrapass-cart-gitf-box {
  margin-left: 40px;
}

.terrapass-cart-gitf-section
  .terrapass-cart-gitf-box
  .terrapass-cart-gitf-list {
  list-style: none;
  padding: 0;
}

.terrapass-cart-gitf-section
  .terrapass-cart-gitf-box
  .terrapass-cart-gitf-list
  > li
  label {
  font-size: 16px;
  font-family: "Roboto Regular";
  color: #2c2b2b;
}

.terrapass-cart-gitf-section
  .terrapass-cart-gitf-box
  .terrapass-cart-gitf-list
  > li
  input:checked {
  background-color: black !important;
}

.terrapass-cart-total-box {
  margin-top: 43px;
}

.terrapass-cart-total-box .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
}

.terrapass-cart-total-box .cart-collaterals .cart_totals table {
  border: 0 !important;
  margin-left: 100px;
}

.terrapass-cart-total-box .cart-collaterals .cart_totals table tr {
  border: 0 !important;
}

.terrapass-cart-total-box .cart-collaterals .cart_totals table td {
  border: 0 !important;
  color: #2c2b2b;
  font-size: 21px;
  padding-left: 0;
  font-family: "Roboto Regular";
}

.terrapass-cart-total-box .cart-collaterals .cart_totals table th {
  width: 25% !important;
  border: 0;
  padding-left: 0;
}

.terrapass-cart-total-box
  .cart-collaterals
  .cart_totals
  table
  .woocommerce-Price-amount {
  font-size: 21px;
  font-family: "Roboto Bold";
  color: #91c140;
}

.terrapass-cart-total-box
  .cart-collaterals
  .cart_totals
  table
  .first-payment-date
  small {
  font-size: 16px;
  color: #2c2b2b;
  font-family: "Roboto Regular";
}

.terrapass-cart-opt-out {
  width: 66%;
  float: right;
  margin-top: 44px;
}

.terrapass-cart-opt-out .terrapass-checkbox {
  font-size: 14px;
  color: #939597;
}

.terrapass-cart-opt-out p {
  color: #939597;
}

.terrapass-cart-opt-out p small {
  font-style: italic;
}

.terrapass-cart-total-box .wc-proceed-to-checkout {
  clear: both;
  float: right;
  margin-top: 25px;
  font-size: 16px;
  font-family: "Myriad Pro Bold";
  color: #ffffff;
}

.terrapass-cart-total-box .wc-proceed-to-checkout .checkout-button {
  background-color: #2965ab !important;
  color: #ffffff !important;
  border: 0 !important;
  width: 264px;
}

.terrapass-cart-total-box .wc-proceed-to-checkout .checkout-button:hover {
  border: 0px solid transparent !important;
  padding: 0.3em 1em !important;
}

.terrapass-cart-total-box .wc-proceed-to-checkout .checkout-button:hover:after {
  content: none;
}

.cross-sells {
  max-width: 825px;
}

.cross-sells table.variations tr {
  display: flex;
  flex-direction: column;
}

.cross-sells table.variations tr td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cross-sells table.simple_price_calculator tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cross-sells table.simple_price_calculator tr td {
  text-align: left !important;
  padding: 6px 0;
  border: none;
}

.cross-sells table.simple_price_calculator tr td label {
  font-weight: 600;
}

.cross-sells
  form.cart.terrapass-custom-form
  #price_calculator
  input[type="text"] {
  width: 50px;
  text-align: center;
}

.cross-sells
  form.cart.terrapass-custom-form
  #price_calculator
  tr.price-table-row.weight-input {
  display: none;
}

.cross-sells table.simple_price_calculator tr td input,
.cross-sells form.cart.terrapass-custom-form p textarea {
  border: 1px solid #dddee3;
  padding: 9px 15px;
  height: 50px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #424242;
}

.cross-sells form.cart.terrapass-custom-form p textarea {
  height: 80px;
}

.cross-sells .voucher-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cross-sells form.cart.terrapass-custom-form p {
  flex-basis: 48%;
  margin-top: 1rem;
}

.cross-sells form.cart.terrapass-custom-form p label {
  font-weight: 600;
  text-transform: uppercase;
}

.cross-sells form.cart.terrapass-custom-form p input {
  width: 100%;
}

.woocommerce .cross-sells .quantity {
  display: none;
}

.cross-sells .terrapass-custom-form,
.cross-sells .variations_form {
  padding: 1rem;
}

.cross-sells table.simple_price_calculator tr.calculated-price,
.cross-sells
  table.wc-measurement-price-calculator-price-table
  tr.calculated-price {
  display: none;
}

.cross-sell-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.woocommerce-page .cross-sell-wrap button.button.alt {
  width: auto;
  padding: 0.5rem 1.5rem;
}

.cross-sell-wrap .leftside {
  flex-basis: 20%;
}

.cross-sell-wrap .rightside {
  flex-basis: 75%;
}

.cross-sell-price {
  color: #40a498;
  font-size: 1rem;
  font-weight: 700;
}

.cross-sells .et_shop_image:hover .et_overlay {
  display: none;
}

.cross-sells h4 {
  margin-bottom: 1rem;
}

.cross-sells ul.products {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
}

.cross-sells ul.products li .et_shop_image {
  text-align: center;
}

.cross-sells ul.products.columns-2 li,
.woocommerce ul.products.columns-2 li.product {
  margin: 0 1rem 1rem 0;
  float: none;
  border: 1px solid #dddee3;
  background: #fff;
  position: relative;
}

.cross-sells .title-price-wrap {
  display: flex;
  justify-content: space-between;
}

.cross-sells span.price,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0;
}

.cross-sells ul.products li.product .price {
  color: #40a498 !important;
  font-weight: 600;
}

.cross-sells .voucher-image-options,
.cross-sells .dashicons {
  display: none;
}

.cross-sells button {
  margin-top: 1.5rem;
}

.cross-sells textarea {
  display: block;
  width: 100%;
}

.cross-sells .cross-sell-item {
  width: 300px;
  float: left;
}

.woocommerce-cart .entry-content table:not(.variations) {
  border: none;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
  background: #4598e6 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  color: #424242;
  line-height: 1.5;
}

.woocommerce ul.products li.product .price.add-to-cart {
  color: #4598e6 !important;
  font-weight: 600;
}

/* Archive Product page */
.terrapass-archive-banner {
  position: relative;
}

.terrapass-archive-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: url("./assets/images/pattern-black.png");
  background-repeat: repeat;
  background-position: center;
}

.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et_pb_menu--with-logo
  .et_pb_menu__menu
  > nav
  > ul
  > li
  > a {
  padding: 0;
}

.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et-menu
  .menu-item-has-children
  > a:first-child {
  padding-right: 20px;
}

.archive.woocommerce.et-db
  ul#menu-updated-main-navigation
  li:last-child
  ul.sub-menu {
  display: none;
}

.archive.woocommerce.et-db
  ul#menu-updated-main-navigation
  li:last-child:hover
  ul.sub-menu {
  display: block;
  left: -128px;
}

.archive.woocommerce.et-db
  .et_pb_menu__menu
  > nav
  > ul#menu-updated-main-navigation
  > li
  > ul {
  top: calc(100% - 0px);
  transition: all 0.1s ease 0.2s;
  display: inline-flex;
  flex-direction: column;
  width: 230px;
  left: -50px;
}

.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et_pb_menu--style-centered
  .et_pb_menu__menu
  > nav
  > ul {
  justify-content: flex-start;
}

.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et_pb_menu--without-logo
  .et_pb_menu__menu
  > nav
  > ul#menu-footer-links
  > li {
  margin-top: 0;
}

.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et_pb_menu--without-logo
  .et_pb_menu__menu
  > nav
  > ul#menu-footer-links
  > li
  > a {
  padding-bottom: 0;
}

.archive.woocommerce.et-db #menu-footer-links.et-menu.nav,
.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et_pb_menu--style-centered
  .et_pb_menu__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}

.archive.woocommerce.et-db
  #et-boc
  .et-l
  .et_pb_row_0_tb_footer.et_pb_row
  .et_pb_menu--without-logo
  .et_pb_menu__menu
  > nav
  > ul
  > li
  > a {
  line-height: 1.4;
}

/* terrapass-single-product-row */

.terrapass-single-product-row {
  display: flex;
}

.terrapass-single-product-image {
  width: 16%;
  padding: 0 20px;
}

.terrapass-single-product-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.terrapass-single-product-image span.onsale {
  position: static !important;
  margin-top: 10px !important;
  display: block !important;
  width: 100px !important;
}

.terrapass-single-product-description {
  width: 54%;
  padding: 0 20px;
}

.terrapass-single-product-description p {
  font-size: 18px;
  font-family: "Roboto Regular";
  line-height: 27px;
  color: #2c2b2b;
}

.terrapass-product-use-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 54px;
  border-top: 1px solid #707070;
  margin-top: 40px;
}

.terrapass-product-use-desc {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.terrapass-product-use-desc h3 {
  font-size: 16px;
  font-family: "Roboto Bold";
  color: #2c2b2b;
}

.terrapass-product-use-desc p {
  font-size: 16px;
  font-family: "Roboto Regular";
  color: #2c2b2b;
}

.terrapass-single-product-starting-sub {
  width: 30%;
  padding: 0 20px;
}

.terrapass-single-product-starting-sub .card {
  padding: 20px 37px 33px;
  /* border: 2px solid yellow !important; */
}

.terrapass-single-product-starting-sub .summary.entry-summary .price {
  font-family: "Roboto Bold";
  font-size: 18px;
  color: #2c2b2b;
  text-align: center;
  margin-bottom: 10px;
}

.terrapass-single-product-starting-sub .card .single_add_to_cart_button {
  background-color: #4598e6 !important;
  color: #ffffff !important;
  border: 0 !important;
  width: 100%;
  margin-top: 20px !important;
  padding: 14px 23px !important;
  border-radius: 10px !important;
}

.terrapass-single-product-starting-sub
  .card
  .grouped_form
  .single_add_to_cart_button {
  display: none !important;
}

.terrapass-single-product-starting-sub .card .single_add_to_cart_button:hover {
  border: 0px solid transparent !important;
  background-color: #4ba8ff !important;
}

.terrapass-single-product-starting-sub
  .card
  .single_add_to_cart_button:hover:after {
  content: none;
}

.terrapass-single-pro-tab {
  border: 0px !important;
  margin-top: 60px !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: 0px;
  background: none;
  display: flex;
}

.terrapass-single-pro-tab .tabs > li {
  background-color: transparent !important;
  border: 0px !important;
}

.terrapass-single-pro-tab .tabs > li a {
  border: 0px !important;
  color: #939597 !important;
  padding: 0 30px;
  font-family: "Roboto Regular";
  font-size: 18px;
  font-weight: 400 !important;
}

.terrapass-single-pro-tab .tabs > li.active {
  background-color: transparent !important;
  border-bottom: 1px solid #2c2b2b !important;
}

.terrapass-single-pro-tab .tabs > li.active a {
  color: #2c2b2b;
  font-family: "Roboto Regular" !important;
}

.terrapass-single-pro-tab-desc {
  display: flex;
  align-items: end;
  margin: 20px 0;
}

.terrapass-single-pro-tab-desc img {
  width: 125px !important;
}

.terrapass-single-pro-tab-desc .terrapass-single-pro-tab-content strong {
  font-size: 16px;
  font-family: "Roboto Bold";
  font-weight: 700;
  color: #2c2b2b;
  line-height: 24px;
  margin-bottom: 5px;
}

.terrapass-single-pro-tab-desc .terrapass-single-pro-tab-content p {
  font-size: 16px;
  font-family: "Roboto Regular" !important;
  font-weight: 400;
  line-height: 24px;
  color: #2c2b2b;
  margin-bottom: 5px;
  line-height: 1.8;
}

.terrapass-single-pro-tab .woocommerce-Tabs-panel--product-tab.panel p {
  font-size: 16px;
  font-family: "Roboto Regular" !important;
  color: #2c2b2b;
  line-height: 1.8;
}

.terrapass-single-pro-tab .woocommerce-Tabs-panel--product-tab.panel h3 {
  font-size: 16px;
  font-family: "Roboto Regular" !important;
  text-transform: uppercase;
  margin-top: 15px;
}

.terrapass-single-product-starting-sub .variations {
  margin-bottom: 10px;
}

.terrapass-single-product-starting-sub .variations label {
  font-size: 12px;
  color: #2c2b2b;
  font-family: "Roboto Regular" !important;
}

.reset_variations {
  position: relative;
  padding-left: 20px;
}

.reset_variations:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("assets/images/reset-icon.svg");
}

.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
  border-radius: 0;
  border: 1px solid #979797 !important;
  background-color: #f6f7fb !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}

.terrapass-single-product-starting-sub .variations select {
  border: 0;
  border-bottom: 1px solid #979797;
  background: #f6f7fb;
  max-width: 130px;
}

.terrapass-cart-desktop {
  display: block;
  background: none;
}

.terrapass-cart-mobile {
  display: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  color: #ef3d43;
  background-color: #f3dcdf;
  border-color: #f1cfcf;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  list-style: none;
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-message {
  color: #424242 !important;
  background-color: #d9ebe0;
  border-color: #b3d7c1;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  list-style: none;
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-info {
  color: #ef3d43 !important;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  color: #424242 !important;
  background-color: #fff;
  border: 1px solid #dddee3;
  font-weight: 600;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
  color: #4598e6 !important;
}

.woocommerce .woocommerce-message a {
  color: #424242 !important;
}

.woocommerce-message .wc-forward {
  display: none !important;
}

.terrapass-single-product-starting-sub
  .woocommerce-grouped-product-list-item__quantity {
  width: 100px !important;
  padding-right: 5px;
}

.terrapass-single-product-starting-sub .product_type_variable-subscription {
  font-size: 12px !important;
  padding: 2px 2px !important;
}

.terrapass-single-product-starting-sub
  .product_type_variable-subscription:hover {
  background-color: transparent !important;
  border: 1px solid #2ea3f2 !important;
}

.terrapass-single-product-starting-sub
  .product_type_variable-subscription:hover:after {
  content: none !important;
}

.terrapass-single-product-starting-sub .woocommerce-Price-amount.amount {
  font-weight: 800;
  color: #9bba51;
}

@media (min-width: 980px) and (max-width: 1400px) {
  .et_pb_gutters2.et_pb_row .et_pb_column_2_5.hero-right-column {
    width: 68%;
  }

  .hero-right-column h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1300px) {
  .terrapass-single-product-row {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .terrapass-single-product-row {
    padding: 0 20px;
    flex-wrap: wrap;
  }

  .terrapass-single-product-description {
    width: 84%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .terrapass-single-product-starting-sub {
    width: 100%;
    padding: 0 20px;
  }

  .terrapass-single-pro-tab .woocommerce-Tabs-panel--product-tab.panel {
    padding-left: 30px !important;
  }

  .terrapass-cart-total table {
    font-size: 14px;
    padding-left: 0 !important;
    border: none !important;
  }

  .terrapass-cart-mobile {
    display: block;
  }

  .terrapass-cart-mobile .product-thumbnail {
    margin-bottom: 15px;
  }

  .terrapass-cart-mobile .product-name {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .terrapass-single-product-description {
    width: 84%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .terrapass-single-product-starting-sub {
    width: 40%;
    padding: 0 25px;
  }

  table.variations select {
    width: 100%;
  }

  .terrapass-single-pro-tab .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .terrapass-single-pro-tab .tabs li,
  body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-align: center;
    padding: 0.5rem;
  }

  body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    padding: 0.5rem;
  }

  .terrapass-single-pro-tab .tabs > li a {
    white-space: nowrap;
  }

  .terrapass-single-pro-tab .woocommerce-Tabs-panel--product-tab.panel {
    padding-left: 30px !important;
  }

  .terrapass-cart-total table {
    font-size: 14px;
    padding-left: 0 !important;
    border: none !important;
  }

  .terrapass-cart-mobile .product-thumbnail {
    margin-bottom: 15px;
  }

  .terrapass-cart-mobile .product-name {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .terrapass-cart-mobile .product-name h4 a {
    line-height: 24px;
  }

  .terrapass-cart-mobile .variation .terrapass-variation-row {
    display: flex;
    margin-bottom: 5px;
  }

  .terrapass-cart-mobile .product-name .product-price {
    margin-bottom: 5px;
  }

  .terrapass-cart-mobile .product-remove {
    margin: 0 -5px !important;
  }

  .terrapass-cart-mobile .product-remove a {
    padding: 0 5px !important;
  }

  .terrapass-cart-mobile .product-remove a img {
    margin-right: 5px;
  }

  .terrapass-cart-mobile
    .terrapass-cart-checkout-shop
    .terrapass-cart-checkout-shop-button {
    list-style: none !important;
    padding-left: 0 !important;
  }

  .terrapass-cart-mobile
    .terrapass-cart-checkout-shop
    .terrapass-cart-checkout-shop-button
    > li {
    margin-bottom: 10px;
  }

  .terrapass-coupon-section.terrapass-mobile-coupon-section {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .terrapass-coupon-section.terrapass-mobile-coupon-section label {
    display: none;
  }

  .terrapass-coupon-section.terrapass-mobile-coupon-section .input-text {
    border: 0px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
  }

  .terrapass-coupon-section.terrapass-mobile-coupon-section
    .btn-outline-secondary {
    margin-left: 0;
    margin-top: 10px;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 18px 22px;
    margin-bottom: 0.5rem;
    font-size: 16px;
    color: #2965ab;
    text-decoration: none;
    font-weight: 400;
    background-color: #f6f7fb;
  }

  .terrapass-single-product-starting-sub .card {
    padding: 20px 20px 33px;
  }
}

@media (max-width: 980px) {
  .terrapass-new-mobile-header .et_pb_row_0_tb_header {
    padding-top: 10px !important;
  }

  .terrapass-new-mobile-header .et_pb_column_0_tb_header {
    margin: 0 !important;
    z-index: 9999;
  }

  .terrapass-new-mobile-header .et_pb_image a {
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .terrapass-new-mobile-header .et_pb_menu_0_tb_header.et_pb_menu {
    background: transparent !important;
  }

  .mobile-restore-balance-box .btn {
    word-break: break-word;
    display: flex;
    white-space: normal;
    line-height: 20px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .page-template-a-hero-section .et_pb_row.et_pb_row_1 {
    padding-top: 15px !important;
  }

  .page-template-a-hero-section h1.entry-title {
    font-size: 42px !important;
    line-height: 54px !important;
    padding: 0;
  }

  .page-template-a-hero-section .et_pb_text_0 h3 {
    font-size: 26px;
    text-align: center;
    line-height: 30px !important;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .terrapass-single-product-image {
    width: 100%;
    padding: 0 20px;
    display: none;
  }

  .terrapass-single-product-image img {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    object-fit: contain;
  }

  .terrapass-single-product-description {
    width: 60%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .terrapass-product-use-desc {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .terrapass-single-pro-tab-desc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .terrapass-product-category
    .tarapass-product-tablist
    > li
    .terrapass-product-tab {
    font-size: 12px !important;
  }

  .terrapass-product-category
    .tarapass-product-tablist
    > li.active
    .terrapass-product-tab {
    font-size: 12px !important;
  }

  .terrapass-cart-summary {
    padding-bottom: 1.5rem;
  }
}

a.icon-user.user-sm-login {
  display: none;
}

@media all and (max-width: 767px) {
  a.icon-user.user-sm-login {
    display: flex;
    padding: 0 0.2rem;
  }

  .page-template-a-hero-section h1.entry-title {
    font-size: 28px;
    line-height: 35px;
    padding: 0;
  }

  .page-template-a-hero-section .et_pb_text_0 h3 {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    padding: 0;
  }

  .page-template-a-hero-section
    .offset-event-right-block
    .offset-event-right-content
    .btn {
    white-space: normal;
    word-break: break-word;
    height: auto;
    min-width: 100%;
    line-height: 22px;
  }

  .page-template-a-hero-section
    .offset-event-right-block
    .offset-event-right-section {
    padding: 10px;
  }

  .woocommerce-page .cross-sells ul.products li.product:nth-child(n) {
    width: 100% !important;
    margin: 0 0 1rem 0 !important;
  }

  footer .et_pb_menu .et_mobile_nav_menu {
    display: none;
    flex: none;
  }
}

.terrapass-single-product-starting-sub .woocommerce-grouped-product-list {
  border-collapse: collapse;
  border-spacing: 5px;
}

.terrapass-single-product-starting-sub
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__quantity {
  width: 25px !important;
  margin-bottom: 5px !important;
  display: none !important;
}

.terrapass-single-product-starting-sub
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__label {
  padding-left: 10px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  border-bottom: 2px solid #cecece;
  margin-bottom: 5px !important;
}

.terrapass-single-product-starting-sub
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__price {
  padding-left: 10px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  margin-bottom: 5px !important;
  border-bottom: 2px solid #cecece;
}

/* Terrapass Client */
.terrapass-filter-heading {
  color: #4d4d4d;
  font-size: 12px;
  font-family: "Myriad Pro Regular";
  letter-spacing: 0.3em;
  text-transform: capitalize;
  padding: 5px 0;
  margin-bottom: 5px;
}

.terrapass-filter-dropdown label {
  color: #303030;
  font-size: 14px;
  font-family: "Myriad Pro Semibold";
  text-transform: uppercase;
  margin-bottom: 0px;
}

.terrapass-filter-dropdown select {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 2.3125rem;
  font-size: 15px;
  font-family: "Myriad Pro Regular";
  margin: 5px auto;
  -webkit-appearance: none;
  padding: 0 7px;
  border: 1px solid #e3e6ea;
  background: url("./assets/images/chevron-down-icon.png") no-repeat 98% 55%;
}

.terrapass-filter-client-list {
  list-style: none;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 auto;
}

.terrapass-filter-client-list > li {
  width: 31.8%;
  margin: 0.5rem;
  border: 1px solid #ccc;
  transition: 0.3s ease;
  background: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  list-style: none;
  text-align: center;
}

.terrapass-filter-client-list > li div {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}

.terrapass-filter-client-list > li div span {
  margin-top: 1rem;
  display: block;
}

.terrapass-filter-client-list > li div p {
  line-height: 26px;
  font-size: 16px;
}

.terrapass-filter-client-list > li div h3 {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.terrapass-filter-client-list > li .add_to_cart {
  position: relative;
  text-align: center;
  top: -13px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #fff;
}

#project-portfolio-filter, #project-type-filter {
  select {
    border: 1px solid #DCDCDC; 
  }
}

.load-more-feature-project:before {
  content: "";
  background-image: url("./assets/images/chevron-right-icon.svg");
  transform: rotate(90deg);
  position: relative;
  top: 2px;
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.2rem;
}

@media all and (min-width: 768px) and (max-width: 980px) {
  .terrapass-filter-client-list {
    justify-content: space-between;
  }

  .terrapass-filter-client-list > li {
    width: 47%;
  }

  .terrapass-flter-box {
    flex-wrap: wrap;
  }

  .terrapass-flter-box .terrapass-filter-items {
    width: 50%;
    padding: 0 10px;
  }

  ul.featuredProjects li {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }

  .projects-we-support {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-around;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .innerColored {
    padding: 4%;
  }

  .headerRight {
    width: auto;
  }

  .headerContainer {
    padding: 2%;
  }
}

@media all and (max-width: 980px) {
  ul.terrapass-filter-client-list > li,
  ul.featuredProjects > li {
    flex-basis: 100%;
    margin: 0 0 1.5rem 0;
  }

  .headerContainer {
    padding: 2%;
  }

  .headerRight {
    width: 35%;
  }
}

@media (max-width: 599px) {
  ul.terrapass-filter-client-list > li,
  ul.featuredProjects > li {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }

  ul.featuredProjects {
    flex-direction: column;
  }

  .innerColored {
    padding: 8% 4%;
  }

  .headerContainer {
    text-align: center;
    flex-direction: column;
  }

  .projectHeader {
    background-size: cover;
  }

  .projectHeader h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  ul.projects_custom_fields {
    flex-direction: column;
  }

  .projects-we-support {
    flex-direction: column;
  }

  .headerRight {
    width: 280px;
  }

  .support {
    justify-content: center;
  }

  .support-project .add_to_cart {
    margin-left: 2rem;
  }

  .headerContainer {
    padding: 2%;
  }
}

.feature-filter-client-span {
  border: 1px solid #dcdcde;
  padding: 8px;
  border-radius: 20px;
}

.terrapass-partner-detail-section {
  padding: 30px 200px;
}

.terrapass-partner-visit-button {
  border: 0px;
  height: 42px;
  padding: 10px 18px 10px;
  font-size: 20px;
  font-family: "Myriad Pro Bold";
  line-height: 1.5;
  border-radius: 5px;
  color: #222 !important;
  -khtml-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  background: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.terrapass-partner-visit-button:hover {
  color: #fff !important;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #91c03f;
}

.year-seal {
  display: block;
  width: 74px;
  height: 74px;
  background: url("./assets/images/bg-seal.png") no-repeat;
  color: #0a61ae;
  font: 600 14px/74px "myriad-pro", Arial, sans-serif;
  text-align: center !important;
  text-indent: 0;
}

.terrapass-partner-detail {
  margin-top: 25px;
}

.terrapass-partner-detail .partner-heading {
  font-size: 28px;
  margin-top: 30px;
}

.offset-stats .the-stats {
  margin: 25px auto;
}

.offset-stats .stat {
  padding: 15px 0 15px 25px;
  border-left: 1px solid #e3e6ea;
  position: relative;
}

.right {
  float: right !important;
}

.offset-stats .stat:first-child {
  padding-top: 0;
}

.offset-stats .stat:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -6px;
  width: 12px;
  height: 12px;
  -khtml-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background: #91c03f;
}

.offset-stats .stat:first-child:before {
  top: 5px;
}

.offset-stats .stat strong {
  display: block;
  color: #222;
  font-size: 15px;
}

.offset-stats .stat p {
  color: #4d4d4d;
  font-size: 18px;
  margin: 0;
}

.offset-stats .totals {
  margin-bottom: 15px;
}

.offset-stats .totals strong {
  display: inline-block;
  top: 3px;
  color: #222;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.offset-stats .totals span {
  display: inline-block;
  color: #4d4d4d;
  font-size: 28px;
  padding: 5px 6px;
  margin: 0 2px;
  border: 1px solid #e3e6ea;
  -khtml-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  border-radius: 0.2em;
}

.offset-stats .totals small {
  top: -2px;
  color: #808182;
  font: 18px "myriad-pro", Arial, sans-serif;
  margin: 0 0 0 10px;
}

.left {
  float: left !important;
}

.show-for-medium-up {
  display: block !important;
}

.show-for-small-only {
  display: none !important;
}

.terrapass-newsletter-form-style {
  display: flex;
  justify-content: flex-start;
}

.terrapass-newsletter-form-style .validation_error {
  display: none !important;
}

.terrapass-newsletter-form-style .validation_message {
  padding-top: 0 !important;
}

.terrapass-newsletter-form-style .gform_body .gform_fields .gfield_label {
  display: none !important;
}

.terrapass-newsletter-form-style .gform_confirmation_message {
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-top: 35px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .terrapass-partner-detail-section {
    padding: 30px 15px;
  }

  .show-for-medium-up {
    display: none !important;
  }

  .show-for-small-only {
    display: block !important;
  }

  .terrapass-partner-detail-section .wp-post-image {
    width: 180px !important;
  }
}

.terrapass-custom-form .woocommerce-page .quantity,
.woocommerce .quantity {
  display: flex;
}

.catedesp {
  margin-bottom: 20px;
}

ul.breadcrumb {
  padding: 20px 16px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/";
}

ul.breadcrumb li a,
.woocommerce .woocommerce-breadcrumb a {
  color: #4598e6;
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
}

ul.breadcrumb li a:hover {
  text-decoration: none;
  color: #1e83e2;
}

@media (max-width: 767px) {
  .terrapass-product-category .tarapass-product-tablist {
    flex-wrap: wrap;
  }

  .terrapass-product-category .tarapass-product-tablist > li {
    flex-basis: 100%;
  }

  .terrapass-product-category
    .tarapass-product-tablist
    > li
    .terrapass-product-tab {
    margin-top: 5px;
  }

  .terrapass-product-category .tarapass-product-tablist > li {
    padding: 0 3px !important;
  }
}

.single-product .cart input[type="text"],
.single-product .cart input[type="email"],
.woocommerce.single-product form .form-row textarea {
  width: 100%;
  border: 1px solid #dddee3;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #424242;
}

.woocommerce.single-product form.cart p.form-row label {
  margin-top: 1rem;
  display: block;
}

.woocommerce.single-product form.cart #price_calculator tr,
.woocommerce.single-product form.cart #price_calculator td {
  display: flex;
  align-items: center;
}

.woocommerce.single-product form.cart #price_calculator input.amount_needed {
  width: 80px;
  text-align: center;
}

.woocommerce.single-product form.cart #price_calculator tr.calculated-price td {
  font-weight: 700;
  color: #2965ab;
  padding-right: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
  width: auto;
}

.woocommerce.single-product form.cart #price_calculator td {
  display: flex;
  align-items: center;
}

.woocommerce-info a {
  color: #515151 !important;
}

a.wpmenucart-contents {
  padding-top: 15px !important;
}

.wpmenucart-display-right {
  float: none !important;
}

.promo-section {
  display: none;
}

/*** Share Your Story contact form ***/
#story-form input {
  padding: 10px;
  border-radius: 0;
}

#story-form li label {
  text-transform: uppercase;
}

#story-form input[type="file"] {
  padding: 0;
}

#story-form ul {
  display: flex;
  flex-wrap: wrap;
}

#story-form ul li:nth-of-type(1),
#story-form ul li:nth-of-type(2) {
  width: 50%;
}

#story-form ul li:nth-of-type(1) input,
#story-form ul li:nth-of-type(2) input,
#story-form ul li:nth-of-type(3) input,
#story-form ul li:nth-of-type(5) input {
  width: 100%;
}

#story-form ul li:nth-of-type(4),
#story-form ul li:nth-of-type(3),
#story-form ul li:nth-of-type(5) {
  width: 100%;
}

#story-form .upload div.ginput_container {
  border: 1px solid #bbb;
  background: #fff;
  padding: 10px;
}

#story-form input[type="submit"] {
  background: #2965ab;
  padding: 5px 15px;
  color: #fff;
  border: none;
  cursor: pointer;
}

#story-form .gform_wrapper .gfield_required {
  color: #ff0000;
  margin-left: 4px;
}

.flexContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: center;
  width: 100%;
}

.flexContainer > .item {
  flex: 1 1 1%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.flexContainer > .item-2 {
  flex: 1 1 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .login-link {
    display: block;
  }

  #story-form ul li:nth-of-type(1),
  #story-form ul li:nth-of-type(2) {
    width: 100%;
  }

  .flexContainer > .item {
    flex: 1 1 10%;
  }

  .flexContainer > .item-2 {
    flex: 1 1 60%;
  }
}

/***TerraPass Social Landing Page***/
.plan-steps img {
  height: 107px;
  object-fit: cover;
}

form.cart.terrapass-custom-form p {
  padding: 0 !important;
}

.page-id-239508 div#page-container {
  padding-top: 0 !important;
}

.section-third .et_pb_column {
  margin-right: 0;
}

.terra-social-featured-images {
  list-style-type: none !important;
}

.terra-social-featured-images li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px;
}

.signup-steps {
  float: left;
  text-align: center;
  width: 100%;
}

.signup-step-text {
  text-align: center;
  width: 100%;
  float: left;
  margin: 12px 0;
}

#terra-social-custom-header .et-menu-nav,
#terra-social-custom-header .mobile_menu_bar {
  display: none !important;
}

.terra-social-featured-images li img {
  max-width: 81%;
  height: 30px;
  object-fit: contain;
}

button.single_add_to_cart_button.button.alt.tp-select-plan-btn {
  background-color: #44a0fe;
  border: none;
  width: 60%;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  cursor: pointer !important;
  margin-top: 15px;
}

.tps-text-heading {
  font-size: 28px;
}

.tps-text-content {
  font-size: 14pt;
}

.terra-social-featured-images {
  float: left;
  width: 100%;
  padding-bottom: 0px !important;
}

p.tps-text-content.greenhouse-gas-equivalencies-calculator {
  margin-top: 40px;
}

span.tp-plan-for {
  font-size: 16pt !important;
  padding: 12px;
  float: left;
  width: 100%;
}

.tp-plan-items span {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-size: 9pt !important;
}

#tp-social-people-make-difference .et_pb_testimonial_content {
  min-height: 160px;
}

span.tp-social-twittertext {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.step-number {
  float: left;
  width: 100%;
  padding: 24px 0;
}

.step-number span {
  border-radius: 50% !important;
  background: #42a99d;
  padding: 9px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#tp-social-four-sections .et_pb_image .et_pb_image_wrap {
  display: block !important;
}

.section-third .et_pb_column img {
  width: 100% !important;
}

@media screen and (min-width: 1600px) {
  #tp-social-four-sections .tp-landing-page-section2-text {
    padding-top: 25px !important;
  }

  .tp-license-image .et_pb_image_wrap {
    height: 356px !important;
  }

  #tp-social-four-sections .tp-landing-page-section3-text {
    height: 375px !important;
  }

  #tp-social-four-sections .tps-text-content {
    font-size: 14pt;
  }

  .tp-tree-image .et_pb_image_wrap {
    height: 515px;
  }

  .section-third .et_pb_column_1_2 {
    width: 50%;
  }

  .section-third .et_pb_column img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1300px) {
  #tp-social-four-sections .tps-text-content {
    line-height: 1.8em;
  }
}

@media screen and (min-width: 981px) and (max-width: 1300px) {
  #tp-social-four-sections .tp-landing-page-section3-text p,
  #tp-social-four-sections .tp-landing-page-section2-text p {
    line-height: 1.8em !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #tp-social-four-sections .tp-landing-page-section2-text {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
  #tp-social-four-sections .tp-landing-page-section2-text {
    padding-top: 22px !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1600px) {
  #tp-social-four-sections .tp-license-image .et_pb_image_wrap {
    height: 341px;
  }

  #tp-social-four-sections .tp-tree-image .et_pb_image_wrap {
    height: 456px;
  }

  #tp-social-four-sections .tp-landing-page-section3-text {
    height: 333px !important;
  }

  #tp-social-four-sections .tp-landing-page-section2-text {
    line-height: 2em;
    height: 218px;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    margin-bottom: 0px !important;
    width: 100%;
  }

  .section-third .et_pb_column img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }

  .section-third .et_pb_column_1_2 {
    width: 50%;
  }

  #tp-social-four-sections .tps-text-content {
    font-size: 12pt;
  }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
  #tp-social-four-sections .tp-license-image .et_pb_image_wrap {
    height: 339px;
  }

  p.tps-text-content.greenhouse-gas-equivalencies-calculator {
    margin-top: 8px;
  }

  .tps-text-content {
    font-size: 11pt;
  }

  .et_pb_text_2 p {
    line-height: 1.8em;
  }

  #tp-social-four-sections .tp-landing-page-section2-text {
    line-height: 1.8em !important;
    height: 214px;
    padding-top: 13px !important;
    padding-right: 18px !important;
    padding-bottom: 0px !important;
    padding-left: 18px !important;
    margin-bottom: 0px !important;
    width: 100%;
  }

  #tp-social-four-sections .tp-landing-page-section3-text {
    height: 333px !important;
  }

  #tp-social-people-make-difference .et_pb_testimonial_content span {
    font-size: 10pt !important;
    font-weight: 600 !important;
  }

  .terrasocial-twitter .et_pb_testimonial_author {
    width: 57% !important;
  }

  #tp-social-products-plans .et_pb_row {
    width: 90%;
  }

  button.single_add_to_cart_button.button.alt.tp-select-plan-btn {
    width: 50% !important;
  }

  #terra-social-custom-header .terra-social-video-content-row,
  #terra-social-custom-header .terra-social-skip-to-content {
    margin-top: 23vh;
  }

  #terra-social-custom-header .terra-social-skip-to-content {
    margin-top: 23vh;
  }
}

@media screen and (min-width: 981px) {
  .terrasocial-twitter .et_pb_testimonial_description,
  .terrasocial-twitter .et_pb_testimonial_description_inner {
    position: relative;
  }

  .terrasocial-twitter .et_pb_testimonial_author {
    margin-top: 0px;
    position: absolute;
    left: -140px;
    right: 0;
    top: 98px;
    bottom: 0;
    width: 40%;
    text-align: center;
    line-height: 1.6em !important;
    font-weight: bold;
    font-size: 9pt !important;
  }

  #terra-social-custom-header .terra-social-video-content-row,
  #terra-social-custom-header .terra-social-skip-to-content {
    margin-top: 25vh;
  }

  #terra-social-custom-header .terra-social-skip-to-content {
    margin-top: 32vh;
  }
}

@media screen and (max-width: 980px) {
  #tp-social-people-make-difference .et_pb_testimonial_content {
    min-height: auto !important;
  }

  .ts-skip-to-content {
    display: block !important;
    position: inherit !important;
  }

  .terra-social-featured-images {
    padding-left: 50px !important;
  }

  #terra-social-custom-header {
    height: auto !important;
  }

  .terrasocial-twitter .et_pb_testimonial_content span {
    line-height: 1.8em !important;
    font-weight: 500 !important;
  }

  .tps-text-heading {
    font-size: 14pt;
  }

  .tps-text-content {
    font-size: 14px;
    line-height: 2em;
  }

  .terrasocial-twitter .spanet_pb_testimonial_description span {
    line-height: 1.6em !important;
    font-size: 10pt !important;
    font-weight: 500 !important;
  }

  .terrasocial-twitter .et_pb_testimonial_author {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 12px 0 !important;
    float: left;
  }

  #terra-social-custom-header .et_pb_text_0_tb_header {
    font-size: 34px;
    line-height: 1.4em !important;
  }

  #featured-in-section .et_pb_row {
    width: 100%;
  }

  #tp-social-people-make-difference .et_pb_text_inner span,
  #tp-social-sign-up .et_pb_text_inner span {
    font-size: 16pt !important;
  }

  .tps-text-content.greenhouse-gas-equivalencies-calculator span {
    font-size: 10pt !important;
  }

  #featured-in-section .et_pb_row {
    width: 100%;
  }

  .terra-social-featured-images li {
    width: 30%;
  }

  p.tps-text-content.greenhouse-gas-equivalencies-calculator {
    margin-top: 10px;
  }

  #tp-social-four-sections .tp-landing-page-section3-text {
    height: 360px !important;
  }

  #tp-social-four-sections .tp-landing-page-section2-text {
    height: auto !important;
  }

  .step-number span {
    padding: 8px 15px;
  }

  .signup-step-text {
    margin-bottom: 60px !important;
    padding: 12px 0 29px 0;
  }

  .step-number {
    position: absolute !important;
    bottom: 0;
    padding: 24px 0 40px 0;
  }

  #tp-social-sign-up .et_pb_text_inner {
    margin-bottom: 52px;
  }

  #tp-social-sign-up {
    padding-bottom: 0 !important;
  }

  span.signup-step-text.tp-last-child {
    margin-bottom: 0px !important;
  }

  .section-third .et_pb_column img {
    height: auto !important;
    max-width: 100% !important;
  }

  .tp-license-image .et_pb_image_wrap img {
    height: 360px !important;
    object-fit: cover;
    width: 100%;
  }

  li.mobile-items:nth-child(4),
  li.mobile-items:nth-child(5) {
    width: 40%;
    text-align: center;
    margin-left: 8%;
  }
}

@media screen and (max-width: 480px) {
  #terra-social-custom-header .et_pb_text_0_tb_header {
    width: 100% !important;
    font-size: 25px;
  }

  #terra-social-custom-header .et_pb_text_1_tb_header {
    margin-bottom: 0 !important;
  }

  #featured-in-section .et_pb_row {
    width: 90%;
  }

  .terra-social-featured-images li {
    width: 33%;
    text-align: left;
  }

  p.tps-text-content.greenhouse-gas-equivalencies-calculator {
    margin-top: 10px;
  }

  #tp-social-four-sections .tp-landing-page-section2-text,
  #tp-social-four-sections .tp-landing-page-section3-text {
    padding-right: 14px !important;
    padding-left: 14px !important;
    height: 300px;
    padding-top: 28px !important;
  }

  #tp-social-four-sections .tp-landing-page-section2-text p,
  #tp-social-four-sections .tp-landing-page-section3-text p {
    line-height: 1.8em !important;
  }

  #tp-social-four-sections .et_pb_row {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #tp-social-four-sections .et_pb_column {
    margin-bottom: 0px;
  }

  .tarrapass-social-footer .et_pb_row {
    width: 100%;
  }

  .desktop-social-icon-box-footer li {
    padding: 0px 15px !important;
  }

  #terra-social-custom-header {
    height: auto !important;
  }

  .terra-social-featured-images li img {
    max-width: 100%;
    height: 28px;
  }

  .terrasocial-twitter .et_pb_testimonial_author {
    text-align: center !important;
  }

  button.single_add_to_cart_button.button.alt.tp-select-plan-btn {
    width: 50%;
  }

  .tp-license-image .et_pb_image_wrap img,
  .tp-tree-image .et_pb_image_wrap img {
    height: 350px !important;
    object-fit: cover !important;
  }

  #tp-social-four-sections .tp-landing-page-section3-text {
    height: 350px !important;
  }

  #tp-social-four-sections .tp-landing-page-section2-text {
    height: auto !important;
  }

  .terra-social-featured-images {
    padding-left: 0px !important;
  }

  .section-third .et_pb_column img {
    height: auto;
    max-width: 100% !important;
  }

  li.mobile-items:nth-child(4),
  li.mobile-items:nth-child(5) {
    width: 41%;
    text-align: left;
    margin-left: 16%;
  }
}

@media screen and (max-width: 360px) {
  #tp-social-four-sections .tp-landing-page-section2-text,
  #tp-social-four-sections .tp-landing-page-section3-text {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .section-third .et_pb_column img {
    object-fit: cover !important;
  }
}

@media screen and (max-width: 784px) and (orientation: portrait) {
  .terrasocial-twitter .et_pb_testimonial_author {
    text-align: center !important;
  }
}

/*********TP Press Page***********/

ul.terrpass-press-news {
  list-style-type: none;
  float: left;
  width: 100%;
  padding-bottom: 0 !important;
}

ul.terrpass-press-news li {
  float: left;
  width: 100%;
}

/*.terrapass-press-image {
    max-width: 15%;
    float: left;
    width: 100%;
} */
.terrapass-press-image {
  max-width: 16%;
  float: left;
  width: 100%;
  height: 110px;
}

.terrapass-press-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terrapass-press-content {
  width: 80%;
  float: left;
}

.terrapass-press-content .et_pb_section {
  padding: 0;
}

.terrapass-press-content h3,
.terrapass-press-content .et_pb_row,
.tp-press-content {
  margin-left: 25px !important;
  padding: 0 0 10px 0;
}

.tp-press-content {
  line-height: 1.4;
}

.terrpass-press-news hr {
  background: #ccc !important;
  margin: 24px 0;
  float: left;
  width: 100%;
}

.terrapass-press-content .et_pb_row .et_pb_text_inner,
.tp-press-content {
  color: #2965ab;
  font-size: 22px;
  font-weight: bold;
}

.tp-press-logo{
  margin-top: .5rem;
}

.terrapass-press-content h3 {
  font-size: 13px !important;
  font-weight: 600;
  color: #696969;
}

.terrapass-press-testimonial p.text {
  height: 55px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
}

.terrapass-press-testimonial p.text.height {
  height: 80px;
}

.terrapass-press-testimonial p {
  text-align: center;
}

.terrapass-press-testimonial .slick-slide {
  float: left;
  width: 100%;
  margin-bottom: 10px !important;
  height: 175px;
}

.terrapass-press-testimonial .slick-slide .tp-author-title {
  float: left;
  width: 100%;
  margin-top: 20px !important;
}

.terrapass-press-testimonial p strong {
  font-weight: 600 !important;
}

.slick-dots li button:before {
  content: "\26AC";
  font-size: 2rem;
}

.slick-dots li.slick-active button:before {
  color: #2ea3f2;
}

.tp-show-more-news-articles {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2965ab;
  cursor: pointer;
  font-weight: 600 !important;
}

@media screen and (min-width: 980px) and (max-width: 1210px) {
  #terrapass-press-page-header-section .et_pb_module.et_pb_text {
    padding-left: 0px !important;
    padding: 0 62px !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
  .terrapass-press-content a p {
    line-height: 1.5em;
    font-size: 17px;
  }

  .terrapass-press-image {
    max-width: 20%;
    float: left;
    width: 100%;
  }

  /*	#terrapass-press-page-header-section .et_pb_module.et_pb_text{
        padding-left: 0px !important;
        padding: 0 88px !important;
    } */
  .terrapass-press-testimonial p.text {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 980px) {
  .terrapass-press-image {
    height: 280px;
    object-fit: cover;
  }

  .terrapass-press-image {
    max-width: 100%;
  }

  .terrapass-press-content {
    margin-top: 25px;
    width: 100% !important;
    font-size: 18px;
  }

  .terrapass-press-content h3,
  .terrapass-press-content .et_pb_row,
  .tp-press-content {
    margin-left: 0 !important;
  }

  ul.terrpass-press-news li {
    margin-bottom: 15px;
  }

  .terrapass-press-content h3,
  .terrapass-press-content a p {
    padding: 0px 0px 15px 0 !important;
  }

  .page-template-a-hero-section .offset-event-right-block {
    float: unset !important;
    margin: 0 auto !important;
  }

  /* .terrapass-press-testimonial .slick-slide, .terrapass-press-testimonial p.text.height{
    height:auto;
  }*/
  .terrapass-press-testimonial p.text.height {
    height: auto;
  }

  .terrapass-press-testimonial .slick-slide {
    height: auto;
  }

  .terrapass-press-testimonial p.text {
    height: auto !important;
    font-weight: 500;
    font-size: 14px;
    min-height: 50px;
    line-height: 1.8em;
  }

  .terrapass-press-testimonial .slick-slide .tp-author-title {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }

  #terrapass-press-testimonial-section .et_pb_row {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .page-template-a-hero-section .offset-event-right-block {
    width: 60% !important;
  }
}

@media screen and (max-width: 600px) {
  .terrapass-press-image {
    height: 210px;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .terrapass-press-image img {
    max-height: 210px;
  }

  .page-template-a-hero-section .offset-event-right-block {
    width: 100% !important;
  }

  ul.terrpass-press-news {
    padding-left: 0 !important;
  }

  .terrapass-press-content a p {
    font-size: 18px;
  }

  #terrapass-press-page-header-section {
    padding: 14px;
  }

  #press-article-middle-section h2 {
    font-size: 28px !important;
  }

  .terrapass-press-testimonial p.text {
    min-height: 100px;
  }
}

@media screen and (max-width: 400px) {
  #press-article-middle-section h2 {
    font-size: 24px !important;
  }
}

/**TP Homepage Collective Impact Section**/
.tp-collective-impact .et_pb_image_wrap {
  width: 100% !important;
}

.tp-collective-impact .et_pb_image_wrap img {
  object-fit: cover !important;
  width: 100% !important;
}

.tp-collective-impact h2 {
  line-height: 1.4em;
}

.tp-collective-impact .et_pb_text_inner p {
  padding-top: 12px;
  line-height: 1.7;
  color: #333 !important;
}

.tp-collective-impact .collective-impact-carbon-footprint-btn {
  background-color: #2965ab !important;
  color: #fff !important;
  border-color: unset !important;
}

.tp-collective-impact h2 {
  font-size: 26pt;
}

@media screen and (min-width: 980px) and (max-width: 1290px) {
  .tp-collective-impact .et_pb_text,
  .tp-collective-impact .et_pb_button_module_wrapper {
    margin-left: 32px !important;
  }

  .tp-collective-impact h2 {
    font-size: 22pt !important;
  }
}

@media screen and (max-width: 980px) {
  .tp-collective-impact .et_pb_text,
  .tp-collective-impact .et_pb_button_module_wrapper {
    margin-left: 20px !important;
    padding: 0 20px;
  }

  .tp-collective-impact h2 {
    font-size: 22pt !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .tp-collective-impact .et_pb_column {
    min-height: 335px !important;
  }
}

@media screen and (max-width: 768px) {
  .tp-collective-impact .et_pb_image_wrap img {
    height: auto !important;
  }

  .tp-collective-impact .et_pb_column {
    height: auto !important;
  }

  .tp-collective-impact .et_pb_text_inner p {
    padding-top: 10px;
    line-height: 1.5;
  }

  .tp-collective-impact .et_pb_text {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 480px) {
  .tp-collective-impact .et_pb_text,
  .tp-collective-impact .et_pb_button_module_wrapper {
    padding: 0 20px;
  }

  .tp-collective-impact h2 {
    line-height: 24pt;
  }

  .tp-collective-impact .et_pb_image_wrap img {
    height: 280px !important;
    object-fit: cover !important;
  }

  .tp-collective-impact h2 span {
    font-size: 21pt !important;
  }
}

@media screen and (max-width: 400px) {
  .tp-collective-impact .collective-impact-carbon-footprint-btn {
    font-size: 17px;
  }
}

/***Terrapass TPSC Landing Page **/

.particles-content.first-rw {
  top: 10% !important;
}

.particles-text.first-section {
  margin-left: 70px;
}

.particles-content {
  display: flex;
  position: absolute;
  left: 10%;
}

.particles-content.second-rw {
  top: 50% !important;
}

#particles-js {
  padding-bottom: 60px;
}

/* Crypto wallet form styles**/

.woocommerce-crypto-wallet-form {
  max-width: 600px;
  margin-bottom: 1.5rem;
}

.woocommerce-crypto-wallet-form input {
  width: 100%;
}

.crypto_field_error_message {
  padding-top: 8px;
  color: red;
}

.woocommerce-crypto-wallet-form label {
  line-height: 2;
  padding-bottom: 5px;
  font-weight: 500;
  display: block;
}

.crypto_error_field {
  border: 2px solid red !important;
}

.woocommerce-crypto-wallet-form button:disabled {
  padding: 0.3em 1em !important;
}

ul#menu-terrapass-tpsc-landing-page-menu li ul {
  background: #fff !important;
  padding: 16px 0 20px 0;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -75px;
}

.tp-landing-page-faqs .et_pb_accordion .et_pb_toggle {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-width: 2px !important;
  background-color: unset !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

#particles-js .particles-text p {
  color: #fff;
  font-size: 18px;
  line-height: 2em;
  top: 128px;
  font-family: "Open Sans";
  padding-bottom: 15px !important;
}

#particles-js .particles-text h2 {
  color: #fff;
  font-size: 28px !important;
  line-height: 1.2em;
  font-family: "Roboto Regular" !important;
}

#particles-js img {
  height: 150px;
}

#particles-js .particles-content {
  width: 50%;
  max-width: 1080px !important;
  margin: 0 auto !important;
}

canvas.particles-js-canvas-el {
  height: 500px !important;
  padding-left: 32%;
}

.particles-content.second-section .particles-text {
  top: 45% !important;
}

.particles-content.first-section .particles-text {
  left: 32%;
  width: 50%;
}

.et_pb_toggle_content_ {
  display: none;
}

#frequently_asked_questions h3:before {
  content: "\e050";
  font-weight: lighter;
  color: #0476ca;
  font-size: 16px;
  opacity: 1;
  float: right;
  font-family: "ETmodules";
}

#frequently_asked_questions h3.active:before {
  content: "\e04f";
  font-weight: lighter;
  color: #0476ca;
  font-size: 16px;
  opacity: 1;
  float: right;
  font-family: "ETmodules";
}

#frequently_asked_questions .et_pb_code {
  margin-bottom: 0px;
  float: left;
  width: 100%;
  color: #666 !important;
  border-bottom: 1px solid #ccc;
  background: unset;
  padding-left: 0;
  padding: 12px 0;
}

#frequently_asked_questions .et_pb_code_inner h3 {
  line-height: 1.7;
  font-family: inherit;
  font-size: 17px;
  color: #666 !important;
  /* padding-bottom: 0; */
  padding: 5px 0 !important;
  font-weight: 700;
}

#frequently_asked_questions .et_pb_toggle_content_,
#frequently_asked_questions .et_pb_toggle_content_ span,
#frequently_asked_questions .et_pb_toggle_content_ p {
  font-size: 14px !important;
  padding-left: 0;
  color: #666 !important;
  line-height: 2em;
}

#particles-js .particles-text.second-section {
  top: 40% !important;
}

#frequently_asked_questions .et_pb_toggle_ {
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

#particles-js .et_pb_button {
  color: #2964ac !important;
  background: #fff !important;
  margin-top: 5px !important;
  font-size: 14px !important;
  font-family: "Roboto Regular";
  font-weight: 700;
  padding: 12px 50px;
}

.et_pb_button:after,
.et_pb_button:before {
  font-size: 22px !important;
  line-height: unset !important;
}

.icon {
  -webkit-transition: transform 2s ease;
  -moz-transition: transform 2s ease;
  -ms-transition: transform 2s ease;
  -o-transition: transform 2s ease;
  transition: transform 2s ease;
}

.icon:hover {
  -ms-transform: translateX(0px) rotateY(360deg);
  -webkit-transform: translateX(0px) rotateY(360deg);
  transform: translateX(0px) rotateY(360deg);
}

.crypto-content {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 5px;
  display: block;
  color: #585858;
}

.crypto-title {
  font-size: 18pt;
  padding-top: 5px;
  color: #333 !important;
  line-height: 1.2em;
  font-family: "Roboto Regular";
}

.crypto-header-text {
  color: #2965ab;
  font-size: 21px;
  font-family: "Roboto Regular";
  padding-top: 15px;
}

.tpsc-lm {
  font-size: 9pt !important;
  font-weight: 600;
}

a.faq-link {
  color: #fff !important;
  font-size: 17px !important;
  text-decoration: underline !important;
}

.tp-tpsc-plans .tp-social-plans {
  min-height: 262px !important;
}

.tp-tpsc-hero-text {
  margin-top: 12%;
}

.hero-one-coin-text {
  font-size: 21px;
  color: #2965ab;
  font-family: "Roboto Regular";
  padding-top: 15px;
}

.mobile_nav #mobile_menu1 {
  background-color: #fff !important;
  margin-top: 3%;
}

#terrapass-tpsc-menu .et_pb_menu__logo {
  padding: 16px;
  height: auto !important;
}

#frequently_asked_questions .et_pb_text_inner p {
  font-size: 18pt;
}

#tp-social-products-plans .et_pb_text_inner span {
  font-size: 18pt;
}

.tpsc-hero-banner {
  padding-top: 54px !important;
}

a.icon-user.user-sm-login:after {
  content: "\e08a" !important;
  font-family: "ETmodules";
  font-size: 18px;
  color: #4598e6;
  display: inline-block;
  margin-top: -1px;
}

@media screen and (min-width: 1750px) {
  #particles-js .particles-text.first-section {
    left: 35% !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1270px) {
  .particles-content.first-rw {
    width: 70% !important;
  }

  .particles-content.second-rw {
    width: 75% !important;
  }

  .crypto-content {
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 8px;
  }

  .crypto-title {
    font-size: 14pt;
    padding: 5px 0;
  }

  .hero-one-coin-text {
    font-size: 18px !important;
  }

  .crypto-header-text,
  .hero-one-coin-text {
    font-size: 18px;
  }

  ul#menu-terrapass-tpsc-landing-page-menu li a {
    font-size: 13px !important;
  }

  #menu-terrapass-tpsc-landing-page-menu .et-menu li {
    padding-right: 10px;
  }

  #tp-social-products-plans .tpsc-plans-row {
    width: 100% !important;
    padding: 0 25px !important;
  }

  #tp-social-products-plans .tpsc-plans-row .et_pb_module {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #tp-social-products-plans .tpsc-plans-row .et_pb_column {
    width: 32% !important;
    margin-right: 2% !important;
  }

  #tp-social-products-plans .tpsc-plans-row .et_pb_column:nth-child(3) {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 980px) {
  #terrapass-tpsc-hero-section {
    height: 720px !important;
  }

  #particles-js {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 980px) {
  .particles-content.first-rw {
    width: 70% !important;
  }

  .particles-content.second-rw {
    width: 80% !important;
  }

  #terrapass-tpsc-hero-section {
    height: 780px !important;
  }

  .tp-tpsc-hero-text {
    margin-top: 0px;
  }

  #particles-js .particles-text {
    width: 100%;
  }

  .tp-tpsc-hero-text {
    margin-top: 30px !important;
  }

  .crypto-content {
    font-size: 14px;
    line-height: 1.8em;
  }

  .crypto-title {
    font-size: 16pt;
  }

  .crypto-header-text,
  .hero-one-coin-text {
    font-size: 18px;
  }

  #particles-js .particles-text {
    top: 8px;
  }

  .tp-tpsc-plans .tp-social-plans {
    min-height: auto !important;
  }

  #particles-js img {
    top: 48px;
  }
}

@media screen and (min-width: 748px) and (max-width: 980px) {
  .tp-tpsc-coin-image-right {
    margin-top: 5% !important;
  }
}

@media screen and (max-width: 800px) {
  #particles-js {
    padding-bottom: 0;
  }

  #particles-js img {
    height: 105px;
  }

  .particles-text.first-section {
    margin-left: 55px;
  }

  .tpsc-hero-banner {
    padding-top: 40px !important;
    margin-top: 0 !important;
  }

  #frequently_asked_questions .et_pb_toggle_ h3 {
    font-size: 15px;
  }

  #frequently_asked_questions .et_pb_toggle_content_,
  #frequently_asked_questions .et_pb_toggle_content_ span,
  #frequently_asked_questions .et_pb_toggle_content_ p {
    font-size: 14px !important;
  }

  #particles-js .particles-text {
    top: 8px;
  }

  #particles-js .particles-text h2 {
    font-size: 13pt !important;
    line-height: 1.5em;
  }

  #particles-js .particles-text p {
    font-size: 13px;
  }

  #terrapass-tpsc-hero-section .et_pb_row {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 15px;
  }

  #particles-js img {
    top: 38px;
  }
}

@media screen and (min-width: 620px) {
  #terrapass-tpsc-hero-section .tpsc-hero-banner .et_pb_column {
    width: 50% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 580px) {
  .tpsc-hero-banner {
    padding-top: 0px !important;
  }

  .tp-tpsc-coin-image-right {
    margin-top: 25% !important;
  }

  .tp-tpsc-coin-image-right {
    margin-top: 0 !important;
  }

  #particles-js img {
    top: 53px;
  }

  canvas.particles-js-canvas-el {
    padding-left: 0%;
  }

  div#terrapass-tpsc-hero-section .et_pb_column {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  #terrapass-tpsc-hero-section p:last-child {
    padding-bottom: 0px !important;
  }

  .tp-tpsc-plans .et_pb_row {
    padding-top: 0px;
  }

  .crypto-header-text,
  .hero-one-coin-text,
  span.tp-plan-for {
    font-size: 13pt !important;
  }

  #frequently_asked_questions .et_pb_text_inner span,
  .crypto-title {
    font-size: 14pt;
  }

  #tp-social-products-plans .et_pb_text_inner span {
    font-size: 14pt;
  }

  canvas.particles-js-canvas-el {
    height: 600px !important;
    padding-left: 0;
    margin-top: 0%;
  }

  .tp-tpsc-plans {
    padding-top: 42px !important;
  }

  .crypto-title {
    font-size: 14pt;
    line-height: 1.4;
  }

  .crypto-header-text,
  .hero-one-coin-text {
    font-size: 12pt;
  }

  .crypto-content {
    font-size: 13px;
    line-height: 1.8em;
  }

  #tp-social-products-plans .et_pb_text_inner span,
  #frequently_asked_questions .et_pb_text_inner p {
    line-height: 1.2em;
  }
}

/**TPSC Home Page styles**/
.crypto-home-header-text {
  color: #0476ca;
  font-size: 15pt;
  font-weight: 600;
}

h1.crypto-home-title {
  font-size: 23pt;
  line-height: 1.2em;
}

.crypto-home-title p,
h1.crypto-home-title {
  padding-bottom: 15px !important;
}

#terrapass-tpsc-menu #mobile_menu1 {
  background: #fff !important;
}

#homepage-hero-section .homepage-tpsc-hero-text {
  margin-top: 120px !important;
}

#tp-single-product-262338 .terrapass-single-product-image {
  padding: 0 !important;
}

div#tp-single-product-262338 .terrapass-single-product-image img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  h1.crypto-home-title {
    font-size: 18pt;
  }

  #homepage-hero-section .homepage-tpsc-hero-text {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 980px) {
  h1.crypto-home-title {
    font-size: 16pt;
  }

  h1.crypto-home-title-mobile {
    font-size: 17pt;
    line-height: 1.4;
  }

  h1.crypto-home-title-mobile {
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .et_pb_module .mobile_menu_bar:before {
    top: 0;
  }

  #homepage-hero-section,
  #terrapass-tpsc-hero-section {
    display: flex;
    flex-direction: column;
  }

  #homepage-hero-section .terrapass-utility-menu,
  #terrapass-tpsc-hero-section .terrapass-utility-menu,
  .terrapass-new-mobile-header .terrapass-utility-menu {
    order: 2 !important;
    width: 100% !important;
  }

  #homepage-hero-section .terrapass-main-menu,
  #terrapass-tpsc-hero-section .terrapass-main-menu,
  .terrapass-new-mobile-header .terrapass-main-menu {
    order: 1 !important;
  }

  #terrapass-tpsc-hero-section .tpsc-hero-content {
    order: 3 !important;
  }

  #terrapass-tpsc-menu .et_pb_menu__logo-wrap {
    flex-grow: 2;
  }

  .tpsc-hero-banner .icon {
    transition: none !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }

  .woocommerce-page table.shop_table_responsive tr td.blankColumn {
    display: none;
  }
}

@media screen and (min-width: 540px) and (max-width: 760px) {
  #homepage-coin-image-md-sm {
    margin-top: 54px;
  }
}

@media screen and (max-width: 620px) {
  #terrapass-tpsc-hero-section {
    height: auto !important;
  }

  .tpsc-hero-banner .et_pb_column:nth-child(2) {
    padding-bottom: 48px !important;
  }
}

@media all and (max-width: 767px) {
  .particles-content.first-rw {
    top: 8% !important;
  }

  #particles-js {
    padding-bottom: 0;
  }

  #particles-js img {
    height: 85px;
  }

  .particles-content.second-rw {
    top: 50% !important;
  }

  .particles-text.first-section {
    margin-left: 18px;
  }

  h1.crypto-home-title-mobile {
    color: #fff !important;
    font-size: 15pt;
    line-height: 1.4;
  }

  .homepage-coin-image img {
    height: 260px !important;
    object-fit: contain !important;
  }

  #terrapass-tpsc-menu .et_pb_menu__logo {
    height: 32px;
  }

  #homepage-hero-section .crypto-home-header-text {
    color: #fff !important;
    font-size: 13pt !important;
  }

  #homepage-hero-section .homepage-coin-image img {
    height: 280px !important;
    object-fit: contain !important;
  }

  #terrapass-tpsc-menu {
    padding: 0 !important;
  }

  #homepage-hero-section .terrapass-utility-menu,
  #terrapass-tpsc-hero-section .terrapass-utility-menu {
    order: 2 !important;
  }

  footer .et_pb_menu_inner_container.clearfix {
    display: block !important;
  }

  footer .et_pb_column_7_tb_footer .et_pb_menu__wrap {
    justify-content: start !important;
  }
}

/**Media query for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #terrapass-tpsc-menu .et_pb_menu__logo img {
    height: auto !important;
    width: 210px !important;
  }
}

/**Styles for Menus**/
.footer-divi-copyright .et_pb_text_inner p {
  text-align: center !important;
}

footer .et_pb_column_7_tb_footer .et_pb_menu__wrap {
  justify-content: center !important;
}

.terrapass-utility-menu .et_pb_text_0.et_pb_module {
  margin-left: auto !important;
  margin-right: 0px !important;
}

.terrpass-featured-partners {
  margin: 0 !important;
}

/** Styles for blog page**/

.blog-hero-section .hero-background-img-row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.blog-posts-section .et_pb_post .entry-featured-image-url {
  margin-bottom: 15px;
}

.blog-hero-section .post-content {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: "Roboto Medium";
  font-size: 23px;
  width: 100% !important;
}

.blog-hero-section .post-content p {
  padding-top: 22%;
  padding-left: 10%;
  padding-right: 40%;
  line-height: 35px;
  color: #fff !important;
}

.blog-hero-section .post-content a::before {
  content: "";
  background-image: url("./assets/images/Path-105.svg");
  position: absolute;
  transform: translateY(-50%);
  left: 10%;
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  margin-top: 12px;
}

.blog-hero-section h2.entry-title,
.blog-hero-section p.post-meta {
  position: absolute;
  top: 0;
  color: #fff !important;
  left: 10%;
  z-index: 1;
}

.blog-hero-section h2.entry-title {
  padding-top: 18%;
  font-family: "Roboto bold";
  font-size: 40px;
}

.blog-hero-section p.post-meta {
  padding-top: 15%;
}

.blog-hero-section .post-content a {
  padding-left: 11% !important;
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 16px;
  font-family: "Open Sans";
}

.blog-hero-section .post-meta a {
  color: #fff !important;
}

.blog-hero-section .post-meta .published {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
}

.blog-posts-section .post-meta .published {
  font-family: "Open Sans" !important;
  font-size: 14px !important;
  line-height: 29px !important;
}

.blog-posts-section .post-content .post-content-inner p {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 29px;
}

.blog-1_2_posts .post-content .post-content-inner p {
  line-height: 29px !important;
}

.blog-1_2_posts .post-meta,
.blog-posts-section .post-meta {
  margin-bottom: 0 !important;
}

.blog-1_2_posts .entry-title a {
  line-height: 40px;
  font-family: "Roboto Regular" !important;
}

.blog-page-search .et_pb_searchsubmit {
  color: #fff !important;
  padding: 0 38px !important;
}

.blog-page-search.et_pb_search_0.et_pb_search,
.et_pb_search_0 input.et_pb_s {
  border-right: 0 !important;
}

/**TP Blog Page Subscribe Form**/
.tp-blog-page-subscribe-form .terrapass-newsletter-form-style {
  display: block;
  padding: 0 30px;
}

.tp-blog-page-subscribe-form
  .terrapass-newsletter-form-style
  .gform_body
  .gform_fields
  .ginput_container_email
  input {
  border: 1px solid #939597 !important;
  color: #585858;
  font-size: 18px !important;
  padding: 9px 15px !important;
  height: 50px;
}

.tp-blog-page-subscribe-form
  .terrapass-newsletter-form-style
  .gform_body
  .gform_fields
  .gfield_contains_required {
  margin-left: 0px !important;
}

.tp-blog-page-subscribe-form
  .gform_legacy_markup_wrapper
  .gform_footer
  input[type="submit"] {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px 22px;
  margin-bottom: 0.5rem;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  background-color: #4598e6;
  border: none;
  width: 100%;
}

.blog-page-categories .widgettitle,
.subscribe-our-newsletter {
  font-family: "Roboto Medium" !important;
  font-size: 23px;
  padding: 30px 20px !important;
  color: #585858 !important;
}

.tp-blog-page-subscribe-text,
.blog-posts-section .follow-us-text {
  border: 1px solid #b0cee2;
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.blog-page-categories {
  border: 1px solid #b0cee2;
  padding-right: 0px !important;
  text-align: center;
  padding: 0 30px !important;
}

.blog-page-categories h4 {
  color: #666 !important;
}

.blog-page-categories select {
  height: 50px !important;
  font-size: 19px;
}

.tp-blog-page-subscribe-form,
.blog-posts-section .et_pb_column_1_3 .global-social-icons {
  border: 1px solid #b0cee2;
  border-top: 0;
  text-align: center !important;
  padding-bottom: 30px;
}

.tp-blog-page-subscribe-form .gform_legacy_markup_wrapper {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.tp-blog-page-subscribe-form .gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 0px !important;
}

.tp-blog-page-subscribe-form
  .gform_legacy_markup_wrapper
  span.gform_description {
  margin-bottom: 0px !important;
}

.tp-blog-page-subscribe-form
  .gform_legacy_markup_wrapper
  .top_label
  div.ginput_container {
  margin-top: 0px !important;
}

.tp-blog-page-subscribe-form .terrapass-newsletter-form-style .gform_footer {
  padding: 0 !important;
  width: 100% !important;
  margin-top: 0px !important;
  padding-top: 15px !important;
}

.alignleft.latest-posts {
  text-align: center;
  float: none;
}

.blog-page-search .et_pb_search_0 input.et_pb_s {
  border: 1px solid #939597 !important;
  border-right: 0px !important;
}

.blog-page-search input.et_pb_s {
  background: transparent;
  display: inline-block;
  padding-right: 0 !important;
  width: auto !important;
}

.blog-category-title {
  padding: 25px 0 25px 0 !important;
}

.post-detail-page-title .et_pb_title_container h1.entry-title,
.blog-category-title {
  font-family: "Roboto Bold" !important;
  font-size: 40px !important;
  text-align: center;
  line-height: 58px;
  color: #585858;
}

.post-detail-page-title .et_pb_title_container h1.entry-title {
  margin-top: 10px !important;
  padding: 0 22px !important;
}

.category-blog-page-link {
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Bold";
  color: #4598e6;
}

.posts-detail-page-content-row .et_pb_column .et_pb_section,
.posts-detail-page-content-row .et_pb_column .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.social-share-icons .desktop-social-icon-box-footer li {
  padding: 10px;
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}

ul.blog-single-page-categories {
  display: flex;
  list-style-type: none;
  text-align: center;
  flex: auto !important;
  border: none;
  justify-content: center;
  padding-bottom: 0;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

ul.blog-single-page-categories li {
  padding: 11px;
}

ul.blog-single-page-categories li a {
  color: #585858;
  padding: 12px;
  background: #f6f7fb;
  font-size: 16px;
  font-family: "Open Sans";
}

.current-post-date {
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans";
  padding-bottom: 20px;
  color: #585858;
}

.blog-single-page-navigation a {
  font-size: 16px !important;
  font-family: "Roboto Medium" !important;
}

.desktop-social-icon-box-footer {
  margin: 0 !important;
}

.blog-1_2_posts .entry-title a,
.blog-posts-section .entry-title a {
  color: #585858;
}

.blog-detail-post-content h2,
.blog-detail-post-content h3,
.blog-detail-post-content h4,
.blog-detail-post-content h5,
.blog-detail-post-content h6 {
  margin: 15px 0 !important;
  color: #585858;
}

.blog-detail-post-content p {
  line-height: 2em !important;
  font-size: 16px !important;
  color: #585858;
}

.search article .et_pb_image_container img {
  height: 223px !important;
  width: 356px !important;
}

.search.search-results .tp-search-results a.more-link {
  background: #4598e6 !important;
  border-radius: 4px !important;
  padding: 0.35em 1em !important;
  margin-top: 6px;
  float: left;
  color: #fff !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 19px;
}

.searchWrapper {
  display: flex !important;
}

.blog-page-search button.search {
  height: 50px;
  background-color: #4598e6;
  border-radius: 0 10px 10px 0;
  border: none;
  color: #fff;
  font-family: Open Sans, san-serif;
  font-weight: 400;
  font-size: 19px;
  padding: 9px 13px;
  width: 35%;
  cursor: pointer;
}

.blog-page-search input {
  background-color: #fff !important;
  border: 1px solid #939597 !important;
  font-family: Open Sans, san-serif;
  color: #585858;
  font-weight: 400;
  padding: 9px;
  float: left;
  font-size: 19px;
  height: 50px;
  width: 65%;
  border-right: 0 !important;
}

.tp-blog-page-subscribe-form .gform_footer .gform_button {
  height: auto !important;
}

.tp-blog-page-subscribe-form
  .gform_body
  .gform_fields
  .gfield_contains_required {
  width: 100% !important;
}

.blog-single-page-navigation .nav-next {
  float: left;
  width: 50%;
  text-align: right !important;
}

.blog-single-page-navigation .nav-previous {
  float: left;
  width: 50%;
}

.category-top-section-blog-posts .post-content {
  min-height: 105px !important;
}

.blog-hero-section .entry-featured-image-url img {
  width: 100%;
}

.single-blog-full-width-image,
.blog-detail-post-content .et_pb_row:first-child {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .posts-detail-page-content-row .et_pb_column_1_5 {
    margin-right: 0;
  }

  .posts-detail-page-content-row .et_pb_column_3_5 {
    width: 68.8%;
    margin: auto;
  }

  .blog-posts-section .et_pb_column_1_3 {
    width: 32% !important;
  }

  .blog-posts-section .entry-title a {
    display: block;
    line-height: 28px;
    font-size: 27px;
    font-family: "Roboto Medium" !important;
    line-height: 38px;
    text-transform: unset;
  }

  .blog-hero-section .entry-featured-image-url img {
    min-height: 100%;
  }

  .blog-hero-section .et_pb_post .entry-featured-image-url {
    height: 700px;
    overflow: hidden;
  }

  .blog-posts-section article {
    width: 46%;
    margin-right: 4%;
  }

  .blog-posts-section .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-posts-section article:nth-child(2n) {
    margin-left: 0 !important;
  }

  .blog-posts-section .et_pb_column_2_3 {
    width: 68% !important;
    margin-right: 0 !important;
  }

  .blog-1_2_posts .et_pb_column_4_4 article {
    width: 48%;
    margin-right: 4%;
    float: left;
  }

  .blog-1_2_posts .et_pb_column_4_4 article:nth-child(2n) {
    margin-right: 0 !important;
  }

  .blog-posts-section.posts-detail-page-blog-posts-section article {
    width: 29% !important;
    float: left !important;
    margin-right: 4%;
  }

  .et_pb_title_featured_container.et_pb_title_featured_blog_detail_image
    .et_pb_image_wrap {
    height: 700px;
    overflow: hidden;
  }

  .et_pb_title_featured_container.et_pb_title_featured_blog_detail_image img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .blog-hero-section article {
    height: 700px;
    margin-bottom: 0;
  }

  .single-page-related-articles article .entry-featured-image-url,
  .posts-detail-page-blog-posts-section .entry-featured-image-url,
  .blog-posts-section .entry-featured-image-url {
    height: 230px;
    overflow: hidden;
    width: auto;
  }

  .blog-1_2_posts article .entry-featured-image-url img,
  .single-page-related-articles article .entry-featured-image-url img,
  .posts-detail-page-blog-posts-section .entry-featured-image-url img,
  .blog-posts-section .entry-featured-image-url img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .blog-1_2_posts article .entry-featured-image-url {
    height: 386px;
    width: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .blog-page-search input,
  .blog-page-categories select {
    font-size: 15px;
  }
}

@media screen and (max-width: 1070px) {
  .blog-hero-section h2.entry-title,
  p.post-meta {
    padding-right: 0;
  }

  .blog-hero-section .post-content p {
    padding-right: 20%;
  }
}

@media screen and (max-width: 980px) {
  .blog-1_2_posts article img,
  .blog-posts-section article img {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .blog-hero-section h2.entry-title {
    font-size: 25px;
  }

  .blog-hero-section .post-content-inner p {
    font-size: 20px !important;
  }

  .blog-hero-section .post-content a {
    padding-left: 12% !important;
  }

  .blog-page-categories {
    margin-bottom: 30px !important;
  }

  .blog-page-categories .et_pb_widget.widget_categories {
    width: 100% !important;
  }

  footer .et_pb_menu .et_pb_menu__menu {
    display: block !important;
  }

  footer .et_mobile_nav_menu {
    display: none !important;
  }

  footer .footer-divi-menu .et_pb_menu__wrap {
    justify-content: start !important;
  }

  .social-share-icons .desktop-social-icon-box-footer li {
    padding: 0 15px !important;
    display: inline !important;
    margin-bottom: 0;
  }

  .social-share-icons ul {
    text-align: center !important;
  }

  .blog-single-page-navigation .nav-previous,
  .blog-single-page-navigation .nav-next {
    width: 100% !important;
  }

  .blog-single-page-navigation .nav-next a {
    float: right !important;
    margin-top: 20px;
  }

  .post-detail-page-title {
    margin-bottom: 0px !important;
  }

  .current-post-date {
    padding: 20px 0;
  }

  .blog-hero-section .post-content p {
    padding-left: 10%;
    padding-right: 15%;
    padding-top: 24%;
  }

  .blog-hero-section h2.entry-title {
    font-size: 26px;
    padding-top: 18%;
  }

  .blog-hero-section .post-content {
    font-size: 20px;
  }

  .blog-detail-post-content h2,
  .blog-detail-post-content h3,
  .blog-detail-post-content h4,
  .blog-detail-post-content h5,
  .blog-detail-post-content h6 {
    font-size: 1.2rem;
    line-height: 28px;
  }
}

@media screen and (min-width: 600px) and (max-width: 980px) {
  footer .footer-divi-menu h2 {
    text-align: left !important;
  }
}

@media screen and (max-width: 700px) {
  .blog-page-search button.search {
    width: 45%;
  }

  .blog-page-search input {
    width: 55%;
  }

  .blog-hero-section article .entry-featured-image-url {
    height: 700px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .blog-hero-section article img {
    min-height: 100%;
    object-fit: cover;
  }

  .blog-1_2_posts article img,
  .blog-posts-section article img {
    height: 193px;
    object-fit: cover;
  }

  .post-content-inner-1 h2.entry-title-1 {
    font-size: 32px !important;
    line-height: 39px !important;
  }

  .blog-page-search .et_pb_search input.et_pb_searchsubmit {
    min-height: auto !important;
  }

  .blog-page-search .et_pb_searchsubmit {
    padding: 0 29px !important;
  }

  .blog-1_2_posts article h2.entry-title,
  .blog-posts-section article h2.entry-title {
    font-size: 24px;
    padding-bottom: 1rem;
    font-family: "Roboto Regular";
  }

  .blog-1_2_posts article h2.entry-title a {
    font-weight: unset;
  }

  .blog-1_2_posts article h2.entry-title a,
  .blog-posts-section article h2.entry-title a {
    line-height: 40px;
  }

  .blog-posts-section {
    padding-top: 0;
  }
}

/*Archive No Posts Found */
.archive
  .blog-1_2_posts
  .et_pb_ajax_pagination_container
  .entry
  h2.not-found-title,
.archive .blog-1_2_posts .et_pb_ajax_pagination_container .entry p {
  display: none !important;
}

.post-content-inner-1 .post-meta-1 .published {
  font-family: "Open Sans";
  font-size: 16px;
  color: #fff;
}

.post-content-inner-1 h2.entry-title-1 {
  color: #fff;
  font-family: "Roboto bold";
  font-size: 40px;
  line-height: 49px;
}

.post-content-inner-1 p {
  font-family: "Roboto Medium";
  font-size: 23px;
  line-height: 35px;
  color: #fff !important;
}

.post-content-inner-1 a.more-link {
  font-family: "Roboto Medium";
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  margin-left: 15px;
}

.post-content-inner-1 a.more-link::before {
  content: "";
  background-image: url("./assets/images/Path-105.svg");
  transform: translateY(12px);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}

.blog-page-hero-section {
  position: absolute !important;
  top: 50%;
  background: transparent;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.blog-page-hero-row {
  width: 80% !important;
}

.show-more-blog-page-posts:before {
  content: "";
  background-image: url("./assets/images/chevron-right-icon.svg");
  transform: rotate(90deg);
  position: relative;
  top: 2px;
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.2rem;
}

.blog_page_article .entry-title a {
  font-family: "Roboto Bold";
  font-weight: 700;
  color: #585858;
}

.blog_page_article .post-content-inner p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 29px !important;
  color: #585858;
}

/** Blog single page**/
.single-page-related-articles .entry-title a {
  line-height: 40px;
}

.single-page-related-articles article {
  border: 0 !important;
  padding: 0 !important;
}

.single-page-related-articles .et_pb_image_container {
  margin: 0;
}

/* This is to remove the arrow of select element in IE */
.blog-page-categories select::-ms-expand {
  display: none;
}

.blog-page-categories select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.blog-page-categories select {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url("./assets/images/chevron-down-icon.png") no-repeat right white;
  display: inline-block;
  position: relative;
  background-position: 95% 50%;
}

.search-results-form .et_pb_search {
  border: none !important;
}

.search-results-form .et_pb_search input.et_pb_s {
  width: 95%;
  border: 1px solid #939597 !important;
}

/*This a class for single blog page full width Image*/
/*.single-blog-full-width-image{
      margin:0;
      width:100%;
  } */

.woocommerce-message.error {
  color: red !important;
}

/*Style for Gravity Form:  Republic Services Program */
.gravity-forms-label-text {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.gravity-forms-label-text .gfield_label {
  font-weight: 500 !important;
  padding-top: 5px !important;
}

.gravity-forms-address-label h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0;
  color: #666;
}

.gravity-forms-address-label {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}

.gform_wrapper.gravity-theme .republic-services-form .gform_fields {
  grid-row-gap: 0px;
}

.gform_wrapper.gravity-theme .republic-services-form .gform_fields .gfield {
  margin-bottom: 16px;
}

/*Style for Gravity Form:  Republic Services Program */
.gform_wrapper.gravity-theme .republic-services-form input[type="text"],
.gform_wrapper.gravity-theme .republic-services-form select {
  border-radius: 6px;
  padding: 12px;
}

.gform_wrapper.gravity-theme .republic-services-form .gsection {
  margin-top: 2rem;
}

.gform_wrapper.gravity-theme .republic-services-form .gsection_title {
  font-weight: 600;
  color: #2965ab;
}

.gform_wrapper.gravity-theme .republic-services-form .gfield_label {
  color: #424242;
}

.gform_wrapper.gravity-theme .republic-services-form input[type="submit"] {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  background-color: #4598e6;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.gravity-forms-label-text {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.gravity-forms-label-text .gfield_label {
  font-weight: 500 !important;
  padding-top: 5px !important;
}

.gravity-forms-address-label h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0;
  color: #666;
}

.gravity-forms-address-label {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}

.gform_wrapper.gravity-theme .republic-services-form .gform_fields {
  grid-row-gap: 0px;
}

.gform_wrapper.gravity-theme .republic-services-form .gform_fields .gfield {
  margin-bottom: 16px;
}

.gform_wrapper.gravity-theme
  .republic-services-form
  .gform_fields
  .gfield:last-child {
  margin-bottom: 0;
}

.tp-landing-page-faqs.tp-wallet-address-page-text {
  padding-top: 0;
  padding-bottom: 20px;
}

.tp-landing-page-faqs.tp-wallet-address-page-text .et_pb_row.et_pb_row_11 {
  margin-left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

p.limited-subscription-notice.notice.product-tpsc {
  display: none;
}

/*TP Crypto Wallet address page*/
.tp-wallet-address-page-text .et_pb_code_inner h3 {
  line-height: 1.7;
  font-family: inherit;
  font-size: 17px;
  color: #666 !important;
  /* padding-bottom: 0; */
  padding: 5px 0 !important;
  font-weight: 700;
  margin-top: 20px;
}

/*TP Funding Schedule styles*/
h2.thank_you_page_schedule_title {
  padding-top: 30px;
}

#tpsc-q5 {
  padding: 0 1.6rem;
}

#tpsc-q5 table {
  margin-top: 2rem;
}

/**Cart Styles for the tablet and mobile**/
@media screen and (max-width: 980px) {
  .terrapass-cart-summary {
    display: block;
  }

  .terrapass-cart-summary .terrapass-cart-checkout-shop {
    width: 100%;
    padding-top: 1.5rem;
  }

  .terrapass-cart-summary .terrapass-cart-detail {
    width: 100%;
    display: block;
    width: 100%;
    padding-right: 0;
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
    > * {
    display: block;
  }

  .coupon.terrapass-coupon-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .wc-proceed-to-checkout {
    width: 100% !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .terrapass-cart-detail .product-name h4,
  .terrapass-cart-detail .product-wrapper p,
  .terrapass-cart-detail .product-wrapper .product-remove {
    text-align: left;
  }
}

/*** REDESIGN ***/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_menu .et_pb_menu__wrap {
  align-items: center;
}

/*TP Funding Schedule styles*/
h2.thank_you_page_schedule_title {
  padding-top: 30px;
}

/**Cart Styles for the tablet and mobile**/
@media screen and (max-width: 980px) {
  .terrapass-cart-summary {
    display: block;
  }
  .terrapass-cart-summary .terrapass-cart-checkout-shop {
    width: 100%;
  }
  .terrapass-cart-summary .terrapass-cart-detail {
    width: 100%;
    display: block;
    width: 100%;
    padding-right: 0;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
    > * {
    display: block;
  }

  .coupon.terrapass-coupon-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  .wc-proceed-to-checkout {
    width: 100% !important;
  }
  .terrapass-cart-detail .product-name h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
  }
}

/**Recent Updates to the Site styles**/

.terrapass-main-menu .et_pb_menu_inner_container {
  align-items: flex-start;
}

.et_pb_menu__menu > nav > ul#menu-updated-main-navigation > li > ul {
  top: calc(100% - 0px);
  left: -50px;
  display: inline-flex;
  flex-direction: column;
  width: 230px;
}

ul#menu-updated-main-navigation > li {
  padding-bottom: 15px;
}

ul#menu-updated-main-navigation li:last-child ul.sub-menu {
  display: none;
}

ul#menu-updated-main-navigation li:last-child:hover ul.sub-menu {
  display: block;
  left: -128px;
}

.single.single-product
  #et-boc
  .et-l
  .et_pb_menu
  .et_pb_menu__menu
  > nav
  > ul
  > li
  > ul {
  left: -50px;
}

.single.single-product
  #terrapass-main-menu
  ul#menu-updated-main-navigation
  li:last-child:hover
  ul.sub-menu {
  left: -152px;
}

ul#menu-updated-main-navigation > li > ul > li {
  padding: 0 20px;
  display: block;
}

ul#menu-updated-main-navigation > li > ul > li > a {
  display: block;
  width: 100%;
  padding: 6px 0px;
  font-size: 15px;
}

ul#menu-updated-main-navigation > li > ul > li > a:hover,
.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background-color: #ffffff;
}

.top-utility-nav .et_pb_text_inner span a {
  color: #424242;
}

.cart {
  position: relative;
}

.cart-count {
  background: #40a498;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  left: 8px;
  top: -6px;
  font-family: "Myriad Pro Light";
  font-size: 0.5rem;
  font-weight: 600;
  color: #ffffff;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.et_pb_text_inner a {
  color: #4598e6;
  text-decoration: underline;
  font-weight: 700;
}

#press-article-middle-section .tp-press-content a {
  text-decoration: none;
}

.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu > nav > ul > li > a,
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding: 0;
}

.et_pb_text_inner a.cart {
  text-decoration: none;
}

.offset-count {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}

a.cart:before,
button.cart:before {
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e07a";
  margin-right: 0.5rem;
  -webkit-font-smoothing: antialiased;
}

a.user:before {
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e08a";
  margin-right: 0.5rem;
  -webkit-font-smoothing: antialiased;
}

a.btn-primary,
button.btn-primary,
.woocommerce-account .woocommerce a.button {
  color: #fff;
  background-color: #4598e6;
  border-color: #4598e6;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

a.btn-primary:hover,
button.btn-primary:hover,
.woocommerce-account .woocommerce a.button:hover {
  color: #fff;
  background-color: #4ba8ff;
  border-color: #4ba8ff;
  transition: ease-in-out 0.3s;
}

.btn-secondary {
  background-color: #40a498;
  border-color: #40a498;
  color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.btn-secondary:hover {
  background-color: #40a4988f;
  border-color: #40a4988f;
  transition: ease-in-out 0.3s;
}

a.btn-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

a.btn-outline-secondary {
  color: #2965ab;
  border: 1px solid #2965ab;
  background-color: transparent;
}

a.btn-secondary:hover {
  color: #fff;
  background-color: #48bbad;
  border-color: #48bbad;
  transition: ease-in-out 0.3s;
}

.entry-content a.btn,
.terrapass-partner-detail-section a.btn-primary,
button.btn,
a.woocommerce-Button {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
}

.woocommerce-page .entry-content a.btn-outline-secondary {
  color: #2965ab;
  background-color: #f6f7fb;
}

.woocommerce-page .entry-content a.btn-outline-secondary:hover {
  background-color: #4ba8ff;
  transition: ease-in-out 0.3s;
  color: #ffffff;
  border-color: #4ba8ff;
}

a.primary-button,
a.secondary-button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px 22px;
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-weight: 400;
}

a.btn-secondary {
  color: #fff;
  background: #40a498;
  border-color: #40a498;
}

a.btn-individuals {
  margin-right: 1rem;
}

@media all and (max-width: 767px) {
  a.btn-individuals,
  a.btn-businesses {
    margin: 0 0.5rem;
  }
}

a.btn-individuals:after,
a.btn-businesses:after,
a.btn-discover:after {
  content: "";
  background: url("assets/images/right-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 20px;
  margin-left: 1rem;
}

a.btn-businesses {
  background: #40a498;
}

a.btn-shadow {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}

.hero-tpsc .et_pb_text_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.hero-tpsc .et_pb_text_inner div {
  margin-left: 15px;
}

.hero-tpsc .et_pb_text_inner div span {
  color: #42e5af;
}

a.learn:before {
  content: "";
  background: url("assets/images/chevron-right.svg") no-repeat center center;
  display: inline-block;
  width: 16px;
  height: 12px;
}

a.block-link {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
}

a.block-link:hover {
  text-decoration: none;
  color: #1e83e2;
}

a.learn-blue:before {
  content: "";
  background: url("assets/images/link-arrow.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 14px;
}

a.btn-learn {
  background: #4598e6;
  padding: 18px 25px;
}

a.btn-learn:before {
  content: "";
  background: url("assets/images/learn.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 38px;
  height: 30px;
  margin-right: 0.5rem;
}

a.btn-projects:before {
  content: "";
  background: url("assets/images/magnify.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

a.btn-carbon {
  padding: 18px 29px;
}

a.btn-carbon:before {
  content: "";
  background: url("assets/images/seeding.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

.sustainability {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.sustainability div,
.upcoming-event div.et_pb_column {
  transition: ease-in-out 0.2s;
}

.sustainability div:hover,
.upcoming-event div.et_pb_column:hover {
  background-color: #f6f7fb;
  border-color: #4598e6;
  color: #4598e6;
  cursor: pointer;
  opacity: 1;
  transition: ease-in-out 0.3s;
}

.featured-partners {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding-top: 2rem;
}

.featured-partners span {
  padding: 0 0.5rem;
}

.entry-content .more-link,
.entry-content .more-link-white {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
}

.entry-content a.more-link:hover {
  color: #1e83e2;
}

.homepage-blog-posts .more-link:before {
  content: "";
  background: url("assets/images/link-arrow.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 13px;
}

.entry-content .more-link-white:before {
  content: "";
  background: url("assets/images/chevron-white.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 13px;
}

.homepage-blog-posts .et_pb_blog_grid .et_pb_post {
  padding: 0;
}

.homepage-blog-posts .et_pb_image_container {
  margin: 0;
}

.social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 260px;
  margin-top: 0.5rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  background-color: #f6f7fb;
  transition: ease-in-out 0.3s;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  box-shadow: none;
}

.small-business-card #price_calculator {
  background: #40a498;
  color: #fff;
  border: 0;
}

.small-business-card #price_calculator td {
  border: none;
}

.small-business-card .voucher-image-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.small-business-card .voucher-fields {
  padding: 0 20px 20px 20px;
}

.small-business-card .voucher-fields label {
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.small-business-card .voucher-fields input[type="text"] {
  padding: 0.5rem;
  width: 100%;
}

.small-business-card .voucher-image-option {
    border: 1px solid #4598e6;
    padding: 0.5rem;
    max-width: 118px;
    text-align: center;
}

.small-business-card .voucher-image-option a {
  color: #424242;
  font-size: 14px;
  font-weight: 600;
}

.small-business-card .voucher-image-options .left-qty p {
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1rem;
}

.small-business-card .voucher-image-options .left-qty p .total-qty {
  font-size: 30px;
  font-weight: 700;
}

.small-business-card .voucher-fields button {
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  font-size: 19px;
  cursor: pointer;
}

.small-business-card .voucher-fields .woocommerce-input-wrapper {
  margin-bottom: 1rem;
}

.small-business-card input[type="number"] {
  width: 100px;
  padding: 0.5rem;
}

.small-business-card .qty label {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
}

/*** Contact Us - Business ***/
.gform_legacy_markup_wrapper .gfield_required {
  color: #ff0000;
}

.multi-step-form_wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  border-top-left-radius: 0;
  padding: 20px 40px 30px 40px;
}

.multi-step-form_wrapper label,
.multi-step-form_wrapper legend {
  text-transform: uppercase;
}

.multi-step-form_wrapper .gform_fields > li {
  padding-right: 0;
  margin-top: 30px;
}

.multi-step-form_wrapper .gform_fields > li:nth-of-type(1),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(2) {
  margin-top: 0;
}

.multi-step-form_wrapper .gform_fields > li:nth-of-type(1),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(4),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(6) {
  padding-right: 16px;
}

.multi-step-form_wrapper .gform_fields > li:nth-of-type(1),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(2),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(4),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(5),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(6),
.multi-step-form_wrapper .gform_fields > li:nth-of-type(7) {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.multi-step-form_wrapper .gform_fields > li:nth-of-type(1) input,
.multi-step-form_wrapper .gform_fields > li:nth-of-type(2) input,
.multi-step-form_wrapper .gform_fields > li:nth-of-type(3) input,
.multi-step-form_wrapper .gform_fields > li:nth-of-type(4) input,
.multi-step-form_wrapper .gform_fields > li:nth-of-type(5) input,
.multi-step-form_wrapper .gform_fields > li:nth-of-type(6) select,
.multi-step-form_wrapper .gform_fields > li:nth-of-type(7) select {
  width: 100%;
}

.multi-step-form_wrapper #input_20_8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 10px;
  grid-template-areas: ". ." ". .";
}

.multi-step-form_wrapper .gform_body input[type="text"],
.multi-step-form_wrapper .gform_body select,
.woocommerce-checkout form.woocommerce-checkout input[type="text"],
.woocommerce-checkout form.woocommerce-checkout input[type="email"],
.woocommerce-checkout form.woocommerce-checkout input[type="tel"],
.woocommerce-checkout form.woocommerce-checkout input[type="password"],
.woocommerce-checkout form.woocommerce-checkout select,
.woocommerce-checkout
  form.woocommerce-checkout
  .select2-container--default
  .select2-selection--single,
.woocommerce form .form-row input.input-text,
.woocommerce-cart form select,
.select2-container--default .select2-selection--single {
  border: 1px solid #dddee3;
  padding: 9px 15px;
  height: 50px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #424242;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 14px;
  right: 6px;
}

form.cart.terrapass-custom-form #price_calculator input[type="text"] {
  width: 75%;
}

.woocommerce-checkout
  form.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
  right: 12px;
}

.multi-step-form_wrapper .gform_body .gfield_checkbox li label {
  font-size: 16px;
}

.multi-step-form_wrapper .gform_footer input[type="checkbox"]:checked {
  background-color: #238dc1;
}

.multi-step-form_wrapper .gform_footer {
  text-align: center;
}

.multi-step-form_wrapper .gform_footer input[type="submit"] {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px 44px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  background: #4598e6;
  transition: ease-in-out 0.2s;
  border: none;
  cursor: pointer;
}

.multi-step-form_wrapper .gform_footer input[type="submit"]:hover {
  background: #4ba8ff;
  transition: ease-in-out 0.3s;
}

.woocommerce form.login,
.woocommerce form.register {
  min-height: 340px;
}

.woocommerce-lost-password .woocommerce-Button.button {
  color: #fff;
  background-color: #4598e6;
  border-color: #4598e6;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 6px 22px;
}

.woocommerce-lost-password .woocommerce-Button.button:hover {
  background: #4ba8ff;
}

abbr[title] {
  text-decoration: none;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background-color: #4598e6;
  border-color: #4598e6;
  color: #fff;
  border: none;
  opacity: 0.65;
}

.woocommerce-form button.button,
.woocommerce-account .woocommerce button.button {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 6px 22px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  background: #4598e6;
  border: none;
  cursor: default;
}

.woocommerce-form button.button:hover,
.woocommerce button.button:hover,
.woocommerce-account .woocommerce button.button:hover {
  background: #4ba8ff;
  padding: 6px 22px;
  color: #ffffff;
  content: "";
  border: none;
}

.woocommerce-page a.button:hover,
.woocommerce a.button:hover,
.woocommerce-pagination .woocommerce-button.woocommerce-Button--next:hover,
.woocommerce-pagination .woocommerce-button.woocommerce-Button--previous:hover {
  padding: 0.3em 1em 0.3em 1em;
}

.woocommerce button.button:hover:after,
.woocommerce-page button.button:after,
.woocommerce-lost-password .woocommerce-Button.button:hover:after,
.woocommerce-account .woocommerce a.button:hover:after {
  display: none;
  border: none;
  padding: 6px 22px;
}

.woocommerce-account .woocommerce-form input[type="text"],
.woocommerce-account .woocommerce-form input[type="password"],
.woocommerce-account .woocommerce-form input[type="email"] {
  border: 1px solid #939597;
  padding: 9px 15px;
  height: 50px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.entry-content .woocommerce-MyAccount-orders,
.woocommerce-account .entry-content table:not(.variations) {
  background: #fff;
  border: 1px solid #dddee3;
}

.woocommerce-cart .entry-content table:not(.variations) {
  margin-bottom: 0;
}

.entry-content .woocommerce-MyAccount-paymentMethods tr td {
  text-align: left;
}

.entry-content .woocommerce-MyAccount-orders tr td,
.entry-content .woocommerce-MyAccount-orders tr th,
.entry-content .woocommerce-MyAccount-paymentMethods tr td,
.entry-content .woocommerce-MyAccount-paymentMethods tr th {
  padding: 16px;
  border-bottom: 1px solid #dddee3;
}

.woocommerce-pagination .woocommerce-button.woocommerce-Button--next,
.woocommerce-pagination .woocommerce-button.woocommerce-Button--previous,
.woocommerce-MyAccount-vouchers .woocommerce-Button.download {
  font-size: 14px;
  margin-right: 0.3rem;
}

table.woocommerce-MyAccount-paymentMethods
  td.woocommerce-PaymentMethod--actions
  .button.delete {
  display: inline;
}

.woocommerce-MyAccount-orders .woocommerce-button.pay,
.woocommerce-MyAccount-orders .woocommerce-button.view,
.woocommerce-MyAccount-orders .woocommerce-button.cancel,
.woocommerce-MyAccount-paymentMethods .payment-method-actions a {
  font-size: 0.8rem;
  padding: 5px 8px;
  margin-right: 0.5rem;
}

.entry-content .woocommerce-MyAccount-paymentMethods {
  margin-bottom: 1rem !important;
}

.newsletter .gform_legacy_markup_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}

.newsletter .gform_legacy_markup_wrapper .gform_footer input[type="submit"],
.woocommerce
  > .newsletter
  > .gform_legacy_markup_wrapper
  > .gform_footer
  > input.button {
  background-color: #40a498;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 14px !important;
  font-family: "Myriad Pro Bold";
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  padding: 0.7rem 1.2rem !important;
  cursor: pointer;
  line-height: 1.3 !important;
}

.newsletter .gform_legacy_markup_wrapper {
  margin: 0;
  max-width: 448px;
}

.newsletter
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container {
  margin-top: 0;
}

.newsletter
  .gform_legacy_markup_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}

.newsletter
  .gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 0.8rem;
}

.newsletter .gform_legacy_markup_wrapper li.gfield.gfield_error {
  border: none;
  margin: 0;
}

.newsletter .gform_validation_errors > h2 {
  font-size: 14px;
  font-weight: 700;
}

.newsletter .gform_legacy_markup_wrapper div.validation_error {
  margin: 0;
  border: none;
}

.newsletter .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin: 0;
}

.terrapass-newsletter-form-style
  .gform_body
  .gform_fields
  .gfield_contains_required {
  padding-right: 0 !important;
  padding: 0 !important;
  background-color: #ffffff;
  margin: 0 !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.terrapass-newsletter-form-style
  .gform_body
  .gform_fields
  .ginput_container_email
  input {
  width: 100%;
  background: #fff;
  margin-right: 0px !important;
  padding-left: 10px !important;
  font-size: 14px !important;
  font-family: "Roboto Regular";
  color: #424242;
  border: 0px !important;
  max-width: calc(100% - 0px) !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tp-blog-page-subscribe-form
  .terrapass-newsletter-form-style
  .gform_body
  .gform_fields
  .ginput_container_email
  input {
  border-radius: 0;
}

.terrapass-newsletter-form-style
  .gform_body
  .gform_fields
  .ginput_container_email
  input::placeholder {
  color: #424242;
}

.newsletter .gform_legacy_markup_wrapper .gform_heading {
  display: none !important;
}

.arrow-up {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  display: none;
}

.arrow-up a i {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("assets/images/up-arrow.svg") center center;
  background-size: cover;
}

#menu-footer-links li {
  border-left: 1px solid #fff;
  line-height: 1;
}

#menu-footer-links li a {
  padding-bottom: 0;
}

#menu-footer-links.et-menu.nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}

span.copyright {
  color: #ffffff;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0.7rem;
}

.footer-links .et_pb_menu__wrap {
  justify-content: flex-start;
}

/* Mobile device and below */
@media all and (max-width: 767px) {
  .btn-individuals {
    margin-right: 0;
  }

  .hero-tpsc .et_pb_text_inner {
    align-items: flex-start;
  }

  .hero-tpsc > .et_pb_text_inner > img {
    width: 50px;
  }

  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  .mobile-hide {
    display: none;
    opacity: 0;
    height: 0;
  }

  .d-none.mobile-show {
    display: block;
  }

  #homepage-hero-section {
    overflow: visible;
  }

  body.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
  }

  body.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 20px !important;
  }

  .hero-tpsc .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .hero-tpsc .et_pb_text_inner div {
    margin-left: 0;
    margin-top: 0.6rem;
  }

  .terrapass-main-menu .et_pb_menu_inner_container {
    align-items: center;
    justify-content: center;
  }

  .entry-content a.btn,
  .terrapass-coupon-section.terrapass-mobile-coupon-section
    .btn-outline-secondary {
    font-size: 16px;
    padding: 15px 20px;
    min-width: auto !important;
  }

  .offset-count {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-top: -40px;
  }

  .sustainability {
    flex-direction: column;
  }

  .sustainability div {
    width: 100%;
    margin-bottom: 1rem;
  }

  .featured-partners {
    display: flex;
    flex-direction: column;
  }

  .featured-partners span {
    display: block;
    margin: 1.5rem 0;
  }

  footer .terrapass-newsletter-form-style {
    display: flex;
    justify-content: center;
  }

  .newsletter .gform_legacy_markup_wrapper .gform_footer input[type="submit"],
  .woocommerce
    > .newsletter
    > .gform_legacy_markup_wrapper
    > .gform_footer
    > input.button {
    width: 100%;
    padding: 0.66rem 0rem !important;
    line-height: 1.43 !important;
    white-space: nowrap;
  }

  .newsletter .gform_legacy_markup_wrapper .gform_footer {
    width: 100px;
  }

  .multi-step-form_wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .multi-step-form_wrapper .gform_fields > li:nth-of-type(1),
  .multi-step-form_wrapper .gform_fields > li:nth-of-type(2),
  .multi-step-form_wrapper .gform_fields > li:nth-of-type(3),
  .multi-step-form_wrapper .gform_fields > li:nth-of-type(4),
  .multi-step-form_wrapper .gform_fields > li:nth-of-type(5),
  .multi-step-form_wrapper .gform_fields > li:nth-of-type(6),
  .multi-step-form_wrapper .gform_fields > li:nth-of-type(7) {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-top: 15px;
  }

  .multi-step-form_wrapper #input_20_8 {
    display: flex;
    flex-direction: column;
  }

  .multi-step-form_wrapper #input_20_8 > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .newsletter .gform_legacy_markup_wrapper {
    max-width: 100%;
  }

  .newsletter
    .gform_legacy_markup_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 0.525rem;
    line-height: 2;
  }

  .footer-divi-menu .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu,
  .footer-divi-menu .et_pb_menu_1_tb_footer.et_pb_menu .et_mobile_menu,
  .footer-divi-menu .et_pb_menu_2_tb_footer.et_pb_menu .et_mobile_menu,
  .footer-divi-menu .et_pb_menu_3_tb_footer.et_pb_menu .et_mobile_menu,
  .footer-divi-menu .et_pb_menu_4_tb_footer.et_pb_menu .et_mobile_menu {
    display: flex;
    flex-direction: column;
    position: static;
    background: none;
    border-top: 0px;
    box-shadow: none;
  }

  .footer-div-menu .et_pb_menu .et_mobile_nav_menu {
    margin: 0;
  }

  .social-icons {
    justify-content: center;
    max-width: 100%;
  }

  .social-icons a {
    margin: 0 15px;
  }

  .footer-divi-menu .footer-links.et_pb_menu_3_tb_footer .et_mobile_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-divi-menu .footer-links.et_pb_menu_3_tb_footer .et_mobile_menu li {
    border-right: 1px solid #fff;
    margin-bottom: 0.8rem;
  }

  .footer-divi-menu
    .footer-links.et_pb_menu_3_tb_footer
    .et_mobile_menu
    li:last-child {
    border-right: none;
  }

  .footer-divi-menu .footer-links.et_pb_menu_3_tb_footer .et_mobile_menu li a {
    padding: 0 10px;
    line-height: 1;
  }

  .homepage-blog-posts article .more-link {
    margin-top: 1rem;
  }

  .homepage-blog-posts article .et_pb_image_container {
    width: 33.5%;
    float: left;
    margin-right: 0.7rem;
  }

  .homepage-blog-posts article .et_pb_image_container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .homepage-blog-posts article .entry-title,
  .homepage-blog-posts article .post-content {
    width: 62%;
    float: left;
  }

  .homepage-blog-posts article .entry-title a {
    line-height: 1.2;
  }

  .homepage-blog-posts .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 0;
  }

  #menu-footer-links.et-menu.nav,
  .archive.woocommerce.et-db #menu-footer-links.et-menu.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }

  #menu-footer-links li,
  .archive.woocommerce.et-db #menu-footer-links li {
    border: none;
    line-height: 1;
    margin-bottom: 1rem;
    border-left: 1px solid #fff;
    padding-right: 0;
    margin-left: 11px;
  }

  .archive.woocommerce.et-db
    #et-boc
    .et-l
    .et_pb_menu
    .et_pb_menu__menu
    > nav
    > ul#menu-footer-links
    > li {
    margin-bottom: 1rem;
  }

  span.copyright {
    position: relative;
    top: -9px;
    margin-right: 0.7rem;
  }

  .archive.woocommerce.et-db
    #et-boc
    .et-l
    .et_pb_menu--without-logo
    .et_pb_menu__menu
    > nav
    > ul#menu-footer-links {
    justify-content: center;
  }

  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    padding: 20px 15px !important;
    font-size: 16px !important;
  }

  .woocommerce .woocommerce-info a {
    display: block;
  }

  /*** Cart & Checkout pages ***/
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce .terrapass-cart-detail .shop_table {
    border-bottom: none;
  }

  .terrapass-cart-heading {
    font-size: 30px;
    padding-bottom: 1rem;
  }

  .terrapass-cart-detail .product-wrapper,
  .terrapass-coupon-section {
    padding: 1rem;
    text-align: left;
  }

  .terrapass-cart-detail
    .product-wrapper
    .product-heading
    .product-price
    .amount,
  .terrapass-cart-detail
    .product-wrapper
    .product-heading
    .product-price
    .subscription-details {
    font-size: 16px;
    font-weight: 600;
  }

  .terrapass-cart-detail .product-wrapper .product-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .terrapass-cart-detail .product-name h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
  }

  .woocommerce-cart td.product-name dl.variation dd {
    margin-bottom: 1rem;
  }

  table.cart tr,
  #main-content table.cart tr,
  #main-content table.cart td,
  table.cart td {
    padding: 0.357em 0 !important;
  }

  .terrapass-cart-summary .terrapass-cart-checkout-shop {
    padding-top: 2rem;
  }

  .terrapass-cart-summary .terrapass-cart-total table,
  .woocommerce-cart .entry-content table:not(.variations) {
    margin: 1.5rem 0;
  }

  .terrapass-cart-summary .terrapass-cart-total table tr td,
  .terrapass-cart-summary .terrapass-cart-total table tr th {
    font-size: 1.2rem;
  }

  .terrapass-cart-total table th {
    font-weight: 600;
  }

  .terrapass-cart-total table td .amount {
    font-weight: 700;
  }

  .coupon.terrapass-coupon-section {
    align-items: flex-start;
  }

  .terrapass-coupon-section input[type="text"] {
    width: 100%;
  }

  .cross-sells ul.products {
    flex-wrap: wrap;
  }

  #customer_details {
    display: block;
  }

  .billing-details {
    padding-right: 0;
  }

  .woocommerce-billing-fields__field-wrapper p,
  .wooccm-additional-fields p {
    flex: 0 0 100%;
  }

  .shop_table.woocommerce-checkout-review-order-table td.product-quantity {
    vertical-align: top;
    text-align: center;
  }

  .shop_table.woocommerce-checkout-review-order-table td.product-total {
    vertical-align: top;
  }

  .woocommerce .woocommerce-orders-table--subscriptions a.view {
    display: none;
  }

  .woocommerce .woocommerce-orders-table--subscriptions {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce .woocommerce-orders-table--subscriptions tr {
    display: flex;
    flex-direction: column;
  }

  .woocommerce .woocommerce-orders-table--subscriptions th:last-of-type,
  .woocommerce .woocommerce-orders-table--subscriptions td:last-of-type {
    display: none;
  }

  .woocommerce-customer-details {
    border-top: 1px solid #dddee3;
    padding-top: 1rem;
  }

  #order_review
    .woocommerce-checkout-review-order-table
    thead
    tr
    th:last-of-type,
  #order_review .woocommerce-checkout-review-order-table tr td:last-of-type {
    text-align: right;
  }

  .terrapass-single-product-description,
  .terrapass-single-product-starting-sub {
    width: 100%;
  }

  .terrapass-single-product-description p a {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .woocommerce-account .woocommerce .u-columns {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-account .woocommerce .u-columns .u-column1,
  .woocommerce-account .woocommerce .u-columns .u-column2 {
    flex-basis: 100%;
  }

  .terrapass-cart-summary {
    display: flex;
    flex-direction: column;
  }

  .terrapass-cart-summary .terrapass-cart-detail {
    order: 2;
  }

  .terrapass-cart-summary .terrapass-cart-checkout-shop {
    order: 1;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .terrapass-cart-summary
    .terrapass-cart-checkout-shop
    .wc-proceed-to-checkout
    a:nth-of-type(2) {
    display: none;
  }

  .terrapass-cart-detail .product-wrapper,
  .terrapass-coupon-section {
    background: none;
    border: none;
    padding: 1em 0;
  }

  .terrapass-cart-summary
    .terrapass-cart-checkout-shop
    .terrapass-cart-total
    table
    tbody
    td
    p {
    text-align: left;
  }

  .woocommerce-checkout #payment .woocommerce-terms-and-conditions {
    width: 100%;
  }

  .cross-sells ul.products {
    display: flex;
    justify-content: space-between;
  }

  .cross-sell {
    margin-top: 1rem;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .logged-in.woocommerce-account .woocommerce {
    display: block;
  }

  ul.woocommerce-thankyou-order-details {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }

  ul.woocommerce-thankyou-order-details li {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
  }

  ul.woocommerce-thankyou-order-details li strong {
    margin-left: 1rem;
  }

  #wc_social_checkout h2 {
    font-size: 1.175rem;
    line-height: 1.4;
  }

  #wc_social_checkout .woo_sc_item_title {
    font-size: 100%;
  }

  #order_review {
    margin-right: 0;
  }

  .cross-sell-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .cross-sells form.cart.terrapass-custom-form p {
    flex-basis: 100%;
  }

  .cross-sell-wrap .leftside {
    flex-basis: 100%;
    text-align: center;
  }

  .cross-sell-wrap .rightside {
    flex-basis: 100%;
  }

  .cross-sells .title-price-wrap {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-page.woocommerce-view-subscription
    .subscription_details
    tr
    td
    a.button {
    display: block;
    margin-bottom: 0.5rem;
  }

  .woocommerce-page.woocommerce-view-subscription
    table.woocommerce-orders-table--orders {
    display: flex;
    flex-direction: row;
  }

  .woocommerce-page.woocommerce-view-subscription
    table.woocommerce-orders-table--orders
    thead {
    flex-basis: 30%;
  }

  .woocommerce-page.woocommerce-view-subscription
    table.woocommerce-orders-table--orders
    thead
    tr,
  .woocommerce-page.woocommerce-view-subscription
    table.woocommerce-orders-table--orders
    tbody
    tr {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-page.woocommerce-view-subscription
    table.woocommerce-orders-table--orders
    tbody {
    flex-basis: 70%;
  }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  a.icon-user.user-sm-login {
    display: block;
  }

  .homepage-nav a.icon-user.user-sm-login:after {
    color: #fff;
  }

  .et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu) {
    overflow: visible;
    position: relative;
  }

  .offset-count {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
  }

  .footer-links.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-start;
  }

  .terrapass-main-menu .et_pb_menu_inner_container {
    align-items: center;
  }

  .sustainability div {
    width: 100%;
    margin-bottom: 1rem;
  }

  /*** Cart and Checkout pages ***/
  .cross-sells ul.products {
    display: flex;
    justify-content: space-between;
  }

  .cross-sells ul.products.columns-2 li,
  .woocommerce ul.products.columns-2 li.product {
    margin: 0 1rem 1.6rem 0 !important;
    width: 60% !important;
  }

  .cross-sells .voucher-fields,
  .cross-sells .title-price-wrap {
    flex-direction: column;
  }

  .woocommerce ul.products.columns-2 li.product:nth-of-type(even) {
    margin-right: 0 !important;
  }

  .terrapass-cart-detail .product-name h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
  }

  .terrapass-cart-heading {
    font-size: 30px;
  }

  .terrapass-cart-detail .product-wrapper .product-heading div:nth-of-type(2) {
    flex-basis: 35%;
    display: flex;
    justify-content: flex-end;
  }

  #customer_details div.billing-details {
    flex-basis: 55%;
  }

  #customer_details div.payment-details {
    flex-basis: 40%;
  }

  .woocommerce-billing-fields__field-wrapper p,
  .wooccm-additional-fields p {
    flex: 0 0 100%;
  }

  .woocommerce-account .woocommerce .u-columns .u-column1,
  .woocommerce-account .woocommerce .u-columns .u-column2 {
    flex-basis: 33%;
  }

  .checkout
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    p.form-row:nth-of-type(2) {
    width: 47% !important;
    float: left !important;
    margin-right: 5px;
  }

  .checkout
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    p.form-row:nth-of-type(3) {
    width: 47% !important;
    float: right !important;
    margin-right: 0;
  }

  .terrapass-cart-summary {
    display: flex;
    justify-content: space-between;
  }

  .terrapass-cart-summary .terrapass-cart-detail {
    width: 60%;
  }

  .terrapass-cart-summary .terrapass-cart-checkout-shop {
    width: 35%;
  }

  .woocommerce-cart .wc-proceed-to-checkout a {
    font-size: 16px;
    font-weight: 300;
  }

  .terrapass-coupon-section input[type="text"] {
    width: 100%;
  }

  /*** My Account ***/
  .entry-content .woocommerce-MyAccount-orders tbody tr td:last-of-type a {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}

/** tablet landscape only **/
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #terrapass-main-menu .et_pb_menu__logo {
    width: 180px;
  }

  .terrapass-utility-menu a {
    font-size: 12px !important;
  }

  #terrapass-main-menu ul li a {
    font-size: 12px !important;
  }

  ul#menu-updated-main-navigation li:last-child:hover ul.sub-menu {
    display: block;
    left: -68px;
  }

  #homepage-hero-section .et_pb_row_0,
  #homepage-hero-section .et_pb_row_1 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .et_pb_row.et_pb_row_2 h1 {
    font-size: 60px;
  }

  .et_pb_row {
    width: 90%;
  }

  .offset-count {
    font-size: 70px;
    font-weight: 600;
    margin-top: -50px;
  }

  .et_pb_row_1_tb_footer .et_pb_column_4_tb_footer {
    width: 100%;
  }

  .et_pb_column_5_tb_footer {
    width: 20%;
  }
}

@media screen and (min-width: 980px) and (max-width: 1400px) {
  .billing-details {
    flex-basis: 60%;
  }

  .payment-details {
    flex-basis: 40%;
  }
}

/*** Smaller screens ***/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #terrapass-main-menu .et_pb_menu__logo {
    width: 180px;
  }

  .terrapass-utility-menu a {
    font-size: 13px !important;
  }

  #terrapass-main-menu ul li a {
    font-size: 13px !important;
  }

  ul#menu-updated-main-navigation li:last-child:hover ul.sub-menu {
    left: -90%;
  }

  ul#menu-updated-main-navigation li:nth-of-type(3):hover ul,
  ul#menu-updated-main-navigation li:nth-of-type(5):hover ul,
  ul#menu-updated-main-navigation li:nth-of-type(6):hover ul {
    width: 150px;
  }
}

/**Newsletter Form style updates**/
.newsletter.stay-informed
  .gform_legacy_markup_wrapper
  .gform_footer
  input[type="submit"] {
  border: 2px solid #40a498;
  padding: 0.8rem 1.2rem !important;
}
.newsletter.stay-informed .gform_body.gform-body {
  border: 1px solid #333;
  border-right: 0;
}
.newsletter.stay-informed input:focus {
  border-radius: 0 !important;
}

.terrapass-filter-heading {
  background-color: #f6f7fb;
  margin-bottom: 0;
  padding-top: 2.4rem;
  color: #3d6c36;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}

.terrapass-flter-box {
  background-color: #f6f7fb;
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
}

.terrapass-flter-box .terrapass-flter-box-container {
  display: flex;
  justify-content: center;
  width: 714px;
  margin: auto;
}

.terrapass-flter-box
  .terrapass-flter-box-container
  .terrapass-filter-items:nth-child(1) {
  padding-right: 1rem;
}
.terrapass-flter-box
  .terrapass-flter-box-container
  .terrapass-filter-items:nth-child(2) {
  padding-left: 1rem;
}

.terrapass-flter-box .terrapass-flter-box-container .terrapass-filter-items {
  width: 40%;
}

.terrapass-filter-dropdown select {
  background-color: #fff !important;
  height: 2.8125rem;
  padding: 0 7px;
  border: 1px solid #707070;
  background: url(./assets/images/chevron-down-icon.png) no-repeat 95%;
}

.terrapass-filter-dropdown label {
  font-size: 12px;
}

.terrapass-filter-client-list > li img {
  width: 50%;
  margin: auto;
  margin-bottom: 1rem;
  transform: scale(0.85);
}

.terrapass-filter-client-list > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  position: relative;
  min-height: 320px;
}

.terrapass-filter-client-list > li p:last-child{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.terrapass-filter-client-list > li p a{
  display: flex;
  justify-content: center;
}

.terrapass-filter-client-list > li p a::after {
  content: "\39";
  font-family: "ElegantIcons";
  background: none;
  font-size: 1.2rem;
}

.terrapass-filter-client-list > li strong {
  color: #424242;
}

.terrapass-filter-client-list > li a {
  font-weight: 500;
}

.terrapass-filter-client-list > li a:last-child::before {
  display: inline-block;
  transform: scale(0.8);
  padding-right: 5px;
}

.msg-contain {
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.msg-contain button {
  border: none;
  padding: 15px 25px;
  font-weight: 100;
}

@media only screen and (max-width: 400px) {
  .terrapass-flter-box .terrapass-flter-box-container {
    flex-direction: column;
  }

  .terrapass-flter-box .terrapass-flter-box-container .terrapass-filter-items {
    width: 100%;
  }

  .terrapass-flter-box
    .terrapass-flter-box-container
    .terrapass-filter-items:nth-child(1) {
    padding-right: 0;
  }

  .terrapass-flter-box
    .terrapass-flter-box-container
    .terrapass-filter-items:nth-child(2) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .terrapass-flter-box .terrapass-flter-box-container {
    width: 100%;
  }
}

.terrapass-archive-banner:before {
  content: none;
}

.terrapass-product-category-banner-partner {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.terrapass-product-category-banner-partner {
  background-image: url(./assets/images/partner-hero.png) !important;
}

.terrapass-product-category-banner-partner .terrapass-product-cat-heading {
  font-size: 45px;
  color: #fff;
  text-align: center;
}

.partner-visit-site_container {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.partner-visit-site_container .partner-visit-site {
  font-weight: 600;
  color: #4598e6;
}

.terrapass-product-cat-heading {
  color: #424242;
  font-size: 28px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.partner-img-container {
  width: 100%;
  margin-bottom: 2rem;
}

.partner-content.text-center {
  max-width: 994px;
  margin: auto;
}

.partner-stats {
  background-color: #f6f7fb;
  padding-top: 3rem;
}

@media (min-width: 981px) {
  #main-content .partner-img-container.container:before {
    content: none !important;
  }
}

.year-seal {
  margin: auto;
  margin-bottom: 3rem;
}

.offset-stats .stat {
  max-width: 300px;
  margin: auto;
  border-left: 1px solid #40a498;
}

.offset-stats .stat p,
.offset-stats .stat strong {
  font-size: 16px;
  text-align: start;
}

.offset-stats .stat strong {
  margin-bottom: 0.75rem;
}

.offset-stats .stat:before {
  background: #40a498;
}

.offset-stats .stat:first-child:before {
  top: 0px;
}

.partner-heading {
  margin-bottom: 2rem;
  font-weight: 600;
}

.partner-totals {
  margin-top: 2rem;
  padding-bottom: 6rem;
}

.partner-totals strong {
  color: #424242;
  text-transform: uppercase;
  font-size: 16px;
}

.partner-totals div:not(strong) {
  font-size: 24px;
  color: #2965ab;
}

.partner-totals div {
  margin-bottom: 1rem !important;
  max-width: 375px;
  border-bottom-color: #dddee3 !important;
  border-bottom: 1px solid;
  margin: auto;
  padding-bottom: 1rem;
}

.partner-totals span {
  font-size: 24px;
  color: #2965ab;
  font-weight: 600;
}

.partner-totals small {
  color: #2965ab;
}

@media (max-width: 981px) {
  .partner-content.text-center {
    width: 80%;
  }
}

.back-link-to-all-clients {
  text-align: start;
  padding-left: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1500px) {
  .terrapass-filter-client-list > li {
    width: 48%;
  }
}

.back-link-to-all-clients a::before {
  content: url(./assets/images/arrow-icon-backwards.svg);
  display: inline-block;
  transform: scale(0.8);
  padding-right: 5px;
}
/** Small Business product styles on TP business page**/
.terrapass-page-business .left-qty .qty label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.terrapass-page-business .left-qty .quantity input {
  text-align: right;
  padding: 15px 10px;
  width: 120px;
}

.terrapass-page-business .voucher-fields-wrapper input {
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 1rem;
}
.terrapass-page-business .voucher-fields-wrapper label {
  font-weight: 700;
  text-transform: uppercase;
}

.partner-extra-html-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.partner-extra-html-content .partner-row {
  display: flex;
  justify-content: center;
}
.partner-extra-html-content .square-stat {
  width: 300px;
  height: 300px;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 3rem;
}
.partner-extra-html-content .square-stat img {
  margin-bottom: 1rem;
}
.partner-extra-html-content .partner-mt-calculation {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 758px) {
  .partner-extra-html-content .partner-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .partner-extra-html-content .square-stat {
    width: 375px;
    height: 375px;
    padding: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .partner-extra-html-content .square-stat {
    width: 350px;
    height: 350px;
  }
}

.partner-extra-html-content .tp-badge {
  width: 40%;
}
.partner-extra-html-content .wind-mile {
  width: 55%;
}
.partner-extra-html-content .car-icon {
  height: 82px;
  transform: scale(0.75);
}

/** Projects Slick Slider ***/
.projectsCarousel.slick-initialized .slick-slide {
  padding: 12px;
}

.projectsCarousel div.content-wrapper .content {
  padding: 12px 22px;
  min-height: 260px;
  text-align: center !important;
  background: #fff !important;
  border: 1px solid #ccc;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}

.projectsCarousel div.content-wrapper .content p:last-child{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.projectsCarousel div.content-wrapper .content a.learn-more{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.projectsCarousel div.content-wrapper .content a.learn-more::after{
  content: "\39";
  font-family: "ElegantIcons";
  background: none;
  font-size: 1.3rem;
  transform: none;
  padding-left: 0.5rem;
}

.projectsCarousel div.content-wrapper .content a.learn-more::before{
  display: none;
  opacity: 0;
  height: 0;
}

.projectsCarousel div.content-wrapper .content h3 {
  line-height: 2rem;
}

.wc-product-listings .slick-next:before,
.wc-product-listings .slick-prev:before,
.projectsCarousel .slick-next:before,
.projectsCarousel .slick-prev:before,
.wedding-testimonial .slick-next:before, 
.wedding-testimonial .slick-prev:before {
  font-family: ETmodules !important;
  font-weight: 700;
  color: #1ea0ff;
  font-size: 50px;
  opacity: 1;
  font-weight: bold;
}

.wc-product-listings .slick-next:before,
.wc-product-listings .slick-prev:before,
.wedding-testimonial .slick-next:before,
.wedding-testimonial .slick-prev:before {
  line-height: 0;
}

.wedding-testimonial .slick-prev {
  left: -60px;
}

.wc-product-listings .slick-next:before,
.projectsCarousel .slick-next:before,
.wedding-testimonial .slick-next:before {
  content: "5";
}

.wc-product-listings .slick-prev:before,
.projectsCarousel .slick-prev:before,
.wedding-testimonial .slick-prev:before {
  content: "4";
}

.wc-product-listings {
  padding-bottom: 15px !important;
}

.projectsCarousel span {
  font-size: 14px !important;
  color: #666666 !important;
  opacity: initial !important;
  text-align: center;
  display: block;
  margin: 14px 0;
}

.projectsCarousel .slick-list.draggable {
  margin-left: 22px;
}

.projectsCarousel .slick-dots {
  margin-bottom: -30px;
}



.terrapass-filter-client-list > li div.content {
  padding: 12px 22px;
  min-height: 270px;
  text-align: center !important;
  background: #fff !important;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}

.terrapass-filter-client-list > li div.content a.learn-more{
  display: flex;
  align-items: center;
  justify-content: center;
}

.terrapass-filter-client-list > li div.content a.learn-more::before{
  display: none;
  opacity: 0;
  height: 0;
}

.terrapass-filter-client-list > li div.content a.learn-more::after{
  content: "\39";
  font-family: "ElegantIcons";
  background: none;
  font-size: 1.3rem;
  transform: none;
  padding-left: 0.5rem;
  top: 3px;
}

.terrapass-filter-client-list > li div.content p:last-child{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.projectsCarousel .slick-next,
.projectsCarousel .slick-prev {
  width: 50px;
  height: 50px;
}
.projectsCarousel .slick-list.draggable {
  margin-left: 15px;
}
.projectsCarousel.slick-initialized .slick-slide {
  padding-left: 0;
}
.projectsCarousel .slick-prev {
  left: -40px;
}
.projectsCarousel .slick-next {
  right: -40px;
}

/** Thank you page for orders with invoice payment method **/
#wc_social_checkout h2.tp__thankyou-invoice-text,
#wc_social_checkout h2 {
  margin-bottom: 2rem;
  text-align: center;
}
#wc_social_checkout .tp__thankyou-invoice-text a {
  color: #2ea3f2;
}

.woo_sc_item {
  display: flex;
  flex-direction: column;
}

.woo_sc_item .woo_sc_item_title {
  order: 1;
}

.woo_sc_item .woo_sc_links {
  order: 0;
}

.tp__align-left {
  text-align: left !important;
}

/** Media Queries for projects page and slick slider **/

@media screen and (min-width: 599px) and (max-width: 979px) {
  .terrapass-filter-client-list.project-feature-list .feature-image,
  .projectsCarousel .feature-image {
    background-position: 0% 28%;
    height: 270px;
  }
}

@media screen and (max-width: 890px) {
  .projectsCarousel div.content-wrapper .content h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .offset-event-right-section .offset-event-right-icon {
    margin-right: 0;
  }

  .offset-event-right-section .offset-event-right-icon img {
    width: 25px;
    height: 25px;
  }
}

/****Product Page redesign****/

.terrapass-product-category-column {
  z-index: 1 !important;
}

.terrapass-product-category-column h1 {
  font-size: 70px;
  font-family: "Roboto Regular" !important;
  color: #ffffff;
}

.terrapass-product-category-column .project-list-intro.shrink.wrapper {
  float: left;
  text-align: left;
}

.terrapass-product-category-column
  .project-list-intro.shrink.wrapper
  p.terrapass-product-cat-title,
.terrapass-product-category-column .project-list-intro.shrink.wrapper p {
  color: #fff;
  font-size: 16px !important;
  line-height: 1.8rem;
  font-family: "Open Sans";
}

.et_pb_section_0.et_pb_with_background.et_section_regular.terrapass-product-category-background {
  background: #f6f7fb;
}

.terrapass-current-category-products.terrapass-product-tabcontent
  .terrapass-product-card-content
  .card {
  border-radius: 0;
  box-shadow: none;
}

.terrapass-product-category
  .terrapass-current-category-products
  .terrapass-product-card-content
  .card
  .terrapass-product-card-icon {
  width: 100%;
  height: 160px;
  margin-top: 0;
  object-fit: cover;
  margin-bottom: 20px;
}

.terrapass-product-category
  .terrapass-current-category-products
  .terrapass-product-card-content
  .card {
  padding: 0 0 40px 0;
  height: auto;
  min-height: 450px;
  align-items: stretch;
}

.terrapass-product-category
  .terrapass-current-category-products
  .terrapass-product-card-content
  .card
  .terrapass-product-card-head {
  min-height: auto;
  font-size: 18px;
  color: #424242;
  text-align: inherit;
  font-family: "Roboto Bold";
  padding-bottom: 0;
  margin-bottom: 10px;
}

.terrapass-product-category
  .terrapass-current-category-products
  .terrapass-product-card-content
  .card
  .terrapass-product-card-detail {
  font-size: 16px !important;
  color: #424242;
  text-align: left;
  font-family: "Open Sans";
  line-height: 28px;
  display: inline-block;
}

.terrapass-product-category
  .terrapass-current-category-products
  .terrapass-product-card-content
  .card
  .is_monthly_subscription,
.wc-product-listings .is_monthly_subscription {
  font-size: 16px !important;
  color: #2965ab;
  text-align: left;
  font-family: "Roboto Bold";
  padding-bottom: 0;
  margin-bottom: 25px;
}

.wc-product-listings .et_pb_text_inner a, .terrapass-product-category
  .terrapass-current-category-products
  p.view-product
  a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  background-color: #4598e6;
  border-color: #4598e6;
  padding: 14px 22px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}

select#terrapass-subcategories-list {
  font-size: 16px;
  font-family: "Open Sans";
  background: transparent url(./assets/images/chevron-down-solid.png) no-repeat
    95% center;
  padding: 0 45px 0 20px;
  border: 1px solid #dddee3;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 45px;
  width: 303px;
  background-size: 15px;
}

#terrapass-subcategories-list option.category-nav {
  cursor: pointer;
}

/*** Hide the default select icon ***/
select#terrapass-subcategories-list {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
select#terrapass-subcategories-list::-ms-expand {
  display: none;
}

.terrapass-product-category
  .terrapass-current-category-products
  .terrapass-product-tab-row
  .terapass-product-tab-col {
  padding: 0 13px;
  margin-bottom: 30px;
}

#terrapass-subcategories-list + .terrapass-product-tab {
  margin-top: 35px !important;
}

.featured-product-card {
  position: absolute;
  top: 60px;
  color: #fff;
  background: #4598e6;
  padding: 10px 20px;
  left: -15px;
}

.featured-product-card:after {
  content: url(./assets/images/featured-product-icon.png);
  position: absolute;
  left: 0;
  top: 40px;
  width: 15px;
  overflow: hidden;
}

.loading-response {
  text-align: center !important;
  margin: 20px 0;
  width: 100%;
}

/** Styles for slick silder **/
.et_pb_row.et_pb_row_0.wc-product-listings {
  padding-top: 0 !important;
}

.wc-product-listings h2 {
  color: #40a498;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto Bold";
  margin-bottom: 15.5px;
  padding-bottom: 0;
}

.wc-product-listings h3 {
  color: #424242;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 10.3px;
}

.wc-product-listings p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75rem;
  color: #707070;
}

.terrapass-product-card-detail {
  margin-bottom: 20px;
}

.wc-product-listings .slick-dots li.slick-active button:before {
  font-size: 44px !important;
  line-height: 0.34;
}

.terrapass-product-listings-title {
  padding-top: 65px !important;
  padding-bottom: 0 !important;
}

.terrapass-product-listings-title .et_pb_module {
  margin-bottom: 0 !important;
}

.terrapass-current-category-products .card-content {
  margin: 0 26px;
}

/** Media Queries**/
@media only screen and (min-width: 1240px) {
  .terrapass-product-category
    .terrapass-current-category-products
    .terrapass-product-tab-row
    .terapass-product-tab-col {
    width: 31.6%;
    margin: 13px;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .terrapass-product-category
    .terrapass-product-tab-row
    .terapass-product-tab-col {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .terrapass-product-category
    .terrapass-current-category-products
    .terrapass-product-tab-row
    .terapass-product-tab-col.margin-right-0 {
    margin-right: 0 !important;
  }

  .terrapass-product-category
    .terrapass-current-category-products
    .terrapass-product-tab-row
    .terapass-product-tab-col.margin-left-0 {
    margin-left: 0 !important;
  }

  .terrapass-product-listings-title .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/** Product Detail Page Redesign **/
.terrapass-single-product-page-hero-section {
  background-color: #f6f7fb;
  background-repeat: no-repeat;
  background-size: cover;
}

.terrapass-single-product-page-hero-section .terrapass-single-product-row {
  padding: 54px 0;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  h1.terrapass-product-cat-heading {
  margin-top: 0;
  line-height: 1.2em;
  padding-bottom: 0;
  font-size: 50px;
  font-family: "Roboto Regular";
  margin-bottom: 10px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card {
  border-radius: 0;
  border-top-color: #40a498;
  border-top-width: 10px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  p.price,
.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  p.price
  .wc-measurement-price-calculator-price {
  font-size: 20px;
  font-family: "Roboto Regular";
  line-height: 27px;
  color: #40a498;
  font-weight: 600;
  padding-bottom: 10px;
}

.tp_product_details_hero_section .terrapass-single-product-description
p.price .wc-measurement-price-calculator-price {
  color: #fff;
}

.terrapass-single-product-page-hero-section p.calculate-impact {
  font-size: 18px;
  font-family: "Roboto Bold";
  margin-bottom: 20px;
  color: #424242;
}

.terrapass-single-product-page-hero-section .card.variable td {
  width: 100%;
}

.terrapass-single-product-page-hero-section tr {
  margin-bottom: 20px;
  display: block;
}

.terrapass-single-product-page-hero-section .card.variable tr {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.terrapass-single-product-page-hero-section .card.variable-subscription td {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.terrapass-single-product-page-hero-section
  .card.variable-subscription
  td
  span {
  width: 100%;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .variations {
  width: 100%;
  margin-bottom: 0;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  label {
  font-size: 14px;
  color: #424242;
  font-family: "Roboto Medium" !important;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .variations
  select {
  max-width: none;
  width: 100%;
  background-color: none;
  border: 1px solid #dddee3;
  border-radius: 5px;
  padding: 12px 5px;
  font-size: 16px;
  font-family: "Open Sans";
  background: transparent url(./assets/images/chevron-down-solid.png) no-repeat
    95% center;
  cursor: pointer;
  background-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card
  .single_add_to_cart_button {
  max-width: 159px;
}

.terrapass-single-product-page-hero-section
  .woocommerce-variation.single_variation
  .woocommerce-variation-description {
  padding-bottom: 10px;
}

.woocommerce-variation.single_variation
  .woocommerce-variation-price
  .woocommerce-Price-amount.amount,
.woocommerce-variation.single_variation .woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce-variation.single_variation
  .woocommerce-variation-price
  .woocommerce-Price-amount.amount,
.woocommerce-variation.single_variation
  .woocommerce-variation-price
  .subscription-details {
  color: #40a498;
}

.terrapass-single-product-page-hero-section .subscription_type {
  color: #2965ab;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0;
  margin-top: 0px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card.grouped {
  padding: 20px 20px 33px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card.grouped
  .et_pb_tabs {
  border: none;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card.grouped
  .et_pb_tabs
  .et_pb_tabs_controls
  li
  a {
  padding: 4px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card.grouped
  .et_pb_tabs
  ul.et_pb_tabs_controls {
  background: none;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card.grouped
  .et_pb_tabs
  .et_pb_tabs_controls
  li.et_pb_tab_active {
  background-color: #4598e6;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  .card.grouped
  .et_pb_tabs
  .et_pb_tabs_controls
  li.et_pb_tab_active
  a {
  color: #fff !important;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card
  .grouped_form
  .single_add_to_cart_button {
  display: block !important;
}

.terrapass-single-product-page-hero-section
  .voucher-fields
  .voucher-image-option {
  margin: 2.5em 0 2em 0 !important;
}

.terrapass-single-product-page-hero-section
  .voucher-fields
  .voucher-image-options {
  margin-bottom: 0;
}

.terrapass-single-product-page-hero-section .card .voucher-fields p.form-row {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.terrapass-single-product-page-hero-section
  .card
  .voucher-fields
  p.form-row
  + div.voucher-image-options
  > div.voucher-image-option {
  margin-top: 20px !important;
}

.woocommerce .terrapass-single-product-page-hero-section .quantity,
.woocommerce .terrapass-single-product-page-hero-section .quantity input.qty {
  width: 100% !important;
  margin-bottom: 10px;
}

.terrapass-single-product-page-hero-section
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.terrapass-single-product-page-hero-section .cart.terrapass-custom-form {
  display: flex;
  flex-direction: column;
}

.terrapass-single-product-page-hero-section .voucher-fields-wrapper-variation,
.terrapass-single-product-page-hero-section .voucher-fields-wrapper {
  order: 2;
  margin-bottom: 10px;
}

.terrapass-single-product-page-hero-section .voucher-fields-wrapper-variation,
.terrapass-single-product-page-hero-section .wc-green_e_affirm {
  order: 3;
}

.terrapass-single-product-page-hero-section .voucher-fields-wrapper-variation,
.terrapass-single-product-page-hero-section .wc-green_e_affirm label {
  text-transform: initial;
}

.terrapass-single-product-page-hero-section .quantity input.qty,
.terrapass-single-product-page-hero-section .quantity input.qty {
  border-radius: 5px;
  border: 1px solid #dddee3;
  background-color: #fff !important;
  color: #000000 !important;
  margin-bottom: 12px !important;
  padding: 12px;
}

.terrapass-single-product-page-hero-section
  label[for="pa_flight-distance-range"] {
  font-weight: normal;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__label {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__price {
  border-bottom: 0 !important;
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card.grouped
  label {
  font-size: 16px;
  font-family: "Roboto Bold" !important;
  text-transform: inherit;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card.grouped
  label
  a {
  text-decoration: underline;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card.grouped
  label
  a:hover {
  text-decoration: none;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .woocommerce-Price-amount.amount {
  font-weight: 800;
  color: #40a498;
  font-family: "Roboto Bold";
  font-size: 30px !important;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card.grouped
  .woocommerce-Price-amount.amount {
  font-size: 16px !important;
}

.terrapass-single-product-page-hero-section
  .card.grouped
  span.subscription-details,
.terrapass-single-product-page-hero-section
  span.wc-measurement-price-calculator-price {
  font-size: 14px;
  font-family: "Roboto Regular";
  color: #424242;
}

.terrapass-single-product-page-hero-section .et_pb_post,
.terrapass-single-product-page-hero-section
  .woocommerce-grouped-product-list-item {
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: column;
}

.terrapass-single-product-page-hero-section .card .single_add_to_cart_button {
  order: 2;
  padding: 16px 23px !important;
}

.terrapass-single-product-page-hero-section .reset_variations {
  display: none !important;
}

.terrapass-single-product-page-hero-section .single_variation_wrap {
  margin-top: 10px;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card
  .single_add_to_cart_button {
  margin-top: 0 !important;
  order: 3;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card.variable
  .quantity
  input.qty {
  margin-bottom: 20px !important;
}

.woocommerce-page button.button.alt.disabled {
  transition: none;
}

.terrapass-single-product-page-hero-section ul,
.terrapass-single-product-page-hero-section ol {
  list-style: initial;
  margin-left: 25px;
  font-size: 18px;
  font-family: "Roboto Regular";
  line-height: 27px;
  color: #2c2b2b;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  > p,
.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  > h3,
.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  > h4,
.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  > h5,
.terrapass-single-product-page-hero-section
  .terrapass-single-product-description
  > h6 {
  padding: 15px 0;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card.grouped
  .woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__label {
  padding-left: 0px !important;
}

.terrapass-single-product-page-hero-section .terrapass-single-product-row {
  justify-content: space-evenly;
  align-items: baseline;
}

.terrapass_other_products_row {
  padding-top: 5px !important;
}

.terrapass-product-listings-title h2 {
  font-size: 21px;
  font-weight: bold;
  color: #424242;
  padding-bottom: 0;
}

.terrapass-single-product-page-hero-section
  #price_calculator
  tr.calculated-price
  td
  span.amount {
  color: #40a498;
  font-size: 30px;
  font-family: "Roboto Medium";
}

.tp_product_details_hero_section .terrapass-single-product-description h1,
.tp_product_details_hero_section .terrapass-single-product-description h2,
.tp_product_details_hero_section .terrapass-single-product-description h3,
.tp_product_details_hero_section .terrapass-single-product-description h4,
.tp_product_details_hero_section .terrapass-single-product-description h5,
.tp_product_details_hero_section .terrapass-single-product-description p,
.tp_product_details_hero_section .terrapass-single-product-description ul,
.tp_product_details_hero_section .terrapass-single-product-description ol,
.tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle,
.tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle ul, .tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle ol,
.tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle .omsc-toggle-title {
  color: #fff !important;
  font-size: 18px;
  line-height: 30px;
}

.tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle.omsc-expanded .omsc-toggle-title:after {
  color: #fff !important;
}

.tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle.omsc-expanded .omsc-toggle-inner {
  padding-top: 0;
}


.tp_product_details_hero_section .terrapass-single-product-description .omsc-toggle {
  margin: 0;
  border-color: #fff;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-row
  h1.terrapass-product-cat-heading {
    font-size: 42px;
}

.single.single-product .et_pb_section.custom_section ol,
.single.single-product .et_pb_section.custom_section ul {
  list-style-type: revert;
  margin-left: 25px;
}

.single.single-product .et-l.et-l--post ol,
.single.single-product .et-l.et-l--post ul,
.single.single-product .et-l.et-l--post p {
  font-family: "Roboto Regular";
  line-height: 2em;
  color: #2c2b2b;
  font-size: 18px;
}

.wc-product-listings .et_pb_text_inner a:hover, .terrapass-product-category
  .terrapass-current-category-products
  p.view-product
  a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4ba8ff;
  border-color: #4ba8ff;
}

.terrapass-product-card-detail-wrapper {
  min-height: 120px;
}

.wc-product-listings .et_pb_image .et_pb_image_wrap {
  width: 100%;
}

.wc-product-listings img {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

#price_calculator span.wc-measurement-price-calculator-input-help {
  display: none;
}

.terrapass-single-product-page-hero-section tr.price-table-row.weight-input {
  flex-direction: column;
  align-items: flex-start !important;
}

.woocommerce.single-product
  .terrapass-single-product-page-hero-section
  form.cart
  #price_calculator
  input.amount_needed {
  width: 100%;
  text-align: left;
}

.woocommerce.single-product
  .terrapass-single-product-page-hero-section
  .card
  form.cart
  #price_calculator
  tr.calculated-price
  td {
  padding-top: 0;
}

.terrapass-single-product-page-hero-section
  .card.green-e-product
  .voucher-fields
  p.form-row
  + div.voucher-image-options
  > div.voucher-image-option {
  margin: 0 0 10px 0 !important;
}

/** Media Queries **/
@media screen and (min-width: 980px) {
.wc-product-listings img {
    height: 250px;
  }
}

@media screen and (min-width: 1080px) {
  .terrapass-single-product-page-hero-section
    .terrapass-single-product-starting-sub {
    width: 37.5%;
  }
}

@media screen and (min-width: 1400px) {
  .wc-product-listings-column {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1400px) {
  .terrapass-single-product-page-hero-section
    .terrapass-single-product-starting-sub
    .variations
    select {
    padding: 12px 27px 12px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wc-product-listings img {
    min-width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1079px) {
  .terrapass-single-product-page-hero-section
    .terrapass-single-product-starting-sub {
    width: 50%;
    margin-top: 35px;
  }
}

@media screen and (max-width: 980px) {
  /*** Hide the default select icon ***/
  select#terrapass-subcategories-list {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-left: 14px;
    padding-right: 45px;
    background-size: 15px;
  }

  .terrapass-product-listings-title .et_pb_text_inner {
    text-align: center;
  }

  .terrapass-product-listings-title .et_pb_text_inner h2 {
    margin-bottom: 12px;
  }

  #price_calculator span.wc-measurement-price-calculator-input-help {
    position: unset !important;
  }

  .terrapass-single-product-page-hero-section .terrapass-single-product-row {
    padding: 15px 0;
  }
}

@media screen and (max-width: 759px) {
  .terrapass-single-product-page-hero-section
    .terrapass-single-product-starting-sub {
    width: 100%;
    transition: none;
  }

  .terrapass-product-category-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position-x: 60% !important;
  }

  .terrapass-product-category-banner .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wc-product-listings .slick-slide img {
    display: block;
  }
}

/** Custom Modules Styles **/
.custom_section h2 {
  font-family: "Roboto bold";
  color: #424242;
}

.custom_section p,
.custom_section h2,
.custom_section h3,
.custom_section h4,
.custom_section h5 {
  padding: 10px;
}

.custom_section p,
.custom_section ul,
.custom_section ol {
  font-size: 16px;
  line-height: 27px;
  color: #424242;
}

.background_color_ghostwhite {
  background-color: #f6f7fb !important;
}

.custom_section .et_pb_image_wrap {
  float: left;
  width: 100%;
}

.custom_section h3,
.custom_section .et_pb_text_inner.card-blocks {
  font-size: 21px;
  font-family: "Roboto medium";
  line-height: 1.5rem;
}

.jet-setter h3,
.custom_section.average-plane-produce h3,
.custom_section.average-plane-produce .et_pb_text_inner.card-blocks {
  color: #3d6c36;
  text-align: center;
}

.custom_section.jet-setter {
  background-color: #b0cee2;
}

.custom_section .et_pb_text_inner span {
  margin: 15px 0;
}

.custom_section .et_pb_text_inner {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.testimonial-section h4,
.testimonial-section h5 {
  color: #4598e6;
  font-family: "Roboto medium";
  font-size: 16px;
}

.testimonial-section h4 {
  margin-top: 10px;
}

.terrapass-partner-detail-section button.btn-primary:hover {
  color: #fff !important;
}

/* Media Queries */
@media screen and (min-width: 1400px) {
  .custom_section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom_section .et_pb_image_wrap {
    text-align: center;
  }
  .padding_top_lg_0 {
    padding-top: 0 !important;
  }
  .padding_bottom_lg_0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .custom_section h2 {
    line-height: 38px;
  }
  .custom_section h3 {
    line-height: 30px;
  }
  .padding_top_md_0 {
    padding-top: 0 !important;
  }
  .padding_bottom_md_0 {
    padding-bottom: 0 !important;
  }
}

/* Gravity Form styles: medium-large-businesses */
.gform_wrapper.gravity-theme .multi-step-form .gform_page_footer {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  border-top: 0;
  margin-top: 40px;
  width: 100%;
}

.multi-step-form .button.gform_next_button,
.multi-step-form .gform_page_footer input[type="submit"] {
  border-radius: 10px;
  padding: 14.5px 44px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  background: #4598e6;
  transition: ease-in-out 0.2s;
  border: none;
  cursor: pointer;
}

.multi-step-form .gf_progressbar_percentage {
  display: none;
}

.gform_wrapper.multi-step-form_wrapper .multi-step-form .gf_progressbar_title {
  font-family: roboto bold;
  font-size: 13px;
  color: #40a498 !important;
  opacity: inherit !important;
  text-transform: uppercase !important;
  margin-top: 15px;
}

.gform_wrapper.multi-step-form_wrapper .multi-step-form label.gfield_label,
.gform_wrapper.multi-step-form_wrapper .multi-step-form legend.gfield_label {
  color: #424242;
  font-size: 14px;
  font-family: roboto bold;
  line-height: 25px !important;
  margin-top: 10px;
}

.multi-step-form .multi-step-email-optin label,
.multi-step-form input + label {
  text-transform: inherit !important;
  font-weight: 500;
  font-size: 16px !important;
  color: #424242;
}

.multi-step-form .gform_body input[type="text"],
.multi-step-form .gform_body select,
.multi-step-form .gform_body textarea,
.multi-step-form .gform_body input[type="checkbox"] {
  border: 1px solid #424242 !important;
  border-radius: 0 !important;
}

.multi-step-form .gform_body input[type="checkbox"] {
  margin-top: 0 !important;
}

.multi-step-form .gform_page_footer input[type="submit"],
.multi-step-form .button.gform_next_button {
  width: 210px !important;
}

.multi-step-form input[type="radio"] {
  border: 1px solid #424242;
}

.multi-step-form .gform_page_footer input[type="submit"] {
  align-items: flex-start;
  margin: 0 auto !important;
}

.gform_wrapper.gravity-theme.multi-step-form_wrapper
  .multi-step-form
  .gform_previous_button.button {
  border: 0;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  margin-right: 0;
  padding: 0;
  width: auto !important;
  margin-bottom: 0 !important;
  background-color: unset;
  color: #424242;
}

.multi-step-form .gform_page.form-step2 .gform_page_footer.top_label:before {
  content: "";
  background: url("./assets/images/previous-icon.png") no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 12px;
}

.multi-step-form ul.gform_fields li.gfield {
  margin-top: 29.4px !important;
}

.multi-step-form ul.gform_fields li.gfield:first-child {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper .multi-step-form .gf_progressbar_wrapper {
  margin: 0;
  padding: 0;
}

.multi-step-form select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

/* For IE10 */
.multi-step-form select::-ms-expand {
  display: none;
}

.multi-step-form select {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url("./assets/images/down-arrow.png") no-repeat center center;
  display: inline-block;
  position: relative;
  background-position: 95% 50%;
  background-size: 15px;
}

.multi-step-form .multi-step-email-optin .gfield_checkbox li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-direction: inherit;
}

.multi-step-form .multi-step-email-optin label {
  margin-left: 6px;
}

.multi-step-form_wrapper p.gform_required_legend {
  display: none;
}

.multi-step-email-optin .ginput_container .gchoice {
  display: flex;
  flex-direction: inherit;
  justify-content: center;
  align-items: center;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  label.grouped-product-label {
  text-decoration: none;
}

.terrapass-single-product-page-hero-section
  .terrapass-single-product-starting-sub
  .card
  .grouped_form
  .single_add_to_cart_button.single_select_button {
  margin-top: 15px !important;
}

.woocommerce-order .woocommerce-order-details p.order-again {
  margin-bottom: 2.5rem;
}

.woocommerce-order .woocommerce-order-details__title {
  margin-top: 1.6rem;
}

/* Media Queries */
@media screen and (max-width: 720px) {
  .multi-step-form .gform_page_footer input[type="submit"],
  .multi-step-form .button.gform_next_button {
    width: 145px !important;
  }
  .multi-step-form .gform_page_footer .button.gform_previous_button {
    margin-left: 4px;
  }
  .gform_wrapper.gravity-theme .gfield input.medium,
  .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%;
  }

  .terrapass-single-product-page-hero-section
    .terrapass-single-product-row
    h1.terrapass-product-cat-heading {
    line-height: 1.4em;
    font-size: 30px;
    font-family: "Roboto light";
  }
}

@media screen and (max-width: 600px) {
  .custom_section h2 {
    font-size: 28px;
  }
  .custom_section.average-plane-produce .et_pb_text_inner.card-blocks,
  .custom_section h3 {
    font-size: 20px;
  }
  .custom_section.featured-in .et_pb_image_wrap {
    text-align: center;
  }
  .padding_top_sm_0 {
    padding-top: 0 !important;
  }
  .padding_bottom_sm_0 {
    padding-bottom: 0 !important;
  }
  .margin_bottom_sm_0 {
    margin-bottom: 0 !important;
  }
  .text_align_center_sm {
    text-align: center !important;
  }
  .gform_wrapper.gravity-theme .gfield input.medium,
  .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%;
  }
  .terrapass-product-category .terrapass-product-card-content .card {
    height: auto;
  }
}

/** Affiliates Registration Form **/
.affwp-form input,
.affwp-form textarea{
  width: 100%;
  border-radius: 5px;
  border-color: #dddee3;
  border-width: 1px;
  line-height: 27px;
  opacity: 0.8;
  padding: 10.5px;
  color: #424242;
}

.affwp-form input[type=submit]{
  align-self: flex-end;
  background: #4598e6;
  color: #fff;
  width: 301px;
  line-height: 53px;
  font-size: 19px;
  border-radius: 10px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
}

.affwp-form legend{
  display: none;
}

.affwp-form label{
  color: #333333;
  font-weight: 700;
}

.affwp-form fieldset p,
.affwp-form h3{
  margin-bottom: 1.4rem;
}

.affwp-form label.required:after,
.affwp-form label[for="affwp-promotion-method"]:after{
  content: ' *';
  color: #333333;
}


/** TP Industries Form**/
.industries-form .gfield_checkbox label,
.industries-form label.gfield_label {
  color: #fff;
}

.industries-form .gfield_checkbox label {
  font-family: "Roboto regular";
  font-size: 15px !important;
}

.industries-form label.gfield_label {
  font-family: "Roboto medium";
  font-size: 14px !important;
  line-height: 28px;
  text-transform: uppercase;
}

.industries-form input[type="checkbox"]:checked:before {
  font-size: 0.9rem;
  top: -5px;
}

.industries-form_wrapper .gform_required_legend,
.industries-form .instruction {
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  margin-bottom: 10px;
}

.gform_wrapper .industries-form .gfield input,
.gform_wrapper .industries-form .gfield select,
.gform_wrapper .industries-form .gfield textarea {
  width: 100%;
  border-radius: 5px;
  border-color: #dddee3;
  border-width: 1px;
  line-height: 27px;
  opacity: 0.8;
}

.gform_wrapper .industries-form .gfield select {
  padding: 10.5px;
}

.industries-form .spacer.gfield {
  display: none;
}

.gform_wrapper.gravity-theme .industries-form .gform_fields {
  grid-row-gap: 20px;
}

.gform_wrapper.gravity-theme .industries-form #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
  align-self: flex-end;
  background: #4598e6;
  color: #fff;
  width: 301px;
  line-height: 53px;
  font-size: 19px;
  border-radius: 10px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .industries-form .gfield textarea.large {
  height: 146px;
}

.et_pb_blog_0 .industries.type-industries a.more-link::after {
  content: "Learn more";
}

.et_pb_blog_0 .industries.type-industries a.more-link::after {
  content: "Learn more";
  font-size: 16px;
}

.industry-slider .wc-product-listings .et_pb_image .et_pb_image_wrap {
  height: auto;
}

.industry-slider .wc-product-listings-column {
  margin-right: 3.5% !important;
}

.industry-slider .wc-product-listings ul.slick-dots {
  bottom: -60px;
}

.industry-slider .wc-product-listings h2 {
  color: #3d6c36 !important;
  text-transform: inherit;
  font-size: 23px;
  font-family: "Roboto medium";
  line-height: 30px;
}

.aviation-toggle .omsc-toggle {
  border: none;
}

.aviation-toggle .omsc-toggle .omsc-toggle-title {
  padding-bottom: 0;
  border: none;
  font-family: roboto medium;
  font-size: 18px;
  color: #4598e6;
  text-decoration: underline;
}

.aviation-toggle .omsc-toggle-title:hover,
.aviation-toggle .omsc-toggle.omsc-expanded .omsc-toggle-title {
  background: none;
}

.aviation-toggle .omsc-toggle-title:after {
  content: "\f067";
  color: #40a498;
}

.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
  content: "\f068";
  color: #40a498;
}

.industry-slider .slick-slide ul li {
  font-size: 16px;
  color: #424242;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 12px;
}

.industry-slider .slick-slide ul {
  padding: 0 !important;
  margin: 20px 0;
  list-style-type: none;
}

.industry-slider .slick-slide ul li i {
  color: #40a498;
  font-weight: revert;
  padding-right: 10px;
}

.wc-product-listings.slider img {
  margin: inherit;
}

.aviation-hero-section .terrapass-partner-detail-section {
  padding: 0;
}

.industry-slider .wc-product-listings-column {
  padding-left: 25px;
  margin-left: 20px;
}

.industries-form label.gfield_label .gfield_required,
.industries-form .gfield_required {
  color: #fff;
}

.aviation-toggle .omsc-toggle .omsc-toggle-title:hover,
.industries-form a:hover {
  text-decoration: none;
}

.industries-form .industries-form_wrapper input[type="checkbox"] {
  cursor: pointer;
}

.industries-form
  .industries-form_wrapper
  input[type="checkbox"]:checked:before {
  top: -6px;
  font-size: 0.9rem;
  left: 0rem;
}

.industries-form .ginput_container .gchoice {
  display: flex;
}

.industries-form .ginput_container .gchoice .gfield-choice-input {
  top: 5px;
  border-radius: 0;
}

.industry-slider .slick-prev,
.industry-slider .slick-next {
  top: 44%;
}

.industries-lists .et_pb_image .et_pb_image_wrap,
.industries-lists .et_pb_image .et_pb_image_wrap img {
  width: 100%;
}

.industries-lists .et_pb_module.et_pb_text {
  min-height: 240px;
}

.industry-slider .slick-dots li.slick-active button:before {
  font-size: 38px !important;
  padding-top: 1.3px;
}

.industries-form_wrapper .gform_required_legend .gfield_required {
  color: #fff;
}

.et_pb_text_inner a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1500px) {
  .industry-slider .et_pb_column {
    width: 100%;
  }
  .industry-slider .wc-product-listings-column {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .industry-slider .wc-product-listings-column {
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .single.single-industries .terrapass-partner-detail-section {
    padding: 0;
  }

  .industry-slider .slick-slide ul li {
    font-size: 14px;
  }

  .industry-slider .slick-slide ul li i {
    padding-right: 4px;
  }

  .aviation-hero-section .terrapass-partner-detail-section a.btn-primary {
    margin-left: 0;
  }
}

/** Homepage v2 changes **/
.home-v2 .small-business-card .voucher-image-options {
  margin-bottom: 1rem;
}

.home-v2 .small-business-card #price_calculator h4 {
  color: #fff;
  font-weight: bold;
}

.home-v2 .small-business-card .voucher-image-option {
  margin-bottom: 20px;
}

.et_pb_text_inner a {
  color: #4598e6;
  text-decoration: underline;
  font-weight: 700;
}

.tarrapass-social-footer .et_pb_text_inner a {
  color: #fff;
}

.home-v2 .small-business-card .voucher-fields button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.home-v2 .small-business-card .voucher-fields {
  padding: 25px 25px 35px 25px;
}

.home-v2 .small-business-card .voucher-fields input[type="text"] {
  line-height: 28px;
}

.home-v2 .small-business-card #price_calculator {
  margin-bottom: 0;
}

.home-v2 .form-wrapper {
  background-color: #fff;
}

/** loader Image **/
.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.loader {
  margin: 0 8px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.home-v2 .input-wrapper:first-child input {
  width: max-content;
}

.home-v2 .input-wrapper:last-child {
  flex: 2;
  margin-bottom: 20px;
}

.home-v2 .fields-wrapper label {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/** Media Queries **/
@media screen and (min-width: 980px) {  
  .home-v2 .small-business-card #price_calculator h4 {
    font-size: 30px;
  }

  .home-v2 .fields-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .home .featured-partners {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  
  .home .featured-partners span {
    flex: 0 1 44%;
    text-align: center;
    margin: 5px;
  }

  .home-v2 #price_calculator tr td {
    padding: 6px 12px;
    font-size: 13px !important;
  } 

  .home-v2 .input-wrapper:first-child {
    width: max-content;
    margin-bottom: 15px;
  }  
}

/** Products FAQs **/
.single #frequently_asked_questions h3.et_pb_toggle_title_ {
  cursor: pointer;
}

.single #frequently_asked_questions h3:before {
  content: '';
  background-image: url(./assets/images/chevron-down-solid.png);
  background-size: contain;
  height: 20px;
  position: absolute;
  right: 0;
  margin-top: 8px;
  width: 20px;
  background-repeat: no-repeat;
}

.single #frequently_asked_questions h3.active:before {
  transform: rotate(180deg);
  margin-top:0;
}

.single #frequently_asked_questions .et_pb_toggle_content_, .single-product #frequently_asked_questions .et_pb_toggle_content_ span, .single-product #frequently_asked_questions .et_pb_toggle_content_ p {
    font-size: 16px !important;
    color: #424242 !important;
    line-height: 27px;
    padding: 8px 12px;
}

.tp-single-product-tpx-ind-co #price_calculator label[for="weight_needed"],
.tp-single-product-tpx-ind-co-sub #price_calculator label[for="weight_needed"] {
  display: none;
}

/** Padding top:0 **/
.pt-0 {
  padding-top:0 !important;
}

/** Padding bottom:0 **/
.pb-0 {
  padding-bottom:0 !important;
}

/**Wedding Offset Packages**/
.packages .et_pb_column {
	border: 1px solid #B0B0B1;
  padding: 5px 20px;
  border-radius: 5px;
  background: #fff;
}

.packages h2 {
	color: #2965AB;
  font-weight: bold;
  line-height: 38px;
	font-size:25px;
}

.packages h3 {
	font-size: 35px;
  font-weight: bold;
  color: #40A498;
  line-height: 25px;
}

.packages h3 span {
	color: #424242;
	font-size: 16px;
	font-weight: 400;
}

.packages h4 {
	font-size: 18px;
  font-weight: bold;
  color: #424242;
  line-height: 27px;
	display:inline-flex;
}

.custom_section.packages .et_pb_text_inner span {
  margin-top: 0;
	margin-bottom:0;
}

.packages p {
	font-size: 16px;
  color: #424242;
  line-height: 27px;
	font-weight: 400;
}

span.number {
 	display: inline-block;
}

.equivalencies h2 {
	font-size: 23px;
  line-height: 38px;
}

.custom_section.equivalencies h3, .custom_section.equivalencies .et_pb_text_inner.card-blocks {
  font-size: 14px;
  font-family: "Roboto bold";
  color: #424242;
  line-height: 24px;
}

.wedding-testimonial .terrapass-testimonial-row .content h3 {
  padding-bottom: 14px;
  line-height: 28px;
}

.wedding-testimonial .terrapass-testimonial-row .content p {
  font-size: 16px !important;
  line-height: 27px !important;
  color: #2c2b2b;
  font-style: italic;
}

.wedding-testimonial .slick-dots {
  bottom: -30px;
  margin-left: 0;
  left: 0;
  right: 0;
}

.terrapass-testimonial-slider .slick-dots > li {
  width: 15px;
  height: 15px;
}

.wedding-testimonial .slick-dots > li button {
  color: #2965AB;
  background: #2965AB;
  width: 15px;
  height: 15px;
}

.wedding-testimonial .slick-dots > li button::before {
  width: auto;
  height: auto;
  line-height: unset;
}

.wedding-testimonial .slick-dots li.slick-active button:before {
  font-size: 26px !important;
  padding: 5px 0;
  color: #40A498 !important;
  background: #40A498;
  width: 15px;
  height: 5px;
}

.wedding-testimonial .slick-dots li button:before {
  font-size: 0 !important;
}

.wedding-testimonial .terrapass-testimonial-row .content span {
  color: #2965AB;
  font-style: initial;
  font-weight: bold;
  font-size: 16px;
}

.custom_section.certificate .et_pb_text_inner {
	font-size: 23px;
	font-family: roboto bold;
	line-height: 38px;
	color: #0A0A0A;
}

.packages .et_pb_text_inner {
  text-align: center;
}

.wedding-testimonial .terrapass-testimonial-row .content {
  width: 80% !important;
  padding-left: 22px !important;
}

.packages .greatest-impact {
  position: absolute;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
  background: #40A498;
  color: #fff;
  padding: 8px 22px;
  border-radius: 5px;
  top: -18px;
  font-weight: bold;
}

/* Pricing Table CSS */
.price_table.background-none {
  background: none;
}

.price_table {
  width: 100%;
}

.price_table tr:last-child {
  border-bottom: 1px solid #D3D3D3;
}

.price_table td, .price_table th {
  border: 1px solid #D3D3D3;
  background: #fff;
  width: 25%;
  padding: 12px;
  font-size: 14px;
  width: 230px;
  text-align: center;
  border-bottom: 0;
}

.price_table td.price, .price_table th.price {
  color: #40A498;
  font-weight: bold;
  width: 150px;
}

.price_table th.price, .price_table th {
  color: #2965AB;
  font-size: 16px;
  font-weight: 600;
}

.price_table td.offsets, .price_table th.offsets {
  width: 170px;
}

.price_table .et_pb_row, .price_table table {
  table-layout: fixed;
  width: 550px;
  opacity: 0.94;
  margin-left: 0;
  padding: 15px 0 5px 0;
}

.price_table tr {
  margin: 0;
}

.packages.custom_section .et_pb_row .et_pb_column {
  z-index: unset;
}  

.packages.custom_section .et_pb_row .et_pb_column:nth-child(2) {
  border: 2px solid #40A498;
}  

.packages.custom_section .et_pb_module, .packages.custom_section .et_pb_module .et_pb_text_inner {
  margin-bottom: 0;
}

.custom_section.equivalencies .et_pb_image_wrap img {
  height: 80px;
  object-fit: contain;
}

.custom_section a.btn-primary {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 18px 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (min-width: 1420px ) {
  .wedding-testimonial .terrapass-testimonial-row .content {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 980px ) {
  .packages .et_pb_row, .packages .et_pb_column {
		display: -webkit-box;
  }
	
  .packages .et_pb_column {
       padding: 15px 30px;
  }

  .custom_section.certificate .et_pb_row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom_section.certificate .et_pb_image {
    text-align: right;
  }

  .custom_section.certificate .et_pb_image_wrap {
    text-align: right;
  }
}

@media screen and (min-width:980px) and (max-width:1200px) {
  .packages h3 {
    font-size: 26px;
    line-height: 15px;
  }

  .packages .et_pb_column {
    padding: 15px;
  }
}

@media screen and (max-width:980px) {
  .custom_section.certificate .et_pb_text_inner, .custom_section.certificate .et_pb_image {
    text-align: center;
  }

  .equivalencies .et_pb_column_4_4 {
    margin-bottom: 0;
  }
  
  .equivalencies .et_pb_row {
    padding-bottom: 0;
  }

  .wedding-testimonial .terrapass-testimonial-row .img {
    width: 100% !important;
  }

  .wedding-testimonial .terrapass-testimonial-row .content {
    width: 100% !important;
  }

  .packages h2 {
    font-size: 23px;
  }

  .packages h3 {
    font-size: 20px;
  } 

  .custom_section.packages .et_pb_text_inner span {
    padding-right: 5px;
  }
}

@media screen and (max-width:780px) {
  .wedding-testimonial .terrapass-testimonial-row {
    flex-direction: column;
  }

  .wedding-testimonial .terrapass-testimonial-row .content {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .wedding-testimonial .terrapass-testimonial-row .content p {
    font-size: 14px !important;
  }

  .wedding-testimonial .terrapass-testimonial-row .content h3 {
    padding: 15px 0 5px 0;
    font-size: 20px;
    line-height: 28px;
  }

  .wedding-testimonial .terrapass-testimonial-row .content p {
    font-size: 13px !important;
    line-height: 24px !important;
    padding-bottom: 5px;
  }

  .wedding-testimonial .terrapass-testimonial-row .content span {
    font-size: 14px;
  }

  .custom_section.certificate .et_pb_text_inner {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }

  .equivalencies h2 {
    font-size: 20px;
    line-height: 35px;
  }

  .custom_section.certificate .et_pb_row {
    padding-bottom: 0;
  }

  .packages h2 {
    line-height: 25px;
    font-size: 25px;
  }

  .packages h3 {
    font-size: 25px;
    line-height: 20px;
  }  

  .packages.custom_section .et_pb_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
  }  

  .packages.custom_section .et_pb_row .et_pb_column:nth-child(2) {
    order:-1 !important;
  }

  .packages.custom_section .et_pb_row .et_pb_column {
    min-height: 320px;
    padding: 20px;
  }  

  .single-product #frequently_asked_questions h3.et_pb_toggle_title_ {
    padding: 10px 40px 10px 10px;
  }

  .single-product #frequently_asked_questions h3:before {
    height: 18px;
    width: 18px;
  }

  .single-product #frequently_asked_questions .et_pb_row:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (max-width:580px) {
  .price_table table, .price_table {
    overflow-x: scroll;
  }
}

/**TP Location pages**/
.circle-container {
  display: flex; 
  align-items: center; 
}

.circle {
  border-radius: 50%;
  background-color: #2965AB;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  height: 33px;
  width: 33px;
  line-height: 33px;
  font-weight: bold;
  flex-shrink: 0; 
}

.sustainable-lifestyle {
  margin-bottom: 10px;
  display:flex;
  justify-content:center;
  align-items:baseline;
  gap:15px;
}

.et_pb_text_inner .sustainable-lifestyle h4 {
  margin: 0;
  line-height: 1.3em;
  text-align:left;
  padding-bottom: 0;
  display: inline; 
}

.single-locations #frequently_asked_questions .et_pb_code_inner h3 {
  width: 94%;
  font-weight: 500;
  color: #424242;
}

.single-locations #frequently_asked_questions .et_pb_toggle_content_ p, 
.single-locations #frequently_asked_questions .et_pb_toggle_content_ {
  padding: 0;
}

.single-locations #frequently_asked_questions .et_pb_module {
  border-bottom: 0;
}

.single-locations #frequently_asked_questions .et_pb_toggle_content_ a {
  font-weight: bold;
  text-decoration: underline;
}

.states-container {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr); 
}

.states-container p {
  margin: 0; 
  padding-bottom: 0;
}

.states-container a {
  display: block;
  padding: 16px 0;
  text-align: center;
  text-decoration: underline;
  font-size: 23px;
}

.sustainability.offset-your-activities .et_pb_column, 
.sustainability.offset-your-activities .et_pb_module.et_pb_image,
.sustainability.offset-your-activities .et_pb_module.et_pb_text,
.sustainability.offset-your-activities .et_pb_module.et_pb_text .et_pb_text_inner p {
  background-color: #FFFFFF;
}

.sustainability.offset-your-activities .et_pb_column .et_pb_module.et_pb_image img {
  object-fit: contain;
}

@media screen and (min-width:980px) {
  .single-locations #frequently_asked_questions .et_pb_code_inner h3 {
    font-size: 23px;
  }  
}

@media screen and (max-width:980px) {
  .sustainability {
    display: block;
  }
} 

@media screen and (max-width:540px) {    
  .single-locations #frequently_asked_questions .et_pb_code_inner h3 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .single-locations #frequently_asked_questions .et_pb_toggle_content_ a {
    font-size: 14px;
  }

  .states-container {
    grid-template-columns: repeat(2, 1fr); 
  }

  .states-container a {
    font-size: 18px;
  }
}