/*@font-face {
  font-family: 'AvenirNext-Regular'; 
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/avenir-next-regular.ttf) format('truetype');
}*/

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v9/2NBgzUtEeyB-Xtpr9bm1Cczai8e7xzqnKiVb1EwOy0E.ttf) format('truetype');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v9/UC3ZEjagJi85gF9qFaBgIETamuWRjOQSPxoOXgdYd7c.ttf) format('truetype');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v9/9MkijrV-dEJ0-_NWV7E6N218GKU_F_kIyfK-gGC-Yzs.ttf) format('truetype');
}

@font-face {
    font-family: 'franklin-cd';
    src: url('/assets/fonts/Franklin-Gothic-Std-Condensed.otf') format('truetype');
}

@font-face {
    font-family: 'didot-regular';
    src: url('/assets/fonts/Didot-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'didot-italic';
    src: url('/assets/fonts/Didot-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('/assets/fonts/AvenirNextLTPro-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('/assets/fonts/AvenirNextLTPro-Bold.otf') format('truetype');
}

.hide {
    display: none !important;
}


/* Commons
================================================== */

::-webkit-input-placeholder {
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 12px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 12px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 12px;
}

:-ms-input-placeholder {
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 12px;
}

.masonry .comments-wrapper .comment-item.comment-form textarea::-webkit-input-placeholder,
.masonry .comments-wrapper .comment-item.comment-form textarea:-moz-placeholder,
.masonry .comments-wrapper .comment-item.comment-form textarea::-moz-placeholder {
    font-size: 10px;
}


/* masonry-menu */

.masonry-menu-wrapper {
    width: 1006px;
    margin: 0 auto;
    background-color: #efefef;
    font-family: 'Open Sans', sans-serif;
}

.masonry-menu {
    width: 1006px;
    height: 38px;
    font-size: 13px;
    line-height: 1.2em;
    margin-top: 15px;
    padding: 0;
    background: url('//img-clo-prod-us.clozette.co/static/img/bg-dots-38.png') repeat-x;
}

#masonry-menu-pad {
    height: 38px;
    margin-top: 15px;
    display: none;
}

.masonry-menu.fix-top {
    position: fixed;
    top: 0;
    z-index: 1002;
    margin-top: 0;
    background-color: rgba(233, 233, 233, 0.7);
    padding-bottom: 5px;
}

.masonry-menu .left {
    float: left;
    width: 170px;
    height: 38px;
    font-size: 11px;
    text-align: left;
    margin-left: 5px;
}

.masonry-menu .left .partner {
    width: 146px;
    height: 16px;
    line-height: 16px;
    margin-top: 11px;
    padding: 0 4px 0 20px;
    border-radius: 4px;
    color: #ae0352;
    font-weight: bold;
    background-image: url('//img-clo-prod-us.clozette.co/static/img/icon-arrow-down-pink.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.masonry-menu .left .partner.skip_partner {
    background-image: none;
}

.masonry-menu .left .partner a,
.masonry-menu .left .partner a:hover {
    color: #ae0352;
    font-weight: bold;
}

.masonry-menu .partner-wrapper {
    width: 170px;
}

.masonry-menu .partner-list {
    position: absolute;
    z-index: 1003;
    width: 168px;
    margin-top: -17px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
}

.masonry-menu .partner-list li {
    width: 144px;
    height: 16px;
    padding: 0 4px 2px 19px;
    line-height: 16px;
    cursor: pointer;
}

.masonry-menu .partner-list li:first-child {
    padding: 0 4px 4px 19px;
}

.masonry-menu .partner-list li a {
    color: #000;
}

.masonry-menu .partner-list li:hover {
    text-decoration: underline;
}

.masonry-menu .partner-list li.selected {
    color: #ae0352;
    font-weight: bold;
    background-image: url('//img-clo-prod-us.clozette.co/static/img/icon-arrow-up-pink.png');
    background-repeat: no-repeat;
    background-position: 4px 5px;
    cursor: default;
}

.masonry-menu .partner-list li.selected:hover {
    text-decoration: none;
}

.masonry-menu .partner-list li.separator {
    height: 1px;
    border-bottom: 1px dashed #888;
    margin-bottom: 3px;
}

.masonry-menu .partner-list li.separator:hover {
    text-decoration: none;
}

.masonry-menu .mid {
    text-align: center;
    width: 653px;
    height: 38px;
    float: left;
    margin-left: 0;
}

.masonry-menu .mid>ul>li {
    display: block;
    /* width:108px; */
    background-color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.masonry-menu .mid>ul>li:hover,
.masonry-menu .mid>ul>li.selected:hover {
    background-color: #ae0352;
    color: #fff;
}

.masonry-menu .mid>ul>li:hover>a>div,
.masonry-menu .mid>ul>li.selected:hover>a>div {
    color: #fff;
}

.masonry-menu .mid>ul>li.expandable {
    background-image: url('//img-clo-prod-us.clozette.co/static/img/icon-arrow-down.png');
    background-repeat: no-repeat;
    background-position: 126px 13px;
}

.masonry-menu .mid>ul>li.selected {
    background-color: rgba(33, 33, 33, 1);
    color: #fff;
}

.masonry-menu .mid>ul>li.selected>a>div {
    color: #fff;
}

.masonry-menu .mid>ul>li.expandable.selected {
    background-image: url('//img-clo-prod-us.clozette.co/static/img/icon-arrow-down-w.png');
}

.masonry-menu .mid>ul>li>a>div {
    padding: 9px 11px;
    line-height: 20px;
}

.masonry-menu .mid>ul>li.expandable>a>div {
    width: 110px;
    padding: 9px 25px 9px 15px;
}

.masonry-menu .mid>ul>li.expandable>ul.sub-expand {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    z-index: 1003;
    width: 148px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
    display: none;
}

.masonry-menu .mid>ul>li.expandable>ul.sub-expand>li {
    display: block;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    padding: 6px 15px;
    cursor: pointer;
    color: #000;
}

.masonry-menu .mid>ul>li.expandable>ul.sub-expand>li:hover {
    background-color: rgba(188, 188, 188, 0.8);
}

.masonry-menu.fashion.clozette .mid {
    width: 158px;
    margin-left: 252px;
}

.masonry-menu.beauty .mid {
    width: 568px;
    margin-left: 47px;
}

.masonry-menu.beauty.clozette .mid {
    width: 158px;
    margin-left: 252px;
}

.masonry-menu.looks.clozette .mid {
    width: 158px;
    margin-left: 252px;
}

.masonry-menu.looks.clozette .mid>ul>li>a>div {
    width: 130px;
}

.masonry-menu.looks .mid {
    width: 396px;
    margin-left: 133px;
}

.masonry-menu .mid>ul>li.expandable.beauty-cat {
    background-position: 130px 13px;
}

.masonry-menu .mid>ul>li.expandable.beauty-cat>a>div {
    width: 111px;
}

.masonry-menu .mid>ul>li.expandable.beauty-cat>ul.sub-expand {
    width: 149px;
}

.masonry-menu .mid>ul>li.expandable.beauty-of-the-day {
    background-position: 140px 13px;
}

.masonry-menu .mid>ul>li.expandable.beauty-of-the-day>a>div {
    width: 128px;
}

.masonry-menu .mid>ul>li.expandable.beauty-of-the-day>ul.sub-expand {
    width: 166px;
}

.masonry-menu .mid>ul>li.expandable.look-of-the-day {
    background-position: 140px 13px;
}

.masonry-menu .mid>ul>li.expandable.look-of-the-day>a>div {
    width: 128px;
}

.masonry-menu .mid>ul>li.expandable.look-of-the-day>ul.sub-expand {
    width: 166px;
}

.masonry-menu .right {
    float: right;
    width: 170px;
    height: 38px;
    font-size: 11px;
    text-align: right;
    margin-right: 5px;
}

.masonry-menu .mid>ul>li.expandable>ul.sub-expand>li a {
    color: #000;
    font-weight: normal;
}

.masonry-menu .right .sortby {
    width: 160px;
    height: 16px;
    float: right;
    line-height: 16px;
    margin-top: 11px;
    padding: 0 4px;
    border-radius: 4px;
}

.masonry-menu .right .sortby a:hover {
    text-decoration: underline;
}

.masonry-menu .right .sortby .selected {
    color: #ae0352;
    font-weight: bold;
}


/*** Menu for My Network page ***/

.masonry-menu.mynetwork {
    display: none;
}

.masonry-menu.mynetwork .left {
    width: 399px;
}

.masonry-menu.mynetwork .mid {
    width: 208px;
}

.masonry-menu.mynetwork .mid>ul>li {
    width: 208px;
}


/*** Menu for beauty page ***/

.masonry-menu.beauty {}

.masonry-menu.beauty .left {
    /*width:311px;*/
}

.masonry-menu.beauty .mid {
    /*width: 384px;*/
}

.masonry-menu.beauty .mid>ul>li {
    /*width:168px;*/
}

.masonry-menu.beauty .mid>ul>li.expandable {
    /* width:180px; */
}

.masonry-menu.beauty .right {
    /*width:291px;*/
}

.masonry .activities-wrapper {
    padding: 7px 0 0 10px;
    font-size: 11px;
    /*margin-bottom:10px;*/
}

.masonry .activities-wrapper .activity-item {
    margin-bottom: 3px;
}

.masonry .activities-wrapper .activity-item .activity-avatar {
    float: left;
    margin: 1px 3px 1px 1px;
    width: 36px;
    height: 36px;
}

.masonry .activities-wrapper .activity-item .activity-avatar img {
    width: 30px;
    height: 30px;
    padding: 2px;
    border: 1px solid gainsboro;
}

.masonry .activities-wrapper .activity-item .activity-desc {
    float: left;
    padding-top: 3px;
    margin-left: 12px;
    width: 208px;
    text-align: left;
    line-height: 15px;
}

.masonry .activities-wrapper .activity-item .activity-desc a {
    color: #dd1b54;
}

.masonry .activities-wrapper .activity-item .activity-desc a:hover {
    text-decoration: underline;
}

.masonry .comments-wrapper {
    /*border-top:1px solid #e6e6e6;padding:0 0 5px 0;font-size:11px;background:#eee;*/
    width: 270px;
    height: auto;
    background: #f8f8f8;
    padding: 0px 15px 0px 15px;
    font-family: 'AvenirNext-Regular', sans-serif;
}

.masonry .comments-wrapper .more {
    /*padding:5px 15px;text-align:center;line-height:12px;*/
    width: 270px;
    height: auto;
    text-align: center;
    background: #f8f8f8;
    padding-top: 15px;
}

.masonry .comments-wrapper .more h4 {
    overflow: hidden;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.masonry .comments-wrapper .more h4:before,
.masonry .comments-wrapper .more h4:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.masonry .comments-wrapper .more h4:before {
    right: 0.5em;
    margin-left: -50%;
}

.masonry .comments-wrapper .more h4:after {
    left: 0.5em;
    margin-right: -50%;
}


/*.masonry .comments-wrapper .more h4:hover {color:#dd1b54;}*/

.masonry .comments-wrapper .more a {
    color: #000;
    text-decoration: none;
}

.masonry .comments-wrapper .more a:visited {
    color: #000;
}

.masonry .comments-wrapper .more a:hover {
    color: #b7b3b3;
}

.masonry .comments-wrapper .more img {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.masonry .comments-wrapper .more.show-comment {
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    cursor: pointer;
}

.masonry .comments-wrapper .more.show-comment a:hover {
    text-decoration: none;
}

.masonry .comments-wrapper .comment-item {
    /*border-top: 1px solid #fcfafa;border-bottom: 1px solid #d9d4d4;padding:6px 25px 6px 25px;*/
    width: auto;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}

.masonry .comments-wrapper .comment-item:last-child {
    border-bottom: none;
}

.masonry .comments-wrapper .comment-item .comment-avatar {
    /*float:left; margin:1px 3px 1px 1px;width:36px;height:36px;*/
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    float: left;
    margin: 0 0 0 2px;
}

.masonry .comments-wrapper .comment-item .comment-avatar a {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
}


/*
.masonry .comments-wrapper .comment-item .comment-byline {
	text-align:left;
	float:left;
	padding-top:2px;
	margin-left:2px;
}

.masonry .comments-wrapper .comment-item .comment-byline .author,
.masonry .comments-wrapper .comment-item .comment-byline .author a {
	color:#AE0352;
}

.masonry .comments-wrapper .comment-item .comment-byline .date {
	color:#999;
}
*/

.masonry .comments-wrapper .comment-item .comment-avatar img {
    width: 30px;
    height: 30px;
}

.masonry .comments-wrapper .comment-item .comment-body {
    /*float:left;padding-top:1px;margin-left:12px;width:215px;text-align:left;line-height:15px;*/
    width: 220px;
    font-size: 11px;
    line-height: 14px;
    color: #000;
    float: left;
    margin: 2px 0px 0px 10px;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'avenir-nr', sans-serif;
}

.masonry .comments-wrapper .comment-item .comment-body span.comment-more-link a {
    color: #48bae1;
}

.comments-wrapper .comment-item .comment-body span.comment-more {
    display: none;
}

.masonry .comments-wrapper .comment-item.comment-form .comment-body {
    padding-top: 1px;
}

.masonry .comments-wrapper .comment-item .comment-body span.author,
.masonry .comments-wrapper .comment-item .comment-body span.author a {
    /* color:#AE0352; */
    font-weight: bold;
}

.masonry .comments-wrapper .comment-item .comment-body span.author a:hover {
    text-decoration: underline;
}

.masonry .comments-wrapper .comment-item.comment-form .comment-body div.enter {
    font-size: 9px;
    line-height: 13px;
    color: #999;
    margin-top: 1px;
}

.masonry .comments-wrapper .comment-item.comment-form .comment-body div.enter.loading {
    background-image: url('//indo.zettecdn.com/static/loading_small.gif');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 0 0;
    padding-left: 18px;
}

.masonry .comments-wrapper .comment-item.comment-form textarea {
    width: 210px;
    height: 32px;
    resize: none;
    border: 1px solid #ccc;
    font-family: 'avenir-nr', sans-serif;
    font-size: 11px;
    padding: 2px;
    -webkit-appearance: none;
}

.masonry .comments-wrapper .comment-item.comment-form textarea:focus {
    outline-width: 0;
}

.masonry .comments-wrapper .comment-item.comment-form textarea.disabled {
    color: #999;
}

.masonry .comments-wrapper .comment-item .comment-body img.bbcode_smiley {
    width: 15px;
    height: 15px;
    display: none;
    margin-bottom: 0;
}

.masonry {
    /*width: 1007px; 
	margin: 0 auto; 
	background-color: #efefef; 
	font-family: 'Open Sans', sans-serif;*/
    /*width: 934px;*/
    height: auto;
    background-color: #fff !important;
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 940px;
}


/*Featured label in single story*/

.featured-label-in-single-story {
    color: #808080;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}


/*class to box in content*/

.outerbox {
    width: 1000px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*clear floats*/

.remove-margin {
    margin-right: 0 !important;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*grids*/

.grid-container {
    position: relative;
    margin-right: -25px;
}


/*container with white background and shadow*/

.container {
    padding: 0;
    background: #fff;
}

.container.mpu {
    width: 300px;
    padding: 0;
}

.container.mpu .ads-caption {
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 2px 0;
    text-transform: uppercase;
}

//.container.mpu #atf_300x250, .container.mpu  iframe {height:250px;}
.container.mpu #atf_300x250 {
    height: 250px;
}


/*classes to remove margins*/

.no-right-margin {
    margin-right: 0;
}

.no-btm-margin {
    margin-bottom: 0;
}


/*floats*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/*wp*/

.gallery-caption {}

.bypostauthor {}


/*main containers*/

#wrap {
    background: #ddd url('images/mainbg.png') repeat;
}

#main-content {
    padding: 20px 0;
}

#post {
    float: left;
    width: 660px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post img {
    max-width: 100%;
}

#sidebar {
    width: 320px;
}

#wpex-grid-wrap {
    padding-left:1px; margin-right: -20px; margin-top:20px;
    overflow: inherit !important;
}

.entry ul {
    list-style-image: url('images/bullets-gray.png');
    margin-left: 16px;
    margin-bottom: 20px;
}

.entry ul li {
    padding-left: 4px;
    margin-bottom: 5px;
}

.entry ol {
    margin-left: 16px;
    margin-bottom: 20px;
}

.entry ol li {
    padding-left: 4px;
    margin-bottom: 5px;
}

.entry p:last-child {
    margin: 0;
}

.entry a:hover {
    text-decoration: underline;
    color: #ed4555;
}

.entry .wpex-icon-link {
    text-decoration: none !important;
}


/*page heading*/

#page-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

#page-heading h1,
#page-heading h2 {
    font-size: 21px;
    line-height: 1.2em;
    margin: 5px 0 0;
    padding: 0 40px;
    background: url('images/dots-dark.png') repeat;
    font-weight: 300;
}

#page-heading h1 span,
#page-heading h2 span {
    background: #fff;
    padding: 5px 25px;
}

#single-heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: url('images/dots.png') left bottom repeat-x;
}

#single-heading h1 {
    font-size: 21px;
    line-height: 1.2em;
    margin: 0px;
    font-weight: 600;
}

#related-heading {
    margin: 60px 0 40px;
    text-align: center;
}

#related-heading h4 {
    font-size: 21px;
    line-height: 1.2em;
    margin: 0px;
    padding: 0 40px;
    background: url('images/dots-dark.png') repeat;
    font-weight: 300;
}

#related-heading h4 span {
    background: #fff;
    padding: 5px 25px;
}


/* Blog Posts & Blog Entries
================================================== */


/*entry*/

.entry-top {
    margin-bottom: 20px;
}

.entry-bottom {}

.loop-entry {
    /* width: 300px; */
    width: calc(898px / 3);
    height: auto;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #e6e7e7;
    /*background-color: #F8F8F8;*/
    font-family: AvenirNextLTPro-Regular;
    /* -webkit-box-shadow: -2px 4px 5px 0px rgba(225, 227, 227, 0.75);
	-moz-box-shadow: -2px 4px 5px 0px rgba(225, 227, 227, 0.75);
	box-shadow: -2px 4px 5px 0px rgba(225, 227, 227, 0.75); */
    position: relative;
    margin: 6px;
}

.ksection_star_container .loop-entry {
    float: none;
}

.loop-entry-img-link.social-buttons {
    text-align: center;
    padding: 10px 15px 8px 5px;
}

.loop-entry-img-link.social-buttons .like-section span,
.loop-entry-img-link.social-buttons .fblike-us span {
    text-transform: uppercase;
    float: left;
    line-height: 34px;
    min-width: 125px;
    text-align: right;
}

.loop-entry-img-link.social-buttons .fblike-us span {
    color: #dd1b54;
}

.loop-entry-img-link.social-buttons .fblike-us iframe {
    width: 135px;
    float: left;
    margin: 7px 0 7px 10px;
}

.loop-entry-img-link a {
    display: inline-block;
}

.loop-entry-img-link a i {
    display: block;
}

.loop-entry-img-link a i.fb-icon {
    width: 32px;
    height: 32px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') 0 -516px;
}

.loop-entry-img-link a i.fb-icon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') 0 -549px;
}

.loop-entry-img-link a i.twitter-icon {
    width: 32px;
    height: 32px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -104px -516px;
}

.loop-entry-img-link a i.twitter-icon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -104px -549px;
}

.loop-entry-img-link a i.instagram-icon {
    width: 32px;
    height: 32px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -36px -516px;
}

.loop-entry-img-link a i.instagram-icon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -36px -549px;
}

.loop-entry-img-link a i.youtube-icon {
    width: 32px;
    height: 32px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -70px -516px;
}

.loop-entry-img-link a i.youtube-icon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -70px -549px;
}


/*.loop-entry:hover { border:1px solid #bbb; }*/

.entry-text {
    height: auto;
    margin: 15px;
    /* margin: 7px 15px 5px 15px; */
    /* margin: 0; */
}

.ksection-stories-container .loop-entry {
    width: 296px;
}

.ksection-stories-container .loop-entry-img-container {
    width: 296px;
}

.entry-text>a {
    /*margin: 0 0 5px; font-size: 16px; line-height: 20px; font-weight: normal; text-align: left;*/
    width: 270px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 15px;
    float: left;
}

.loop-entry h2 a,
.loop-entry h2 a:hover {
    color: #000;
}

.loop-entry p:last-child {
    margin: 0;
}

.loop-entry .loop-entry-main {
    /*padding:15px 15px 0 15px;*/
}

.loop-entry .loop-entry-main h2 {
    display: none;
}

.loop-entry-img-container {
    /*display: block; width: 100%; margin: 0 0 20px; position: relative;background: #333;*/
    /* width: 300px; */
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.loop-entry-img-container .buttons-container a {
    background-color: transparent;
}

.loop-entry-img-link {
    position: relative;
}


/*.loop-entry-img-container:hover  .entry-overlay{ display: block; }*/

.loop-entry-img-container img {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
}

.loop-entry-img-container:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

.loop-entry-img-container a {
    display: block;
    color: #000;
    /* background-color: #000; */
    background-color: transparent;
}

.loop-entry-img-container img {
    /*display: block; /*causes blinks on k-wave articles*/
    width: 100%;
}


/*.loop-entry-img-container .loop-entry-img-link a {cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}*/

.loop-entry img {
    display: block;
    width: 100%;
    box-shadow: #000 0em 0em 0em;
}

.loop-entry-img-container:hover img {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}

.post-video {
    margin: 0 0 20px;
}

.loop-entry-img-container .loop-entry-img-link span.video {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    background: url(//img-clo-prod-us.clozette.co/static/img/video-play-70.png);
    background-size: 40px 40px;
    cursor: pointer;
}

.loop-entry-img-container .loop-entry-img-link.video-link a {
    cursor: url(//img-clo-prod-us.clozette.co/static/img/video-play-cursor2.png), auto;
}


/*
.loop-entry-meta{ 
	margin-top: 15px; 
	padding: 15px 0; 
	border-top: 1px solid #e6e6e6;
	font-size: 10px; 
	text-transform: uppercase; 
}
*/

.masonry-mynetwork .loop-entry-meta {
    /*border-bottom:1px solid #e6e6e6; */
}

.loop-entry-meta li {
    display: inline;
    margin-right: 10px;
    color: #fff;
}

.loop-entry-meta li:last-child {
    margin-right: 0;
}

.loop-entry-meta li span.wpex-icon-comment,
.loop-entry-meta li span.wpex-icon-calendar,
span.wpex-icon-link {
    margin-right: 5px;
}

.loop-entry-meta a {
    color: #999;
}

.loop-entry .flexslider-container {
    margin-bottom: 20px;
}

.format-audio .loop-entry-img-container {
    margin-bottom: 0;
}

.ci-insider-wrapper {
    padding: 10px 0;
    margin: 20px 0 0;
}

.ci-insider-wrapper .header {
    /*font-family: 'Playfair Display', serif;*/
    font-family: franklin-cd;
    font-size: 18px;
    color: #000;
    /* text-align: center; */
    /* font-style: italic; */
    /* padding-bottom: 15px; */
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    margin: 0 10px 20px 10px;
    display: block;
    text-align: center;
    padding: 0 0 5px;
}

.ci-insider-container {
    margin: 0 10px 10px;
}

.ci-insider-container a.ci-insider-img {
    width: 120px;
    height: 120px;
    float: left;
    overflow: hidden;
}

.ci-insider-container a img {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
}

.ci-insider-container a img:hover {
    -webkit-transform: translate3d(0, 0, 0) scale(1.08);
    -moz-transform: translate3d(0, 0, 0) scale(1.08);
    transform: translate3d(0, 0, 0) scale(1.08);
    opacity: 0.5;
}

.ci-insider-container .ci-insider-caption {
    float: left;
    padding: 0 0 0 15px;
    /*font-family: 'Playfair Display',serif;*/
    font-family: 'avenir-nr', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    width: 140px;
    vertical-align: middle;
    line-height: 18px;
    margin-top: 15px;
}

.ci-insider-read-more {
    display: block;
    padding: 10px 0 5px;
    margin: 15px 10px 0;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #bcbcbc;
}

.mpu.nocss {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #f8f8f8;
}

.mpu.nocss .loop-entry-img-link,
.mpu.nocss .ci-insider-wrapper {
    width: 302px;
    margin-left: 0px;
}

.mpu.nocss .loop-entry-img-link {
    vertical-align: middle;
}

.mpu.nocss .ci-insider-wrapper {
    border: 2px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ci-insider-wrapper {
    display: none;
}


/****************************************************/


/*	New Masonry styling								*/


/****************************************************/

.entry-overlay {
    /*z-index: 1001; display: none; font-size: 16px; height:134px; line-height: 38px; width: 164px; text-align: center; color: #fff; opacity: 0.8; position: absolute; top: 50%; margin-top:-67px; left:62px; margin-left:0;*/
    display: none;
    position: absolute;
    width: 100%;
    bottom: 20px;
}


/*
.entry-overlay .like-button, .like-button {
	display: block;
	width: 41px;
	height: 41px;
	background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -41px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}
*/

a.like-button {
    display: none;
    position: absolute;
    width: 41px;
    height: 41px;
    right: 0;
    bottom: 110px;
    left: 0;
    background-color: transparent !important;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -41px;
    margin: 0 auto;
}

.loop-entry-img-link a.like-button {
    bottom: unset;
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.liked.like-button {
    display: none;
}

.entry-overlay .like-button:hover,
.like-button:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -82px;
    cursor: pointer;
}

.entry-overlay .liked.like-button,
.liked.like-button {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -82px;
}

.entry-overlay .item-btns span {
    display: none;
}

.entry-overlay .like-text,
.like-text {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
}

.like-text {
    display: none;
    position: relative;
    right: 0;
    bottom: 90px;
    left: 0;
    width: 100px;
    margin: 0 auto;
    /* min-height: 16px; */
    line-height: 16px;
}

.like-text.wider {
    width: 200px;
}

.entry-overlay .add-comment-container,
.add-comment-container {
    width: 240px;
    height: auto;
    margin: 0 auto;
}

.add-comment-container {
    display: none;
    position: absolute;
    right: 0;
    bottom: 45px;
    left: 0;
}

.add-comment-container.no-bgcolor {
    background: rgba(0, 0, 0, 0);
}

.add-comment-active .buy-similar-button-listing {
    margin-top: 4px;
    width: 135px;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    background: url('../img/buy-similar-button.png') no-repeat;
}

.add-comment-active .buy-similar-button-listing:hover {
    background: url('../img/buy-similar-button-mo.png') no-repeat;
}

.add-comment-active .buy-similar-button-listing-profile {
    margin-top: 4px;
    width: 135px;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    background: url('../img/buy-similar-button.png') no-repeat;
}

.add-comment-active .buy-similar-button-listing-profile:hover {
    background: url('../img/buy-similar-button-mo.png') no-repeat;
}

.entry-overlay .buttons-container,
.buttons-container {
    display: block;
    width: 196px;
    margin: 0 auto;
    padding: 4px 0;
}

.entry-overlay .add-button,
.add-button {
    float: left;
    display: block;
    width: 93px;
    height: 25px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -201px;
    cursor: pointer;
}

.entry-overlay .add-button:hover,
.add-button:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -226px;
}

.entry-overlay .comment-button,
.comment-button {
    float: right;
    display: block;
    width: 93px;
    height: 25px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -252px;
    cursor: pointer;
}

.entry-overlay .comment-button:hover,
.comment-button:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -277px;
}

.entry-overlay .add-comment-active,
.add-comment-active {
    width: 220px;
    min-height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.loop-entry-img-container:hover .like-button,
.loop-entry-img-container:hover .like-text,
.loop-entry-img-container:hover .add-comment-container {
    display: block;
}

.loop-entry-img-container:hover {
    /*margin-bottom: -16px;*/
}

.profileMasonry .add-comment-container {
    width: 222px;
    bottom: 41px;
}

.profileMasonry .like-text {
    bottom: 130px;
}

.profileMasonry .like-button {
    bottom: 150px;
}

.profileMasonry:hover {
    margin-bottom: -16px;
}


/*
.entry-overlay .item-btns {
	width:164px;
	height:38px;
	margin:0 auto 10px auto;
	text-align:center;
}
.entry-overlay .item-btns:last-child {
	margin-bottom:0;
}

.entry-overlay .item-btns .btn {
	display:block;
	text-align:left;
	background-color: rgba(0, 0, 0, 0.9);
	width: 139px;
	height: 38px;
	font-size:20px;
	margin:0 auto;
	padding: 0 6px 0 19px;
	border:0;
	border-radius: 6px;
	color:#fff;
	font-weight:normal;
}

.entry-overlay .item-btns .btn > i {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width:20px;
	height:38px;
	background-size: 20px 20px;
	background-position: 0 9px;
}
.entry-overlay .item-btns .btn > span {
	display: inline-block;
	width:114px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-transform: uppercase;
	font-weight:300;
	padding:9px 0;
}

.entry-overlay .item-btns .btn.like i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-heart25-w.png");
	background-repeat: no-repeat;
}
.entry-overlay .item-btns .btn.like:hover i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-heart25-p.png");
	background-repeat: no-repeat;
}
.entry-overlay .item-btns .btn.liked i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-heart25-p.png");
	background-repeat: no-repeat;
}
.entry-overlay .item-btns .btn.add i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-add25-w.png");
	background-repeat: no-repeat;
}
.entry-overlay .item-btns .btn.add:hover i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-add25-g.png");
	background-repeat: no-repeat;
}

.entry-overlay .item-btns .btn.comment i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-comment25-w.png");
	background-repeat: no-repeat;
}
.entry-overlay .item-btns .btn.comment:hover i {
	background-image: url("//img-clo-prod-us.clozette.co/static/img/icon-comment25-g.png");
	background-repeat: no-repeat;
}
*/

.entry-quote,
#single-quote {
    text-align: center;
    background: #000;
    padding: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 21px;
    font-style: italic;
    font-family: 'Droid Serif';
    border-color: #000 !important;
}

.entry-quote p:last-child,
#single-quote p:last-child {
    margin: 0;
}

.entry-quote-author,
#single-quote-author {
    margin-top: -10px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

#single-quote {
    margin: -15px;
}

.loop-entry iframe,
.loop-entry embed {
    max-width: inherit;
    /*height: auto;*/
}


/*post-thumbnail*/

#single-media-wrap {
    text-align: center;
}

#post-thumbnail img {
    display: block;
    max-width: 100%;
}

#post-thumbnail {
    display: block;
    margin-bottom: 20px;
}

#post-thumbnail img:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

#post-thumbnail.audio-thumb {
    display: block;
    margin-bottom: 0;
    width: 100%;
}


/*tags*/

.post-tags {
    margin-top: 40px;
}

.post-tags a {
    display: block;
    float: left;
    padding: 4px 8px;
    background: #f5f5f5;
    color: #666;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
}

.post-tags a:hover {
    background: #000;
    color: #fff;
}


/*author bio*/

#single-author {
    margin-top: 25px;
    padding-top: 25px;
    background: url('images/dots.png') left top repeat-x;
}

#author-image {
    float: left;
    width: 70px;
}

#author-image img {
    display: block;
    border: 5px solid #eee;
}

#author-bio {
    float: right;
    width: 550px;
}

#author-bio h4 {
    font-size: 14px;
    margin: -3px 0 5px;
}

#author-bio p:last-child {
    margin: 0;
}


/*social share*/

#single-share {
    margin-top: 25px;
    padding-top: 25px;
    background: url('images/dots.png') left top repeat-x;
}

#single-share h4 {
    text-align: center;
    margin: 0 0 20px;
}

#single-share h4 span {
    margin-right: 10px;
    background: #f30;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.share-btns {
    margin: 1em 0;
    text-align: center;
}

.share-btns>.twitter-count-horizontal {
    width: 95px !important;
}

.share-btns .twitter-count-vertical {
    margin-right: 10px;
}

.share-btns>div {
    width: 88px !important;
}

.share-btns>div.fb_edge_widget_with_comment {
    top: -3px;
    width: 90px !important;
}

.share-btns div[data-action='recommend'] {
    width: auto !important;
}


/* FB recommend */

.share-btns p,
.share-btns span {
    display: inline;
    margin: 0;
    padding: 0;
}

.share-btns br {
    display: none;
}


/*related posts*/

#related-posts {
    margin-top: 25px;
}


/* Meta
================================================== */

.meta {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 10px;
}

.meta li {
    display: inline;
    margin-right: 10px;
    color: #999;
}

.meta li:last-child {
    margin-right: 0;
}

.meta .wpex-icon-comment,
.meta .wpex-icon-link,
.meta .wpex-icon-user,
.meta .wpex-icon-calendar,
.meta .wpex-icon-folder-open {
    margin-right: 5px;
}

.meta a {
    color: #999;
}


/*aligns*/

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*floats*/

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/*text style*/

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}


/*captions*/

.wp-caption {
    max-width: 100% !important;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/*smiley reset*/

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}


/*blockquote*/

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}


/*img attachment*/

#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}


/*gallery shortcode*/

.gallery-item img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Load More
================================================== */

#load-more {
    background: #fff;
    border: 1px solid #fff;
    clear: both;
    width: 100%;
    text-align: center;
}

#load-more a {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
}

#load-more:hover a,
#load-more a:hover {
    color: #ed4555;
}

#load-more:hover {
    border-color: #bbb;
}

.loop-entry .avatarc {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 100%;
}

.loop-entry .avatar-data {
    display: flex;
    margin: 10px;
}

.loop-entry .avatarc a {
    display: block;
}

.loop-entry img.avatar {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 100%;
}

.loop-entry .avatar-by {
    /* padding: 3px 0 3px 10px; */
    padding-left: 10px;
    width: 208px;
    height: auto;
    float: left;
    font-size: 13px;
    color: #000;
    font-family: AvenirNextLTPro-Bold;
    position: relative;
}

.ksection-stories-container .loop-entry .avatar-by {
    padding: 3px 0 3px 10px;
}

.loop-entry .avatar-name {
    margin: 8px 0;
}

.loop-entry .avatar-onto {
    width: auto;
    height: auto;
    display: block;
    /* font-size: 11px; */
    color: #000;
    margin: 4px 0 0 0;
    font-family: AvenirNextLTPro-Regular;
    font-size: 10.5px;
}

.loop-entry .avatar-by a {
    color: #000;
    font-weight: 600;
}

.loop-entry .avatar-by a:hover {
    color: #000;
    text-decoration: none;
}

.loop-entry .avatar-onto a {
    color: #000;
    font-weight: 600;
}

.loop-entry .avatar-onto a:hover {
    color: #000;
    text-decoration: none;
}

.mynetwork-login {
    width: 1006px;
    margin: 20px auto;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    line-height: 20px;
}

.mynetwork-login a {
    font-weight: bold;
}

.mynetwork-login a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.masonry-banner {
    width: 934px;
    /*height: 212px;*/
    /*background-image: url("//indo.zettecdn.com/static/top-loggedin-bkgd.png");*/
    margin-left: 13px;
}

.masonry-banner.tutorials {
    margin-bottom: 10px;
}

.masonry-banner.mynetwork {
    width: 934px;
    height: 110px;
    margin: 15px auto 0 auto;
    background-image: url('//indo.zettecdn.com/static/top-loggedin-bkgd.png');
}

.masonry-banner .leaderboard {
    margin: 10px auto;
    width: 728px;
    height: 90px;
    margin-top: 55px;
    margin: 10px auto;
}

.masonry .loading-wrapper {
    margin: 25px 0;
    margin-top: 25px;
}

.caption-more {
    font-family: AvenirNextLTPro-Regular;
    font-size: 12px;
    color: #999;
}

.masonry .load-more,
.ksection_star_container .read-more {
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'AvenirNext-Bold', sans-serif;
    text-transform: uppercase;
    /* padding: 6px 170px; */
    padding: 12px 30px;
    text-decoration: none;
    border: 1px solid black;
}

.masonry .load-more:hover,
.ksection_star_container .read-more:hover {
    background-color: #e57a88;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'AvenirNext-Bold', sans-serif;
    text-transform: uppercase;
    /* padding: 6px 170px; */
    padding: 12px 30px;
    text-decoration: none;
    border: 1px solid #e57a88;
    cursor: pointer;
}

#masonry-item-modal {
    /* background-color: rgba(255,255,255,0.93); */
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10000100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    /* cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out; */
    display: none;
}

#item-modal-content {
    /* margin: 10px auto 30px auto; */
    margin: 1.75rem auto;
    display: block;
    /* background-color: rgba(0, 0, 0, 0.15); */
    width: 1000px;
    height: auto;
    z-index: 2000010;
    /* padding: 10px; */
    /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
	box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06); */
    position: relative;
}

.masonry-item-opened {
    overflow: hidden !important;
}

#masonry-item-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
}

#masonry-item-close {}

#masonry-item-close>a {
    background: url('//indo.zettecdn.com/static/close.png');
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    display: block;
    top: -1px;
    right: -31px;
}

#masonry-item-close>a:hover {
    background-color: #eeeaeb;
}

#masonry-item-modal #masonry-item-prev {
    display: block;
    position: absolute;
    top: calc(50% - 47.5px);
    left: -30px;
    margin-top: unset;
    margin-left: unset;
    width: 30px;
    height: 95px;
    background: url(//indo.zettecdn.com/static/left-arrow.jpg) no-repeat;
}

#masonry-item-modal #masonry-item-next {
    display: block;
    position: absolute;
    top: calc(50% - 47.5px);
    right: -30px;
    margin-top: unset;
    margin-right: unset;
    width: 30px;
    height: 95px;
    background: url(//indo.zettecdn.com/static/right-arrow.jpg) no-repeat;
}

#masonry-item-modal #masonry-item-prev:hover,
#masonry-item-modal #masonry-item-next:hover {
    background-color: #333;
}

#item-modal-content .fashion .main {
    width: 660px;
    height: auto;
    min-height: 660px;
    float: left;
    margin: 0;
    background-color: #000;
    padding: 0;
    display: flex;
    align-items: center;
}

#item-modal-content .fashion .sidebar {
    /* position: absolute;
	top: 0;
	right: 0;
	bottom: 0; */
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    width: 340px;
    background-color: #fff;
    margin: 0;
}

#item-modal-content .fashion strong,
.fashion b {
    font-weight: bold;
}

#item-modal-content a.username:link {
    color: #dc1c55;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.username:visited {
    color: #dc1c55;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.username:hover {
    color: #dc1c55;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.username:active {
    color: #dc1c55;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.popup-username:link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.popup-username:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.popup-username:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content a.popup-username:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#item-modal-content .popup-user-profile-container {
    position: relative;
    /* width: 620px; */
    width: calc(100% - 40px);
    height: 60px;
    /*background-image: url("//indo.zettecdn.com/static/top-loggedin-bkgd.jpg");*/
    /* background-color: #f6f6f6; */
    background: transparent;
    /* padding: 15px 20px; */
    padding: 20px;
    border-bottom: 1px solid #e8e7e7;
    display: flex;
    align-items: center;
}

#item-modal-content .popup-user-post-date-container {
    position: relative;
    width: calc(100% - 40px);
    background: transparent;
    padding: 20px;
    border-bottom: 1px solid #e8e7e7;
    display: flex;
    align-items: center;
    font-family: AvenirNextLTPro-Regular;
    font-size: 12px;
    height: auto;
    min-height: 15px;
    flex-wrap: wrap;
}

#item-modal-content .popup-user-profile-container .items-list-user-profile-name {
    /* width: 430px; */
    width: auto;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    font-family: AvenirNextLTPro-Bold;
    font-size: 14px;
}

#item-modal-content .popup-user-profile-pic {
    width: 60px;
    height: 60px;
    float: left;
    /* border: 3px solid #fff; */
    border: none;
    border-radius: 100%;
}

#item-modal-content .popup-user-profile-pic a {
    display: block;
}

#item-modal-content .popup-user-profile-pic img {
    width: 100%;
    border: none;
    border-radius: 100%;
}

#item-modal-content .items-list-user-profile-name {
    padding: 0 0 8px 15px;
    width: 230px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
}

#item-modal-content .items-list-user-profile-name a.popup-username {
    display: inline-block;
    margin-bottom: 8px;
}

#item-modal-content .items-list-user-profile-name b:first-child a {
    /* color: #dd1b54; */
    color: #000;
}

#item-modal-content .postdate {
    font-size: 11px;
    color: #757474;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#item-modal-content .popup-followbtn-container {
    width: 93px;
    height: 26px;
    float: right;
    margin-top: 20px;
}

#item-modal-content .popup-arrowcut {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    margin: 75px 25px;
    position: absolute;
}

#item-modal-content .fb-followBtn {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -303px;
    width: 93px;
    height: 26px;
    display: inline-block;
}

#item-modal-content .fb-followBtn:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -329px;
}

#item-modal-content .fb-followBtn:hover,
#item-modal-content .clz_follow:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -329px;
}

#item-modal-content .clz_following {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -355px;
}

#item-modal-content .clz_following:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') no-repeat 0 -382px;
}

#item-modal-content .popup-item-container {
    width: 660px;
    /* padding: 15px 20px; */
    padding: 0;
    position: relative;
    background-color: #fff;
    border: none;
}

#item-modal-content .popup-item-image {
    position: relative;
    display: block;
    width: 660px;
}

#item-modal-content .popup-item-image img {
    /* -webkit-box-shadow: 4px 4px 5px 0px rgba(204, 207, 207, 0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(204, 207, 207, 0.75);
	box-shadow: 4px 4px 5px 0px rgba(204, 207, 207, 0.75); */
    width: 660px;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    box-shadow: unset;
}

#item-modal-content .popup-image-originally {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
}

#item-modal-content .popup-image-description {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: normal;
    /* padding: 10px; */
    padding: 0;
    margin: 20px;
    line-height: 1.5;
    max-height: 660px;
    overflow: auto;
}


/* Hide scrollbar for Chrome, Safari and Opera */

#item-modal-content .popup-image-description::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

#item-modal-content .popup-image-description {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#item-modal-content .popup-social-btns {
    width: auto;
    height: 33px;
    margin: 10px 0;
}

#item-modal-content .popup-fbicon {
    height: 40px;
    width: 38px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') 0 -435px;
    display: inline-block;
}

#item-modal-content .popup-fbicon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') 0 -474px;
}

#item-modal-content .twitter-fbicon {
    height: 40px;
    width: 38px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -42px -435px;
    display: inline-block;
}

#item-modal-content .twitter-fbicon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -42px -474px;
}

#item-modal-content .pinterest-fbicon {
    height: 40px;
    width: 38px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -86px -435px;
    display: inline-block;
}

#item-modal-content .pinterest-fbicon:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -86px -474px;
}

#item-modal-content .popup-likebtn {
    width: 93px;
    height: 25px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -105px -201px;
    display: inline-block;
}

#item-modal-content .popup-likebtn:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -105px -226px;
}

#item-modal-content .popup-likebtn.liked {
    background: url('../img/cd-sprite.png') -105px -354px;
}

#item-modal-content .popup-addbtn {
    width: 93px;
    height: 25px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -105px -252px;
    display: inline-block;
    margin-left: 3px;
}

#item-modal-content .popup-addbtn:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -105px -277px;
}

#item-modal-content .popup-commentbtn {
    width: 93px;
    height: 25px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -105px -303px;
    display: inline-block;
    margin-left: 3px;
}

#item-modal-content .popup-commentbtn:hover {
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -105px -328px;
}

#item-modal-content .popup-like-text,
#item-modal-content .popup-comment-text {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 5px 5px 0px;
    display: inline-block;
}


/* POPUP COMMENTS */

#item-modal-content .popup-comments-container {
    /* width: 660px; */
    width: 340px;
    height: auto;
    background-color: #fff;
    float: left;
    margin-top: 10px;
    padding: 0 0 20px 0;
}

#item-modal-content .popup-comments-header {
    /* width:620px; */
    width: 300px;
    padding: 10px 20px;
    background-color: #f6f6f6;
}

#item-modal-content .popup-comments-header-text {
    font-family: 'AvenirNext', sans-serif;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}

#item-modal-content .popup-comment-box,
#item-modal-content .popup-mycomment-box {
    width: 300px;
    height: auto;
    margin: 0px 20px;
    padding: 15px 0px;
    overflow: hidden;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    position: relative;
}

#item-modal-content .popup-replied-comments-box {
    width: 575px;
    height: auto;
    margin: 0 24px 0 64px;
    padding: 0;
    overflow-y: visible;
    background-color: #f6f5f5;
    max-height: 450px;
}

#item-modal-content .popup-replied-comments-box::-webkit-scrollbar-corner {
    background: transparent;
}

#item-modal-content .popup-replied-comments-box::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

#item-modal-content .popup-replied-comments-box::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

#item-modal-content .popup-replied-comments-box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

#item-modal-content .popup-replied-comments-box::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}

#item-modal-content .thread-reply {
    width: 560px;
    height: auto;
    margin: 0 24px 0 85px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

#item-modal-content .thread-reply>ul {
    width: 560px;
    margin: 0;
    padding: 15px 0;
}

#item-modal-content .thread-reply ul ul {
    width: 500px;
}

#item-modal-content .thread-reply textarea {
    width: 495px !important;
}

#item-modal-content .popup-replied-comments-box>.popup-comment-box {
    width: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#item-modal-content .popup-reply-btn-container {
    visibility: hidden;
    display: block;
}

#item-modal-content .popup-comment-box:hover>.popup-reply-btn-container {
    visibility: visible;
}

#item-modal-content .popup-replied-comments-box>.popup-comment-box>.popup-reply-btn-container {
    display: none;
}

#item-modal-content .popup-comment-box-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.05);
}

#item-modal-content .popup-comemnts-profile-pic,
#item-modal-content .popup-my-profilepic,
#item-modal-content .popup-replied-profilepic {
    width: 50px;
    height: 50px;
    float: left;
}

#item-modal-content .popup-comemnts-profile-pic img,
#item-modal-content .popup-my-profilepic img {
    width: 100%;
}

#item-modal-content .popup-replied-profilepic {
    margin-left: 10px;
}

#item-modal-content .popup-reply-btn-container,
#item-modal-content .popup-comments-btn-container {
    float: right;
    margin: 12px 0 0 0;
}

#item-modal-content #comment-photo,
#item-modal-content #comment-upload {
    display: none;
}

#item-modal-content .popup-reply-btn {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    color: #fff;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 20px;
    text-decoration: none;
    margin-left: 5px;
}

#item-modal-content .popup-reply-btn:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: #fff;
}

#item-modal-content .popup-mycomments-container {
    width: 340px;
    height: auto;
    background-color: #fff;
    float: left;
    z-index: 1;
}

#item-modal-content .comentstextbox-container {
    margin-left: 10px;
    float: left;
    width: 240px;
}

#item-modal-content .comentstextbox-container.comment-box-s {
    width: 500px;
}

#item-modal-content .comentstextbox-container.comment-box-s textarea {
    width: 500px;
}

#item-modal-content .smileys ul {
    float: right;
    clear: both;
    display: none;
}


/*.comment-box { width:571px;height: 43px;display:inline; vertical-align: top; }*/

#item-modal-content .comentstextbox-container textarea {
    right: 15px;
    width: 230px;
    max-width: 230px;
    height: 43px;
    padding: 5px 0 0 10px;
    margin: 0 0 10px 0;
    border: 0px;
    font-size: 11px;
    line-height: 20px;
    background-color: #f6f6f6;
}

#item-modal-content .comentstextbox-container textarea:focus {
    outline: none !important;
    box-shadow: 0 0 2px #c8c6c6;
}

#item-modal-content .comentstextbox-container ul {
    text-align: right;
}

#item-modal-content .comentstextbox-container ul li.smileys {
    display: block;
}

#item-modal-content .comentstextbox-container ul li {
    display: inline-block;
}

#item-modal-content .popup-collection-container {
    width: 310px;
    height: auto;
    text-align: center;
    background-color: #000;
    padding: 10px;
    margin: 0 0 0 0;
}

#item-modal-content .popup-collection-header {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 21px;
}

#item-modal-content .popup-collection-header a {
    color: #fff;
}

#item-modal-content .popup-collection-images-container {
    width: 308px;
    height: auto;
    padding: 3px;
    overflow: hidden;
    margin: 10px auto 15px auto;
    -webkit-box-shadow: -1px 7px 4px 0px rgba(186, 186, 186, 0.75);
    -moz-box-shadow: 1px 3px 7px 0px rgba(186, 186, 186, 0.75);
    box-shadow: 1px 3px 7px 0px rgba(186, 186, 186, 0.75);
}

#item-modal-content .popup-collection-images {
    width: 60px;
    height: auto;
    float: left;
    padding-top: 2px;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    margin-right: 2px;
}

#item-modal-content .popup-collection-images:nth-child(5n+5) {
    margin-right: 0;
}

#item-modal-content .popup-collection-images:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
}

#item-modal-content .popup-collection-images img {
    width: auto !important;
    height: auto !important;
    max-width: 60px;
    max-height: 60px;
}

#item-modal-content .fashion.browse-single .popup-collection-images.selected,
.fashion.browse-single .popup-collection-images.selected {
    opacity: 1;
}

#item-modal-content .fashion.browse-single .popup-collection-images img.selected,
.fashion.browse-single .popup-collection-images img.selected {
    width: 58px !important;
    height: 58px !important;
    border: 1px solid #222;
}

#item-modal-content .popup-recent-likes-container {
    height: auto;
    overflow: hidden;
    margin: 0 15px;
    text-align: left;
    padding-bottom: 5px;
}

#item-modal-content .popup-recent-likes-header {
    width: 100%;
    font-family: 'AvenirNext', sans-serif;
    font-size: 13px;
    margin-top: 13px;
    color: #000;
    text-transform: uppercase;
    line-height: 18px;
}

#item-modal-content .popup-collection-name {
    font-family: 'Open Sans', serif;
    font-size: 15px;
    text-transform: uppercase;
}

#item-modal-content .heart-icon {
    width: 20px;
    height: 17px;
    background: url('//indo.zettecdn.com/static/cd-sprite.png') -119px 0;
    display: inline-block;
    margin-right: 3px;
    float: left;
}

#item-modal-content .plus-icon {
    width: 20px;
    height: 17px;
    background: url('../img/cd-sprite.png') -253px 0;
    display: inline-block;
    margin-right: 3px;
    float: left;
}

#item-modal-content .popup-recent-like-profilepic {}

#item-modal-content .popup-recentlikes-profile-pic {
    width: 28px;
    height: 28px;
    float: left;
    margin: 0;
    overflow: hidden;
}

#item-modal-content .popup-recentlikes-profile-pic:first-child {}

#item-modal-content .seemore-like {
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 0 30px 0 0;
}

#item-modal-content .popup-recentlikes-profile-pic a {
    display: block;
}

#item-modal-content .popup-recentlikes-profile-pic img {
    width: 100%;
}

#item-modal-content .popup-collector-container {
    height: auto;
    overflow: hidden;
    text-align: left;
}

#item-modal-content .popup-collector-header {
    width: 100%;
    font-family: 'AvenirNext', sans-serif;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    line-height: 18px;
}

#item-modal-content .popup-collector-profilepic-container {
    margin: 0 0 10px 0;
    font-size: 12px;
}

#item-modal-content .popup-collector-profilepic {
    float: left;
}

#item-modal-content .popup-collector-profilepic a {
    display: block;
}

#item-modal-content .popup-collector-profilepic img {
    display: block;
    width: 28px;
    height: 28px;
}

#item-modal-content .popup-collector-meta {
    width: 230px;
    float: left;
    margin: 0 0 0 10px;
}

#item-modal-content .popup-mrect-container {
    width: 300px;
    padding-top: 10px;
    margin: 10px auto 0 auto;
}

#item-modal-content .advertisement-text {
    text-align: left;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 3px;
    text-align: center;
    margin-bottom: 10px;
}

#item-modal-content .grabLinkPhoto {
    display: block;
    width: 300px;
    margin: 10px auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

#item-modal-content .grabLinkPhoto textarea {
    display: block;
    width: 278px;
    min-height: 70px;
    padding: 10px;
    resize: none;
    background-color: #f6f5f5;
    border: none;
    outline: none;
}

#item-modal-content .popup-tags-container {
    height: auto;
    overflow: hidden;
    margin: 0 15px;
    text-align: left;
    padding: 7px 0;
    font-family: 'AvenirNext', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
}

#item-modal-content .popup-update-categories-btn {
    margin: 0;
    padding: 4px 20px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

#item-modal-content .popup-tags-container.private_note {
    color: #dd1b54;
}

#item-modal-content .popup-tags-container span {
    float: left;
    line-height: 18px;
}

#item-modal-content .popup-tags-container span.noCaps {
    float: none;
    text-transform: none;
    line-height: 14px;
}

#item-modal-content .popup-tags-container ul {
    font-size: 12px;
    float: left;
    margin: 0 0 0 10px;
    width: 252px;
}

#item-modal-content .popup-tags-container li {
    margin: 0 5px 0 0;
    float: left;
    line-height: 18px;
    text-transform: lowercase;
}


/****************************************************************************************/


/* Starting css to force overwrite styling between masonry popup and browse.php  		*/


/****************************************************************************************/

#item-modal-content .fashion.browse-single {
    width: auto;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    overflow: unset;
}

.simplemodal-overlay {
    z-index: 25000020 !important;
}

.simplemodal-container {
    z-index: 25000030 !important;
}

#simplemodal-container {
    border: 0px;
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#simplemodal-container .simplemodal-wrap {
    overflow: hidden !important;
}

#simplemodal-container .simple-modal-content {
    padding: 0;
}

div.pp_pic_holder {
    z-index: 1000030 !important;
}

div.pp_overlay {
    z-index: 1000020 !important;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.powered-by-cz.social-media {
    height: 90px !important;
    min-height: 90px !important;
    background-image: linear-gradient( rgb(244, 244, 244) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 80%, rgb(244, 244, 244) 100%);
}


/*MARK: these classes added by Jo for Puitika request ##### START*/

a.pink-url {
    color: #dd1b54;
}


/*MARK: these classes added by Jo for Puitika request ##### END*/

@media (min-width: 768px) and (max-width: 1024px) {
    .loop-entry-img-container {
        overflow: visible;
    }
    .loop-entry-img-container:hover {
        margin-bottom: 0;
    }
    .loop-entry-img-container:hover img {
        opacity: 1;
    }
    .entry-overlay {
        display: block;
    }
    /* edited 25th June 2014 by Alan */
    .loop-entry .like-text {
        background: transparent;
        padding: 10px 0;
        position: absolute;
        bottom: -43px !important;
        left: 0;
        margin: 0;
        display: block;
    }
    .loop-entry-meta li.likes {
        color: #000;
        display: block;
        margin: 0 10px;
        width: 40px;
        text-align: center;
    }
    .loop-entry-meta li.likes i.ico-like {
        float: left;
        width: 21px;
        height: 17px;
        background: url('../img/cd-sprite.png') no-repeat -119px -20px;
        margin: 0 5px 0 0;
    }
    .loop-entry .add-comment-container {
        width: 300px;
        position: absolute;
        bottom: 0 !important;
        display: block;
    }
    .loop-entry-img-container:hover .add-comment-container {
        bottom: 0;
    }
    .loop-entry .buttons-container {
        position: absolute;
        width: 300px;
        /*background-image: url("//indo.zettecdn.com/static/top-loggedin-bkgd.png");*/
        background-image: none;
        padding: 10px 0;
    }
    .loop-entry .add-comment-active {
        position: absolute;
        top: 15px;
        right: 210px;
        width: auto;
        font-size: 12px;
        line-height: 18px;
        display: block;
        color: #000;
    }
    .loop-entry .like-button {
        position: absolute;
        bottom: -25px !important;
        z-index: 9;
        /*background: url('../img/cd-sprite.png') no-repeat -153px -109px;*/
        width: 50px;
        height: 51px;
        background: url('../img/like-btn-big.png');
        display: block;
    }
    .loop-entry-img-container:hover .like-button {
        bottom: -25px !important;
    }
    .loop-entry .liked.like-button,
    .loop-entry .like-button:hover {
        background: url('../img/like-btn-big-mo.png');
    }
    .loop-entry .add-button {
        position: relative;
        width: 93px;
        height: 25px;
        left: 20px;
        background: url('../img/cd-sprite.png') no-repeat -105px -252px;
        display: none;
    }
    .loop-entry .add-button:hover {
        background: url('../img/cd-sprite.png') no-repeat -105px -277px;
    }
    .loop-entry .comment-button {
        position: relative;
        width: 93px;
        height: 25px;
        right: 20px;
        background: url('../img/cd-sprite.png') no-repeat -105px -303px;
    }
    .loop-entry.comment-button:hover {
        background: url('../img/cd-sprite.png') no-repeat -105px -328px;
    }
    .entry-text {
        margin: 45px 0 0;
        padding: 15px 15px 0 15px;
        border-top: 1px solid #eee;
    }
    #profile .buttons-container {
        position: absolute;
        width: 222px;
        /*background-image: url("//indo.zettecdn.com/static/top-loggedin-bkgd.png");*/
    }
    #profile .add-button {
        position: relative;
        width: 80px;
        height: 23px;
        left: 5px;
        background: url('../img/cd-sprite.png') no-repeat -111px -253px;
        border: 1px solid #000;
    }
    #profile .add-button:hover {
        background: url('../img/cd-sprite.png') no-repeat -111px -279px;
    }
    #profile .comment-button {
        position: relative;
        width: 80px;
        height: 23px;
        right: 5px;
        background: url('../img/cd-sprite.png') no-repeat -111px -304px;
        border: 1px solid #000;
    }
    #profile .comment-button:hover {
        background: url('../img/cd-sprite.png') no-repeat -111px -329px;
    }
    #profile .loop-entry .add-comment-container {
        bottom: 0 !important;
    }
    #profile .loop-entry-img-container:hover .add-comment-container {
        bottom: 0 !important;
    }
    #profile .add-comment-active {
        display: block;
        color: #000;
        top: 14px;
        right: 210px;
        padding: 0 0 0 25px;
    }
    #profile .add-comment-active .ico-comment,
    .loop-entry .add-comment-active .ico-comment {
        float: left;
        width: 23px;
        height: 18px;
        background: url('../img/cd-sprite.png') no-repeat -143px -20px;
        margin: 0 5px 0 0;
    }
    .add-comment-active .buy-similar-button-listing {
        position: absolute;
        width: 90px;
        display: inline-block;
        cursor: pointer;
        height: 22px;
        background: url('../img/buy-similar-btn.png') no-repeat;
        margin: 0 auto;
        bottom: 40px;
        left: 103px;
    }
    .add-comment-active .buy-similar-button-listing:hover {
        background: url('../img/buy-similar-btn.png') no-repeat;
    }
    .add-comment-active .buy-similar-button-listing-profile {
        position: absolute;
        width: 90px;
        display: inline-block;
        cursor: pointer;
        height: 22px;
        background: url('../img/buy-similar-btn.png') no-repeat;
        margin: 0 auto;
        bottom: 40px;
        left: 71px;
    }
    .add-comment-active .buy-similar-button-listing-profile:hover {
        background: url('../img/buy-similar-btn.png') no-repeat;
    }
}

@media (max-width: 1180px) {
    #masonry-item-modal #masonry-item-prev {
        /* margin-left:-518px; */
    }
    #masonry-item-modal #masonry-item-next {
        /* margin-right: -503px; */
    }
}

@media (max-width: 1024px) {
    .masonry {
        margin: 30px 0 0 8px;
    }
}

.avatar-onto a {
    text-transform: uppercase !important;
}

.profilePage-user-Name {
    text-transform: none !important;
}


/* Leadboard */

.browse-single .main {
    padding-bottom: 110px;
}

.leaderboard-container-community-iframe {
    position: absolute;
    bottom: 0px;
    width: 98%;
    clear: both;
    padding: 10px;
    /*background-image: url("//indo.zettecdn.com/static/top-loggedin-bkgd.png");*/
    background-color: #f6f6f6;
}

.caption-hashtag {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 15px;
    /* width: 270px; */
    width: calc(100% - 30px);
    /* margin: 15px; */
}

.caption-hashtag a {
    text-decoration: none;
    display: inline-block;
}

.caption-hashtag a:hover {
    text-decoration: underline;
}

.caption-hashtag .avatar-name {
    display: inline-block;
    margin: 0;
    font-family: AvenirNextLTPro-Bold;
}

.caption-hashtag .avatar-name a:hover {
    text-decoration: none;
}