/*
 Theme Name:   MyListing Child
 Theme URI:
 Description:  Child theme for TFBG Providers Directory
 Author:       WP Special Projects
 Author URI:
 Template:     my-listing
 Version:      1.0.1
 Text Domain:  my-listing-child
*/

/**
 * Original Custom CSS for providers-therapyforblackgirls-com, pulled in from prod theme Jan 2021
 */

/*
SCSS snippet for future child theme reference.

.footer {
	.footer-bottom {
		.copyright {
			p {
				font-size: 14px;
				font-weight: 400;
				line-height: 27px;
				color: #808291;
			}
			a {
				font-size: 14px;
				font-weight: 400;
				line-height: 27px;
				color: #950952;
			}
		}
	}
}

form.sign-in-form {
	.register-link {
		display: inline-block;
		margin-top: 10px;
		.user-area-icon {
			font-size: 18px;
			display: inline-block;
			color: #c7cdcf;
			position: relative;
			top: 4px;
			margin-right: 10px;
		}
	}
}

}
 */

@import "../my-listing/assets/dist/header.css";

body.home form {
    padding-bottom: 24px;
}

body.home form button .search {
    background: none;
    background-color: transparent;
}


.footer .footer-bottom .copyright p, .footer .footer-bottom .copyright a {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.footer .footer-bottom .copyright p {
    color: #808291;
}

.footer .footer-bottom .copyright a {
    color: #950952;
}

form.sign-in-form .register-link {
    display: inline-block;
    margin-top: 10px;
}

form.sign-in-form .register-link .user-area-icon {
    font-size: 18px;
    display: inline-block;
    color: #c7cdcf;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

#submit-job-form .md-checkbox label {
    line-height: 20px;
}

.forgot-password {
    margin-top: 10px;
}

.fieldset-insurance-providers .select2-search.select2-search--inline {
    width: 100% !important;
    display: block;
}

.fieldset-insurance-providers .select2-search.select2-search--inline .select2-search__field {
    border-bottom: 2px solid #950952;
}

/* Subscription Switching */
.woocommerce .button + .button {
    margin-left: 10px;
}

.woocommerce-view-subscription td.product-name,
.woocommerce-subscriptions .subscription-actions {
    display: flex;
    align-items: center;
}

.woocommerce-view-subscription td.product-name strong {
    margin-left: 5px;
}

.woocommerce-view-subscription td.product-name .wcs-switch-link.button {
    margin-left: 20px;
}

.woocommerce .woocommerce-message a.button {
    color: #950952 !important; /* !important as styles add in theme options use it */
}

@media all and ( min-width: 768px ) {
    .woocommerce-subscriptions .subscription-actions span {
        margin-left: 20px;
    }
}

/* Fix Pronouns CSS GH#81 */
.single-job_listing .listing-main-buttons > ul {
    overflow: initial;
}

.single-job_listing .listing-main-buttons > ul li .value {
    visibility: visible;
}

@media all and ( max-width: 1200px ) {
    .single-job_listing .listing-main-buttons > ul {
        display: none;
    }
}

/* After fixing the theme mess there was some header formatting issues, this corrects those. */
header .header-top {
    display: flex;
    align-items: center;
}

header .header-container {
    display: flex;
    align-items: center;
}

header .header-bottom {
    width: calc(100% - 480px);
}

@media (max-width: 1200px) {
    header .header-top {
        display: grid;
        grid-template-columns: 0 1fr 1fr;
    }

    header .header-right {
        justify-content: right;
    }

    header .header-bottom,
    header .mobile-menu {
        display: none;
    }
}

/** A fix for the sole contrast accessibility issue on the site */
.footer .footer-bottom .copyright p {
    color: #595959;
}

/*
	Previously from Use Any Font
*/
@font-face {
    font-family: 'gt-walsheim-bold';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191107112757GT-Walsheim-Bold.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'graphik';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191107113058Graphik.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'gt-walsheim-medium';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191107113253GT-Walsheim-Medium.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'sunflora';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191211045150Sunflora.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'cera-reg';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191221032319Cera-Reg.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'cera-medium';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191221032340Cera-Medium.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'cera-bold';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/191221065934Cera-Bold.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'europa-reg';
    src: url('/wp-content/themes/my-listing-child/assets/fonts/200109085500Europa-Reg.woff2') format('woff2'),
    url('/wp-content/themes/my-listing-child/assets/fonts/200109085500Europa-Reg.woff') format('woff');
    font-display: auto;
}

.gt-walsheim-bold {
    font-family: 'gt-walsheim-bold' !important;
}

.graphik {
    font-family: 'graphik' !important;
}

.gt-walsheim-medium {
    font-family: 'gt-walsheim-medium' !important;
}

.sunflora {
    font-family: 'sunflora' !important;
}

.cera-reg {
    font-family: 'cera-reg' !important;
}

.cera-medium {
    font-family: 'cera-medium' !important;
}

.cera-bold {
    font-family: 'cera-bold' !important;
}

.europa-reg {
    font-family: 'europa-reg' !important;
}

body {
    font-family: 'cera-reg' !important;
}

p {
    font-family: 'cera-reg' !important;
}

.woocommerce-MyAccount-content .element:not(.form-section) .title-style-1 h5 {
    font-family: 'cera-bold' !important;
}

h4, h5, h6 {
    font-family: 'cera-bold' !important;
}

h3 {
    font-family: 'cera-bold' !important;
}

.cart-collaterals .cart_totals h2, .cart-collaterals .cross-sells h2, .related.products > h2, .up-sells h2, .woocommerce-customer-details h2, .woocommerce-order-details__title, .woocommerce-Reviews .comment-reply-title, .woocommerce-Tabs-panel h2 {
    font-family: 'cera-medium' !important;
}

.woocommerce table.shop_table tr {
    font-family: 'cera-medium' !important;
}

.title-style-1 h5 {
    font-family: 'cera-bold' !important;
}

.active-taxonomy-container h1.category-name {
    font-family: 'cera-medium' !important;
}

textarea {
    font-family: 'cera-reg' !important;
}

li {
    font-family: 'cera-medium' !important;
}

body, p {
    font-family: 'cera-reg' !important;
}

.user-area .user-profile-name, .header .user-area > a, .user-profile-dropdown .user-profile-name {
    font-family: 'cera-medium' !important;
}

.lf-item-info > h4 {
    font-family: 'cera-reg' !important;
}

#c27-single-listing .grid-item .element {
    font-family: 'cera-reg' !important;
}

.mlduo-welcome-message h1 {
    font-family: 'cera-bold' !important;
}

.profile-name h1 {
    font-family: 'europa-reg' !important;
}

h1, h2 {
    font-family: 'europa-reg' !important;
}

.profile-name h2 {
    font-family: 'europa-reg' !important;
}

.elementor-27 .elementor-element.elementor-element-9c040f6 .elementor-heading-title {
    font-family: 'europa-reg' !important;
}

.fs-tabs .tab-content {
    font-family: 'europa-reg' !important;
}

/**
	Cleans up the mobile filters button
*/
@media only screen and (max-width: 1200px) {
    .mobile-explore-head-top {
        display: block;
        padding: 0;
    }

    .explore-head-top-filters {
        display: block;
        position: relative;
        text-align: right;
    }

    .explore-head-top-filters > a {
        display: inline-flex;
        padding: 10px 14px;
    }
}

.sfm-rollback {
    height: auto;
}

.sfm-toggle-hover .sfm-sidebar-close {
    display: block;
}

.fresh-approval-time {
    color: #950952;
    font-size: 20px;
}

.fresh-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-search .buttons.search i {
    background: transparent;
}

.map-block-address {
    display: flex
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

#submit-job-form .form-section {
    transform: scale(1) !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 480px) {
    #c27-explore-listings .mobile-explore-head-top {
        padding: 10px;
        box-shadow: unset;
    }
}

@media only screen and (min-width: 575px) {
    .subscription_details tr td:first-child {
        padding-right: 150px !important;
    }
}

.subscription_details tr td:first-child,
.woocommerce table.shop_table td:first-child {
    font-weight: 600;
    color: #000;
}

.subscription_details .fresh-action .button {
    float: left;
    padding: 16px 8px;
    margin: 0 0 15px 0;
    background-color: #fff !important;
    color: #950952 !important;
    border: 1px solid #950952 !important;
    transition: all 0.45s ease-in-out;
    clear: both;
}

.subscription_details .fresh-action .button:hover {
    background-color: #950952 !important;
    color: #fff !important;
}

.subscription_details ~ h2 {
    color: #000;
    border-bottom: 2px solid #000;
}

.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td {
    font-family: Avenir;
}

.woocommerce table.shop_table th {
    color: #000;
    font-weight: 600 !important;
}

.woocommerce-view-subscription table.order_details tfoot td {
    font-weight: 400 !important;
}

/* Listing Flip Card Animation change */
.elementor-widget-wrap .cat-card:hover .ac-front-side {
    background-color: #AF0057;
    z-index: 2;
}

.elementor-widget-wrap .cat-card:hover .ac-back-side {
    z-index: 0;
}

.elementor-widget-wrap .cat-card:hover .ac-front-side .hovering-c .cat-icon {
    background-color: #fff !important;
}

.elementor-widget-wrap .cat-card:hover .ac-front-side .hovering-c .cat-icon,
.elementor-widget-wrap .cat-card:hover .ac-front-side .hovering-c .category-name {
    color: #fff !important;
}

.fresh-register {
    color: #950952;
    text-decoration: underline;
}


.elementor-widget-wrap .cat-card:hover .ac-front-side,
.elementor-widget-wrap .cat-card:hover .ac-back-side {
    transform: none !important;
}

.explore-desktop-head .load-batch-icon {
    display: none;
}


.cts-carousel .current-menu-item a {
    font-family: 'cera-bold';
    color: #5e0035;
}

.cts-carousel .menu-item:hover:after {
    width: 0 !important;
}

.cts-carousel .menu-item a {
    font-weight: 400;
}

.cts-carousel .menu-item:hover a {
    color: #950952;
}

.search-my-listings .fresh-listing-input {
    width: 100%;
    line-height: 24.9px !important;
    background-color: transparent;
    padding: 11px 0 !important;
    font-size: 20px !important;
}

.no-listings {
    background-color: #fff;
}

.no-listings__image-wrapper {
    max-width: 100%;
    height: auto;
}

.no-listings__text {
    font-size: 24px;
    font-family: Avenir;
    font-weight: 400;
    color: #595959;
    margin-top: 24px;
}

.no-listing__button {
    display: inline-block;
    margin-top: 32px;
    color: #950952;
    padding: 17px 20px;
    border: 1px solid #950952;
    transition: all 0.25s ease-in-out;
    font-size: 20px;
    line-height: 1;
}

.no-listing__button:hover {
    background-color: #950952;
    color: #fff;
}

.element {
    box-shadow: none !important;
}

.nf-form-fields-required {
    display: none;
}

.fresh-sub-text-wrapper {
    color: #352A41;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: Avenir;
    font-weight: 400;
    line-height: 1.2;
}

.fresh-sub-text-wrapper__pop-up {
    color: #950952;
    font-weight: 900;
}

.fresh-pop-up__title,
.fresh-pop-up__sub-text,
.nf-response-msg {
    text-align: center;
}

.fresh-pop-up__title {
    font-family: 'sunflora';
    color: #5E0035;
    font-size: 32px;
    margin-bottom: 24px;
}

.fresh-pop-up__sub-text {
    color: #000;
    font-size: 16px;
    font-family: Avenir;
    max-width: 352px;
    margin: 0 auto 40px auto;
}

.fresh-download-wrapper {
    background: #fff;
    color: #950952;
    padding: 17px 30px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.fresh-download-wrapper:hover {
    color: #fff;
    background: #950952;
}

.pa-below-title {
    flex-wrap: wrap;
}

body .nf-field .nf-field-element input[type=button] {
    background-color: #af0057 !important;
}

.location-wrapper label {
    color: rgba(89, 89, 89, .75)
}

.fresh-pop-up .nf-field-container {
    margin-bottom: 0;
}

#nf-form-3-cont {
    display: block !important;
}

.fresh-pop-up .nf-after-form-content {
    display: inline-block;
    margin-left: 9px;
}

.main-nav > li > a {
    font-family: 'gt-walsheim-medium';
    font-size: 16px;
}

.pr-7 {
    padding-right: 7px;
}

body.woocommerce-account {
    position: relative;
}

#fresh-popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fresh-book-popup__close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 25px;
    color: #fff;
}

.fresh-book-popup__container {
    position: relative;
    background-color: #AF0057;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.fresh-book-popup-content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 15px;
}

@media (min-width: 800px) {
    .fresh-book-popup-content-wrapper {
        flex-direction: row;
        padding: 0;
    }
}

.fresh-book-popup__image-holder,
.fresh-book-popup__text-holder {
    flex: 1 1 50%;
}

.fresh-book-popup__text {
    font-size: 30px;
    padding: 0 25px;
}

.fresh-book-popup__cta-holder {
    margin-top: 30px;
    text-align: center;
}

.fresh-book-popup__cta {
    padding: 10px 50px;
    background: #5e0035;
    color: #fff;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}

.fresh-book-popup__cta:hover {
    background: #d5077e;
    color: #fff;
}

#subscription-listing-banner.subscription-listing-banner--hide {
    display: none;
}

.subscription-listing-banner {
    padding: 24px 40px;
    background: #F4F4F4;

}

.subscription-listing-banner__container {
    display: flex;
    flex-direction: column;

}

.subscription-listing-banner__icon {
    font-size: 24px;
    color: #FD6A6A;
    align-self: flex-start;
    margin-right: 10px;
    margin-bottom: 12px;
}


.subscription-listing-banner__items {
    display: flex;
    flex-direction: column;
}

.subscription-listing-banner__heading,
.subscription-listing-banner__info,
.subscription-listing-banner__email {
    font-family: 'Avenir';
    font-style: normal;
    line-height: normal;

}

.subscription-listing-banner__heading {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 8px;
}

.subscription-listing-banner__info,
.subscription-listing-banner__email {
    color: #181B31;
    font-size: 14px;
    font-weight: 400;
}

.subscription-listing-banner__email {
    text-decoration-line: underline;
}

.subscription-listing-banner__button-container {
    margin-top: 24px;
}

.subscription-listing-banner__button {
    font-family: "Avenir";
    padding: 8px 16px;
    border: 1px solid #950952;
    border-radius: 4px;
    font-size: 19px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    display: inline-block;
    min-width:178px;
    text-align: center;
}

.subscription-listing-banner__button--add {
    background-color: #950952;
    color: #fff;
    margin-right: 16px;
    margin-bottom: 10px;
}

.subscription-listing-banner__button--add:hover {
    background-color: #fff;
    color: #950952;
}

.subscription-listing-banner__button--end {
    background-color: #fff;
    color: #950952;
}

.subscription-listing-banner__button--end:hover {
    background-color: #950952;
    color: #fff
}

.subscription-listing-banner__close-btn-wrapper {
    align-self: center;
    display: none
}

.subscription-listing-banner__close-btn-wrapper--mobile {
    display: block;
}


.subscription-listing-banner__close-btn {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .subscription-listing-banner__button-container {
        margin-top: 0;
    }

    .subscription-listing-banner__container,
    .subscription-listing-banner__items {
        flex-direction: row;
    }

    .subscription-listing-banner__container {
        justify-content: space-evenly;
    }

    .subscription-listing-banner__items {
        width: 40%;
        align-items: center;
    }

    .subscription-listing-banner {
        padding: 14px 40px;

    }

    .subscription-listing-banner__close-btn-wrapper {
        display: block;
    }

    .subscription-listing-banner__close-btn-wrapper--mobile {
        display: none;
    }

}

