/*
 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
*/
/* ScottishBusiness.com
   Compact desktop company identity header
   Mobile/tablet MyListing layout remains untouched.
*/

@media only screen and (min-width: 1201px) {

    #c27-single-listing .profile-cover.profile-cover-no-img {
        height: auto !important;
        min-height: 0 !important;
        padding: 28px 0 !important;
        background: #ffffff !important;
        border-bottom: 1px solid #E5E7EB;
    }

    #c27-single-listing .profile-cover.profile-cover-no-img .listing-main-info {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        padding: 0 20px !important;
        background: transparent !important;
    }

    #c27-single-listing .profile-cover.profile-cover-no-img .profile-name {
        position: relative !important;
        min-height: 80px !important;
        padding-left: 100px !important;
        margin-bottom: 0 !important;
    }

    #c27-single-listing .profile-cover.profile-cover-no-img .profile-avatar {
        position: absolute !important;
        width: 80px !important;
        height: 80px !important;
        top: 0 !important;
        left: 0 !important;
    }

    #c27-single-listing .profile-cover.profile-cover-no-img .listing-main-info h1,
    #c27-single-listing .profile-cover.profile-cover-no-img .listing-main-info h2 {
        color: #242429 !important;
    }

    #c27-single-listing .profile-cover.profile-cover-no-img .profile-name h1 {
        padding-top: 0 !important;
    }

    #c27-single-listing .profile-cover.profile-cover-no-img .edit-listing i {
        color: #242429 !important;
        border-color: #BAC1C1 !important;
    }
}
/* ScottishBusiness company header colour */
@media only screen and (min-width: 1201px) {
    #c27-single-listing .profile-cover.profile-cover-no-img {
        background: linear-gradient(
            100deg,
            #EAF3FC 0%,
            #F3F8FD 55%,
            #FFFFFF 100%
        ) !important;
        border-top: 1px solid #E5EDF5;
        border-bottom: 1px solid #DDE6EF;
    }
}