/*

 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

*/

.type-jobs.item,
.type-real-estate.item,
li#wp-admin-bar-customize,
li#wp-admin-bar-edit,
li#wp-admin-bar-elementor_edit_page,
a#user-cart-menu {
    display: none;
    opacity: 0;
}
a#messages-modal-toggle {
    color: #FFF;
}

/* === POPUP === */
.pum-content.popmake-content .ahS2Le {
    display: inline-block;
    width: 70%;
}
.pum-content.popmake-content .cBGGJ.OIC90c {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 28%;
}
.pum-theme-4354 .pum-title, .pum-theme-default-theme .pum-title {
    font-size: 26px;
    margin: 0;
}
.cBGGJ.OIC90c h4 {
    border: 1px solid #2583c1;
    display: inline-block;
    padding: 10px 75px;
    background: #2774a7;
    border-radius: 4px;
}
.cBGGJ.OIC90c h4:hover {
    background: #62a9d8;
}
.cBGGJ.OIC90c h4 a {
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
footer.footer {
    padding-bottom: 35px;
}
footer:not(.footer-mini)>.container>.row:first-child {
    border-bottom: 0 none;
}
.footer-bottom {
    margin-bottom: 0 !important;
}
.copyright p {
    margin: 0;
    color: #b1b1b1;
}
.footer-vnat {
    text-align: center;
    background: #fff;
    padding: 10px 0 15px;
}

@media only screen and (min-width: 1024px) {
    .main-nav > li.column-3 > ul.sub-menu {
        width: 690px;
        display: inline-block;
    }
    .main-nav > li.column-3 ul.sub-menu > li {
        width: 32%;
        display: inline-block;
    }
    .main-nav > li.column-3 > ul.sub-menu {
        left: -215px !important;
    }
}