/*
 * LaraClassifier - Classified Ads Web Application
 * Copyright (c) BeDigit. All Rights Reserved
 *
 * Website: https://laraclassifier.com
 * Author: BeDigit | https://bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from CodeCanyon,
 * Please read the full License from here - https://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */

.intro {
    min-height: 100px;
    margin-bottom: -25px;
}

.source-logo-grid {
    background: #ccc;
    border: 0 none;
    font-size: 12px;
    opacity: 0.75;
    padding: 2px;
    position: absolute;
    right: 1px;
    top: 5px;
    border-radius: 3px;
}

.item-list {
    padding: 5px;
}

.photo-count {
    left: 1px;
}

.f-category {
    padding: 5px 15px;
}

.btn-listing:hover,
.skin .btn-listing {
    background-color: #24885D;
    border-color: #24885D;
    background-image: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.featured-list-slider .item .item-name {
    margin: 0px 0;
}

.block-cell {
    padding: 0px;
    position: relative;
    border: solid 0px var(--border-color);
    margin-bottom: 0px;
}

.block-cell .name {
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0;
}

.block-cell .cell-content {
    padding-right: 10px;
}

.main-logo {
    width: unset;
    height: 65px;
    max-width: 430px !important;
    max-height: 80px !important;
}

.navbar.navbar-site .navbar-identity .navbar-brand {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.main-gallery .swiper-slide {
    background-color: #000 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.thumbs-gallery {
    padding: 0px !important;
}


.block-cell .cell-media {
    width: 40px;
}
#homepage .owl-dots {
  display: none;
}
