/*
Template:       classima
Theme Name:     Classima Child Lecoindesannonces
Theme URI:      http://radiustheme.com/demo/wordpress/classima
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    Classima is a clean and modern WordPress Theme best suited for Classified Listing. This theme comes with all necessary features and pages for a Classified Listing website.
Version:        1.0.0
Text Domain:    classima
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog
License:        Envato split License
License URI:    https://themeforest.net/licenses/terms/regular
*/

.classima-mobile-smart-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

.classima-mobile-smart-sticky .content-wrap {
    position: relative;
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 10px 0 20px;
    box-shadow: 0 -1px 30px rgba(0,0,0,0.1);
}

.classima-mobile-smart-sticky .content-wrap::after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -21px;
    border-radius: 50%;
    box-shadow: 0 -1px 30px rgba(0,0,0,0.1);
}

.classima-mobile-smart-sticky .content-wrap::before {
    content: '';
    width: 140px;
    height: 98px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 0;
    border-radius: 0;
    z-index: 4;
}

.classima-mobile-smart-sticky .content-wrap ul {
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.classima-mobile-smart-sticky .content-wrap ul li {
    display: table-cell;
    text-align: center;
    position: relative;
    z-index: 5;
}

.classima-mobile-smart-sticky .rtcl-search-input-category .search-input-label,
.classima-mobile-smart-sticky .content-wrap li a {
    color: #646464;
    font-size: 14px;
}

.classima-mobile-smart-sticky .rtcl-search-input-category .search-input-label i,
.classima-mobile-smart-sticky .content-wrap li a i {
    display: block;
    font-size: 16px;
    color: #a612cb;
}

.classima-mobile-smart-sticky .rtcl-search-input-category .search-input-label {
    cursor: pointer;
}

.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #a612cb;
    border-radius: 50%;
    color: #ffffff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    position: relative;

}

.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a i {
    width: 100%;
    height: 100%;
    background-color: #a612cb;
    border-radius: 50%;
    color: #ffffff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a i {
    margin: 0;
    padding: 0;
}

.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a:before,
.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a:after {
    margin: 0;
    padding: 0;
    content: "";
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba( 166, 18, 203, 0.02);
}

.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a:before{
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgba( 166, 18, 203, 0.2);
    z-index: 9;
}

.classima-mobile-smart-sticky .content-wrap li.mobile-ad-post a:after{
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: rgba( 166, 18, 203, 0.08);

}

@media screen and (min-width: 768px) {
    .classima-mobile-smart-sticky {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body.lecoin-front-page {
        padding-bottom: 90px;
    }
    body.lecoin-front-page .footer-bottom-area {
        padding-bottom: 40px;
    }
}