/*
Theme Name: Gymfluencers
Theme URI: http://imaginecreative.co.uk
Template: Impreza
Author: Paul Heron
Author URI: http://imaginecreative.co.uk
Description: Gymfluencers child them
Version: 7.13.1614874043
Updated: 2021-03-04 16:07:23

*/

/*-------------------------------------
 *  Header
 -------------------------------------*/
li.menu-item-has-children > a .w-nav-arrow {
	display: inline-block;
}
.ush_menu_1 .menu-item:not(.level_1).current-menu-item > a, .ush_menu_1 .menu-item:not(.level_1).current-menu-ancestor > a, .ush_menu_1 .menu-item:not(.level_1).current-page-ancestor > a {
	color: #fff !important;
}
/*-------------------------------------
 *  Theme styles 
 -------------------------------------*/
    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*.wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}*/
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem -0.2rem;
	justify-content: center;
}
.pagination > :not(.custom) .page-numbers {
	font-size: 1.2rem;
	line-height: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
	overflow: hidden;
	border-radius: 50%;
	color: inherit;
}
.no-touch .pagination > :not(.custom) > .page-numbers::before, .pagination > :not(.custom) > .page-numbers.current{
	background: #353535 !important;
}
.post_image.single_post img {
	display: inline-block;
}
.btn-account img {
	width: 27px;
	display: block;
}
.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left,#ffffff 10%,rgba(255,255,255,0) 42%);
    background: -webkit-linear-gradient(left,#ffffff 10%,rgba(255,255,255,0) 42%);
    background: -o-linear-gradient(left,#ffffff 10%,rgba(255,255,255,0) 42%);
    background: -ms-linear-gradient(left,#ffffff 10%,rgba(255,255,255,0) 42%);
    background: linear-gradient(to right,#ffffff 10%,rgba(255,255,255,0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
    background: #3b3b3b;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.referral-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	background-color: #161616;
	padding: 7px 7px 7px 20px;
	margin: 0 0 20px;
	justify-content: space-between;
	max-width: 550px;
	color: #fff;
}
.referral-wrap p {
	margin: 0 20px 0 0;
	color: #fff;
}
#referral_url {
	display: none;
}
.woocommerce .button.copy_url.button {
	padding: 0.8rem 1.5rem;
	color: #161616 !important;
	background-color: #f4f4f4;
}
.woocommerce .button.copy_url.button:hover {
	padding: 0.8rem 1.5rem;
	color: #161616 !important;
	background-color: #eae6e6;
}
.woocommerce .button.copy_url:after{
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'fontawesome';
	background-color: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.2s linear;
	color: 161616;
}
.woocommerce .button.copy_url.copied_success::after {
	transition: all 0.2s linear;
	opacity: 1;
	border-radius: inherit;
	border-style: solid;
	border-color: #7e7e7e;
	border-image: inherit;
	border-width: 2px;
}
#page-content button[type="submit"]:not(.w-btn), #page-content input[type="submit"] {
	font-family: 'Open Sans',sans-serif;
}
.no-touch .w-tabs-section-header:hove {
	background: rgba(0,0,0,.1);
}
.no-touch .w-tabs-section-header.active {
	background: rgba(0,0,0,.15);
}
.w-tabs-section.active:not(.has_text_color) .w-tabs-section-header{
	color: #ffffff !important;
}
.g-reviews-wrap h3 {
	font-size: 1.3rem;
}
/* Media page css */
.media-wrap .post_taxonomy span {
	padding: 5px 10px;
	background-color: #000;
	line-height: 1rem;
	/* display: block; */
	margin-bottom: 5px;
}
.media-wrap .w-vwrapper {
	margin-top: 5px;
}
/*  personal trainers css  */
.trainer_archive_wrap {
	margin-bottom: 2rem;
}
.personal-trainer {
	margin-top: 0;
	background-color: #fff;
	display: flex;
	padding: 1rem;
	border-bottom: 2px dashed #ddd;
}
.personal-trainer > a {
	margin-right: 1.5rem;
	position: relative;
}
.personal-trainer.featured > a::before {
	content: "Featured";
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 2px 5px;
	background-color: #ddd;
	color: #1a1a1b;
	font-size: 0.75rem;a
	line-height: 1rem;
	border-radius: 0 0 3px 0;
	text-transform: uppercase;
}
.post-type-archive-coaches h1.page-title {
	margin: 2rem 0;
	font-size: 2rem;
}
.personal-trainer:last-of-type {
	border-bottom: 0;
}
.personal-trainer h2 {
	margin-bottom: 0.3rem;
	font-size: 1.35rem;
}
.personal-trainer img {
	width: 220px;
	border: 2px solid #ddd;
}
.personal-trainer .post-info {
	flex: 1;
}
.personal-trainer .post-info .label {
	font-weight: 600;
}
.personal-trainer .instagram {
	display: flex;
	align-items: center;
}
.personal-trainer .fab.fa-instagram {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
	margin: 0.5rem 0.5rem 0.5rem 0;
}
.personal-trainer .fab.fa-instagram::before {
	font-size: 1.4rem;
}
.single-coaches h1 {
	font-size: 1.9rem;
	margin: 2rem 0;
}
.trainer_info {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 1rem;
}
.trainer_info .trainer {
	margin-bottom: .5rem;
}
.trainer .label {
	font-weight: 600;
	font-size: 1.05rem;
}
.trainer_info .trainer .label {
	background-color: #ececec;
	min-width: 143px;
	display: inline-block;
	padding: 0 10px;
	margin-right: 1rem;
}
.trainer_info .name, .trainer_info .speciality, .trainer_info .rates {
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
}
.trainer.speciality .label {
	align-self: stretch;
}
.contact_info .trainer i {
	margin-right: 10px;
}
.trainer_info .trainer.bio {
	margin-top: 2rem;
}
.contact_info {
	padding: 15px;
	background-color: #fff;
}
.trainer_wrap h2 {
	margin-bottom: .6rem;
	font-size: 1.4rem;
}
.contact_info .contact-desc {
	margin-bottom: 1rem;
}
.contact_info .contact-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -.5%;
}
.contact_info .trainer {
	background-color: #ececec;
	flex: 1 0 24%;
	margin: .5%;
}
.contact_info .trainer a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	white-space: nowrap;
}
.contact_info .trainer a:hover {
	color: #3b3b3b;
	background-color: #ddd;
}
.contact_info .trainer .label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_info .trainer i::before {
	font-size: 1.25rem;
}
.single-coaches .entry-date {
	display: none;
}
.ug-button-tile-navigation.ug-button-tile-left, .ug-button-tile-navigation.ug-button-tile-right {
	background-image: none !important;
	position: relative;
}
.ug-button-tile-navigation.ug-button-tile-left::before, .ug-button-tile-navigation.ug-button-tile-right::before {
	content: "\f053";
	font-family: fontawesome;
	font-size: 20px;
	background-color: #343434;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: bold;
}
.ug-button-tile-navigation.ug-button-tile-right::before {
	content: "\f054";
}
.ug-button-tile-navigation.ug-button-disabled::before {
	background-color: #c2c0c0;
}
.ug-tile-navigation-wrapper {
	transform: translateY(-8px);
}
.ug-thumb-wrapper.ug-tile {
	box-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
}
.single-coaches .l-section.height_small {
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.ug-button-tile-navigation.ug-button-tile-left:not(.ug-button-disabled):hover::before, .ug-button-tile-navigation.ug-button-tile-right:not(.ug-button-disabled):hover::before {
	background-color: #171616;
}
a.more-info {
	color: #020202;
	font-weight: 600;
	position: relative;
}
a.more-info:hover {
	color: #000 !important;
}
.more-info::after {
	content: "\f054";
	font-family: fontawesome;
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	transition: all 0.2s linear;
	opacity: 0;
}
.more-info:hover::after {
	right: -15px;
	opacity: 1;
	transition: all 0.2s linear;
}

/*  discounts grid css  */
.w-hwrapper.align_center.discounts-grid {
	justify-content: space-between;
}
article.type-discount .w-hwrapper {
	align-items: stretch !important;
}
.page-id-257 article.type-discount {
	border-bottom: 2px dashed #ddd;
}
article.type-discount:last-of-type {
	border-bottom: 0 solid #ffffff;
}
article.type-discount a img {
	display: block;
	border: 2px solid #ffffff;
}
article.type-discount .grow {
	flex: 1;
	justify-content: space-between;
}
article.type-discount .discount-deal-wrap {
	justify-content: space-between;
}
article.type-discount p {
	margin: 0 !important;
}
article.type-discount .w-post-elm-before {
	font-size: 1rem;
	color: #8c9796;
}
.layout_288 .usg_post_custom_field_1 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gym-submit-wrap {
	flex: 1 0 auto;
}
.gyms:last-child .discounts-grid {
	border: none !important;
}
.description {
	align-self: flex-start;
}
.gform_wrapper.gravity-theme .ginput_complex {
	color: black;
}
.gform_footer .gform_button {
	margin: 0 !important;
}
.gform_footer {
	padding-bottom: 0 !important;
}
.trial-email {
	margin: 0 !important;
}
/*-------------------------------------
 *  Gravity forms 
 -------------------------------------*/

.gform_wrapper .gym-trial .gsection {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper .gym-trial .gfield_html {
	margin: 0 0 10px;
}
.gform_wrapper .gym-trial .gsection h3 {
	border-bottom: 2px solid #161616;
	padding-bottom: 5px;
}
.gym-trial {
	display: flex;
}
.gym-trial .gfield_label {
	color: #161616;
}
.gym-trial .gform_body {
	flex: 1 0 auto;
}
.gym-trial .gform_footer {
	margin: 0 0 0 20px !important;
	padding: 0 !important;
}
.gym-trial #gform_submit_button_2 {
	padding: 13px 30px;
}
/*-------------------------------------
 *  Woocommerce 
 -------------------------------------*/
.tabs.wc-tabs {
	display: none !important;
}
#tab-description {
	background: rgba(0,0,0,0.03);
}
.woocommerce-form-login, .woocommerce-form-register {
	color: #fff;
}
.woocommerce-form-register a {
	color: #fff;
	text-decoration: underline;
}
button[type="submit"]:not(.w-btn):hover, .no-touch input[type="submit"]:hover {
	box-shadow: 0 0em 0em rgba(0,0,0,0.2);
	background: #0f0f0f;
	border-color: #ffffff;
	color: #ffffff !important;
}
.woocommerce div.product .cart {
	display: flex;
	align-items: flex-start;
	max-width: 300px;
	flex-wrap: wrap;
}
.woocommerce div.product .cart button {
	flex: 1 auto;
}
.product .cart .pisol_buy_now_button {
	padding: 1em 1.6em !important;
	display: inline-block !important;
	width: auto !important;
}
.product .cart .pisol_buy_now_button:hover {
	background-color: #333 !important;
}
.woocommerce .login, .woocommerce .track_order, .woocommerce .checkout_coupon, .woocommerce .lost_reset_password, .woocommerce .register {
	background-color: #323232;
}
.woocommerce-product-gallery__image {
	border: 2px solid #ffffff;
}
.woocommerce div.product .cart {
	clear: both;
}
.woocommerce-message, .woocommerce-info {
	background: #343434;
	color: #ffffff;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	display: flex;
	align-items: center;
}
.woocommerce .woocommerce-message .woocommerce-Button, .woocommerce .woocommerce-error .woocommerce-Button, .woocommerce .woocommerce-info .woocommerce-Button {
	margin-right: 1em;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 22%;
	position: relative;
	z-index: 9;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
}
.woocommerce-MyAccount-navigation li, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	margin: 0;
	padding: 0;
	display: block;
}
.woocommerce-MyAccount-navigation li > a, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li > a{
	display: block;
	padding: 12px 20px;
	background-color: #343434;
	border-bottom: 1px solid #4a4a4a;
	color: #ffffff;
}
.woocommerce-MyAccount-navigation li:last-of-type > a, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-of-type > a{
	border-bottom: none;
}
.woocommerce-MyAccount-navigation li:hover > a, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:hover > a {
	background-color: #2f2f2f;
}
.woocommerce-MyAccount-navigation li.is-active > a, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active > a {
	background-color: #161616;
	color: #fff !important;
}
.woocommerce-MyAccount-navigation li.is-active:hover > a, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active:hover > a {
	background-color: #161616;
}
.woocommerce-MyAccount-content {
	float: right;
	width: 78%;
	padding: 30px;
	background-color: #161616;
	min-height: 439px;
	position: relative;
	z-index: 1;
}
#page-content .woocommerce-MyAccount-content input:not([type="button"]), #page-content .woocommerce-MyAccount-content textarea {
	background-color: #3b3b3b;
	color: #ffffff;
}
#page-content .woocommerce-MyAccount-content .nf-form-content input[aria-invalid="true"]:not([type="button"]), #page-content .woocommerce-MyAccount-content .nf-form-content textarea[aria-invalid="true"] {
	border: 2px solid #e80000;
}
#page-content .woocommerce-MyAccount-content .nf-form-content button, #page-content .woocommerce-MyAccount-content .nf-form-content input[type="button"], #page-content .woocommerce-MyAccount-content .nf-form-content input[type="submit"] {
	background: #343434;
	color: #f7f7f7;
	transition: all .5s;
	line-height: unset;
	padding: 9px 50px;
	height: auto;
	border: 2px solid #fff;
}
.woocommerce-form-row em {
	font-size: 0.8rem;
}
.checkout-button.button.alt.wc-forward {
	margin-bottom: 10px;
}
.showcoupon {
	text-decoration: none;
	color: #ffffff;
	margin-left: 1rem;
}
.showcoupon:hover {
	color: #ffffff;
	text-decoration: none;
}
.checkout_coupon.woocommerce-form-coupon p {
	color: #ffffff;
}
.woocommerce-MyAccount-navigation a:hover {
	color: #ffffff !important;
	border-bottom: 1px solid #4a4a4a !important;
}
.woocommerce-MyAccount-navigation li.is-active a {
	color: #ffffff;
}
.woocommerce-MyAccount-content a {
	color: #ddd;
}
.woocommerce-MyAccount-content p {
	color: #ffffff;
}
.no-touch .woocommerce #payment .payment_methods li > label:hover
/* Ninja Forms */

#page-content .nf-form-content .list-select-wrap .nf-field-element > div, #page-content .nf-form-content input:not([type="button"]), #page-content .nf-form-content textarea {
	background: #161616;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	transition: all .5s;
}
#page-content .nf-form-content button, #page-content .nf-form-content input[type="button"], #page-content .nf-form-content input[type="submit"] {
	background: #333;
	border: 0;
	color: #f7f7f7;
	transition: all .5s;
	height: auto;
	padding: 8px 40px;
	line-height: unset;
	border: 2px solid #fff;
}
.nf-before-form-content, .nf-form-title h3 {
	margin-left: auto;
	margin-right: auto;
}
.page-id-398 #page-content .nf-form-title h3 {
	margin-bottom: 30px;
	max-width: 1000px;
	font-size: 140%;
}
.page-id-398 #page-content .nf-before-form-content {
	margin-bottom: 20px;
	max-width: 1000px;
}

#page-content .nf-form-content .label-above .nf-field-label, #page-content .nf-form-content .label-below .nf-field-label, #page-content .nf-form-content .label-hidden .nf-field-label {
	margin-bottom: 0;
	padding: 0;
}
#page-content #ninja_forms_required_items, #page-content .nf-field-container {
	margin-bottom: 12px;
}
.nf-table-display td {
	border: none;
}
#page-content #nf-form-1-cont .nf-form-content .list-select-wrap .nf-field-element > div, #page-content #nf-form-1-cont .nf-form-content input:not([type="button"]), #page-content #nf-form-1-cont .nf-form-content textarea, #page-content .woocommerce-address-fields input:not([type="button"]) {
	background: #353535;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	transition: all .5s;
}
#page-content .woocommerce-address-fields .select2-selection {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	border-width: 2px;
	border-radius: 0rem;
	background: #353535;
	color: #ffffff;
}
#page-content .woocommerce-address-fields .select2-container--open .select2-dropdown {
	left: 0;
	top: 30px;
}
#page-content .woocommerce-address-fields .select2-dropdown {
	background: #434343;
	color: #ffffff;
	border: 2px solid #fff;
	border-top: none;
}
.woocommerce-MyAccount-content #nf-form-1-cont {
	width: 100%;
	padding: 0;
}
.page-id-371 .gform_wrapper {
    flex: 1 1 59%;
    background-color: #161616;
    padding: 30px;
    margin: 0 1% 30px;
    order: 2;
}

#nf-form-title-1 h3 {
    font-size: 120%;
    margin-bottom: 1em;
    font-weight: 369;
    font-family: 'Open Sans',sans-serif;
}
.woocommerce-MyAccount-content h1, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4 {
	color: #ffffff;
}
.woocommerce-Addresses.addresses {
	color: #fff;
}
.woocommerce .quantity {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

/* AffiliateWP */

#affwp-affiliate-dashboard .w-filter.state_desktop.style_drop_default .w-filter-item-title, #affwp-affiliate-dashboard .select2-selection, #affwp-affiliate-dashboard select, #affwp-affiliate-dashboard textarea, #affwp-affiliate-dashboard input:not([type="submit"]), #affwp-affiliate-dashboard .w-form-checkbox, .w-form-radio {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	border-width: 2px;
	border-radius: 0rem;
	background: #3b3b3b;
	color: #fff;
}
.affwp-tab-content {
    float: right;
    width: 78%;
    padding: 40px;
    background-color: #161616;
    position: relative;
    z-index: 1;
    min-height: 495px;
}
#affwp-affiliate-dashboard-referral-counts, #affwp-affiliate-dashboard-campaign-stats, #affwp-affiliate-dashboard-earnings-stats {
	min-height: auto;
}
#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	width: 22%;
	position: relative;
	z-index: 9;
}
table.affwp-table th {
	background: #3b3b3b;
	font-weight: 700;
}
table.affwp-table td, table.affwp-table th {
	text-align: left;
	border: 1px solid #3b3b3b;
	color: #ffffff;
	padding: .3em 1em;
	max-width: 100%;
}
#affwp-graphs-date-options {
	width: auto;
}
#affwp-affiliate-dashboard-graphs button[type="submit"]:not(.w-btn), #affwp-affiliate-dashboard-graphs input[type="submit"] {
	background: #252525;
	border-color: #ffffff;
	color: #ffffff !important;
}
.affiliate-wrap .affiliate-url-generator .wpb_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px 0;
	position: relative;
}
.page-id-371 .affiliate-wrap .wpb_wrapper {
	display: flex;
	color: white;
}
.affwp-form input[type="text"].required, .affwp-form input[type="password"].required, .affwp-form input[type="email"].required, .affwp-form input[type="url"].required {
	color: #262626;
}
#affwp-affiliate-dashboard .wpb_wrapper {
	display: block;
}
#affwp-affiliate-dashboard h4, #affwp-affiliate-dashboard h2, #affwp-affiliate-dashboard h3 {
	color: #ffffff;
}
#affwp-affiliate-dashboard button[type="submit"]:not(.w-btn), #affwp-affiliate-dashboard input[type="submit"] {
	padding: 0.8em 1.6em;
}
.page-id-371 select:focus, .page-id-371 textarea:focus, .page-id-371 input:not([type="submit"]):focus, .page-id-371 input:focus + .w-form-checkbox, .page-id-371 input:focus + .w-form-radio {
	border-color: #c4c4c4 !important;
	color: #ffffff !important;
	background: #3b3b3b !important;
}
.affiliate-wrap .affwp-form {
	flex: 1 1 37%;
	padding: 30px;
	background-color: #161616;
	margin: 0 1% 30px;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 0px 10px !important;
}

.affiliate-wrap #affwp-affiliate-dashboard .affwp-form {
	width: 100%;
}
#affwp-affiliate-dashboard {
	width: 100%;
}
.affwp-tab-content .wpb_row {
    margin: 0;
    padding: 0;
}
.affiliate-products img.wp-post-image {
    width: 120px;
}
div#datafetch {
    width: 100%;
}
.affiliate-url-generator {
    width: 100%;
}
ul.affiliate-products {
    margin: 30px 0;
}
ul.affiliate-products li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #3f3f3f;
}
.affiliate-info {
    align-self: flex-start;
    padding: 0 15px;
    flex: 1;
}
.affiliate-info h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.affiliate-info h2 a {
	color: #fff;
}
.affiliate-info p {
    font-size: 0.9rem;
}
span.referral-url-wrap {
    font-size: 0.9rem;
}
span.referral-label {
    display: block;
}
ul.affiliate-products button {
    white-space: nowrap;
}
input.search-input {
    width: 100%;
}
.aff-loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 3rem;
    width: 3rem;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.aff-loading.active{
	display:flex;
}
.gform_wrapper h3.gform_title {
	color: #fff;
	margin: 0 0 6px 0 !important;
}
.gfield_label {
	color: #ffffff;
}
.affwp-form legend {
	font-size: 1.25em;
	margin-bottom: 1em;
	font-family: 'Lexend Deca',sans-serif;
	font-weight: 700;
}
.gym-trial .gform_confirmation_message, .gym-trial .form_saved_message_sent {
	color: #039b0c;
	background-color: #fff;
	padding: 20px;
	font-size: 1rem;
}
#gform_confirmation_wrapper_3 {
	padding: 20px;
	background-color: #e8e8e8;
}
#gform_confirmation_message_3 {
	text-align: center;
}
.gform_wrapper .ginput_complex.has_first_name.has_last_name span {
	width: 49% !important;
}
.resgister-next-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}
a.register-next {
	background-color: #262626;
	padding: 10px 20px;
	margin: 0 10px;
	text-align: center;
	flex: 0 1 250px;
	color: #fff;
	position: relative;
}
a.register-next:hover {
	color: #fff;
	background-color: #000;
}


/* BC Menu Cart */
.bc-mnc__cart-details h3, .bc-mnc__cart-details {
	color: #333;
}
.bc-root [class^="icon-"]::before, .bc-root [class*=" icon-"]::before, .bc-mnc [class^="icon-"]::before, .bc-mnc [class*=" icon-"]::before {
	font-family: "fontawesome";
}
.bc-root .icon-close-06::before, .bc-mnc .icon-close-06::before {
	content: "\f00d";
}
.bc-root .icon-close-12::before, .bc-mnc .icon-close-12::before {
	content: "\f00d";
}
.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2, #mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 {
	text-align: left;
	color: #333;
}
.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-01 .bc-mnc__cart-link--count-circle {
	position: absolute;
	top: 12px;
	right: -5px;
}
.bc-mnc__cart-link--count-circle {
	background-color: transparent !important;
	color: #fff !important;
}
@media screen and (max-width: 1023px){
	article.type-discount .w-post-elm-before {
	display: block;
	font-size: 0.7rem;
	color: #8c9796;
	text-transform: uppercase;
	line-height: 0.6rem;
}
	article.type-discount a img {
	max-height: 99px;
	width: auto;
}

}
@media screen and (max-width: 850px){
.affiliate-products img.wp-post-image {
	width: 80px;
}
}
@media screen and (max-width: 767px){
.affwp-table-responsive td:first-child {
    background-color: #403f3f;
}
}
@media screen and (max-width: 600px){
	.personal-trainer {
	flex-direction: column;
}
	.personal-trainer > a {
	text-align: center;
	margin: 0 0 1rem;
}
	.personal-trainer img {
	width: auto;
}
	.affiliate-wrap .wpb_wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
	article.type-discount .w-post-elm-before {
	display: block;
	font-size: .6rem;
	color: #8c9796;
	text-transform: uppercase;
	line-height: .6rem;
}
	article.type-discount .flex-center {
	display: flex;
	align-items: center;
}
.affwp-tab-content {
    float: none;
    width: 100%;
    padding: 15px;
    background-color: #161616;
    position: relative;
    z-index: 1;
    min-height: 300px;
}
.woocommerce-MyAccount-navigation, #affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs {
	float: none;
	width: 100%;
	position: relative;
	z-index: 9;
	margin: 0 0 1.5rem;
}
.woocommerce-MyAccount-navigation ul, #affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li, #affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li {
	flex: 1;
}
.woocommerce-MyAccount-navigation li > a, #affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li > a {
	display: block;
	padding: 7px;
	background-color: #343434;
	border: 1px solid #4a4a4a;
	color: #ffffff;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
}
.woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	padding: 15px;
	background-color: #161616;
	min-height: 439px;
	position: relative;
	z-index: 1;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
ul.affiliate-products li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border: 1px solid #3f3f3f;
	flex-direction: wrap;
}
.affiliate-products img.wp-post-image {
	display: none;
}
.affiliate-info {
	align-self: flex-start;
	padding: 0;
	flex: 1;
}
.affiliate-products .copy_url {
	margin-top: 5px;
}
}