/* *************************************************** */

/* MACLEANS - VIEWER Custom Styling  */

/* *************************************************** */


/* =================================================== */
/* TOP BAR */
/* =================================================== */
.bndvwr__top-bar {
    background-color: rgba(11,11,11,0.9) !important;
    background-color: #fff !important;
    border-bottom: 7px solid rgba(207,207,207,0.8);
}
.bndwvr__logo {
    background-position: 0px 0px;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}
.bndwvr__logo {
    width: 120px;
    height: 40px;
    background-image: url("../images/macleans-logo-black.png");
    background-size: 120px auto;
    background-position: center center;
    opacity: 1;
}
.bndvwr__button--close,
.bndvwr__button--close:hover {
    background-image: url('../../../libs/bondiviewer/default-skin/default-skin-alt.png') !important;
    background-size: 308px 88px;
    background-position: 0 -44px;
}
.bndvwr__button--close:hover {
    opacity: 1;
}
/* --------------------------------------- */
@media only screen and (max-width: 640px) {
    .bndwvr__logo { margin-left:-60px; }
}
/* --------------------------------------- */


/* =================================================== */
/* PAGE PRELOADER */
/*
.bndvwr__preloader { left: 20px; }
@media only screen and (max-width: 1024px) {
    .bndvwr__preloader { left: auto; }
}
*/
.bndvwr--css_animation .bndvwr__preloader__donut {
    border-color: #888 #888 transparent transparent;
}

/* =================================================== */








/* =================================================== */
/* JUMPLINKS BAR */
/* =================================================== */
.bndvwr__jump_bar .jumpbar__issue,
.bndvwr__jump_bar .jumpbar__title {
    font-family: 'TradeGothicCond', sans-serif;
}
.bndvwr__jump_bar .jumpbar__issue {
    border-left: solid 4px #D71722;
}
.bndvwr__jump_bar .jumpbar_jumplink {
    background-color: #D71722;
    font-family: 'TradeGothicCond', sans-serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
.bndvwr__jump_bar .jumpbar_jumplink:hover {
    background-color: #b71f28;
}

/* .bndvwr__jump_bar .bndvwr__button--jumpshare,  article permalink */
body.page_article .bndvwr__jump_bar .bndvwr__button--jumpshare, /* single article - do not show permalink */
.bndvwr__jump_bar .bndvwr__button--bookmark {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}








/* =================================================== */
/* BOTTOM BAR */
/* =================================================== */
.bndvwr__btm-bar {
    background-color: rgba(22,22,22,0.9) !important;
}
.bndvwr__counter {
    border-left: solid 1px #556;
    border-right: solid 1px #556;
}
.bndvwr__counter .bndvwr__ctr_pages {
    font-family: 'calluna', Georgia, serif;
    font-size: 17px;
    line-height: 17px;
    font-style: italic;
    letter-spacing: 0.1em;
    padding: 4px 0 7px 0;
}
.bndvwr__counter .bndvwr__ctr_index {
    font-family: sans-serif;
    font-size: 9px;
    line-height: 9px;
    color: #999;
}



/* =================================================== */
/* CUSTOM BUTTONS */

.bndvwr__btm-bar .bndvwr__button_custom {
    font-family: 'franklin-gothic-urw-cond',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	color: #ddd; /* gold #c6bea8 */
	font-weight: 300;
    font-size:11px;
    background: rgba(33, 33, 33, 0.9);
    border: solid 1px #333;
}
.bndvwr__btm-bar .bndvwr__button_custom:focus,
.bndvwr__btm-bar .bndvwr__button_custom:hover {
    background: #181c29; /* 333 */
    border: solid 1px #334;
}
.bndvwr__btm-bar .bndvwr__button_custom:active {
    background: #111;
    border-color: #111;
}




.bndwgt__plain_text_wrapper .actions .ui.button,
.bndvwr__btn_wide.bndvwr__button--text,
.bndvwr__btn_thin.bndvwr__button--text {
    font-family: 'franklin-gothic-urw-cond',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.bndwgt__plain_text_wrapper .actions .ui.button {
    border: solid 2px #555;
    border-radius: 0;
    background: transparent;
    color: #444;
    padding: 14px 36px;
}




/* =================================================== */
/* READ RAW TEXT BUTTON ADJUSTMENTS */
/* =================================================== */
/* Viewer */
.bndwgt_multiarticle_trigger strong,
.bndwgt_article_trigger strong.bndvwr__button--text {
    font-size: 0;
}
.bndwgt_multiarticle_trigger strong::before,
.bndwgt_article_trigger strong.bndvwr__button--text::before {
    content: 'Raw Text';
    font-size: 11px;
}
/* TOC Page TOP*/

.bndwgt__issuepage_top .toc_item__actions button.bndwgt_article_trigger .bndwgt_btn_text_content {
    display: none;
    font-size: 0
}
/* TOC page */
.bndwgt__text_wrapper button.bndwgt_article_trigger .bndwgt_btn_text_content {
    font-size: 0;
}
.bndwgt__text_wrapper button.bndwgt_article_trigger .bndwgt_btn_text_content::before {
    content: 'Read Raw Text';
    font-size: 13px;
}








/* =================================================== */
/* THUMBSTRIP */
/* =================================================== */
.bndvwr__btm-bar .bndvwr__button--thumbs_toggle { }
.bndvwr__thumbstrip { }
.bndvwr__thumbstrip li img { }

.bndvwr__thumbstrip li.selected .bndvwr__thumb_page {
    background-color: #D71722;
}
.flickity-prev-next-button:hover { }
/* =================================================== */









/* ---------------------------------------- */
/* VIEWER - END OF ARTICLE - VIEW FULL ISSUE SLIDE */
/* ---------------------------------------- */
.bnd_viewer_preview_continue { background-color: rgba(22,22,22,0.9); }
.bnd_viewer_preview_innerwrap { background-color: #f9f9f9; }
.bnd_viewer_preview_info { background-color: #fff; }
.bndvwr_slide_logo {
    background-image: url("../images/macleans-logo-black.png");
    background-size: 190px auto;
    width: 190px;
    height: 60px;
}
.bnd_viewer_preview_continue h1 {
    font-family: 'franklin-gothic-urw-comp','TradeGothicCond',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size:2.4em;
    color: #333;
    font-weight: 700;
}
.bndvwr_slide_text {
    font-family: 'Calluna', Georgia, serif;
    font-size: 18px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 100;
}

.bnd_viewer_preview_continue a.bndvwr_slide_continue,
.bnd_viewer_preview_continue a.bndvwr_slide_close {
    font-family: 'franklin-gothic-urw-comp','TradeGothicCond',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.bnd_viewer_preview_continue a.bndvwr_slide_close  {
    background-color: #333;
    color: #fff;
    letter-spacing: 0.1em;
}
.bnd_viewer_preview_continue .bndvwr__button--close  {
    background-image: none !important;
}

.bnd_viewer_preview_continue a.bndvwr_slide_continue {
    color: #333;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.bnd_viewer_preview_continue a.bndvwr_slide_continue:hover,
.bnd_viewer_preview_continue a.bndvwr_slide_close:hover {
    background-color: #D71722;
    border-color: #D71722;
    color: #fff;
}

/* ---------------------------------------- */
@media only screen and (max-width: 767px) {
    .bnd_viewer_preview_continue h1 { font-size: 2em; }
    .bnd_viewer_preview_continue a.bndvwr_slide_continue,
    .bnd_viewer_preview_continue a.bndvwr_slide_close { font-size: 16px; }
}
/* ---------------------------------------- */
@media only screen and (max-width: 640px) {
    .bndvwr_slide_logo {
        height: 40px;
        background-size: 160px auto;
    }
    .bnd_viewer_preview_continue h1 { font-size: 1.6em; }
    .bndvwr_slide_text { font-size: 16px; }
}
/* ---------------------------------------- */
@media only screen and (max-height: 600px) {
    .bndvwr_slide_logo {
        height: 30px;
        background-size: 140px auto;
    }
}
/* ---------------------------------------- */
