/* Idea Board */
.aligncenter {text-align: center}
.wd-project .project-link {visibility: hidden}
#tab-inspiration .wd-title-text {visibility: var(--visibility-none);display: var(--display-none);opacity: var(--opacity-none)}
.idb-single .entry-header, .idb-single .entry-thumbnail, .wd-project .entry-header, .wd-project .entry-thumbnail {overflow: visible}
.idb-single .wd-image-hotspot.hotspot-type-product {opacity:0;transition: all 0.5s ease}
.idb-single:hover .wd-image-hotspot.hotspot-type-product {opacity:1}
.portfolio-entry .entry-header, .portfolio-entry .entry-thumbnail {overflow:visible!important}
.portfolio-entry .entry-thumbnail, .idb-header {position:relative; max-width: 1024px}
.wpulike-robeen .count-box {margin-right: 10px}
.cat-list {margin-bottom: 0 !important}
.tag-list {font-size: 12px}
.tag-list a {color: var(--color-gray-400)}

@media (max-width: 764px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .idb-header {margin-top: -40px; margin-bottom: 40px}
    .idb-single .entry-header, .idb-single .entry-thumbnail {overflow: visible}
    .idb-single .wd-image-hotspot.hotspot-type-product {opacity:1}
    .wd-image-hotspot.hotspot-type-product {display:block!important}
}