/* CART  */	
@media only screen and (max-width: 768px) {
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-subtotal {
	background: #421660;
}
	}
@media only screen and (max-width: 768px) {
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-price {
	background: #421660;
}
	}
@media only screen and (max-width: 768px) {
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-quantity {
	background: #421660;
}
	}


	@media only screen and (max-width: 600px) {
#c27-single-listing .element .pf-body .listing-details li {
    width: 100% !important;
}
	}
	



/* AUTOMATEWOO - REFERRAL PROGRAM PAGE */	
.page-id-4499 .woocommerce a.button {
    background: #20ad96;
    color: #fff;
	}
.aw-referrals-well {
    padding-bottom: 90px;
    border-radius: 10px;
	}
	
	

	
	
	
	
	


	
/* SINGLE PRODUCT */
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
 	background-color: #20AD96;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	border-radius: 5px;

  :hover {
    background-color: #20AD96;
    opacity: .9;
  }
}	
	
	
	
/*************** ML PREVIEW CARDS ***************/
.lf-item {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.lf-item .overlay {
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);
  	opacity: .6 !important;
}




/* EXPLORE PAGES */
.page-id-34 h3, 
.page-id-3589 h3 {
	font-size: 17px !important;
}		
.page-id-34 .md-group label, 
.page-id-3589 .md-group label {
	background: #f1f1f1;
}	
.page-id-34 .form-group.explore-filter.heading-ui,
.page-id-3589 .form-group.explore-filter.heading-ui {
    margin: 0 !important;
}	
.page-id-34 h2.case27-primary-text, 
.page-id-3589 h2.case27-primary-text {
	color: #20AD96;
}


	
	
	

	
/*************** THERAPIST STORE SOLUTION ***************/
/* SINGLE LISTING */
.single-listing .woocommerce ul.products li.product .button {
    display: none;
}
/* SINGLE PRODUCT PAGE */
.product-template-default span.woocommerce-Price-amount.amount {
  color: #20AD96 !important;
}	
.productredirect {
	background-color: #20ad96;
  	border-radius: 5px;
	font-size: 13px;
  	font-weight: 600;
  	letter-spacing: 2px;
  	padding: 12px 24px;
  	text-transform: uppercase;
  	transition: all .3s;
}

.productredirect:hover {
  background-color: #3ac7b0;
  outline: 0;
}
.productredirect a {color: #fff !important;}
.woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    margin-bottom: 40px;
}



	
	
/*************** GENERAL ***************/
a {	
  	color: #421660;
}
input {
  	font-size: 13px;
}
.button-2 {
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	border-radius: 5px;
}
.underline-grey {
  	border-bottom: dashed 1px #b7b4b4;
  	padding-bottom:3px;
}
.md-checkbox label:before {
	border: 2px dotted #421660!important;
}
input {
  	font-size: 13px!important;
  	font-weight: 400!important;
}
form input[type=submit] {
  	border-radius: 10px;
  	text-transform: uppercase;
  	font-weight: 600!important;
    letter-spacing: 2px;
  	font-size: 12px;
}
body {
    background: #fff;
}
.user-area-icon {
  	display: none;
}
label span.required {
    color: #421660;
}
.round-icon .title-style-1 i {
    background: transparent;
}
.round-icon .title-style-1 i {
    color: #421660;
}
/* ELEMENTOR ACCORDION */
.elementor-tab-title {
 		 border-radius: 5px;
	}
	
	
	
	
/* ELEMENTOR - ARCHIVE POST CARDS */
.elementor-card-shadow-yes .elementor-post__card {
  	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.05)!important;
}


/* ELEMENTOR - FORM FIELD RADIUS AND PADDING FIX */
.elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    border-radius: 5px !important;
    padding-left: 20px
}


/* SYTLES IMAGES INSERTED BY USING THE WORDPRESS CLASSIC EDITOR */
.inlineimage { 
	border-radius: 10px!important;
  	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.15)!important;
}
.inlineimage-light-shadow { 
	border-radius: 10px!important;
  	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.05)!important;
}
.inlineimage-min-shadow { 
	border-radius: 10px!important;
  	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.01)!important;
}



/* CLAIM LISTINGS*/
.page-id-1706 .section-title h2 {
    display: none;
}

.page-id-1706 .section-title p {
    display: none;
}





/* WOOCOMMERCE ENDPOINTS - GENERAL */
.no-listings i {
    display: none;
}
.woocommerce-page .woocommerce-error .button {
	color: #fff;
    background: #000!important;
    border-radius: 5px;
    padding: 8px 25px;
}
.woocommerce-page .woocommerce-error .button:hover {
	color: #fff;
    background: #421660!important;
}
.woocommerce-error {
  	border-radius: 10px;
}
.woocommerce-message a {
  	border-bottom: dashed 1px #b7b4b4;
  	padding-bottom:3px;
  	color: #421660;
}
.woocommerce-message {
    border-radius: 10px;
}
.woocommerce-message:before {
    color: #421660;
}
.woocommerce-info {
  	border-radius: 10px;
}
.woocommerce-info:before {
    color: #421660;
}
.woocommerce-error:before {
    color: #421660;
}
.page-id-172 .round-icon .title-style-1 i {
    display: none;
}
.page-id-172 .round-icon .title-style-1 h5 {
    left: 0px;
}
.mlduo-account-menu {
    background: #f2f2f2;
}
.mlduo-welcome-message h1 {
    letter-spacing: 1px;
    font-size: 26px;
}
/* WOOCOMMERCE ENDPOINTS - BOXES */
.mlduo-stat-box p {
    letter-spacing: 1px;
}
.mlduo-stat-box i {
  	display:none;
}
/* WOOCOMMERCE ENDPOINTS - DASHBOARD */
	.page-id-172 h2 {
		color: #fff !important;
	}
.woocommerce-MyAccount-content .element {
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,.04);
    border: none;
}
.woocommerce-MyAccount-content .element:hover {
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,.06);
    border: none;
}
.visit-chart-actions>a.active {
    border: none;
    color: #fff;
    background: #000;
}
.collapse-referrers-button i {
    color: #421660!important;
}
.dash-table .dash-table-group {
    border-radius: 5px;
}
/* WOOCOMMERCE ENDPOINTS - MY LISTINGS */
.mlduo-stat-box, .mlduo-stat-box.first {
  	border-radius: 10px;
}
.woocommerce-MyAccount-content .element {
  	border-radius: 10px;
}
.woocommerce table.job-manager-jobs tr {
  	border-radius: 10px;
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,.04);
    border: none;
}
.woocommerce table.job-manager-jobs tr:hover {
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,.06);
}
.woocommerce-MyAccount-navigation ul li a {
  	letter-spacing: 1px;
  	text-transform: uppercase;
}
.l-type .listing-type .value {
	background: #fff; 
  	border: 1px dotted #421660; 
  	border-radius: 10px;
  	color: #000;
    letter-spacing: 1px;
}
.job-manager-jobs .label {
  	color: #000;
}
#job-manager-job-dashboard table td.job_title>a {
  	color: #000;
  	letter-spacing: 1px;
}
#job-manager-job-dashboard table td.job_title>a:hover {
  	color: #421660;
}
/* WOOCOMMERCE ENDPOINTS - BOOKMARKS */
.bookmark-title>h5 a {
    color: #000;
}
/* WOOCOMMERCE ENDPOINTS - MY LISTINGS - PROMOTIONS */
.promo-item-icon i {
    border-color: #421660;
    color: #421660;
    border: 1px dashed;
    border-radius: 5px;
    background: transparent!important;
}
.promo-item-details h5 {
    font-weight: 600;
    text-transform: uppercase;
  	letter-spacing: 1px;
}
.promo-item-details h5 a {
  	font-size: 16px;
}
.promo-meta .product-link {
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
}
.promo-meta a {
    color: #000;
}
.user-promotion-packages a.promo-item-action.process-promotion {
	border-radius: 5px;
   	background: #000;
   	text-transform: uppercase;
   	color: #fff;
   	letter-spacing: 2px;
   	font-weight: 600;
   	font-size: 12px;
   	width: 50%;
   	float: left;
  	padding: 8px 20px;
}
.user-promotion-packages a.promo-item-action.process-promotion:hover {
    color: #fff;
    background: #421660;
}
/* WOOCOMMERCE ENDPOINTS - ORDERS*/
a.woocommerce-button.button.view {
	background-color: #000!important;
  	color: #fff!important;
   	font-weight: 600!important;
    text-transform: uppercase;
  	letter-spacing: 2px;
  	border-radius: 25px!important;
  	font-size: 12px!important;
}
a.woocommerce-button.button.view:hover {
    background: #421660!important;
}
/* WOOCOMMERCE ENDPOINTS - SUBSCRIPTIONS */
  .woocommerce .woocommerce-message .button {
    color: #fff;
    background: #000!important;
    font-weight: 600;
    border-radius: 15px;
  	padding: 8px 28px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
}
.woocommerce .woocommerce-message .button:hover {
    color: #fff;
    background: #421660!important;
}
.subscription_details~h2 {
    border-bottom: 1px dashed #421660;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* WOOCOMMERCE ENDPOINTS - ACCOUNT */
.cts-account-actions>a {
    background-color: #000!important;
    border-radius: 5px;
    color: #fff!important;
    font-size: 12px;
    font-weight: 600!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cts-account-actions>a:hover {
    background-color: #421660!important;
}
.cts-user-picture-settings>h5 {
    border-bottom: 1px dashed #421660;
}
#change-avatar-fieldset {
 	display: none;
}
.woocommerce form .form-row .required {
    color: #421660!important;
}
.woocommerce form .form-row label {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  	font-size: 12px;
}
.cts-account-header {
    font-size: 12px;
    letter-spacing: 1px;
}
.cts-connected-account {
    border-radius: 10px;
}
.cts-connected-accounts>h5 {
	border-bottom: 1px dashed #421660;
}
/* WOOCOMMERCE - MY ACCOUNT - REMOVE 'ABOUT YOURSELF' */
p#description_field.form-row {
	display: none;
}	
/* WOOCOMMERCE ENDPOINTS - ACCOUNT - REMOVES THE SOCIAL NETWORKS SECTION */
form.woocommerce-EditAccountForm.edit-account .social-networks-repeater {
    display: none;
}
.woocommerce-EditAccountForm legend {
	border-bottom: 1px dashed #421660;
}
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button {
  	background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button:hover {
    background-color: #421660;
}
.woocommerce a.button {
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 25px;
  	font-size: 11px!important;
}
.woocommerce table.shop_table th {
    font-weight: 600!important;
    letter-spacing: 1px;
  	text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .title h3 {
    letter-spacing: 1px;
  	text-transform: uppercase;
}
.woocommerce-Address-title>h3 {
  	border-bottom: 1px dashed #421660;
}
.woocommerce-account .addresses .title a.edit {
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
 	font-size: 11px;
    padding: 8px 25px;
  	font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type=submit] {
   	background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type=submit]:hover {
    background-color: #421660;
}
/* WOOCOMMERCE - MY ACCOUNT - ADD PAYMENT METHOD */
#add_payment_method #payment ul.payment_methods li input {
  	display: none;
}
#add_payment_method #payment {
  	background: #fff;
  	border-radius: 10px;
  	padding-bottom: 10px;
}
#add_payment_method #payment p {
  	font-weight: 600!important;
}
#add_payment_method #payment ul.payment_methods {border-bottom:none!important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  	padding: 8px 25px;
  	background: #000;
  	float: left;
  	font-weight: 600!important;
 	border-radius: 5px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  font-size: 12px;
}
button#place_order.woocommerce-Button.woocommerce-Button--alt.button.alt:hover {
	background-color: #421660!important;
}
button#place_order.woocommerce-Button.woocommerce-Button--alt.button.alt {
	margin-left: 27px;
}
.wc-stripe-elements-field {
  	border-radius: 5px;
  	padding: 10px;}
#add_payment_method #payment div.form-row {
  	padding: 0;
}
#add_payment_method #payment div.payment_box {
  	margin: 0;
}
#stripe-payment-data a {
    border-bottom: dashed 1px #b7b4b4;
    padding-bottom: 3px;
}
#add_payment_method #payment p {
    font-weight: 500!important;
}


/* WOOCOMMERCE - CART */ 
.woocommerce-cart-form div.element {
	box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.03);
  	border: none!important;
}
a.button.wc-backward {
	background-color: #20AD96 !important;
}
a.wc-backward:hover {
	background-color: #3AC7B0 !important;
}
p.cart-empty.woocommerce-info:before {
    display: none;
}
p.cart-empty.woocommerce-info {
  	margin-bottom: 15px;
}
.elementor-menu-cart__close-button:before {
	background: transparent;
}
.elementor-menu-cart__close-button:after {
	background: transparent;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td a.remove {
    border: none;
}
.woocommerce button.button:disabled {
	opacity: 1;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
  	padding: 8px 25px;
}
.page-id-186 .input-text.qty.text {
 	border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart .element .pf-body .cart-collaterals {
  	background-color: #421660;
  	border-radius: 10px;
  	box-shadow: -5px 5px 20px 0px rgb(0,0,0,.15);
}
a.checkout-button.button.alt.wc-forward {
	color: #fff!important;
    background: #000!important;
    border-radius: 25px!important;
    border: none;
    font-size: 12px!important;
}
.page-id-186 .woocommerce ul.products li.product .star-rating {
    display: none;
}
.woocommerce-loop-product__title.case27-secondary-text {
 	padding-bottom: 10px!important;
}
.woocommerce-cart .element .pf-body .cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #fff !important;
}
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table th,
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table td,
.woocommerce ul#shipping_method li label {
	color: #fff !important;
}
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table .woocommerce-shipping-calculator .shipping-calculator-button{
	color: #fff !important;
	background: #ffffff20;
}
.woocommerce-cart .element .pf-body .cart-collaterals table.shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	background: #ffffff25;
}
	
.woocommerce button.button, .woocommerce input.button {
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table tbody tr.cart_item td {
    font-weight: 600;
  }





/* WOOCOMMERCE - CHECKOUT */
/* .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
    color: #fff;
} */
.woocommerce form.checkout.woocommerce-checkout .woocommerce-billing-fields > h3 {
  	display: none;
}
.woocommerce form.checkout #order_review_heading {
  	display: none;
}
.woocommerce div.element {
  	border-radius: 10px;
}
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
  	border-radius: 10px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment {
  	border-radius: 10px;
}
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table { 
  	background-color: #421660;
}
.woocommerce-privacy-policy-link { 
  	border-bottom: dashed 1px #b7b4b4;
  	padding-bottom: 3px;
}
a.woocommerce-terms-and-conditions-link {
  	border-bottom: dashed 1px #b7b4b4;
  	padding-bottom: 3px;
}
.woocommerce-checkout .woocommerce-error {
    margin-left: 105px;
}



/* WOOCOMMERCE - ORDER DETAILS */
.woocommerce-order-details h2.woocommerce-order-details__title {
	border-bottom: 1px dashed #421660;
  	letter-spacing: 1px;
  	font-weight: 600;
  	font-size: 14px;
}
.order_details~header h2 {
  	text-transform: uppercase;
  	border-bottom: 1px dashed #421660;
    letter-spacing: 1px;
}
.woocommerce-order-details p.order-again a.button {
    border-radius: 5px;
    font-size: 12px!important;
}
.woocommerce-customer-details h2 {
	border-bottom: 1px dashed #421660;
  	letter-spacing: 1px;
  	font-weight: 600;
  	font-size: 14px;
  	text-transform: uppercase;
}






/*************** ML SUBMIT FORM ***************/
/* ML - SUBMIT FORM */
#submit-job-form .title-style-1 h5 {
  	font-size: 18px;
  	font-weight: 700!important;
  	letter-spacing: 2px;
  	text-transform: uppercase;
}
#submit-job-form .title-style-1 i {
  	color: #421660;
  	background-color: #eee;
}
/* ML - SUBMIT FORM - HIDE GENERAL SECTION */
#form-section-general {
  	display: none;
}
#form-section-general-nav {
  	display: none;
}
/* ML - SUBMIT FORM - ROUNDED AND SHADOWED EDGES */
#submit-job-form .form-section {
  	border-radius: 10px;
  	box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.05);
}
/* ML - SUBMIT FORM - HEADINGS */
.section-title h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
 	font-weight: 500!important;
}
#submit-job-form .element .pf-head {
    background: #eee;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
/* ML - SUBMIT FORM - TITLES */
#submit-job-form .field-head label {
  	font-size: 15px;
  	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 1px;
}
/* ML - SUBMIT FORM - OPTIONAL LABEL */
#submit-job-form small {
  	font-size: 11px;
  	opacity: 1;
}
/* ML - SUBMIT FORM - LEFT SIDE NAVIGATION */
.add-listing-nav a {
  	text-transform: uppercase;
  	letter-spacing: 1px;
   	color: #fff !important;
	font-size: 13px;
}
.add-listing-nav a:hover {
  	font-weight: 600;
	color: #fff;
}
/* ML - SUBMIT FORM - LEFT SIDE NAVIGATION - ACTIVE NAVIATION CIRCLE */
.add-listing-nav .active i {
  	background-color: #fff!important;
}
.add-listing-nav .active i:hover {
  	background-color: rgba(255, 255, 255, 0.5)!important;
}
.add-listing-nav ul a i span {
  	background-color: #421660;
}
/* ML - SUBMIT FORM - LEFT SIDE NAVIGATION - ACTIVE NAVIATION CIRCLE - TEXT HOVER */
.add-listing-nav .active a:hover i {
  	border-color: #421660!important;
  	background-color: rgba(255, 255, 255, 0.5);
}
/* ML - SUBMIT FORM - LEFT SIDE NAVIGATION - INACTIVE NAVIATION CIRCLES*/
.add-listing-nav a:hover i {
  	border-color: #421660;
  	background-color: #421660;
  	color: #421660;
}
.add-listing-nav i:hover {
  	border-color: #421660!important;
  	background-color: #fff!important;
}
.add-listing-nav a i {
  	border-color: #421660!important;
  	background-color: rgba(255, 255, 255, 0.5)!important;
}
.add-listing-nav a:hover i>span {
    background: #421660;
}
.add-listing-nav>ul {
    border-radius: 0px 10px 10px 0px;
    width: 270px;
    background: #421660;
    padding: 10px;
    margin-left: -15px;
    box-shadow: -5px 5px 20px 0px rgba(0,0,0,0.3);
}
.add-listing-nav li.active a {
    color: #fff;
}
/* ML - SUBMIT FORM - FIELD DESCRIPTIONS */
#submit-job-form small.description {
  	font-style: italic;
  	opacity: 1;
}
.event-picker .single-date {
    border: none!important;
  	margin-bottom: 30px!important;
}

.event-picker .single-date .remove-date i {
  	color: #421660;
}
.event-picker .date-add-new {
 	background:#000;
  	color:#fff!important;
  	border-radius: 10px!important;
  	text-transform: uppercase;
    letter-spacing: 2px;
}
.event-picker .date-add-new:hover {
  	background: rgba(0,0,0,0.8);
  	color:#fff!important;
}
.event-picker .single-date .remove-date {
    background: #421660;
}
.event-picker .single-date .remove-date i {
    color: #fff;
}
.event-picker .single-date .remove-date i:hover {
    color: #fff;
}
.single-date .remove-date:hover i {
    color: #fff!important;
}
.daterangepicker .drp-buttons .btn.cancelBtn { 
	background: #000;
	color: #fff;
  	border-radius: 10px;
  	text-transform: uppercase;
  	font-weight: 600;
  	letter-spacing: 2px;
  	font-size: 12px;
}
.daterangepicker .drp-buttons .btn.cancelBtn:hover { 
	background: rgba(0,0,0,0.8);
}
.daterangepicker .drp-buttons .btn.applyBtn {
	border-radius: 10px;
  	text-transform: uppercase;
  	font-weight: 600;
    letter-spacing: 2px;
  	font-size: 12px;
}
/* ML - SUBMIT FORM - SOCIAL NETWORKS BUTTON */
.social-networks-repeater > input[type="button"] {
  	color: #fff!important;  
  	background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    text-transform: uppercase;
  	letter-spacing: 2px;
	font-weight: 600!important;
}
.social-networks-repeater > input[type="button"]:hover {
	background:rgba(0,0,0,0.8);
	color:#fff!important;
}
/* ML - SUBMIT FORM - WORK HOURS BUTTON */
.work-hours-repeater>input[type=button] {
  	color: #fff!important;  
  	background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    text-transform: uppercase;
  	letter-spacing: 2px;
	font-weight: 600!important;
}
.work-hours-repeater>input[type=button]:hover {
	background:rgba(0,0,0,0.8);
	color:#fff!important;
}
/* ML - SUBMIT FORM - MAP LOCATOR ICON */
.location-field-wrapper .cts-get-location {
  	color: #421660;
}
/* ML - SUBMIT FORM - REMOVES THE IMAGE UPLOAD SIZE LABEL - SUBMIT FORM AND ACCOUNT ENDPOINT */
.file-upload-field small {
  	display: none!important;
}
/* ML - SUBMIT FORM - GALLERY UPLOAD ICON */
#submit-job-form .review-gallery-add {
	color: #421660;
  	border: 1px dashed #999;
	border-radius: 10px;
}
.comments-list #respond {
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.03), -9px -8px 12px 0 rgba(0, 0, 0, 0.02);
    border: none;
    border-radius: 10px;
}
/* ML - SUBMIT FORM - ALIGNS SOME FIELD DESCRIPTIONS THAT WERE NOT UNIFORM WITH THE OTHERS */
#submit-job-form small.description {
	display: block;
	width: 100%;
	margin-top: 5px;
}
#submit-job-form .select2-selection--multiple:before, #submit-job-form .select2-selection--single:before { 
  	color: #421660; 
  	opacity: 1;
}
#submit-job-form .select2-container--default .select2-selection--single .select2-selection__placeholder { 
  	font-weight: 400;
}
#submit-job-form .select2-container--default .select2-selection--single .select2-selection__arrow:before { 
  	color: #421660;
}
/* ML - LOCATION FIELD */
.form-group .location-actions .lock-pin label {
    display: none;
}
.form-group .location-actions .enter-coordinates-toggle span {
    display: none;
}
.form-group .c27-map#location-picker-map {
    border-radius: 10px;
}
/* ML - SUBMIT FORM - ADD/PREVIEW */
.preview-btn {
  	margin: 0;
}
.skip-preview-btn {
    letter-spacing: 2px;
    font-weight: 600!important;
    text-transform: uppercase;
 	border-bottom: none!important;
    width: 100%!important;
    padding: 15px!important;
	background: #20ad96 !important;
	color: #fff!important;
}
.skip-preview-btn:hover {
 	border-bottom: none!important;
	background: #20ad96cc !important;
  	color: #fff!important;
    transition: .2s ease-in-out!important;
}



/* WOOCOMMERCE - LOGIN/REGISTER MODAL */
.woocommerce .i-section.no-modal .sign-in-box.element {
	min-height: 450px;
  	border-radius: 10px;
  	border: none;
    box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.03);
}
.modal-content form.sign-in-form a.c27-open-modal {
  	color: #000;
  	font-size: 12px;
}
.modal-content form.sign-in-form a.c27-open-modal i {
  	color: #000;
}
.forgot-password a i {
  	color: #000;
}
.forgot-password a {
  	color: #000;
}
.sign-in-box .md-checkbox label {
  	font-size: 12px;
}
.forgot-password a {
  	font-size: 12px;
}
#sign-in-modal .sign-in-box, #sign-up-modal .sign-in-box {
  	border-radius: 10px;
}
.woocommerce-privacy-policy-link {
  	border-bottom: dashed 1px #421660;
  	padding-bottom:3px;
}
.md-checkbox label:before {
    border: 2px solid rgba(0,0,0,.05);
    border-radius: 5px;
}
/* WOOCOMMERCE - LOGIN/REGISTER - REMOVES "OR CONNECT WITH" */
p.connect-with {
  	display: none;
}
body:not(.logged-in) .job_listing_packages .form-section-wrapper .form-section {
  	border-radius: 10px;
	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.03)!important;
    border: none;
}
a.buttons.button-5 {
  border-radius: 10px;
  border-style: none;
  color: #242429;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 10px;
}

a.button-5:hover {
  background-color: #421660;
  color: #fff;
}



/* WOOCOMMERCE - SINGLE PRODUCT */
.woocommerce-breadcrumb > a {
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    color: #421660;
}
.woocommerce .star-rating span {
    color: #421660!important;
}
.woocommerce div.product form.cart .button {
    border-radius:25px;
}
.slider-padding.gallery-block {
	border: none;
}
.single-product div.product p.price .woocommerce-Price-amount {
    font-size: 40px;
  	font-weight: 600;
}
.woocommerce-page div.product .woocommerce-tabs {
    border-radius: 10px;
    background: #F7F7F7;
}
.woocommerce-Tabs-panel {
    background: #F7F7F7!important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 10px;
    background: #fff;
}
.woocommerce-tabs ul.wc-tabs li a {
    background: #F7F7F7!important;
}
.woocommerce-tabs ul.tabs {
    justify-content: left!important;
}
.woocommerce #review_form #respond .form-submit input[type='submit'] {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
}
/* WOOCOMMERCE - STORE */
.woocommerce-loop-product__title {
	font-weight: 500!important;
}
.woocommerce ul.products li.product .button {
    margin-bottom: -30px;
}



/* ML - ICONS */
.cat-icon {
  	background-color: transparent!important;
}
.cat-icon i {
  	background-color: transparent;
  	color: #421660!important;
}
.social-nav li a {
  	background-color: transparent;
}
.details-list li i {
  	background-color: transparent !important;
  	color: #421660!important;
}
.details-list.social-nav li a:hover i {
  	background-color: #fff !important;
  	color: rgba(19, 136, 160, 0.9);
}



/* ML - PRICING TABLES */
.pricing-item .plan-name {
  	text-transform: uppercase;
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);
  	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  	color: #fff;
	font-weight: 600;
}	
.pricing-item .plan-name:hover {
  	color: #f1f1f1;
}
.pricing-item.active .plan-name {
    color: #f1f1f1;
}
.pricing-item .plan-price span.woocommerce-Price-amount {
	font-weight: 800;
  	font-size: 60px;
}
.pricing-item .plan-price > span {
  	font-weight: 800;
  	letter-spacing: 1px;
}
.pricing-item {
 	border-radius: 7px;
  	box-shadow: -5px 5px 20px 0px rgba(47,61,74,0.1);
  	transition: box-shadow 0.3s ease-in-out;
}
.pricing-item:hover {
	box-shadow: -5px 5px 20px 0px rgba(47,61,74,0.15);
}
.pricing-item .plan-price span.woocommerce-Price-amount {
    color: #421660;
}
.plan-features {
    min-height: 337px;
}
.pricing-item .plan-image {
	width: 40%;
  	margin-bottom: -15px;
	margin-top: 15px;
}

	a.select-plan.buttons.button-2.cts-trigger-buy-new {
  		color: #fff;
		background: #20AD96
	}

	a.cts-trigger-buy-new:hover {
  		background: #3AC7B0;
	}







/*************** ML SINGLE LISTINGS ***************/
/* ML - SINGLE LISTING - ADJUST COVER FOR TRANSPARENT HEADER */
@media only screen and (max-width: 375px) {
#c27-single-listing {
    margin-top: -68px !important;
}
	}	
/* ML - SINGLE LISTING - ADJUST COVER FOR TRANSPARENT HEADER */
@media only screen and (max-width: 414px) {
#c27-single-listing {
    margin-top: -76px !important;
}
	}	
/* ML - SINGLE LISTING - ADJUST COVER FOR TRANSPARENT HEADER */
#c27-single-listing {
    margin-top: -105px;
}
/* ML - SINGLE LISTING - GALLERY COVER - NAV */
.header-gallery-carousel.owl-carousel .owl-nav.disabled {
  	display: block;
}
.header-gallery-carousel.owl-carousel .owl-nav>div {
  	opacity: 1; 
  	visibility: visible; 
  	display: block;
}
.header-gallery-carousel.owl-carousel .owl-nav>div.owl-prev {
  	left: 20px;
}
.header-gallery-carousel.owl-carousel .owl-nav>div.owl-next {
  	right: 20px;
}
/* ML - SINGLE LISTING - COVER PROFILE NAME */
.profile-name h1 {
    font-weight: 600!important;
}
/* ML - SINGLE LISTING - COVER DETAIL PRICE OR DATE VALUE */
.price-or-date .value {
    font-size: 16px;
}
/* ML - SINGLE LISTING - COVER DETAIL - LISTINGS RATING */
.listing-rating i {
    color: #44b8d0;
}
/* ML - SINGLE LISTING - PREVIEW CARD - LISTINGS RATING */
.rating-preview-card i {
    color: #fff;
}
/* ML - SINGLE LISTING - COVER - QUICK ACTIONS */
.lmb-calltoaction> a {
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);	
  	border-radius: 40px;
	transition: .7s ease;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-size: 12px;
	color: #fff !important;
}
.lmb-calltoaction>a:hover {
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);
}
.lmb-calltoaction>a:visited {
  	color: #fff!important;
}
.lmb-calltoaction>a::before {
  	display: none;
}
/* ML - SINGLE LISTING - PROFILE MENU */
.profile-header .profile-menu ul li a {
  	font-weight: 600;
  	letter-spacing: 2px;
  	text-transform: uppercase;
}
/* ML - SINGLE LISTING - TABS - ITEM COUNTER */
.items-counter {
    border: 1px solid #421660;
    border-radius: 5px;
    padding: 1px 0px 0px 1px;
    color: #fff;
    background: #421660;
}
/* ML - SINGLE LISTING - QUICK ACTIONS */
.quick-listing-actions>ul>li>a>i {
  	color: #421660;
}
.quick-listing-actions>ul>li>a>i:hover {
  	color: #6155B0;
}
.quick-listing-actions>ul>li>a {
    background: #fff !important;
    border-radius: 5px !important;
    transition: .3s ease !important;
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.04), -9px -8px 12px 0 rgba(0, 0, 0, 0.03);
  	border: none;
}
.quick-listing-actions>ul>li>a:hover {
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.05), -9px -8px 12px 0 rgba(0, 0, 0, 0.03);
    margin-top: -5px;
}
/* ML - SINGLE LISTING - BLOCK TITLES */
.title-style-1 h5 {
  	font-weight: 600!important;
  	letter-spacing: 2px;
  	text-transform: uppercase;
}
.single-job-listing .title-style-1 i {display: none;}

/* ML - SINGLE LISTING - SECTIONS */
.single-job-listing .element {
	border-radius: 7px;
  	border: none;
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.03), -9px -8px 12px 0 rgba(0, 0, 0, 0.02);
}
/* ML - SINGLE LISTING - COUNTDOWN BOX */
.countdown-box .title-style-1 h5 {
	font-size: 20px;
    color: #ffffffa1;
  	letter-spacing: 4px;
}
.countdown-box .countdown-list li p {
	background: transparent;
	color: #fff;
  	font-weight: 600!important;
	letter-spacing: 2px;
	font-size: 22px;
}
.countdown-box .countdown-list li span {
    color: #ffffffa1;
    letter-spacing: 1px;
}
.countdown-box {	
	background: linear-gradient(90deg, rgba(19,135,158,1) 25%, rgba(36,152,175,1) 50%, rgba(53,169,192,1) 75%, rgba(70,186,209,1) 100%)!important; 
}
.countdown-box .countdown-list {
    padding: 0px;
}
/* ML - SINGLE LISTING - ADD REVIEW BLOCK */
.rating-category-label {
  	font-size: 15px;
}
.single-job-listing .form-group label {
  	font-weight: 600;
}
.single-comment .comment-info a {
  	color: #421660;
}
.review-gallery-add {
  	color: #421660;
}
.comment-info i {
  	color: #421660;
}
.comment-head h5 {
  	font-weight: bold!important;
}
.comment-container {
	border-radius: 7px;
    border: none;
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.02), -9px -8px 12px 0 rgba(0, 0, 0, 0.01);
  	background: #f2f2f252;
}
.comment-container .mi {
  	color: #421660;
}
/* ML - SINGLE LISTING - LOCATION BLOCK */
.map-block-address a {
    border-radius: 5px;
	background-color: #000;
  	color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px!important;
    letter-spacing: 2px;
}
.map-block-address a:hover {
	background-color: rgba(0, 0, 0, 0.9)!important;
	color: rgba(255, 255, 255, 0.9)!important;
}
.map-block-address p {
    font-size: 14px;
}
/* CONTACT FORM BLOCK */
.single-job-listing .contact-form-block div.element {
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);
    padding: 20px 0px 20px 0px;
}
.single-job-listing .contact-form-block .title-style-1 h5 {
    color: #fff;
  	margin-left: 30px;
}
.center-block-heading .title-style-1 h5 {
  	float: none;
  	text-align: center;
}
.hide-block-heading .title-style-1 h5 {
  	display: none;
}
#category-region-block .element {
  	background-color: #f2f2f2;
  	direction: rtl;
    padding: 0px 0px 10px 0px;
}

#category-region-block .listing-details .category-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #421660;
}
#vendor-information-block a {
	font-style: italic;
	color: #421660;
}
#vendor-information-block .extra-details p {
	font-style: italic;
}
#vendor-information-block .extra-details .item-attr {
	font-style: normal!Important;
  	color: #242429;
}
.details-list li a:hover {
    color: rgba(19, 136, 160, 0.8);
}
/* SINGLE LISTING - REPORT LISTING */
.modal-27.in .modal-dialog>div {
    border-radius: 20px!important;
}
#report-listing-modal .sign-in-box {
    border-radius: 20px!important;
}
#report-listing-modal .sign-in-box .title-style-1 i {
    color: #421660;
}
/* SINGLE LISTING - WORKING HOURS */
div.element.work-hours-block  {	
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);
}
div.element.work-hours-block .pf-head {
    background: #eeeeee59;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-left: -5px;
}
.open {
  	color: #fff;
  	margin-left: -10px;
}
div.element.work-hours-block p {
    color: #fff;
    font-size: 13px;
}
.open-now .timing-today {
  	color: #fff;
  	font-size: 13px;
}
.closed {
    color: #fff;
    font-weight: 700;
    background: #000;
    padding: 11px 10px 11px 10px;
    border-radius: 5px 0px 0px 5px;
    margin-left: -20px;
}
.work-hours-status.opening {
    color: #fff;
}
/* SINGLE LISTING - RELATED LISTIGNS - REMOVE BADGES */
.level-promoted .ad-badge {
    display: none;
}

.level-featured .ad-badge {
    display: none;
}

	
#c27-single-listing .element .pf-body .listing-details li {
    width: 50%;
	}




/*************** MYLISTING - SINGLE LISTING - SHARE OPTIONS ***************/
/* ML - SINGLE LISTING - SHARE LISTING - FULL BACKGROUND OVERLAY */
#social-share-modal.modal.modal-27.show-modal.in  {
	background: rgb(19,135,158);
	background: linear-gradient(90deg, rgba(19,135,158,1) 25%, rgba(36,152,175,1) 50%, rgba(53,169,192,1) 75%, rgba(70,186,209,1) 100%); 
}
/* ML - SINGLE LISTING - SHARE LISTING - SHARE MODAL - BACKGROUND AND SHARE ITEM LAYOUT */
ul.share-options {
  	display: contents!important;
  	width:8%;
}
/* ML - SINGLE LISTING - SHARE LISTING - SPACING BETWEEN SHARE ITEMS */
#social-share-modal .share-options li {
  	width: 8%;
}
/* ML - SINGLE LISTING - SHARE LISTING - SHARE ITEMS - BACKGORUND */
#social-share-modal .share-options li a i {
  	background-color: rgba(0,0,0,0)!important;
}
/* ML - SINGLE LISTING - SHARE LISTING - MAKE ALL LINK COLORS THE SAME */
#social-share-modal a {
  	color: #fff;
}
#social-share-modal a:hover {
  	color: rgba(255, 255, 255, 0.9)!important;
}



/* GET STARTED PAGE - LISTING SEARCH */
.search-shortcode .instant-results { 
  	border-radius: 10px;
}
.instant-results .view-all-results {
	background: #000; 
  	color: #fff;
  	border-radius: 0px 0px 10px 10px!important;}
.instant-results .view-all-results:hover { 
  	background: rgba(0, 0, 0, 0.8);}
li.ir-cat { 
  	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  	background-color: #FCFCFC!important; 
}



/* MYLISTING CLUB - DUPLICATE LISTINGS PLUGIN */
.mylistingclub-duplicate-listings__modal {
    border-radius: 10px;
    box-shadow: none;
}
.mylistingclub-duplicate-listings__modal-label {
    font-size: 15px;
    letter-spacing: 1px;
}
.mylistingclub-duplicate-listings__modal-close {
    display: none;
}



/* SINGLE BLOG POST TEMPLATE - GUTENBERG */
.wp-block-button__link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
  	text-transform: uppercase;
  	padding: 8px 20px;
}
.wp-block-button__link:hover {
    background-color: #421660;
}
/* IMAGE GALLERY */
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    border-radius: 10px;
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,.15);
}



/* JETTABS - LIST STYLE FIX */
.jet-tabs__content.active-content ul {
  	list-style-type: square; 
  	margin: 0 0 1.5em 1.5em;
}



/* ML PREVIEW CARDS */
@media only screen and (max-width: 768px) {
.lf-head-btn {
    height: 40px;
    padding: 0px 3px 0px 4px;
    margin-left: -10px;
  	margin-right: 15px;
	}
}
/* SHOW BACK TO TOP ICON IN FOOTER */
@media only screen and (max-width: 1200px) {
a.back-to-top {
    display: block !important;
	}
}

/* WOOCOMMERCE ORDERS ENDPOINT */
@media only screen and (min-width: 768px) and (max-width: 768px) {
.woocommerce div.element {
    margin-right: 30px;
	}
}
	
/* WOOCOMMERCE MY LISTINGS ENDPOINT */
@media only screen and (max-width: 414px) {
.woocommerce table.job-manager-jobs tr {
    margin: 2px 20px 20px 20px!important;
	}
}
@media only screen and (max-width: 414px) {
.woocommerce table.job-manager-jobs tr:nth-child(2n+2) {
    margin: 2px 20px 20px 20px!important;
	}
}
	
	
/* WOOCOMMERCE BOOKMARKS ENDPOINT */
@media only screen and (max-width: 375px) {
table.job-manager-jobs.c27-bookmarks-table.shop_table tr {
    padding: 14px!important;
	}
}
@media only screen and (max-width: 375px) {
.woocommerce table.job-manager-jobs tr:nth-child(2n+2) {
	padding: 14px!important;
	}
}

/* WOOCOMMERCE PAYMENT METHODS ENDPOINT */
@media only screen and (max-width : 768px) {
.woocommerce table.shop_table_responsive tr td.woocommerce-PaymentMethod--actions:after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce table.shop_table_responsive tr td.woocommerce-PaymentMethod {
    padding: 10px 0!important;
}
.woocommerce table.shop_table.woocommerce-MyAccount-paymentMethods ~ .button {
    margin-top: 10px;
}
}
	

	
/* ML - PRICING TABLES - FIX */
@media only screen and (max-width: 768px) {
.pricing-item {
	margin-top: 10px;	}
}
	}
	
/* checkout page order review text color fix */
.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
    color: #242429;
}	



