/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.wcdp-preview-btn-div .wcdp-preview-btn {
    color: #fff;
    box-shadow: none !important;
}

.entry-summary .wcdp-preview-btn-div a.wcdp-preview-btn {
    text-decoration: none !important;
}

.entry-summary .wcdp-preview-btn {
    margin: 0 10px 10px 0 !important;
}

.entry-summary .wcdp-preview-btn .wcdp-preview-btn-div {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    #TB_window {
        max-width: calc(100% - 30px);
        left: 0;
        right: 0;
        margin: auto;
        margin-left: auto !important;
    }
}