Current File : /home/aventura/www/site/wp-content/themes/kleo/assets/css/plugins/social-articles.less
/* --------------------------------------------------
    Social Articles - KLEO Compatibility
----------------------------------------------------- */
#articles-dir-list .publish-container {
    width: 100%;
}
#articles-dir-list article.article-container {
    border-style: solid;
    border-width: 1px;
    margin: 1%;
    //padding: 10px;
    display: inline-block;
    width: 48%;
    float: left;

    /* v.4.1.9 */
    border-color: transparent !important;
    background: #fafafa;
    padding: 20px;
    border-radius: 6px;
}
#articles-dir-list article.article-container:nth-of-type(n) {}
#articles-dir-list article.article-container:nth-of-type(2n+1) {
    clear: left;
}

@media (max-width: 991px) {
    #articles-dir-list article.article-container {
        margin: 1% 0;
        padding: 10px;
        width: 100%;
        float: none;
    }
}

#main-container .article-content {
    padding-top: 0;
    float: none;
    width: auto;
    border: none;
    background: transparent;
}
.article-content .article-image {
    height: auto;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    float: left;

    margin: 0 20px 20px 0;
}
.article-content .article-image:empty {
    display: none;
    margin: 0 !important;
}

.article-content .article-data {
    margin-left: 0;
    margin-bottom: 15px;
    width: auto;
    min-height: 0;
    float: none;
}
.article-content .article-data .excerpt {}
.article-content .article-data span.date {
    float: none;
}
.article-content .article-metadata {
    padding-right: 0;
    /*border-top-style: solid;
    border-top-width: 1px;*/
    min-width: 0;
    height: auto;
    /*width: 50%;*/
    width: 100%;
    display: inline-block;
    clear: left;
}
.article-content .article-metadata .author-options {
    position: absolute;
    right: 0;
    /*top: 10px;*/

    /* v.4.1.9 */
    top: 18px;
}
.article-content .article-categories {
    padding-left: 0;
    width: 50%;
    /*border-top-style: solid;
    border-top-width: 1px;*/
    line-height: 30px;
}

.article-content .article-likes,
.article-content .article-comments,
.article-content .date {
    font-family: inherit;
    font-style: normal;
    float: none;
    width: auto;
    margin-bottom: 0;
    line-height: 30px;
}

.article-content .article-container {
    border-bottom: 1px solid #e5e5e5;
}

.article-content #articles-container {
    max-width: inherit;
    min-width: inherit;
    padding-bottom: 35px;
}

.article-content .article-likes .likes-text {
    line-height: inherit;
}
.article-content .article-likes .likes-count {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    text-shadow: none;
}
.article-content .author-options {
    width: auto;
    margin: 0;
    line-height: 30px;
}
.article-content .author-options .edit,
.article-content .author-options .delete {
    background: none;
    margin-right: 0;
    margin-left: 10px;
    text-align: center;
    color: #bbb;

    border-radius: 4px;
    display: block;
    float: left;
    height: 20px;
    margin-bottom: 5px;
    width: 21px;

    /* v.4.1.9 */
    background-color: transparent !important;
}
.article-content .author-options .edit:before,
.article-content .author-options .delete:before {
    //font: 18px "fontello";
    content: " ";
    transition: all 0.3s ease-in-out 0s;

    /* v.4.1.9 */
    color: #fafafa !important;
    font: 20px "fontello";
    background-color: #bbb;
    border-radius: 50%;
}
.article-content .author-options .edit:hover:before,
.article-content .author-options .delete:hover:before {

    /* v.4.1.9 */
    background-color: #777;
}

.article-content .author-options .edit:before {
    content: "\e99c";
}
.article-content .author-options .delete:before {
    content: "\e99d";
}

.article-content .author-options .edit:hover,
.article-content .author-options .delete:hover{
    background: none;
}

.article-content #post-maker-container {
    float: none;
    max-width: none;
    min-width: inherit;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
}

.article-content #post-maker-container .options {
    float: none;
}

.article-content #post-maker-container .title-input {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    height: auto !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    clear: both;
}

.article-content #post-maker-container .options-content,
.article-content #post-maker-container .options-content-second,
.article-content #post-maker-container .post-status-container {
    float: left;
    position: relative;
    display: inline-block;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 10px;
}
.article-content #post-maker-container .options-content {
    width: 50%;
}
.article-content #post-maker-container .options-content-second {
    margin-left: -1px;
    width: 50%;
}
.article-content #post-maker-container .post-status-container {
    float: left;
    margin-right: 0;
    width: 100% !important;
    border: none;
    background: none;
}
@media (max-width: 991px) {
    .article-content #post-maker-container .options-content {
        width: 100%;
    }
    .article-content #post-maker-container .options-content-second {
        margin-left: 0;
        width: 100%;
    }
}
.article-content .article-status {
    border-radius: 2px;
    float: left;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    padding: 0 10px;
    width: auto;
}
.article-content .options-content .titlelabel {
    background: none;
    color: #666;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0 !important;
    padding: 0 10px 5px 5px !important;
    vertical-align: middle !important;
}
.article-content .categories-selector,
.article-content .tags-selector {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 22px;
    margin: 0;
    padding: 5px 8px;
    width: auto;
}

.article-content .category-list-container,
.article-content .tags-list-container {
    top: 42px;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
    border-radius: 3px !important;
    left: auto;
    right: 0;
}

.article-content .white-picker,
.article-content .white-picker-t,
.article-content .picker,
.article-content .picker-t {
    top: inherit;
    left: auto;
    right: 10px;
    bottom: 17px;
    width: 20px;
    background: none;
    height: 20px;
}
.article-content .white-picker:before,
.article-content .white-picker-t:before,
.article-content .picker:before,
.article-content .picker-t:before {
    font: 20px 'fontello';
    content: '\e829';
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.article-content .white-picker:hover:before,
.article-content .white-picker-t:hover:before,
.article-content .picker:hover:before,
.article-content .picker-t:hover:before {
    color: #e5e5e5;
}

.article-content .tags-ready,
.article-content .categories-ready {
    text-align: left;
}

.article-content #wysihtml5-editor-toolbar header {
    background: #f7f7f7;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    box-shadow: none;
    display: block;
    font-size: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.article-content .upload-controls label,
.article-content .uploading label,
.article-content .messages-container label {
    background: #f7f7f7;
    border-radius: 0;
    display: block;
    font-style: italic;
    font-size: 12px;
    padding: 10px;
}
.article-content .messages-container {
    float: none;
    max-width: none;
    min-width: inherit;
}
.article-content #wysihtml5-editor-toolbar .commands {
    border-left: none;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
}
.article-content [data-wysihtml5-command],
.article-content [data-wysihtml5-action],
.article-content .fore-color {
    float: left;
    display: inline-block;
}
.article-content .fore-color ul li {
    float: none;
    border: 1px solid red;
    display: block;
}
.article-content [data-wysihtml5-command]:hover,
.article-content [data-wysihtml5-action]:hover,
.article-content .fore-color:hover {
    background: #e5e5e5;
}
.article-content .wysihtml5-action-active,
.article-content .wysihtml5-command-active {
    background: #e5e5e5 !important;
    box-shadow: none;
}

.article-content .wysihtml5-sandbox {
    -moz-box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.4);
    border-collapse: separate;
    border: 1px solid #e5e5e5 !important;
    border-top: none !important;
    border-radius: 0 !important;
    bottom: auto;
    box-shadow: none !important;
    clear: none;
    display: block;
    float: none;
    min-height: 300px !important;
    height: auto !important;
    left: auto;
    margin: 0 0 13px;
    outline: 0 none rgba(0, 0, 0, 0.75);
    outline-offset: 0;
    padding: 10px;
    position: static;
    right: auto;
    text-align: start;
    top: auto;
    vertical-align: top;
    width: 100% !important;
    z-index: auto;
}

.article-content .post-image-container {
    background: none;
    border-radius: 0 !important;
    box-shadow: none;
    float: left;
    margin-bottom: 20px !important;
    margin-top: 15px;
    min-height: 200px;
    position: relative;
    width: 100%;
}
.article-content .edit-controls {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.article-content .notification a.social-delete {
    display: none !important;
}
.article-content .notification {
    color: #666 !important;
    font-size: 13px !important;
    height: auto !important;
    margin-top: auto !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    text-shadow: none !important;
    width: auto !important;
}
.article-content .notification a {
    display: inline !important;
    font-size: 13px !important;
    height: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

.notifications .sa-notification {
    height: auto;
    margin-top: 0 !important;
    padding-left: 0 !important;
}
body.is-user-profile #item-header-avatar {
    background: transparent;
}
#buddypress .social-articles-main .article-categories {
    width: 60%;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#buddypress .social-articles-main .article-likes,
#buddypress .social-articles-main .article-comments,
#buddypress .social-articles-main .date,
#buddypress .social-articles-main .likes-count {
    font-weight: bold;
    letter-spacing: 0.05em;
}
.more-articles-button-container input.button {
    height: 40px !important;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.navbar .sa-notification {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
}

li.kleo-notifications-nav .kleo-submenu-item > a {
    line-height: 20px;
}
.navbar .sa-notification a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    width: 50px;
    white-space: nowrap;
    vertical-align: bottom;
}
.navbar .sa-notification a.social-delete {
    width: 20px !important;
    text-align: center;
    border-radius: 50%;
    top: 6px;
    display: none !important;
}
.kleo-notifications-nav ul.submenu-inner.has-notif li:before {
    top: 4px;
}