.imagepress-form { margin: 8px 0; }

.imagepress-form p {
    margin: 0 0 4px 0;
}
.ip-inline {
    display: inline-block;
}
.ip_clear { clear: both; }


.ip-icon-fullscreen {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.ipc * {
    box-sizing: border-box;
}

.ip_boxie {
    display: block;
    float: left;
    width: 200px;
    height: 300px;
    margin: 0 8px 8px 0;
    overflow: hidden;
    text-align: left;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 1em 0;
    padding: 0;
}


a img { border: none; }

#ip_container { padding: 5px 0; margin-bottom: 20px; clear: both; }

#ip_container img[class*="align"],
#ip_container img[class*="wp-image-"],
#ip_container img[class*="attachment-"] {
    height: auto;
}


.post-like { display: inline; }

/* FEATURED BOX */
#ip_container_2 { position: relative; }
#ip_container_2 img { width: 100%; height: auto; }

/* Tiny icons */
.ip_icon_hover { position: absolute; padding: 8px; display: block; bottom: 8px; left: 8px; }

#cinnamon-cards .list {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;

    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -webkit-align-content: space-between; /* Safari */
    align-content:         space-between;
}



/*
 * ImagePress Grid System
 *
 * @version 2.0.0
 * @since   7.0.0
 */
.ip_box {
    padding: 1px;
}
.ip_box p:empty {
    display: none;
}

.ip_box_top { background-color: rgba(0, 0, 0, 0.05); padding: 12px 8px; }
.ip_box_top .name { font-size: 12px; }

.ip_box_bottom { background-color: rgba(0, 0, 0, 0.10); padding: 8px; text-align: right; margin: 0; font-size: 80%; }
.ip_box_bottom i, .ip_box_bottom span { margin: 0 0 0 4px; }

.ip_box_top:empty, .ip_box_bottom:empty { display: none; }

.ip_box a {
    text-decoration: none;
}

/* make stuff !important to override theme styles */
.ip_box img { display: block; width: 100%; height: auto; border: 0 !important; padding: 0 !important; opacity: 1; margin: 0 !important; border-radius: 0 !important; box-shadow: none !important; }

.ip_box img { margin: 0; }
.ip_box img:hover { opacity: 0.75; }
.ip_box .fa-lg { float: left; margin: 4px 0 0 0; }

.imagecategory { height: 18px; overflow: hidden; display: block; margin: 0; font-size: 12px; }

.imagetitle {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    height: 46px;
    overflow: hidden;
}


/*
 * Image grid: Overlay theme
 */
.ip-box-container-overlay .ip_box {
    margin: 0 !important;
    float: left;
    position: relative;
}
.ip-box-container-overlay .ip_box_bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 1px;
}
.ip-box-container-overlay .ip_box_top {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1px;
}
.ip-box-container-overlay .imagetitle {
    height: auto;
    overflow: visible;
}

/*
 * Image grid: Default theme
 */
.ip-box-container-default .ip_box {
    float: left;
}






.ip-main iframe {
    margin: 16px 0;
    max-width: 100%;
}




.notifications-container .read i { font-weight: inherit; color: inherit; }
.notifications-container .read { border-left: 0; }

.notifications-container .unread i { font-weight: 1000 !important; }

.notifications-container {
    display: none;
    position: absolute;
    width: 360px;
    z-index: 99999999999;
    padding: 8px;
}
.notifications-container .navatar {
    display: none;
}
.navatar {
    float: left;
    margin: 0 8px 8px 0;
}
.navatar img {
    width: 48px;
    height: 48px;
}
.notifications-container .nall {
    text-align: center;
    margin: 16px 0 0 0;
}
.notifications-container .notifications-inner {
    height: 360px;
    width: 100%;
    overflow: auto;
}
.notifications-bell {
    font-size: 18px;
}
.notifications-bell:hover {
    color: #ffffff!important;
}
.notifications-bell sup {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    margin-left: -10px;
    vertical-align: super;
}
.notifications-container a {
    display: inline;
    text-transform: none;
    padding: 0;
    line-height: 1;
    border: 0;
}
.notifications-container a:hover {
    background: none;
    box-shadow: none;
}
.notification-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    padding: 0 8px 20px 8px;
    margin: 0 0 8px 0;
    font-size: 14px;
}
.notification-item time {
    display: block;
    font-size: 12px;
}
.notifications-container .notification-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    padding: 8px;
    margin: 0 0 8px 0;
    font-size: 12px;
}
.notifications-container .notification-item time {
    display: block;
    font-size: 10px;
}
.notifications-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.notifications-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.notifications-inner::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.notifications-title {
    display: none;
}
.notifications-container .notifications-title {
    display: block;
    margin: 16px 0 16px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.ip_notification_mark {
    float: right;
    font-weight: 400;
}



/* pagination */
.pagination {
    clear: both;
    margin: 0;
    padding: 16px 0;
}
.pagination li {
    display: inline;
    padding: 0;
    list-style: none;
}
.pagination li a {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    height: 28px; line-height: 28px;
    padding: 0 8px;
    margin: 0 2px 4px 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.pagination li.active a {
    background-color: rgba(0, 0, 0, 0.15);
}


.question {
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 24px;
    opacity: 0;
    z-index: 999999999999;
}

.yes, .cancel {
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
}









/*
 * Native pagination styles
 */
.native-pagination {
    clear: both;
    position: relative;
    font-size: 14px;
}
.native-pagination span,
.native-pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 12px;
    text-decoration: none;
    width: auto;
    color: #000000;
    background-color: #BDC3C7;
    font-weight: 400;
}
.native-pagination a:hover{
    color: #000000;
    background-color: #95A5A6;
}
.native-pagination .current {
    padding: 6px 12px;
    background-color: #95A5A6;
    color: #000000;
}
.poster-filters {
    position: relative;
    margin: 0 0 24px 0;
}

/* SEARCH */
.ip-sorter-primary form {
    position: relative;
    display: inline-block;
    margin: 0 0 24px 0;
}
.ip-sorter-primary form input {
    width: 240px;
    background-color: #FFFFFF;
    border: 1px solid #BDC3C7;
    padding: 8px 12px;
    color: #ffffff;
}
.ip-sorter-primary form input:hover {
    border: 1px solid #0cb8fc;
}
.ip-sorter-primary form:after {
    color: #999999;
    font-family: 'FontAwesome';
    content: '\f002';
    display: inline-block;
    margin-left: -32px;
}
.ip-sorter-secondary {
    position: relative;
    margin: 0;
}
.ip-sorter-secondary a {
    display: inline-block;
    margin: 0 16px;
}
.ip-sorter-secondary a:hover {
    color: #0cb8fc;
}

.ip-sorter-tertiary {
    position: relative;
    text-align: center;
    color: #878787;
}

.ip-sorter-loader {
    display: inline-block;
}










.ip-more img { max-width: 100%; height: auto; display: block; margin: 24px auto 0 auto; }


.ip-editor { display: none; background-color: rgba(255, 255, 255, 0.05); padding: 16px; text-align: left; }

.ip-editor .ip-additional { display: inline-block; position: relative; margin: 0 4px 4px 0; border: 3px solid #000000; }
.ip-editor .ip-additional-active { display: inline-block; position: relative; margin: 0 4px 4px 0; border: 3px solid #dd3333; }
.ip-editor .ip-action-icon { font-size: 18px; margin: 0 8px; }
.ip-editor textarea { line-height: 1.4; width: 100%; }
.ip-editor .ip-toolbar { position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 26px; }
.ip-editor .ip-floatleft { float: left; }
.ip-editor .ip-floatright { float: right; }

.ip-bar { padding: 16px 0; }
.ip-bar a, .ip-bar a:hover { text-decoration: none; }
.ip-bar em { opacity: 0.25; font-style: normal; }
.ip-bar .thin-ui-button { font-size: 90%; }

.ip-title { padding: 24px 0; margin-bottom: 0; line-height: 1; font-size: 28px; }
.ip-title small {
    font-size: 50%;
    font-weight: 400;
}

.imagepress-container { position: relative; text-align: center; }


/* twitter like */
.ip-post {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin: 0 0 4px 0;
}


section[role="navigation"] a { display: inline; }



.profile-hub-container hr { border-top: 1px solid rgba(255, 255, 255, 0.25); }

.cinnamon-cover { position: relative; height: 300px; }
.cinnamon-cover {
    background-image: -webkit-linear-gradient(bottom,#000000,rgba(0,0,0,0));
    background-image: -webkit-gradient(linear,left bottom, left top,from(#000000),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(bottom,#000000,rgba(0,0,0,0));
    background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
}
.cinnamon-cover-preview { width: 100%; height: 150px; margin: 0 0 32px 0; position: relative; }
.cinnamon-cover-preview img { width: 60px; height: 60px; position: absolute; left: 16px; bottom: 42px; }

.cinnamon-avatar { padding: 90px 0 0 0; position: relative; width: 88%; margin: 0 auto; }

.cinnamon-cover-blank {
    text-align: center;
    margin: 0 0 16px 0;
}
.cinnamon-cover-blank p,
.cinnamon-cover-blank h2 {
    margin: 8px 0;
}
.profile-hub-container .cinnamon-cover-blank .avatar {
    display: inline-block;
    border-radius: 3px;
}

.cinnamon-opaque {
    width: 100%;
    height: 300px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
}

.cinnamon-meta { float: left; padding: 4px 8px; line-height: 1.2; text-align: center; font-size: 90%; }
.cinnamon-meta:first-child { padding-left: 0; }
.cinnamon-meta:last-child { border-right: 0 none; padding-right: 8px; }
.cinnamon-meta a { text-decoration: none; }

.ip-tabs li.cinnamon-stats-column { float: right; }

.cinnamon-user {
    float: left;
    margin: 0 16px 0 0;
}

.cinnamon-padding-top { margin: 3px 0 0 0; }

.profile-hub-container .ph-detail {
    font-weight: bold;
}
.profile-hub-container h3 {
    margin: 8px 0;
    padding: 2px 4px 2px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.profile-hub-container .ph-nametag {
    font-size: 28px;
    padding: 0;
    margin: 2px 0 0 0;
}
.profile-hub-container .ph-nametag i,
.profile-hub-container .ph-nametag small {
    font-size: 60%;
}
.profile-hub-container .ph-locationtag {
    padding: 2px 0;
}
.profile-hub-container .ph-locationtag b {
    display: inline-block;
    width: 64px;
    margin: 0 12px 0 0;
}
.profile-hub-container .avatar {
    border-radius: 3px;
    display: block;
    margin: 0 0 4px 0;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.profile-hub-container .cinnamon-followers .avatar {
    width: 40px;
    height: 40px;
    margin: 0 0 4px 0 !important;
    display: inline-block;
    border: none;
}
.profile-hub-container .ip-tabs-item .avatar {
    width: 90px;
    height: 90px;
    margin: 0;
}


.cinnamon-paragraph {
    margin: 12px 0;
    clear: both;
}
.cinnamon-paragraph b {
    font-size: 16px;
    font-weight: normal;
}
.cinnamon-followed img {
    margin: 0 1px 0 0;
    width: 90px;
    height: 90px;
    float: left;
}
.cinnamon-likes img {
    margin: 0 4px 4px 0;
}


.single-heading {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    margin: 24px 0;
}
.single-image-map {
    width: 100%;
    height: auto;
}

.cinnamon .cinnamon-share {
    width: auto !important;
}

.cinnamon .description {
    font-size: small;
}
.cinnamon table {
    width: 100%;
}
.cinnamon table th {
    text-align: left;
    vertical-align: top;
    width: 30%;
    font-weight: 400;
}
.cinnamon table td {
    vertical-align: top;
    width: 70%;
}
.cinnamon hr {
    border: 0;
    height: 1px;
    background-color: #666666;
    margin: 16px 0;
}

.cinnamon-grid ul { margin: 0 !important; padding: 0; }
.cinnamon-grid ul li { list-style: none; margin: 0 1px 1px 0; padding: 0; display: inline-block; }
.cinnamon-grid ul li img { width: 100px; height: 100px; opacity: 1; }
.cinnamon-grid ul li img:hover { opacity: 0.85; }

.cinnamon-card-grid ul { margin: 0; padding: 0; }
.cinnamon-card-grid ul li { list-style: none; margin: 0 1px 1px 0; padding: 0; display: inline-block; }
.cinnamon-card-grid ul li img { width: auto; height: 100px; opacity: 1; }
.cinnamon-card-grid ul li img:hover { opacity: 0.85; }

.cinnamon-card { background-color: rgba(0, 0, 0, 0.05); width: 100%; display: block; float: left; margin: 0 0 24px 0; position: relative; padding: 16px; list-style: none; }
.cinnamon-card .avatar-holder { float: left; margin: 0 16px 0 0; }
.cinnamon-card .avatar-holder img { width: 104px; height: 104px; }
.cinnamon-card .location-holder { text-overflow: ellipsis; overflow: hidden; }
.cinnamon-card h3 { font-size: 16px; font-weight: 700; margin: 0; clear: none; }
.cinnamon-card h3 a { text-decoration: none; }
.cinnamon-card h3 a:hover { text-decoration: underline; }
.cinnamon-card .mosaicflow { float: right; height: 90px; }
.cinnamon-card .mosaicflow div { float: left; margin: 0 8px 0 0; }
.cinnamon-card .mosaicflow div:last-child { margin: 0 0 0 0; }
.cinnamon-card .mosaicflow div img { width: auto; height: 104px; opacity: 1; }
.cinnamon-card .mosaicflow div:hover { background-color: #ffffff; }
.cinnamon-card .mosaicflow div:hover img { opacity: 0.8; }

#cinnamon-cards .list {
    padding: 0;
    margin: 0;

    /**
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    /**/
}

#author-cards .list { padding: 0; margin: 0; }
.cinnamon-sortable { padding: 16px 0; margin: 0 0 16px 0; }
.cinnamon-sortable input { width: 320px; }


ul, li {padding: 0; margin: 0; list-style: none}





.cinnamon-filters { clear: both; margin: 16px 0; }



.ip-tab {
    position: relative;
}
.ip-tabs {
    display: table;
    position: relative;
    margin: 0 !important;
    padding: 12px 0 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}
.ip-tabs li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 !important;
    list-style: none !important;
}
.ip-tabs .current a, .ip-tabs a:hover { background: none; color: #ffffff; }

.ip-tabs-item p { margin: 0 0 8px 0; }

.ip-tabs a {
    display: block;
    padding: 0;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.ip-tabs .cinnamon-meta a {
    margin: 0 4px;
}

.ip-tabs-item {
    display: none;
    padding: 30px 0;
}
.ip-tabs-item:first-child {
    display: block;
}

.cinnamon-award-list-item {
    margin: 0 1px 0 0;
    display: inline-block;
    padding: 2px 4px;
    font-size: smaller;
}

/* module: activity feed */
#activity, #activity-archive { list-style : none; background-color: rgba(0, 0, 0, 0.05); padding: 8px; }
#activity-archive li { clear: both; margin: 0 0 8px 0; }
#activity-archive .avatar { float: left; margin: 0 8px 0 0; }
.act-old { color: #999999; }


.ip-hide { display: none; }

.ip-notice {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 4px 0;
    padding: 8px;
}
.ip-notice p {
    margin: 0;
    padding: 0;
}


.social-hub {
    margin: 0;
    padding: 24px 0;
    float: right;
}
.social-hub a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    float: left;
    margin: 2px 1px 0 0;
}
.social-hub a:hover {
    background-color: #000000 !important;
}



/* upload functionality */
#imagepress-errors {
    border-left: 4px solid #e74c3c;
    background-color: #ffffff;
    color: #000000;
    margin: 5px 0 15px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 12px;
}
#imagepress-errors p {
    margin: 0;
    padding: 0;
}
#imagepress-errors:empty {
    padding: 0;
    margin: 0;
    border: 0;
}
#imagepress_submit:disabled { opacity: 1; cursor: pointer; }
#imagepress_submit:disabled { opacity: 0.75; cursor: not-allowed; }
/**/



/* COLLECTIONS */
.imagepress-float-left { float: left; }
.imagepress-float-right { float: right; }


.ip_collections_edit { display: block; float: left; width: 24%; height: 385px; background-color: rgba(0, 0, 0, 0.05); margin: 0 1% 1% 0; padding: 10px; position: relative; border: 1px solid rgba(0, 0, 0, 0); }
.ip_collections_edit:hover { background-color: rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.75); }
.ip_collections_edit h3 { margin: 0 0 4px 0 !important; font-weight: 400; text-transform: none; font-size: 1.17em; }
.ip_collections_edit h3 input { text-align: center; }
.ip_collections_edit .collection_details {
    text-align: center;
    margin: 10px auto 0 auto;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}

.ip_collection_box img { display: inline-block; width: 32%; height: auto; margin: 0 2% 0 0; }
.ip_collection_box img:first-child { display: block; width: 100%; height: auto; margin: 0 0 10px 0; }
.ip_collection_box img:last-child { margin: 0 0 0 0; }
/**/

/* COLLECTION TEMPLATE */
.ip-template-collection-meta {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 0 10px 0;
    padding: 10px;
}
.ip-template-collection-meta .tcm-title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 1.2;
}
.ip-template-collection-meta div {
    font-size: 90%;
}
.ip-template-collection-meta .imagepress-float-left img {
    width: auto;
    height: 54px;
    margin: 0 8px 0 0;
}
.ip-template-collection-meta .ipclear,
.ip-clear
{
    clear: both;
}

.ip-loadingCollections,
.ip-loadingCollectionImages {
    display: none;
}


.ip_collections_overlay { position: absolute; top: 16px; right: 20px; background-color: rgba(0, 0, 0, 0.5); padding: 4px 8px; border-radius: 3px; color: #ffffff; }
.ip_collections_private_overlay { font-size: 90%; margin: 4px 0; }


.modal { display: none; position: fixed; top: 50%; left: 50%; width: 400px; height: auto; margin-left: -200px; margin-top: -150px; background-color: #1e2833; padding: 25px; border-radius: 5px; z-index: 10; box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.5); }
.modal.active { display: block; }
.modal .close { position: absolute; top: 6px; right: 8px; margin: 0; }
.modal .showme { display: none; }
.modal .collection-progress { display: none; }


.toggleFrontEndModal { text-align: center; }
.frontEndModal { display: none; position: fixed; top: 50%; left: 50%; width: 400px; height: auto; margin-left: -200px; margin-top: -150px; background-color: #ffffff; padding: 25px; border-radius: 5px; z-index: 10; box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.5); }
.frontEndModal.active { display: block; }
.frontEndModal .close { position: absolute; top: 6px; right: 8px; margin: 0; }
.frontEndModal .showme { display: none; }
.frontEndModal .collection-progress { display: none; }

.collection_details_edit { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); z-index: 99999; padding: 24px; }
.collection_details_edit.active { display: block; }

.collection_details_edit p { margin: 0 0 12px 0; }

.ip-featured-collection { padding: 10px; background-color: rgba(0, 0, 0, 0.15); width: 100%; display: table; margin: 0 0 4px 0; }
.ip-featured-collection .wp-post-image { width: auto; height: 70px; float: left; margin: 0 10px 0 0; }
.ip-featured-collection-meta { display: table-cell; vertical-align: middle; width: 100%; }

.ip-paragraph-gap-6 { padding: 6px 0; }





span.imageviews:before {
    content: "\f06e\0020";
    font-family: "fontawesome";
}
span.imagecomments:before {
    content: "\f086\0020";
    font-family: "fontawesome";
}
span.imagelikes:before {
    content: "\f004\0020";
    font-family: "fontawesome";
}



.ip-uploader .ip-addmore {
    text-align: right;
}
.ip-uploader .ip-addmore a {
    font-size: 12px;
}
#fileuploads {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 0 0 10px 0;
}



.sortByTaxonomyList {
    font-size: 14px;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
    margin: 0 2px 0 0;
}
.sortByTaxonomyList:active,
.sortByTaxonomyList:focus,
.sortByTaxonomyList:target,
.sortByTaxonomyList:hover {
    background-color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.sortByTaxonomyList:empty {
    display: none;
}



.ip-user-dashboard {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ip-user-dashboard-stat {
    width: 25%;
    margin: 0;
    padding: 12px;
}
.ip-user-dashboard-stat span { display: block; font-size: 32px; font-weight: 700; line-height: 1.2; }
.ip-user-dashboard-stat span small { font-size: 14px; font-weight: normal; }





/* PROFILE EDITOR // IMAGE EDITOR */
.editor-image-manager .editor-image {
    display: block;
    padding: 8px;
    margin: 0 0 4px 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.editor-image-manager .editor-image .editor-image-thumbnail {
    float: left;
    margin: 0 8px 0 0;
}
.editor-image-manager .editor-image .editor-image-thumbnail img {
    border-radius: 3px;
    width: auto;
    height: 72px;
    margin: 0 0 0 8px;
}
.editor-image-manager .editor-image .editor-image-tools {
    float: right;
}
.editor-image .editableImage {
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    outline: 0 none;
}
.editor-image .editableImage.editableImageActive {
    background-color: #CCCCCC;
    color: #000000;
}

#ip-info {
    margin: 0 0 16px 0;
}



@media only screen and (max-width : 480px) {
    .ip-tabs li.cinnamon-stats-column { float: none; display: block; text-align: center; padding: 16px 0 0 0 !important; }
    .cinnamon-avatar { width: 88% !important; }
    .cinnamon-meta { float: none; display: inline-block; }
    .cinnamon-meta:last-child { border-right: 0 none; }
    .profile-hub-container .ph-nametag { font-size: 26px; }

    .cinnamon-card .mosaicflow { float: none; height: auto; margin: 0 0 16px 0; }
    .cinnamon-card .mosaicflow div { float: none; display: inline-block; margin: 1px; width: 49%; }
    .cinnamon-card .mosaicflow div img { width: auto; height: auto; }
    .cinnamon-card .avatar-holder { float: left; margin: 0 8px 0 0; }
    .cinnamon-card .avatar-holder img { width: 90px; height: 90px; }
    .cinnamon-card .cinnamon-meta { padding: 4px 6px; }
}









.ezdz-dropzone {
    position: relative;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 24px 0;
    padding: 64px;
    border: 3px dashed #BDC3C7;
    overflow: hidden;
}
.ezdz-dropzone .fa {
    font-size: 64px;
    font-weight: 400;
}
.ezdz-dropzone span {
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 13px;
    font-weight: normal;
    max-width: 90%;
    vertical-align: middle;
    padding: 4%;
    line-height: 10px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ezdz-dropzone img {
    max-width: 95%;
    max-height: 320px;
}
.ezdz-dropzone input[type="file"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ezdz-focus {
    border: 3px dashed darkgray;
    color: darkgray;
}
.ezdz-enter {
    border: 3px solid black;
    color: black;
}
.ezdz-accept {
    border: 3px solid gray;
    color: gray;
}
.ezdz-reject {
    border: 3px solid darkred;
    color: darkred;
}










.list {
    padding: 0;
}
.list:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.list .ip_box,
.list .gap {
    display: inline-block;
    width: 50%;
}
.list .ip_box {
    text-align: left;
    margin-bottom: 2%;
}

/**
.list .ip_box:before{
    content: '';
    display: inline-block;
    padding-top: 60%;
}
/**/

@media all and (min-width: 480px){
    .list .ip_box,
    .list .gap {
        width: 35%;
    }
}
@media all and (min-width: 640px){
    .list .ip_box,
    .list .gap {
        width: 25%;
    }
}

@media all and (max-width: 720px) {
    .ip_box,
    .ip_collections_edit {
        width: 50% !important;
    }
}
@media all and (max-width: 480px) {
    .ip_box,
    .ip_collections_edit {
        width: 100% !important;
    }

    .ip-sorter-primary input,
    .ip-sorter-primary select {
        width: 100%;
    }

    .ip-icon-label {
        display: none;
    }
}



.imagepress-upload-form input[type="text"],
.imagepress-upload-form input[type="url"],
.imagepress-upload-form input[type="email"],
.imagepress-upload-form input[type="password"] {
    width: 50%;
}
.ezdz-dropzone input[type="file"],
.imagepress-upload-form textarea {
    width: 100%;
}
.imagepress-upload-form label {
    display: block;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}


/*
 * Thin UI CSS framework for ImagePress
 *
 * @version 1.0.1
 * @since   7.0.0
 */
.thin-ui-button {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    background-color: #ECF0F1;
    border: 0 none;
    padding: 7px;
    margin: 1px;
    line-height: normal;
    font-family: inherit;
    font-weight: 400;
    font-size: 13px;
}
.thin-ui-button:hover {
    background-color: #BDC3C7;
    text-decoration: none;
}


@media only screen and (max-width : 480px) {
}

div.list[data-mode="teaser"] .ip_box .ip_box_top,
div.list[data-mode="teaser"] .ip_box .ip_box_bottom {
    display: none;
}

/*
 * Infinite loading on profile page
 */
.profile-hub-container .ip_box {
    display: none;
}
.profile-hub-container #ipProfileShowMore {
    text-align: center;
    margin: 16px auto;
    padding: 16px;
    font-size: 16px;
    display: block;
}
