/*
CTC Separate Stylesheet
Updated: 2021-11-09 21:19:14
*/

/* Button styles */
/* Change buttons color */
.c-btn--alt {
  font-family: 'MetropolisSemiBold', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.53333em;
    letter-spacing: 0.7px;
    text-align: center;
    vertical-align: middle;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  border: none !important;
  transition: all 300ms ease-out;
	background-color: #7fb214 !important;
	color: white  !important;
}

.c-btn--alt:hover {
	background-color: #6eb017 !important;
}

/* WooCommerce */
/* Change buttons color */
.membership-content-actions.order-actions a {
	background-color: #7fb214 !important;
	color: white  !important;
}

.membership-content-actions.order-actions a:hover {
	background-color: #6eb017 !important;
}

/* Remove table header in My Account area */
#wc-memberships-members-area .my_account_orders thead {
	display: none;
}

/* Remove table fields in My Account - Products page */
.my-membership-section .my_account_orders .membership-content-type,
.my-membership-section .my_account_orders .membership-content-accessible,
.my-membership-section .my_account_orders .membership-content-excerpt {
  display: none;
}

.my-membership-section .my_account_orders .membership-content-title {
  width: 100%;
  text-align: left !important;
}
.my-membership-section .my_account_orders .membership-content-title:before {
  padding-right: 10px;
}
.my-membership-section .my_account_orders .membership-content-actions {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .my-membership-section .my_account_orders .membership-content-title {
    width: 78%;
  }
  .my-membership-section .my_account_orders .membership-content-actions {
    width: 22%;
    padding-right: 5px;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .my-membership-section .my_account_orders .membership-content-title {
    width: 83%;
  }
  .my-membership-section .my_account_orders .membership-content-actions {
    width: 17%;
  }
}

/* Fix password field icon */
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 1px !!mportant;
}

/* Mediavine */
/* Single post - Fixing recommended posts block added before Recipe */
#grow-me-in-content-recs-root {
    float: left;
}
