
/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
/* MyListing Material Icons CSS Packag*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
/****** LISTING PREVIEWS ******/
/**** PREVIEW CARDS ****/
.lf-item {
    height: 256px;
}
/** CARD CONTAINTER **/
.lf-item-container {
    box-shadow: -5px 5px 20px 0px rgb(0 0 0 / 4%);
}
/** LISTING TITLE **/
.no-info-fields .lf-item-default .lf-item-info {
    align-items: inherit;
}
/** FOOTER **/
/** TAXONOMY **/
.lf-item-container .listing-details .cat-icon {
    background: transparent !important;
}
.ld-info ul li a {
    background: transparent;
}
.listing-preview .listing-details .c27-bookmark-button.bookmarked {
    background: transparent !important;
}
.listing-preview .listing-details .c27-bookmark-button.bookmarked i:before {
    content: "\e87d";
    color: #12879e;
}
/**** QUICK VIEW ****/
.quick-view-modal h5 {
	display: none;
}
.quick-view-modal .title-style-1 i {
    display: none;
}
/** REMOVES THE CATEGORY INFO SINCE IT'S ALREADY SHOWN IN THE CARD HEADER **/
.quick-view-modal .listing-details {
    display: none !important;
}
/* SHOWS THE QUICK VIEW ICON ON SMALLER DEVICES */
@media only screen and (max-width : 768px) {
.quick-view-modal.in,
.item-preview {
    display: flex !important;
}
.quick-view-modal.in>.container {
    width: 100%;
    }
}
/** BUG: THEME IS ADDING THIS TO THE QUICK VIEW CARD COVER IMAGE(S) - KEEP AN EYE OUT FOR A FIX SO THIS CAN BE REMOVED **/
.quick-view-modal .lf-item-container {
    border-radius: 0px !important;
}
/* BUG: FIXES ISSUE WHERE QUICK VIEW COLUMNS ARE CUT OFF ON SMALLER DEVICES - KEEP AN EYE OUT FOR A FIX SO THIS CAN BE REMOVED **/
@media only screen and (max-width : 736px) {
	.quick-view-modal .modal-content .mc-left {
      width: 100%;
  }
}
@media only screen and (max-width : 736px) {
	.quick-view-modal .modal-content .mc-right {
      width: 100%;
  }
}
}/** LISTING FEED CAROUSELS **/
/* OVERLAY */
#feedcards .overlay {
    opacity: .7 !important;
}
/* REMOVE CARD HEADER BUTTONS */
#feedcards .lf-head-btn {
    display: none;
}
/* REMOVE CARD FOOTERS */
#feedcards .listing-preview .c27-footer-section {
    display: none;
}
/* REMOVE OPACITY ON SCROLL */
@media only screen and (max-width : 736px) {
.listing-feed-carousel .owl-item {
    opacity: 1;
    }
}
.listing-feed-carousel .owl-stage-outer {
     overflow: hidden !important;
}
/* REMOVE SCROLL NAV */
#feedcards .lf-nav {
    display: none;
}
/* ML - PRICING TABLES */
.pricing-item .plan-name {
  	text-transform: uppercase;
	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%); 
  	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  	color: #fff;
}
.pricing-item .plan-name:hover {
  	color: #f1f1f1 !important;
}
.pricing-item.active .plan-name {
    color: #f1f1f1 !important;
}
.pricing-item .plan-price span.woocommerce-Price-amount {
	font-weight: 800;
  	font-size: 60px;
}
.pricing-item .plan-price > span {
  	font-weight: 800;
  	letter-spacing: 0px;
}
.pricing-item {
 	border-radius: 7px;
  	box-shadow: -5px 5px 20px 0px rgba(47,61,74,0.1);
	border: 1px solid #60d4eb;
  	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: #13879E;
}
.plan-features {
    min-height: 337px;
}
.pricing-item .plan-image {
	width: 40%;
  	margin-bottom: -40px;
}
/** font size of name of pricing packages **/
.pricing-item .plan-name {
  font-size: 22px !important;
  letter-spacing: 0px !important;
}
/** HIDES THE '/MONTH' FROM THE FREE PACKAGE **/
.col-md-4:first-child span.subscription-details {
    display: none;
}
/**** PUT THE SUBSCRIPTION LENGTH ON THE SAME LINE AS THE PRICE ****/
.pricing-item span.subscription-details {
  	display: inline;
}
/**** PRICING TABEL FEATURES ****/
p {
  font-size: 16px;
}
a {
      font-size: 13px;
}
/**** PRICING package bottons ****/
a.select-plan.buttons.button-2.cts-trigger-buy-new {
  font-size: 20px;
}
a.select-plan.buttons.button-2 {
  font-size: 20px;
}
/* ML - PRICING TABLES - FIX */
@media only screen and (max-width: 768px) {
.pricing-item {
	margin-top: 10px;	}
}
/**** SUBSPECIALITY CATS ****/
.listing-details>ul>li {
    float: right;
    white-space: unset;
    overflow: hidden;
}
/**** SUBSPECIALITY CATS center text ****/
.listing-details .category-name {
    text-align: -webkit-center;
}
/* HIDE QUICK ACTIONS FOR UNVERIFIED LISTINGS */
body:not(.c27-verified) 
#qa-51c63c {
     display: none;
}
body:not(.c27-verified) 
#qa-0d1921 {
     display: none;
}
body:not(.c27-verified) 
#qa-9ec6fd {
     display: none;
}
body:not(.c27-verified) 
#qa-9aec45 {
     display: none;
}
body:not(.c27-verified) 
#qa-98bd44 {
     display: none;
}
body:not(.c27-verified) 
#qa-a43855 {
     display: none;
}
/* HIDE contact& media FOR UNVERIFIED LISTINGS */
body:not(.c27-verified) 
#listing_tab_contact-media_toggle.listing-tab-toggle.toggle-tab-type-custom {
     display: none;
}
/* HIDE EXPERT FOR UNVERIFIED LISTINGS */
body:not(.c27-verified) 
#listing_tab_subspecialty_toggle.listing-tab-toggle.toggle-tab-type-custom {
     display: none;
}
/*STYLE PROMOTION LINK */
.learn-about-promtions a {
  	color: #000;
  	transition: box-shadow .35s ease-in-out;
  	padding-left: 2px;
  	padding-right: 2px;
	box-shadow: inset 0 -0.6em 0 -3px #60d4eb;
  	letter-spacing: 0px;
  	font-size: 16px;
}
.learn-about-promtions a:hover {
  	box-shadow: inset 0 -1.3em 0 #60d4eb;
}
/*STYLE PROMOTION icon at head */
#promo-modal .title-style-1 span {
    color: #12879e;
}
/**** QUICK ACTIONS ****/
/** HIDE ALL LABELS **/
.quick-listing-actions>ul>li>a span {
    display: none;
}
.quick-listing-actions>ul>li>a>i {
  	color: #12879e;
}
.quick-listing-actions>ul>li>a>i:hover {
  	color: #2ea1b8;
}
.quick-listing-actions>ul>li>a {
    background: #fff;
    border-radius: 5px;
    transition: .3s ease;
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.02), -9px -8px 12px 0 rgba(0, 0, 0, 0.01);
  	border: none;
}
.quick-listing-actions>ul>li>a:hover {
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.03), -9px -8px 12px 0 rgba(0, 0, 0, 0.01);
    margin-top: -5px;
}
/** TOOLTIPS **/
@media (min-width: 768px){
	.quick-listing-actions>ul{
		padding-top: 40px;
		padding-left: 20px;
		padding-bottom: 5px;
	}
	.quick-listing-actions>ul>li{
		position: relative;
	}
	.quick-listing-actions>ul>li>a span{
		position: absolute;
		background: #45bad1;
		color: #fff;
		font-size: 11px;
		font-weight: 500;
		bottom: 0;
		left: -15px;
		padding: 5px 12px;
		visibility: hidden;
		opacity: 0;
		transition: bottom 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
		border-radius: 50px;
		display: block !important;
		z-index: 1;
		overflow: unset;
	}
	.quick-listing-actions>ul>li>a span:before{
		position: absolute;
		bottom: -5px;
		left: 20px;
		content: '';
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #45bad1;
	}
	.quick-listing-actions>ul>li>a:hover span{
		bottom: 50px;
		visibility: visible;
		opacity: 1;
	}
}
/****** MYLISTING BASIC SEARCH FORM lets start page ******/
/**** TAB LABELS ****/
.transparent .fs-tabs .nav-tabs>li.active>a {
    color: #ffffff !important;
}
.transparent .fs-tabs .nav-tabs>li.active>a:hover {
    color: #60d4eb !important;
}
.transparent .fs-tabs .nav-tabs>li>a:hover {
    color: #ffffff;
}
/**** SEARCH AND FILTERING ****/
/** FIELD LABELS **/
.page-id-498 .md-group label {
  	color: #fff;
  	font-weight: 600;
}
.page-id-498 .cts-term-hierarchy label .go-back-btn {
  	color: #fff;
}
.page-id-498 .cts-term-hierarchy label .go-back-btn:before {
  	color: #12879e;
}
.page-id-498 .cts-term-hierarchy label .go-back-btn:hover i {
  	color: #12879e !important;
}
/** FIELD RESULTS **/
.page-id-498 .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-bottom: solid 1px #ffffff38;
	color: rgba(255, 255, 255, 0.8);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #12879e;
}
/* HIDE THE REMOVE ITEMS ICON SINCE IT IS NOT NEEDED HERE*/
span.select2-selection__clear:before {
    display: none;
}
/* FIELD RESULTS PLACEHOLDERS */
.page-id-498 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}
/**** FORM BACKGROUND AND SEARCH BUTTON ****/
.transparent .featured-search.wide .fs-tabs .tab-content {
    border-radius: 50px;
    padding: 10px 30px 0px 30px;
    background: #ffffff30;
}
/**** MOBILE ****/
/** MAKE EACH ELEMENT OF THE FORM FULL-WIDTH SO THEY STACK **/
@media only screen and (max-width: 768px){
.featured-search .form-group {
    width: 100% !important;
	}
}
@media only screen and (max-width: 768px){
  	 .fs-tabs {
     	margin: 0px 50px 0px 50px;
    }
}
@media only screen and (max-width: 768px){
.transparent .featured-search.wide .fs-tabs .tab-content {
    border-radius: 20px;
    }
}
@media only screen and (max-width: 414px){
  	 .fs-tabs {
     	margin: 0px 20px 0px 20px;
    }
}
/****** MYLISTING BASIC SEARCH FORM home page ******/
/**** TAB LABELS ****/
.transparent .fs-tabs .nav-tabs>li.active>a {
    color: #ffffff !important;
}
.transparent .fs-tabs .nav-tabs>li.active>a:hover {
    color: #ffffff !important;
}
.transparent .fs-tabs .nav-tabs>li>a:hover {
    color: #ffffff;
}
/**** SEARCH AND FILTERING ****/
/** FIELD LABELS **/
.page-id-515 .md-group label {
  	color: #ffffff;
  	font-weight: 600;
}
.page-id-515 .cts-term-hierarchy label .go-back-btn {
  	color: #ffffff;
}
.page-id-515 .cts-term-hierarchy label .go-back-btn:before {
  	color: #2ea1b8;
}
.page-id-515 .cts-term-hierarchy label .go-back-btn:hover i {
  	color: #2ea1b8 !important;
}
/** FIELD RESULTS **/
.page-id-515 .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-bottom: solid 1px #ffffff38;
	color: rgba(255, 255, 255, 0.8);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #2ea1b8;
}
/* FIELD RESULTS PLACEHOLDERS */
.page-id-515 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}
/****** GENERAL/GLOBAL ******/
a {	
  	color: #13879E;
}
input {
  	font-size: 13px;
}
.button-2 {
  	text-transform: uppercase;
  	letter-spacing: 0px;
  	border-radius: 25px;
}
.underline-grey {
  	border-bottom: dashed 1px #b7b4b4;
  	padding-bottom:3px;
}
.md-checkbox label:before {
	border: 2px dotted #13879e!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: 0px;
  	font-size: 12px;
}
body {
    background: #fff;
}
.user-area-icon {
  	display: none;
}
label span.required {
    color: #13879e;
}
.round-icon .title-style-1 i {
    background: transparent;
}
.round-icon .title-style-1 i {
    color: #13879e;
}
/***** HIDES CONTENT FROM NON LOGGED IN USERS *****/
/** Instructions: Add the ‘hideifloggedout’ class to any element you wish to hide.**/
body:not(.logged-in) .hideifloggedout {
    display: none;
}
/* 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: 25px!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-468 .section-title h2 {
    display: none;
}

.page-id-468 .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: 25px;
    padding: 8px 25px;
}
.woocommerce-page .woocommerce-error .button:hover {
	color: #fff;
    background: #13879e!important;
}
.woocommerce-error {
  	border-radius: 10px;
}
.woocommerce-message a {
  	border-bottom: dashed 1px #b7b4b4;
  	padding-bottom:3px;
  	color: #13879E;
}
.woocommerce-message {
    border-radius: 10px;
}
.woocommerce-message:before {
    color: #13879e;
}
.woocommerce-info {
  	border-radius: 10px;
}
.woocommerce-info:before {
    color: #13879e;
}
.woocommerce-error:before {
    color: #13879e;
}
.page-id-172 .round-icon .title-style-1 i {
    background: #fff;
	color: #fff;
}
.mlduo-account-menu {
    background: #f2f2f2;
}
.mlduo-welcome-message h1 {
    letter-spacing: 0px;
    font-size: 26px;
}
/* WOOCOMMERCE ENDPOINTS - BOXES */
.mlduo-stat-box p {
    letter-spacing: 0px;
}
.mlduo-stat-box i {
  	display:none;
}
/* WOOCOMMERCE ENDPOINTS - DASHBOARD */
.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 {
    background-color: #fff !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: 0px;
  	text-transform: uppercase;
}
.l-type .listing-type .value {
	background: #fff; 
  	border: 1px dotted #13879e; 
  	border-radius: 10px;
  	color: #000;
    letter-spacing: 0px;
}
.job-manager-jobs .label {
  	color: #000;
}
#job-manager-job-dashboard table td.job_title>a {
  	color: #000;
  	letter-spacing: 0px;
}
#job-manager-job-dashboard table td.job_title>a:hover {
  	color: #13879e;
}
/* WOOCOMMERCE ENDPOINTS - BOOKMARKS */
.bookmark-title>h5 a {
    color: #000;
}
/* WOOCOMMERCE ENDPOINTS - MY LISTINGS - PROMOTIONS */
.promo-item-icon i {
    border-color: #13879e;
    color: #13879e;
    border: 1px dashed;
    border-radius: 5px;
    background: transparent!important;
}
.promo-item-details h5 {
    font-weight: 600;
    text-transform: uppercase;
  	letter-spacing: 0px;
}
.promo-item-details h5 a {
  	font-size: 16px;
}
.promo-meta .product-link {
    color: #000;
    letter-spacing: 0px;
    font-weight: bold;
}
.promo-meta a {
    color: #000;
}
.user-promotion-packages a.promo-item-action.process-promotion {
	border-radius: 25px;
   	background: #000;
   	text-transform: uppercase;
   	color: #fff;
   	letter-spacing: 0px;
   	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: #13879E;
}
/* WOOCOMMERCE ENDPOINTS - ORDERS*/
a.woocommerce-button.button.view {
	background-color: #000!important;
  	color: #fff!important;
   	font-weight: 600!important;
    text-transform: uppercase;
  	letter-spacing: 0px;
  	border-radius: 25px!important;
  	font-size: 12px!important;
}
a.woocommerce-button.button.view:hover {
    background: #13879e!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: 0px;
}
.woocommerce .woocommerce-message .button:hover {
    color: #fff;
    background: #13879e!important;
}
.subscription_details~h2 {
    border-bottom: 1px dashed #13879E;
    letter-spacing: 0px;
    text-transform: uppercase;
}
/* WOOCOMMERCE ENDPOINTS - ACCOUNT */
.cts-account-actions>a {
    background-color: #000!important;
    border-radius: 25px;
    color: #fff!important;
    font-size: 12px;
    font-weight: 600!important;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.cts-account-actions>a:hover {
    background-color: #13879E!important;
}
.cts-user-picture-settings>h5 {
    border-bottom: 1px dashed #13879E;
}
#change-avatar-fieldset {
 	display: none;
}
.woocommerce form .form-row .required {
    color: #13879E!important;
}
.woocommerce form .form-row label {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
  	font-size: 12px;
}
.cts-account-header {
    font-size: 12px;
    letter-spacing: 0px;
}
.cts-connected-account {
    border-radius: 10px;
}
.cts-connected-accounts>h5 {
	border-bottom: 1px dashed #13879E;
}
/* 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 #13879E;
}
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button {
  	background-color: #000;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-EditAccountForm.edit-account > p:last-of-type button:hover {
    background-color: #13879E;
}
.woocommerce a.button {
    border-radius: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 8px 25px;
  	font-size: 11px!important;
}
.woocommerce table.shop_table th {
    font-weight: 600!important;
    letter-spacing: 0px;
  	text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .title h3 {
    letter-spacing: 0px;
  	text-transform: uppercase;
}
.woocommerce-Address-title>h3 {
  	border-bottom: 1px dashed #13879E;
}
.woocommerce-account .addresses .title a.edit {
    border-radius: 25px;
    letter-spacing: 0px;
    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: 25px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper ~ p button[type=submit]:hover {
    background-color: #13879E;
}
/* WOOCOMMERCE - MY ACCOUNT - ADD PAYMENT METHOD */
.payment_method_stripe label {
	display: none;
}
#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: 25px;
  	text-transform: uppercase;
  	letter-spacing: 0px;
  font-size: 12px;
}
button#place_order.woocommerce-Button.woocommerce-Button--alt.button.alt:hover {
	background-color: #13879E!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;
}
a.button.wc-backward {
	background-color: #000!important;
}
a.wc-backward:hover {
	background-color: #13879e!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: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
  	padding: 8px 25px;
}
.page-id-186 .input-text.qty.text {
 	border-radius: 10px;
    border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart .element .pf-body .cart-collaterals {
  	background-color: #13879e;
  	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: 0px;
}
.woocommerce button.button, .woocommerce input.button {
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    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.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: #13879E;
}
.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 #13879E;
  	letter-spacing: 0px;
  	font-weight: 600;
  	font-size: 14px;
}
.order_details~header h2 {
  	text-transform: uppercase;
  	border-bottom: 1px dashed #13879E;
    letter-spacing: 0px;
}
.woocommerce-order-details p.order-again a.button {
    border-radius: 25px;
    font-size: 12px!important;
}
.woocommerce-customer-details h2 {
	border-bottom: 1px dashed #13879E;
  	letter-spacing: 0px;
  	font-weight: 600;
  	font-size: 14px;
  	text-transform: uppercase;
}
/* EXPLORE PAGE */
.explore-head {
  	background: #eee;
}
.explore-head .explore-types .type-info>h4 {
    letter-spacing: 0px;
}
.finder-title h2 {
    font-weight: 600!important;
    letter-spacing: 0px;
}
/* ML - EXPLORE - ADVANCED SEARCH */
.finder-tabs .nav-tabs {
	border-bottom: 2px solid #eee;
    letter-spacing: 0px;
  	justify-content: center;
}
.finder-tabs .nav>li>a i {
	color: #13879E;
}
.finder-tabs .nav>li>a:hover i {
	color: #13879e;
}
.finder-tabs .nav-tabs>li>a {
 	padding: 10px 25px 10px 25px;
    background: #eee;
    border-radius: 5px 5px 0px 0px;
    transition: .2s ease-in-out;
    margin-left: 3px;
  	color: #4D4D4D;
}
.finder-tabs .nav-tabs>li>a:hover {
  	color: #fff;
  	background: #000;
}
.finder-tabs .nav-tabs>li.active>a {
	color: #fff;
  	background: #000;
    border-radius: 5px 5px 0px 0px;
  	margin-right: 3px;
}
#finderSearch .datepicker-form-group>label {
    text-align: center;
    letter-spacing: 0px;
  	font-size: 15px;
    font-weight: 700;
}
#finderSearch .datepicker-wrapper:before, .search-filters .datepicker-wrapper:before {
    color: #13879e;
}
#finderSearch .datepicker-wrapper input, .search-filters .datepicker-wrapper input {
    letter-spacing: 0px;
}
#finderSearch .datepicker-wrapper:hover, .search-filters .datepicker-wrapper:hover {
    background: transparent;
}
.checkboxes-filter>label {
	font-weight: 600;
    letter-spacing: 0px;
}
.tags-nav li {
	width: 50%;
}
.tags-nav li .md-checkbox label {
	font-size: 13px;
}
div.form-group.explore-filter.dropdown-filter-multiselect.dropdown-filter.md-group label {
	font-weight: 600;
    letter-spacing: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
}
div.form-group.explore-filter.wp-search-filter.md-group label {
	font-weight: 600;
    letter-spacing: 0px;
}
div.form-group.explore-filter.orderby-filter.md-group label {
	font-weight: 600;
    letter-spacing: 0px;
}
div.form-group.location-wrapper.explore-filter.location-filter.md-group label{
	font-weight: 600;
    letter-spacing: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #13879e;
}
.finder-search .tab-content .form-group .button-2 {
  	border-radius: 25px;
  	font-size: 12px;
}
.form-group.explore-filter i.material-icons.geocode-location {
	color: #13879e;
}
span.select2-selection__arrow {
	border-color: #13879e;
}
.reset-results-27 {
	font-size: 13px;
    letter-spacing: 0px;
	opacity: 1!important;
}
/**** COMPARE LISTINGS ****/
/** COMPARE BAR **/
.compare-bar {
    letter-spacing: 0px;
    text-transform: uppercase;
    background: #242429;
    border: none;
}
.compare-bar a {
    background: #242429;
    color: #fff !important;
}
.compare-bar a:hover {
    background: transparent;
}
.compare-bar a:nth-child(2) {
    color: #13879e !important;
}
.compare-bar a:nth-child(2):hover {
    color: #2094AB !important;
    background: transparent;
}
/** COMPARE SCREEN **/
.compare-table .compare-row:first-child {
    background: #242429;
    color: #fff;
}
/* REMOVE THE 'DETAILS' ROW */
.compare-table .compare-row:nth-child(2) {
    display: none;
}
/** LISTING CARDS BEING COMPARED **/
.compare-chosen {
    outline: 5px solid rgba(19, 136, 160, 0.2);
}
/*************** ML SUBMIT FORM ***************/
/* ML - SUBMIT FORM */
#submit-job-form .title-style-1 h5 {
  	font-size: 16px;
  	font-weight: 700!important;
  	letter-spacing: 0px;
  	text-transform: uppercase;
}
#submit-job-form .title-style-1 i {
  	color: #13879e;
  	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: 0px;
    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: 0px;
}
/* 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: 0px;
   	color: #eee;
	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: #13879e;
}
/* ML - SUBMIT FORM - LEFT SIDE NAVIGATION - ACTIVE NAVIATION CIRCLE - TEXT HOVER */
.add-listing-nav .active a:hover i {
  	border-color: #13879e!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: #13879e;
  	background-color: #13879e;
  	color: #13879e;
}
.add-listing-nav i:hover {
  	border-color: #13879e!important;
  	background-color: #fff!important;
}
.add-listing-nav a i {
  	border-color: #13879e!important;
  	background-color: rgba(255, 255, 255, 0.5)!important;
}
.add-listing-nav a:hover i>span {
    background: #13879e;
}
.add-listing-nav li.active a {
    color: #fff;
}
/* ML - SUBMIT FORM - FIELD DESCRIPTIONS */
#submit-job-form small.description {
  	font-style: normal;
  	opacity: 1;
}
.event-picker .single-date {
    border: none!important;
  	margin-bottom: 30px!important;
}
/* 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: 0px;
	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 & time zone */
.work-hours-repeater>input[type=button] {
  	color: #fff!important;  
  	background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    text-transform: uppercase;
  	letter-spacing: 0px;
	font-weight: 600!important;
}
.work-hours-repeater>input[type=button]:hover {
	background:rgba(0,0,0,0.8);
	color:#fff!important;
}
.work-hours-timezone {
	font-size: 13px;
    margin-top: 3px;
    text-align: right;
}
.event-picker .single-date .remove-date i {
  	color: #13879e;
}
.event-picker .date-add-new {
 	background:#000;
  	color:#fff!important;
  	border-radius: 10px!important;
  	text-transform: uppercase;
    letter-spacing: 0px;
}
.event-picker .date-add-new:hover {
  	background: rgba(0,0,0,0.8);
  	color:#fff!important;
}
.event-picker .single-date .remove-date {
    background: #13879e;
}
.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: 0px;
  	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: 0px;
  	font-size: 12px;
}
/* ML - SUBMIT FORM - MAP LOCATOR ICON */
.location-field-wrapper .cts-get-location {
  	color: #13879e;
}
/* 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: #13879e;
  	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: #13879e; 
  	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: #13879e;
}
/* 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;
    margin-top: -20px;	
}
/* ML - SUBMIT FORM - ADD/PREVIEW */
.preview-btn {
  	margin: 0;
}
.skip-preview-btn {
    letter-spacing: 0px;
    font-weight: 600!important;
    text-transform: uppercase;
 	border-bottom: none!important;
    width: 100%!important;
    padding: 15px!important;
	background: #000!important;
	color: #fff!important;
}
.skip-preview-btn:hover {
 	border-bottom: none!important;
	background:rgba(0,0,0,0.8)!important;
  	color: #fff!important;
    transition: .2s ease-in-out!important;
}
/* WOOCOMMERCE - LOGIN/REGISTER MODAL */

.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;
}
.woocommerce-privacy-policy-link {
  	border-bottom: dashed 1px #13879e;
  	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: 0px;
  text-transform: uppercase;
  padding: 15px 10px;
}

a.button-5:hover {
  background-color: #13879e;
  color: #fff;
}
.cts-social-login-wrapper .buttons {
	border-radius: 25px;
}
.cts-social-login-wrapper .buttons:hover {
    background: #f4f4f4;
}
/** INJECT TEXT BETWEEN THE "TABS" woocommerce logged-in **/
.login-tabs li:first-child h3:after {
	content: "/";
  	padding: 0px 4px 0px 8px;
  	color: #000000;
  	font-weight: 600;
  	padding: 0px 4px 0px 8px;
}
/* WOOCOMMERCE - SINGLE PRODUCT */
.woocommerce-breadcrumb > a {
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    color: #13879e;
}
.woocommerce .star-rating span {
    color: #13879e!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: 0px;
	border-radius: 25px;
}
/* WOOCOMMERCE - STORE */
.woocommerce-loop-product__title {
	font-weight: 500!important;
}
/* ML - ICONS */
.cat-icon {
  	background-color: transparent!important;
}
.cat-icon i {
  	background-color: transparent;
  	color: #13879e!important;
}
.social-nav li a {
  	background-color: transparent;
}
/*************** ML PREVIEW CARDS ***************/
/* REMOVE SHADOW BORDER */
.lf-item-container {
    box-shadow: none;
}
.lf-item {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.lf-item .overlay {
	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%);    
  	opacity: .75!important;
    top: 80%;
}
.lf-head-btn {
	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%); 
  	border-radius: 7px;
    opacity: .85!important;
  	border: none;
  	height: 38px;
}
.no-info-fields .lf-item-default .lf-item-info {
	display: block;
}
/* ML - PREVIEW CARDS - LOCATION ICON */
.lf-item-info>ul li i {
    color: #ffffff94;
}
/* ML - PREVIEW CARDS - FOOTER ACTIONS */
.ld-info ul li i {
    color: #13879e;
}
/* ML - PREVIEW CARDS - FOOTER TERMS - REGION */
.listing-preview .c27-footer-section:last-child {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
}
/* ML - PREVIEW CARDS - FOOTER TERMS - CATEGORY */
.listing-preview .c27-footer-section:last-child {
  	background: #f4f4f4;
}
/* ML - PREVIEW CARDS - FOOTER DETAILS */
.lf-item-container .listing-details {
    height: 36px;
}
.ld-info ul li a {
    width: 25px;
    height: 25px;
}
/**** QUICK VIEW ****/
.quick-view-modal .title-style-1 i {
    display: none;
}
/* SHOWS THE QUICK VIEW ICON ON SMALLER DEVICES */
@media only screen and (max-width : 768px) {
.quick-view-modal.in,
.item-preview {
    display: flex !important;
}
.quick-view-modal.in>.container {
    width: 100%;
    }
}
/** BUG: THEME IS ADDING THIS TO THE QUICK VIEW CARD COVER IMAGE(S) - KEEP AN EYE OUT FOR A FIX SO THIS CAN BE REMOVED **/
.quick-view-modal .lf-item-container {
    border-radius: 0px !important;
}
/* BUG: FIXES ISSUE WHERE QUICK VIEW COLUMNS ARE CUT OFF ON SMALLER DEVICES - KEEP AN EYE OUT FOR A FIX SO THIS CAN BE REMOVED **/
@media only screen and (max-width : 736px) {
	.quick-view-modal .modal-content .mc-left {
      width: 100%;
  }
}
@media only screen and (max-width : 736px) {
	.quick-view-modal .modal-content .mc-right {
      width: 100%;
  }
}
/* TABLE OF CONTENTS ELEMNATOR CSS*/
.elementor-toc__list-item-text-wrapper {
    display: inherit;
}
.elementor-toc__header-title {
    margin-bottom: -20px;
}
ul.elementor-toc__list-wrapper {
    margin-right: 1.2em;
}
.elementor-toc__list-item-text:before {
    color: #999;
    content: "⭠";
    margin-left: 1em;
  	right: 1em;
    position: absolute;
}
.elementor-toc__list-item-text {
  	background-image: linear-gradient(transparent calc(100% - 1px), #60d4eb 1px);
  	background-position: 100% center;
  	background-repeat: no-repeat no-repeat;
  	background-size: 100% 100%;
    margin-right: -7px;
}
.elementor-toc__list-item-text:hover {
    background-size: 0 100%;
}
/*************** ML SINGLE LISTINGS ***************/
/* ML - SINGLE LISTING - ADJUST COVER FOR TRANSPARENT HEADER */
#c27-single-listing {
    margin-top: -78px;
}

/* 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: 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%);  	
  	border-radius: 40px;
	transition: .7s ease;
  	text-transform: uppercase;
  	letter-spacing: 0px;
  	font-size: 12px;
}
.lmb-calltoaction>a:hover {
	background: linear-gradient(90deg, rgba(19,135,158,.9) 25%, rgba(36,152,175,.9) 50%, rgba(53,169,192,.9) 75%, rgba(70,186,209,.9) 100%); 
}
.lmb-calltoaction>a:visited {
  	color: #fff!important;
}
.lmb-calltoaction>a::before {
  	display: none;
}
/* ML - SINGLE LISTING - PROFILE MENU */
.profile-header .profile-menu ul {
   align-items: flex-start;
}
.profile-header .profile-menu ul li a {
  	font-weight: 600;
  	letter-spacing: 0px;
  	text-transform: uppercase;
}
/* ML - SINGLE LISTING - TABS - ITEM COUNTER */
.items-counter {
    border: 1px solid #13879e;
    border-radius: 5px;
    padding: 1px 0px 0px 1px;
    color: #fff;
    background: #13879e;
}
/* ML - SINGLE LISTING - QUICK ACTIONS */
.quick-listing-actions>ul>li>a>i {
  	color: #13879e;
}
.quick-listing-actions>ul>li>a>i:hover {
  	color: #2DA1B8;
}
.quick-listing-actions>ul>li>a {
    background: #ffffff !important;
    border-radius: 5px !important;
    transition: .3s ease !important;
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.02), -9px -8px 12px 0 rgba(0, 0, 0, 0.01);
  	border: none;
}
.quick-listing-actions>ul>li>a:hover {
    box-shadow: 0px 5px 9px 0 rgba(0, 0, 0, 0.03), -9px -8px 12px 0 rgba(0, 0, 0, 0.01);
    margin-top: -5px;
}
/* ML - SINGLE LISTING - BLOCK TITLES */
.title-style-1 h5 {
  	font-weight: 600!important;
  	letter-spacing: 0px;
  	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: 0px;
}
.countdown-box .countdown-list li p {
	background: transparent;
	color: #fff;
  	font-weight: 600!important;
	letter-spacing: 0px;
	font-size: 22px;
}
.countdown-box .countdown-list li span {
    color: #ffffffa1;
    letter-spacing: 0px;
}
.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: #13879e;
}
.review-gallery-add {
  	color: #13879e;
}
.comment-info i {
  	color: #13879e;
}
.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: #13879e;
}
/* ML - SINGLE LISTING - LOCATION BLOCK */
.map-block-address a {
    border-radius: 25px;
	background-color: #000;
  	color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px!important;
    letter-spacing: 0px;
}
.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;
}
/* SINGLE LISTING - CONTACT FORM BLOCK */
.single-job-listing .contact-form-block div.element {
	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%);
    padding: 20px 0px 20px 0px;
}
.single-job-listing .contact-form-block .title-style-1 h5 {
    color: #fff;
  	margin-right: 25px;
}
.center-block-heading .title-style-1 h5 {
  	color: #fff;
	float: none;
  	text-align: center;
}
.hide-block-heading .title-style-1 h5 {
  	display: none;
}
/* SINGLE LISTING - REGION BLOCK */
#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: 0px;
    font-weight: 600;
    color: #13879e;
}
/* SINGLE LISTING - REPORT LISTING */
.modal-27.in .modal-dialog>div {
    border-radius: 10px!important;
}
#report-listing-modal .sign-in-box {
    border-radius: 20px!important;
}
#report-listing-modal .sign-in-box .title-style-1 i {
    color: #13879e;
}
/* SINGLE LISTING - BUSINESS HOURS */
div.element.work-hours-block  {	
	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%)!important;
}
div.element.work-hours-block .pf-head {
    background: #eeeeee59;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-left: -5px;
}
.open {
  	color: #fff;
  	margin-right: -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: 8px 11px 11px 8px;
    border-radius: 5px 0px 0px 5px;
    margin-right: -20px;
}
.work-hours-status.opening {
    color: #fff;
}
/* SINGLE LISTING - REMOVE BADGES */
.level-promoted .ad-badge {
    display: none;
}
.level-featured .ad-badge {
    display: none;
}
/* SINGLE LISTING - HIDE REVIEW OPTION FROM LISTING OWNER */
body.is-listing-author #qa-124391 {
  	display: none;
}
/* SINGLE LISTING - CONTACT & MEDIA - INFORMATION BLOCK */
#vendor-information-block a {
	font-style: italic;
	color: #13879e;
}
#vendor-information-block .extra-details p {
	font-style: italic;
}
#vendor-information-block .extra-details .item-attr {
	font-style: normal !important;
  	color: #242429;
}	
/* SINGLE LISTING - DETAILS - TAGS BLOCK */	
.details-list li i {
  	background-color: transparent;
  	color: #13879e !important;
}
.details-list.social-nav li a:hover i {
  	background-color: #fff !important;
  	color: rgba(19, 136, 160, 0.9)!important;
}
.details-list li a {
    color: #242429 !important;
}
/*************** SINGLE LISTING - SHARE OPTIONS ***************/
/* 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%); 
}
/* SINGLE LISTING - SHARE LISTING - SHARE MODAL - BACKGROUND AND SHARE ITEM LAYOUT */
ul.share-options {
  	display: contents!important;
  	width:8%;
}
/* SINGLE LISTING - SHARE LISTING - SPACING BETWEEN SHARE ITEMS */
#social-share-modal .share-options li {
  	width: 8%;
}
/* SINGLE LISTING - SHARE LISTING - SHARE ITEMS - BACKGORUND */
#social-share-modal .share-options li a i {
  	background-color: rgba(0,0,0,0)!important;
}
/* 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;
}
/* 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;
}
}
/* CART  */	
@media only screen and (max-width: 768px) {
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-subtotal {
	background: #13879e;
}
	}
@media only screen and (max-width: 768px) {
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-price {
	background: #13879e;
}
	}
@media only screen and (max-width: 768px) {
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table td.product-quantity {
	background: #13879e;
}
	}
@media only screen and (max-width: 768px) {
.shop_table_responsive .product-quantity .quantity .qty {
    border-radius: 5px !important;
    border: 1px solid #4eb8cd;
    font-size: 13px;
}
}
/* ML - OVERFLOW FIX BY REMOVING THE NEW ELLIPESES DESIGN */
@media only screen and (max-width: 375px) {
.listing-details .category-name {
    overflow: initial;
	}
}
	
/******************************************mycss********/
	
	
/* SINGLE LISTING - SHARING OPTIONS */
@media only screen and (max-width: 1024px) {
#social-share-modal .share-options li {
    width: 15%;
  }
}
@media only screen and (max-width: 414px) {
#social-share-modal .share-options li {
    width: auto;
  }
}
@media only screen and (max-width: 414px) {
#social-share-modal .share-options {
	box-shadow: none;  
  }
}
/* SINGLE LISTING SHARE OPTIONS */
@media only screen and (max-width: 414px) {
ul.share-options {
  	display:block !important;
	width: 100%;
	background: transparent !important;
  }
}
body:not(.c27-verified) .contact-form-block {
    display: none;
}

/* ML - SUBMIT FORM - REMOVE THE IMAGE UPLOAD SIZE LABEL */
#submit-job-form .file-upload-field small {
  display: none !important;
}
/* HIDE REVIEW QUICK ACTION FROM THE LISTING AUTHOR */
body.is-listing-author .show-review-form {
    display: none;
}
/* HIDE TIMEZONE DROB MENU FROM ADD LISTING PAGE */
/*#form-section-form_heading > div > div.pf-body > div.fieldset-work_hours.field-type-work-hours.form-group > div.field > div:nth-child(2) > span > span.selection > span {
    display: none;
}*/
/* HIDE LOGO FROM SINGLE LISTING PAGE & CARDS */
a.profile-avatar.open-photo-swipe {
  display: none;
}
div.lf-avatar {
  display: none;
}
/* HIDE THE PREVIEW LISTING OPTION FROM THE MYLISTING SUBMIT FORM */
body.add-listing-form #form-section-submit .listing-form-submit-btn .preview-btn {
    display: none;
}
/* BONUS DESIGN */
.listing-form-submit-btn button[type=submit] {
    width: 100% !important;
    padding: 15px !important;
    background: #000 !important;
    color: #fff !important;
}
.listing-form-submit-btn button[type=submit]:hover {
    border-bottom: none !important;
    background: #1a1a1a !important;
    transition: .2s ease-in-out !important;
}
/*** preview message icon color after listing update***/
.job-manager-message:before {
    color: #12879e!important;
}
/*** fix of multiselect option of custom field to show on right***/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    font-size: 14px;
    display: block;
    background-color: transparent;
    border-radius: 3px;
    width: 100%;
    padding: 3px 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
}
/*****fix name position on  mobile map preview card*********/
.infoBox .lf-item-info>h4 {
    margin-bottom: -32px;
}