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

.profile-cover.profile-cover-no-img {    height: 300px;    background: #001221;}


.transparent .fs-tabs .nav-tabs>li.active>a, .transparent .fs-tabs .nav-tabs>li.active>a:focus, .transparent .fs-tabs .nav-tabs>li.active>a:hover {
    display: none;
}

.header .header-right {
    display: none !important;
}

.profile-name .pa-below-title {
    overflow: initial;
}

.lf-item-info>ul li {
    display: block;
    font-size: 12px;
    white-space: initial;
}

.has-logo .lf-item.lf-item-list-view .lf-item-info, .no-logo .lf-item.lf-item-list-view .lf-item-info {
    height: 100px;
}

.infolinkki a {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 48px;
}


/* Suodata-sivupalkki */

.explore-type-4 .listing-cat .overlay, .finder-search .listing-cat .overlay {
    opacity: 1 !important;
}

.gradient1 {
    background: linear-gradient(270deg,#001221,#004c8a) !important;
}


/* Mobile */

@media only screen and (max-width: 1200px){
.profile-cover.profile-cover-no-img {
    height: 80px;
    background: #001221;
}

.listing-main-info {
    padding: 40px 15px 30px 15px;
}

.price-or-date .value {
    font-size: 16px;
}

}