/* Plugin Styles: Favorites */
.row {
    margin: 0;
}

.simplefavorite-button {
    background: none;
    background-size: 16px;
    position: absolute !important;
    margin-top: 8px;
    border: 0;
    margin-left: 7px;
    padding: 0;
}

.single .simplefavorite-button {
    clear: left;
    float: left;
    margin-top: 5px;
    margin-left: -2px;
    position: relative !important;
}

.simplefavorite-button.loading {
    background: none;
    background-size: 17px;
    height: 17px;
    margin-left: 9px;
    clear: left;
    float: left;
    border: 0;
}

.single .simplefavorite-button.loading {
    background: none;
    margin-left: 1px;
    position: relative !important;
}

.bookmark-btn {
    background: none;
}

.single .bookmark-btn {
    background: url(../images/bookmark-blackborder.svg) no-repeat;
}

.single .bookmark-btn-liked {
    background: url(../images/bookmark-liked.svg) no-repeat;
}

.single .bookmark-btn:hover {
    background: url(../images/bookmark-hover.svg) no-repeat;
}

.bookmark-btn-liked {
    background: url(../images/bookmark-liked.svg) no-repeat;
}

.objects .col-md-4:hover .bookmark-btn {
    background: url(../images/bookmark-normal.svg) no-repeat;
}

.objects .col-md-4 .bookmark-btn:hover {
    background: url(../images/bookmark-hover.svg) no-repeat;
}

.objects .col-md-4 .bookmark-btn:visited {
    background: url(../images/preloader.GIF) no-repeat;
}

.hasFavorites {
    background: url(../images/bookmark-liked.svg) no-repeat top center !important;
}


.simplefavorite-button.active {
    opacity: 1 !important;
}

#bookmark-wissen {
    padding: 0;
}

.simplefavorites-clear {
    float: right;
    background: #db2718;
    border: none;
    font-size: 11px;
    color: #fff;
    height: 26px;
    margin-left: 29px;
    outline: 0;
    font-weight: bold;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    border-radius: 3px;
    color: #fff !important;
    margin-right: -15px;
}

#fav-empty {
    margin: -4px 0 0 29px;
}

.page-template-bookmark-template #title-section {
    margin-bottom: 14px;
}

.no-favorites {
    display: none !important;
}

.page-template-bookmark-template #content .objects {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
}

#title-section {
    margin-top: 0px;
}

.page-template-bookmark-template .wp-paginate {
    margin-bottom: 25px !important;
    margin-left: 14px !important;
    margin-top: -4px !important;
}


@media (max-width: 1200px){
    /* Plugin Styles: Favorites (max-width: 480px) */

    .simplefavorite-button {
        background: none;
        background-size: 16px;
        position: absolute !important;
        margin-top: 9px;
        border: 0;
        margin-left: 7px;
        padding: 0;
    }

    .single .simplefavorite-button {
        margin-top: 6px;
        margin-left: -3px;
    }

    .single .simplefavorite-button.loading {
        margin-left: 1px;
    }

    .simplefavorites-clear {
        margin-left: 0;
    }

    #fav-empty {
        display: block;
        margin: 10px 0 0 0px;
    }

    #bookmark-wissen {
        margin-bottom: 42px;
    }

    .objects .col-md-4 .bookmark-btn {
        background: url(../images/bookmark-normal.svg) no-repeat;
    }

    .page-template-bookmark-template #title-section {
        margin-bottom: 14px;
        margin-top: 4px;
    }

    .page-template-bookmark-template .wp-paginate {
        margin-bottom: 25px !important;
        margin-left: -15px !important;
        margin-top: -4px !important;
    }

    .simplefavorites-clear {
        float: left;
        margin-left: -15px;
        margin-right: 0;
    }

    #sticky-footer-helper {
        height: 30px;
        border: solid 0px red;
    }
}
