/*
 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
*/

@media only screen and (min-width: 993px) {
    .row .section-body .row-eq-height .job_listing_packages .row div.col-md-4 {
        max-width: 25%;
    }
}


/*a.wcfm_catalog_enquiry, span.add_enquiry, a.wcfm_follow_me, a.wcfm_chat_now_button {


margin-top: -900px;


}*/

.service-item {
    height: 396px;
}

a.moreInfo {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 40px;
    display: inline-block;
    transition: all .2s ease-in-out;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
    color: #fff;
    border: none;
    background: #f24286;
    width: auto;
    margin-bottom: 15px;
}
a.moreInfo:hover {
    color: #fff;
    background: #242429;
}