﻿.anthem-tagline { background: #000; color: #fff; font-weight: 600; font-size: .9em; padding: 10px 20px; }
.anthem-tagline .welcome { display: inline-block; }
.anthem-tagline .anthemHotline { float: right; }
.anthem-tagline a,
.anthem-tagline a:hover { color: #fff; }

.copyrightNEW { padding: 8px 15px; background: #000; font-size: .9em; }
.copyrightNEW p { color: #fff; }
.copyrightNEW p:last-child { margin: 0; }

@media screen and (max-width: 700px) {

    .anthem-tagline .anthemHotline,
    .anthem-tagline .welcome { display: block; float: none; }
}

@media screen and (max-width: 480px) {
    .anthem-tagline { font-size: .8em; }
}

@media screen and (max-width: 360px) {
    .anthem-tagline { font-size: .7em; padding: 10px 14px; }
}

.bannerHolder .banner img { width: 100%; }

/* ---------------- search box ---------------- */
#search { font-size: 1.1em; padding: 30px; margin-bottom: 40px; background-color: #000; color: #fff; }
#search .white_box { padding: 30px; border: 4px solid #7f7f7f; background: #fff; }
#search ul { list-style: none; margin: 0; padding: 0; }

#search label { display: none; }

#search .webForm > div { position: relative; }
#search .webForm .btn { position: absolute; top: 0; right: 0; width: 220px; }
#search .webForm input.text { width: calc(100% - 220px); border-color: #fff; }

#search .filter { text-align: center; }
#search .filter li { margin: 0 5px 10px; display: inline-block; background: #f3f3f3; }
#search .filter li a { width: 30px; height: 30px; line-height: 30px; text-align: center; display: block; }
#search .filter li a.disabled { opacity: 0.2; }
#search .filter li a:hover { background: #FFE600; color: #000; }

#search .magazine_list { overflow: hidden; margin-bottom: 10px; }
#search .magazine_list li { width: 50%; float: left; margin: 0px; padding-top: 4px; }
#search .magazine_list li a:hover { color: #111; text-decoration: underline; }

#browse h3 { color: #fff; }

@media screen and (max-width: 800px) {
    #search .webForm .btn { height: 35px; padding: 4px 16px; }
    #search .filter { text-align: left; }
}

@media screen and (max-width: 600px) {
    #search .magazine_list li { width: 100%; float: none; }
    #search .webForm .btn,
    #search .webForm input.text { width: 100%; position: relative; }
}

@media screen and (max-width: 480px) {
    #search { padding: 30px 20px; }
    #search .white_box { padding: 25px 20px; }
    #search .webForm { margin-bottom: 22px; }
}

@media screen and (max-width: 380px) {
    #search { font-size: 1em; }
    #search .filter li { margin: 0 10px 10px 0; }

    #search .filter li a { width: 28px; height: 28px; line-height: 28px; }
}

@media screen and (max-width: 350px) {
    #search .filter li a { width: 26px; height: 26px; line-height: 26px; }
}

/* = Theme
----------------------------------------------------------------------------------------------------------------- */
#wrap { min-height: 100vh; }

/* = Typography
-------------------------- */
h1, h2, h3, h4, h5, h6 { color: #777777; }
h1, h2, h3 { font-weight: 700; }

a { color: #000; }
a:hover { color: #333; }
hr { border-top: 1px solid #ccc; }
.highlight { color: #FFE600; }
.marked { color: #fff; background: #FFE600; }
.meta { color: #666; }

blockquote:before { color: #FFE600; }
blockquote p span:before { color: #FFE600; }

#mainContent p > a:not(.btn),
#mainContent .passwordReset { color: #333; }
#mainContent p > a:not(.btn):hover,
#mainContent .passwordReset:hover { text-decoration: underline; }

/* = Buttons
--------------------------- */
.btn { color: #000; border: 1px solid #FFE600; background-color: #FFE600; }
.btnImpact { background-color: #fff; color: #000; }

.btn:hover { color: #000; background-color: #ffcc00; border-color: #ffcc00; }
.btnAccent { border-color: #FFE600; background-color: #FFE600; }

.loginOptions .btn { padding: 4px 14px; }

.colRemove .btn:hover { background: url(/_img/remove.svg) no-repeat center center; }

.coCCBtn, .coChequeBtn, .coPaypalBtn { background: #fff; }
.coCCBtn:hover, .coChequeBtn:hover, .coPaypalBtn:hover { background: #111; border-color: #111; }
.coCCBtn .btn, .coChequeBtn .btn, .coPaypalBtn .btn { background: none; border-color: #222; }

.coCCBtn .btn:hover, .coChequeBtn .btn:hover, .coPaypalBtn .btn:hover { color: #fff; border-color: #111; }

.coCCBtn { background: #FFE600; }

.coPaypalBtn:hover { background: none; border-color: transparent; }

.coCCBtn:before { color: #000; }
.coChequeBtn:before { color: #FFE600; }

.coCCBtn:hover:before,
.coChequeBtn:hover:before { color: #fff; }

.hamburger span { background: #000; }
.hamburger span::before,
.hamburger span::after { background-color: #000; }

/* = Lists
-------------------------- */
.paging ul li a { color: #fff; background: #FFE600; }
.paging ul li a:hover { background: #454545; }
.paging ul li a.on { background: #080808; }

/* = Tables
-------------------------- */
th { border: 1px solid #888; background: #888; }
.rowItemStandout td { background: #a1c897; }

/* = Screen Messages
-------------------------- */
.msgImp { color: #fff; background: #8ec3d9; }
.msgImp a { color: #fff; }
.msgError { color: #fff; background: #e84d54; }
.msgSuccess { color: #fff; background: #a1c897; }
.msgSuccess h3 { color: #fff; }
.msgSuccess a { color: #fff; }
.msgAssist { background-color: #fff0bc; }

/* = Tabs
--------------------------- */
.tabs ul li a { color: #222; }
.tabs ul li a:hover { color: #666; }
.tabs ul li a.on { color: #111111; }
.tabs ul li a:hover:after { background: #666; }
.tabs ul li a:after { background: #fff; }
.tabs ul li a.on:after,
.tabs ul li a.on:hover:after { background: #ffcc00; }
.tabs .dropdownPrompt { background: #f7f7f7; border: 1px solid #ddd; color: #000; }
.tabs .dropdownPrompt:after { border-color: #444 transparent transparent transparent; }
.tabs .dropdown.showOptions { border: 1px solid #ddd; }
.tabs .dropdown.showOptions li a:hover { color: #FFE600; background: #000; }
.tabs .dropdown.showOptions a.on,
.tabs .dropdown.showOptions a.on:hover { background-color: #FFE600; color: #000; }

/* = Accordion
--------------------------- */
.accordion > h3 { color: #FFE600; border: 1px solid #FFE600; }
.accordion > h3:hover { background: #f3f3f3; border: 1px solid #FFE600; }
.accordion > h3.on { color: #fff; background: #FFE600; }

/* = Forms
----------------------------*/
.select:after { border-color: #444 transparent transparent transparent; }

.formList label:before,
.checkbox:before,
.check:before { border: 1px solid #ddd; }

.radList label.checked:after,
.formListRadio label.checked:after { background: #FFE600; }

.checkList label.checked:after,
.formList:not(.radList):not(.formListRadio) label.checked:after,
.checkbox.checked:after,
.check.checked:after { border: solid #333; border-width: 0 2px 2px 0; }

/* = Framework > Header items
------------------------------- */
.logo-actions-wrap { padding: 30px 0 25px; }

/*Replace logo, and change height to match exact logo height*/
.logo > a { background: url(/_img/anthem-publishing.jpg) no-repeat 0 50%; background-size: contain; height: 62px; }

.miniBasket .item:before { font-size: 17px; color: #ffcc00; }
.miniBasket .btn { color: #000; border-color: #000; background: none; }
.miniBasket .btn:before { background: #111; }
.miniBasket .btn:hover, .miniBasket .btn:focus, .miniBasket .btn:active { color: #fff; border-color: #111; }

.no-csstransforms3d .miniBasket .btn:hover,
.no-csstransforms3d .miniBasket .btn:focus,
.no-csstransforms3d .miniBasket .btn:active { background: #111; border-color: #111; }

.basket-geo-wrap .miniBasket { margin-top: 0; }

.loginOptions > span { margin-left: 12px; }

@media screen and (max-width: 800px) {
    .logo-actions-wrap { padding: 35px 0 25px; }
    .logo a { background-position: 50% 50%; margin: 0 auto; }

    .header-actions { margin-top: 20px; }
}

@media screen and (max-width: 700px) {
    .logo-actions-wrap { padding: 32px 0 25px; }
}

@media screen and (max-width: 620px) {
    .basket-geo-wrap .miniBasket { background: #f6f6f6; }
}

@media screen and (max-width: 600px) {
    .header-actions .headBanner { top: 25px; }
    .logo-actions-wrap { padding: 15px 0 25px; }
    .btnRenew { display: none; }

    .loginOptions, .loginOptions > span { margin-left: 0; }
}

@media screen and (max-width: 360px) {
    .logo { margin-top: 60px; }

    .logo-actions-wrap { padding: 20px 0; }

    .header-actions { margin-top: 15px; }
}

/* = Footer
----------------------------- */
#footer { border-top: 2px solid #000000; padding-top: 30px; }
#footer h3 { text-transform: uppercase; }
#footer ul { list-style: none; margin: 0; }
#footer .footerMenu3 ul { overflow: hidden; }
#footer .footerMenu3 li { width: 50%; float: left; }

.productCardIcons { margin: 30px 0; -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
.productCardIcons ul li { margin: 0 15px 15px 0; display: inline-block; }

@media screen and (max-width: 800px) {
    .productCardIcons { -webkit-transform: scale(1); transform: scale(1); }
    .productCardIcons ul li { width: 8vw; }
    .productCardIcons ul li:last-child { width: 100%; margin-top: 15px; margin-bottom: 0; }

    .productCardIcons ul li:nth-last-child(2) { width: 12vw; }
}


@media screen and (max-width: 480px) {
    #footer .footerMenu3 li { width: 100%; float: none; }

    .productCardIcons ul li { width: 10vw; margin: 0 12px 12px 0; }
    .productCardIcons ul li:nth-last-child(2) { width: 15vw; }
    .productCardIcons ul li:last-child { width: 50%; }
}

/* = Popup message
---------------------------- */
#popup .ClosePopup { background: #FFE600; }
#popup .ClosePopup:hover { background: #111; }

/* = Menu
---------------------------- */
#nav { background: #ffe600; }
#nav ul li a { color: #000; text-transform: uppercase; font-size: 15px; }
#nav ul li.liOn a { background: #ffcc00; color: #000; }
#nav ul li a:hover { background: #ffcc00; color: #000; }

#nav .home { width: 62px; position: relative; }
#nav .home a span { visibility: hidden; }

#nav .home a:before { font-family: "esco"; font-style: normal; font-weight: normal; speak: none; display: inline-block; vertical-align: baseline; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#nav .home a:before { font-size: 22px; position: absolute; content: '\e816'; }

@media screen and (max-width: 960px) {
    #nav ul li a { font-size: 14px; padding: 12px 16px; }
    #nav .home { width: 47px; }
}

@media screen and (max-width: 960px) {
    #nav ul li a { padding: 12px; }
}

@media screen and (max-width: 800px) {
    #nav ul li a { padding: 12px 20px; }
    #nav ul li.home.liOn a { background: transparent; }
}

@media screen and (max-width: 600px) {
    .main-nav-wrap { background: #FFE600; }
    #nav { background: none; }
    #nav ul li { border-bottom: 1px solid #e2cd0d; }
    .shopHotline { background: #ececec; color: #FFE600; }
    #nav .home { display: none; }
}

@media screen and (max-width: 340px) {
    #nav { background: none; }
}

/* =  Menu > submenu
-------------------------------- */
#subNav { background: #111; }
#subNav ul li a { color: #fff; }

.submenuTrigger { color: #fff; background: #656565; }
.submenuTrigger .hamburger span { background: #fff; }
.submenuTrigger .hamburger span:before, .submenuTrigger .hamburger span:after { background-color: #fff; }
.submenuTrigger .hamburger.is-active span { background: none; }

@media screen and (max-width: 800px) {
    #subNav { background: #f5f5f5; }
    #subNav ul li a { color: #000; }
}

/* = Product list
--------------------------------*/
.prodImages { float: left; }
.productList ul li .price { color: #333; }
.productList ul li h4 { color: #000; }

.productList ul li { padding: 0 15px 10px; }
.productList ul li header,
.productList ul li footer { display: block; width: 100%; position: relative; text-align: center; }
.productList ul li header img { width: 100%; max-width: 100%; margin-bottom: 20px; }
.productList ul li .price { display: none; }
.productList ul li .btn { width: 100%; font-size: 1.25em; }
.productList ul li h4 { margin-bottom: 20px; }

/* Products > Four wide wide*/
.productListFourWide ul li { float: left; width: 23.5%; margin: 0 2% 3% 0; }
.productListFourWide ul li:nth-child(3n+3) { margin-right: 2%; clear: none; }
.productListFourWide ul li:nth-child(3n+1) { clear: none; }
.productListFourWide ul li:nth-child(4n+4) { margin-right: 0; clear: right; }
.productListFourWide ul li:nth-child(4n+1) { clear: left; }

#mainContent .geoSwitcher > span { font-weight: 600; }
#mainContent .geoSwitcher > span,
#mainContent .geoSwitcher > .select { margin-right: 10px; display: inline-block; vertical-align: baseline; }

#mainContent .geoSwitcher { float: right; width: calc(100% - 240px); margin-bottom: 35px; }
#mainContent .geoSwitcher .select,
#mainContent .geoSwitcher select { width: 250px; float: none; }

/* = Out of stock
--------------------------------*/
.soldout img { position: relative; opacity: 0.6; }
.soldout header:after { content: 'Out of Stock'; background-color: #d93e4d; color: #fff; font-size: 20px; padding: 18px 32px; position: absolute; display: block; width: 120px; height: 24px; bottom: 40px; left: -10px; -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2); box-shadow: 0px 3px 15px rgba(0,0,0,0.2); }

.soldout .btn { background-color: #bac6d8; border-color: #bac6d8; cursor: initial; }

@media screen and (max-width: 1024px) {
    .productListFourWide ul li:nth-child(3n+3),
    .productListFourWide ul li:nth-child(3n+1),
    .productListFourWide ul li:nth-child(odd) { clear: none; }
    .productListFourWide ul li:nth-child(3n+3) { margin-right: 2%; }
    .productListFourWide ul li:nth-child(2n+2) { margin-right: 2%; clear: none; }

    .productListFourWide ul li:nth-child(4n+4) { margin-right: 0; clear: right; }
    .productListFourWide ul li:nth-child(4n+1) { clear: left; }
}

@media screen and (max-width: 950px) {
    .productListFourWide ul li { padding: 0 10px 10px; width: 32%; margin: 0 2% 3% 0; }
    .productListFourWide ul li:nth-child(4n+4),
    .productListFourWide ul li:nth-child(4n+1) { clear: none; margin-right: 2%; }

    .productListFourWide ul li:nth-child(3n+3) { margin-right: 0; clear: right; }
    .productListFourWide ul li:nth-child(3n+1) { clear: left; }
}


@media screen and (max-width: 700px) {
    .productListFourWide ul li { padding: 0 10px 20px; width: 49%; margin: 0 2% 4% 0; }

    .productListFourWide ul li:nth-child(3n+3),
    .productListFourWide ul li:nth-child(3n+1),
    .productListFourWide ul li:nth-child(4n+4),
    .productListFourWide ul li:nth-child(4n+1) { margin-right: 2%; clear: none; }

    .productListFourWide ul li:nth-child(2n+2) { margin-right: 0; clear: right; }
    .productListFourWide ul li:nth-child(odd) { clear: left; }

    #mainContent .geoSwitcher > span,
    #mainContent .geoSwitcher > .select,
    #mainContent .geoSwitcher select { width: 100%; display: block; }

    #mainContent .geoSwitcher > .select { margin-top: 10px; }
}

@media screen and (max-width: 600px) {
    .prodImages { float: none; }
    .productList ul li:last-child { margin-bottom: 35px; }

    #mainContent .geoSwitcher { margin: 30px 0 0; float: none; width: 100%; }

    .soldout header:after { font-size: 14px; width: 100px; padding: 16px 12px; }
}


@media screen and (max-width: 480px) {
    .productListFourWide ul li { width: 47%; margin: 0 4% 4% 0; padding: 0; font-size: .9em; }

    .productListFourWide ul li:nth-child(3n+3),
    .productListFourWide ul li:nth-child(3n+1),
    .productListFourWide ul li:nth-child(4n+4),
    .productListFourWide ul li:nth-child(4n+1) { margin-right: 4%; }

    .productListFourWide ul li:nth-child(2n+2) { margin-right: 0; clear: right; }
    .productListFourWide ul li:nth-child(odd) { clear: left; }
}

@media screen and (max-width: 400px) {
    .productListFourWide ul li { font-size: .8em; }
    .productListFourWide ul li h4,
    .productListFourWide ul li header img { margin-bottom: 15px; }
}

@media screen and (max-width: 360px) {
    .productListFourWide ul li { font-size: .75em; }
    .productListFourWide ul li h4,
    .productListFourWide ul li header img { margin-bottom: 12px; }
    .productListFourWide ul li .btn { font-size: 1.3em; }
}

/* = Checkout proccess
----------------------------------------------------------------------------------------------------------------- */
.checkoutProgress li a { background: #333; color: #FFE600; }
.checkoutProgress li a:after { border-color: transparent transparent transparent #333; -webkit-transition: border-color .3s ease; transition: border-color .3s ease; }
.checkoutProgress li a:hover:after { border-color: transparent transparent transparent #111; }

.checkoutProgress li a.btnDisabled:hover { background: #000; color: #FFE600; }
.checkoutProgress li a.btnDisabled:hover:after { border-color: transparent transparent transparent #000; }

.checkoutProgress .progressActive a,
.checkoutProgress .progressComplete a { background: #FFE600; color: #000; }

.checkoutProgress .progressActive a:after,
.checkoutProgress .progressComplete a:after { border-color: transparent transparent transparent #FFE600; }

.checkoutProgress .progressActive a:hover:after,
.checkoutProgress .progressComplete a:hover:after { border-color: transparent transparent transparent #FFE600; }

@media screen and (max-width: 900px) {
    .checkoutProgress .progressActive:first-child a:after { border-color: #FFE600; }

    .checkoutProgress li.progressComplete:first-child a:after,
    .checkoutProgress li.progressComplete:first-child a:hover:after { border-color: transparent #FFE600 transparent transparent; }
}

#mainContent { position: relative; }
.page-loading { visibility: hidden; opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background: #fff url(/_img/loader_big.gif) no-repeat center 200px; z-index: 999; -webkit-transition: opacity .3s ease, visibility .3s ease; transition: opacity .3s ease, visibility .3s ease; -webkit-transition-delay: 0s, .3s; transition-delay: 0s, .3s; }
.async-hide .page-loading { visibility: visible; opacity: 1; }

@media screen and (max-width: 800px) {
    .page-loading { background-size: 40px 40px; background-position: center 100px; }
}

@media screen and (max-width: 400px) {
    .page-loading { background-size: 34px 34px; }
}

@media screen and (max-width: 360px) {
    .page-loading { background-position: center 80px; background-size: 32px 32px; }
}


/* = News
----------------------------------------------------------------------------------------------------------------- */
.news ul { list-style: none; margin: 0; padding: 0; }
.news ul li { float: left; width: 23.5%; margin: 0 2% 3.5% 0; }
.news ul li h3 { color: #000; margin-bottom: 10px; }
.news ul li h4 { margin: 12px 0; }
.news ul li a { font-weight: 600; }
.news ul li img { width: 100%; }
.news ul li:nth-child(4n+4) { margin-right: 0; clear: right; }
.news ul li:nth-child(4n+1) { clear: left; }

.newsview h1 { margin-bottom: 15px; color: #111; font-size: 1.8em; }
.newsview:after { content: ""; display: table; clear: both; }

.newsview + div { margin-top:40px; overflow:hidden;  }

@media screen and (max-width: 950px) {
    .news ul li { padding: 0 10px 10px; width: 32%; margin: 0 2% 3% 0; }
    .news ul li:nth-child(4n+4),
    .news ul li:nth-child(4n+1) { clear: none; margin-right: 2%; }

    .news ul li:nth-child(3n+3) { margin-right: 0; clear: right; }
    .news ul li:nth-child(3n+1) { clear: left; }
}

@media screen and (max-width: 700px) {
    .news ul li { padding: 0 10px 20px; width: 49%; margin: 0 2% 4% 0; }

    .news ul li:nth-child(3n+3),
    .news ul li:nth-child(3n+1),
    .news ul li:nth-child(4n+4),
    .news ul li:nth-child(4n+1) { margin-right: 2%; clear: none; }

    .news ul li:nth-child(2n+2) { margin-right: 0; clear: right; }
    .news ul li:nth-child(odd) { clear: left; }
}

@media screen and (max-width: 380px) {
    .news ul li { padding: 0; width: 100%; margin: 0 0 25px; }

    .news ul li:nth-child(3n+3),
    .news ul li:nth-child(3n+1),
    .news ul li:nth-child(4n+4),
    .news ul li:nth-child(4n+1) { margin-right: 0; clear: none; }
}
