/*
 Theme Name:   Barcelona Expat Life
 Theme URI:    https://barcelonaexpatlife.com/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.2
 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:  barcelona-expat-life
*/


/* Single Job Listing */
.single-job_listing .pf-body .cat-icon i.fa {
    color: #a0e1d0;
}

.single-job_listing .pf-body .cat-icon {
    border: 1px solid #a0e1d0;
    background: transparent !important;
}

/* WooCommerce Privacy Policy and Terms */
.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link,
span.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link,
.sign-in-form .forgot-password a {
    text-transform: lowercase;
    font-weight: normal;
}

/* Select Package Plan */
.select-package a.select-plan,
.select-package a.select-plan:hover {
    color: white;
}

/* WooCommerce Message */
.woocommerce-message a {
    margin-left: 10px;
    padding: 0 3px;
}

/* Profile Cover */
.profile-cover.profile-cover-no-img {
    background-color: #A0E1D0;
}

@media only screen and (min-width: 1200px) {
    .profile-cover.profile-cover-no-img {
        height: 200px;
    }
}

/* Call to Action Buttons */
.lmb-calltoaction a {
    background-color: #ffffff;
    color: #314b58;
}

.lmb-calltoaction a:hover {
    background-color: #ffffff;
    color: #ff914d;
    font-weight: 600;
}

/* Eventbrite */

[id^="eventbrite-widget-container-"] {
    height: 100% !important;
}

/* Placeholder Styling */
::placeholder {
    color: #314b58;
    font-size: 14px;
}

.block-field-event-bright-code.eventbright, .eb-iframe iframe {
		min-height: 550px;
}

/* Hide Promote Listing Action */
li.cts-listing-action-promote {
    display: none;
}

/* Listing Preview Category List */
.c27-listing-preview-category-list .term-icon.image-icon {
    border: none;
}