/*
Theme: Wolfe Publishing Theme
Author: Infront Webworks
Copyright: 2018
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');


/*----General Styles-------
---------------------*/
body {
    font-size: 16px;
    color: #333333;
}

.row {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
}

a, a:visited, a:focus {
    color: #483F39;
}
/* Typograhy */
h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
    color: #483F39;
}

h2 {
    font-weight: 500;
}


.header-link a {
    font-size: 1rem;
}

    .header-link a:after {
        content: ">";
        padding-left: 12px;
    }

.form-group button {
    padding: .5em .75em;
    border: 0;
    border-radius: 3px;
    background: #e2e2e2;
    line-height: 1;
    cursor: pointer;
}

    .form-group button:hover {
        background: #efefef;
    }

@media screen and (min-width: 640px) {
    .header-link a:before {
        content: "|";
        font-size: 2.5rem;
        padding: 0 12px;
    }
}

@media screen and (max-width: 640px) {

    .header-link a {
        margin-top: .25em;
        padding: .5em 0 .5em 0;
        display: block;
        clear: both;
        font-weight: 800;
        font-size: .65em;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
}

/*----Magazine Logos-------
---------------------*/
.logo-bar {
    background: url(/WolfePublishing/Images/header_line.png) top left repeat-x;
    background-color: #929497;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.header {
    margin-bottom: 0;
}

.logo-bar .logo-text {
    position: relative;
    text-align: center;
    padding-top: 8px;
    padding-bottom: .5em;
    cursor: pointer;
}

    .logo-bar .logo-text:not(.hide-slide):after {
        top: 60%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(100, 100, 100, 0);
        border-bottom-color: #777777;
        border-width: 8px;
        margin-left: -8px;
    }

    .logo-bar .logo-text.hide-slide:after {
        top: 80%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

.logo-bar #logos {
    max-width: 65rem;
}

    .logo-bar #logos li {
        display: inline-block;
        list-style-type: none;
        height: 60px;
        float: left;
    }

        .logo-bar #logos li a {
            display: block;
            width: 100%;
            height: 100%;
        }

.zone-top-logos, .zone-top-logos .widget-top-logos {
    width: 100%;
}

    .zone-top-logos .widget-top-logos > ul {
        display: flex;
        width: 100%;
    }

.logo-bar #logos li#hunter {
    width: 14%;
    margin-right: 3%;
}

    .logo-bar #logos li#hunter a {
        background: url(/WolfePublishing/Images/logo_hunter.png) bottom left no-repeat;
        background-size: contain;
    }

        .logo-bar #logos li#hunter a:hover {
            background: url(/WolfePublishing/Images/logo_hunter_hover.png) bottom left no-repeat;
            background-size: contain;
        }

.logo-bar #logos li#rifle {
    width: 12%;
    margin-right: 3%;
}

    .logo-bar #logos li#rifle a {
        background: url(/WolfePublishing/Images/logo_rifle.png) bottom left no-repeat;
        background-size: contain;
    }

        .logo-bar #logos li#rifle a:hover {
            background: url(/WolfePublishing/Images/logo_rifle_hover.png) bottom left no-repeat;
            background-size: contain;
        }

.logo-bar #logos li#handloader {
    width: 17%;
    margin-right: 3%;
}

    .logo-bar #logos li#handloader a {
        background: url(/WolfePublishing/Images/logo_handloader.png) bottom left no-repeat;
        background-size: contain;
    }

        .logo-bar #logos li#handloader a:hover {
            background: url(/WolfePublishing/Images/logo_handloader_hover.png) bottom left no-repeat;
            background-size: contain;
        }

.logo-bar #logos li#blackpowder {
    width: 16%;
    margin-right: 2%;
}

    .logo-bar #logos li#blackpowder a {
        background: url(/WolfePublishing/Images/logo_blackpowder.png) bottom left no-repeat;
        background-size: contain;
    }

        .logo-bar #logos li#blackpowder a:hover {
            background: url(/WolfePublishing/Images/logo_blackpowder_hover.png) bottom left no-repeat;
            background-size: contain;
        }

.logo-bar #logos li#loaddata {
    width: 9%;
}

    .logo-bar #logos li#loaddata a {
        background: url(/WolfePublishing/Images/logo_loaddata.png) bottom left no-repeat;
        background-size: contain;
    }

        .logo-bar #logos li#loaddata a:hover {
            background: url(/WolfePublishing/Images/logo_loaddata_hover.png) bottom left no-repeat;
            background-size: contain;
        }

.logo-bar #logos li#upland {
    width: 20%;
    margin-right: 1%;
}

    .logo-bar #logos li#upland a {
        background: url(/WolfePublishing/Images/logo_upland.png) bottom left no-repeat;
        background-size: contain;
    }

        .logo-bar #logos li#upland a:hover {
            background: url(/WolfePublishing/Images/logo_upland_hover.png) bottom left no-repeat;
            background-size: contain;
        }

@media screen and (max-width: 880px) {
    .magazine-logos {
        display: none;
    }
}
/*----Header Logo-------
---------------------*/
.header-logo {
    padding: 2em .5em .5em .5em;
}

    .header-logo img {
        /* max-width: 350px; */
    }

#middle-header {
    background: #d9cfbb;
}

#header-promo {
    padding-top: .75em;
    text-align: right;
}

#header-promo-interior {
    padding-top: 1.25rem;
    text-align: right;
}

@media screen and (max-width: 1280px ) {
    .header-logo img {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .header-logo {
        padding: .5em 1em;
    }

        .header-logo img {
            display: block;
            width: auto;
            max-height: 60px;
            margin: 0 auto;
        }
}


/* primary nav */
.top-nav {
    height: auto;
    background: #594d47;
    margin-bottom: 0;
    padding: .5rem 0;
}

    .top-nav > .row > .columns > ul {
        list-style-type: none;
        position: relative;
        display: inline-block;
        margin: 0;
    }

    .top-nav > .row > .columns ul > li {
        margin-right: 2rem;
        margin-bottom: 1em;
        position: relative;
        display: inline-block;
    }

    .top-nav > .row > .columns ul.navbar-nav > li:after {
        right: -.5em;
        top: -4px;
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 10px;
        border-color: transparent transparent transparent #ddd4c2;
        transition: border ease-in-out .1s;
    }

    .top-nav > .row > .columns ul.navbar-nav > li:nth-child(2) > a:after, .top-nav > .row > .columns ul.navbar-nav > li:nth-child(2) > a {
        border-color: transparent transparent transparent #F8911A;
        color: #F8911A;
    }

    .top-nav > .row > .columns ul.navbar-nav > li > a {
        font-size: .75em;
        transition: color ease-in-out .1s;
    }

    .top-nav > .row > .columns ul.navbar-nav > li:hover > a {
        color: #d9cfbb;
    }

        .top-nav > .row > .columns ul.navbar-nav > li:hover > a:after {
            border-color: transparent transparent transparent #ffffff;
        }

    .top-nav > .row > .columns ul.pages-menu > li:last-child {
        margin-right: 0;
    }

        .top-nav > .row > .columns ul.pages-menu > li:last-child > a:after {
            content: '';
            padding-left: 0;
        }

    .top-nav li,
    .top-nav li a {
        color: #ffffff;
        font-family: 'Roboto Slab', serif;
        text-transform: uppercase;
        font-weight: 700;
    }

.menu-main-menu > li > a {
    padding: .5em 0;
}

.top-nav > .row > .columns ul {
    font-size: 1.5rem;
    line-height: .75em;
}

.top-nav li#store div.level_2 {
    display: none;
}

.navbar-nav {
    padding-top: .5em;
}

.top-nav li#store:hover div.level_2 {
    display: block;
    position: absolute;
    z-index: 100;
    left: -180px;
    background: #594d47;
}

.top-nav li#store div.level_2 ul {
    width: 1200px;
    padding: 1rem 2rem;
    line-height: 1rem;
}

.top-nav li#store div.level_2 a {
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
}

.top-nav li#store div.level_2 ul > li {
    display: inline-block;
    clear: none;
    width: 24%;
    float: left;
}

.top-nav li#store div.level_2 > ul > li > a {
    padding-bottom: 1rem;
    padding-right: .5rem !important;
}

.top-nav li#store div.level_2 > ul > li > ul {
    display: block !important;
    visibility: visible !important;
    top: 0;
    position: relative;
    margin: 0;
    line-height: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.top-nav li#store div.level_2 > ul > li:nth-child(3) > ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.top-nav li#store div.level_2 > ul > li > ul li a {
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
    font-size: 0.875rem;
}

.top-nav li#store div.level_2 > ul > li > ul > li > ul {
    display: none;
}

.top-nav li#store div.level_2 > ul > li > ul > li:hover > ul {
    position: relative;
    top: 0;
    left: 2rem;
}

.top-nav ul li.dropdown {
    text-decoration: underline;
}

.top-nav ul > li > ul > li a {
    font-size: .9rem;
}

.top-nav ul.sf-menu li li.sfHover ul,
.top-nav ul.sf-menu li li:hover ul {
    left: 0;
}

.top-nav .sf-menu li.sfHover ul,
.top-nav .sf-menu li:hover ul {
    top: 1.9em;
}

.top-nav .is-dropdown-submenu {
    background-color: #333333;
    border: 0;
}

.dropdown.menu a {
    padding: 0 .5em;
}

.dropdown.menu > ul {
    margin-top: .25em
}

    .dropdown.menu > ul > li a {
        padding: 1em 1em 0em 1em !important;
        text-transform: none;
        font-weight: 400;
    }

    .dropdown.menu > ul > li:hover a {
        text-decoration: underline;
    }

@media screen and (max-width:1280px) {
    .top-nav {
        height: auto;
    }

        .top-nav .small-12.medium-12.large-8.columns.hide-for-medium-only {
            max-width: 62%;
        }

        .top-nav .columns.small-12.medium-11.large-4.hide-for-medium-only {
            min-width: 38%;
        }

        .top-nav > .row > .columns ul.navbar-nav > li {
            margin: .5em .5em;
        }

            .top-nav > .row > .columns ul.navbar-nav > li > a {
                padding: .25em .25em;
                font-size: .70em;
                line-height: .75em !important;
            }
}
/*----Secondary Nav-------
---------------------*/
.top-nav > .row > .columns .secondary-nav ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

    .top-nav > .row > .columns .secondary-nav ul > li {
        margin: 0;
        padding-right: 1em;
    }

        .top-nav > .row > .columns .secondary-nav ul > li img {
            max-height: 40px;
        }

        .top-nav > .row > .columns .secondary-nav ul > li > a {
            font-size: .65em;
            line-height: .25em;
            transition: color ease-in-out .1s;
        }

        .top-nav > .row > .columns .secondary-nav ul > li:hover > a {
            color: #ddd4c2;
        }

.top-nav > .row > .columns .secondary-nav .search-item i, .top-nav > .row > .columns .secondary-nav .search-item button {
    cursor: pointer;
    color: #ffffff;
}

.top-nav > .row > .columns .secondary-nav .search-item button {
    padding: .25em;
    transition: background-color ease-in-out .2s;
}

    .top-nav > .row > .columns .secondary-nav .search-item button:hover {
        background-color: #ddd4c2;
    }

        .top-nav > .row > .columns .secondary-nav .search-item button:hover i {
            color: #594d47;
        }

#footer li.dropdown > ul {
    display: none;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '/';
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: transparent transparent;
    right: 0;
    left: auto;
    padding: 0 .5rem;
    margin-top: -12px;
}

/*----MobileNav-------
---------------------*/

#mobile-nav .title-bar {
    background-color: #594d47
}

#mobile-nav ul {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 600;
}

#mobile-nav hr {
    width: 100%;
    margin: 0 0 1em 0;
    border-bottom: 1px solid;
    border-color: #efefef;
}

#mobile-nav ul > li > a {
    display: block;
    padding: .75em .5em;
}

#mobile-nav .top-bar {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.45);
    z-index: 9;
}

#mobile-nav .secondary-nav {
    width: 100%;
}

    #mobile-nav .secondary-nav ul {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    #mobile-nav .secondary-nav li {
        padding: .25em .5em;
    }

        #mobile-nav .secondary-nav li img {
            max-height: 30px;
        }

    #mobile-nav .secondary-nav a {
        font-size: .75em;
    }

#mobile-nav .home-shopping-menu li {
    font-size: .8rem;
    padding: .25em .5em;
}

/*----Subscribe Tab-------
---------------------*/

.subscribe-tab {
    padding-top: .75em;
}

    .subscribe-tab .subscribe-button, .subscribe-tab .shop-button {
        display: block;
        float: right;
        padding: .5em 1.25em;
        margin-left: .5em;
        border-radius: 10px 10px 0 0;
        font-weight: 600;
        font-size: .85em;
        box-shadow: 0 -3px 5px rgba(0,0,0,.25);
        transition: all ease-in-out .1s;
    }

    .subscribe-tab .subscribe-button {
        background-color: #F8911A;
    }

    .subscribe-tab .shop-button {
        background-color: #695A53;
        color: #fff
    }

    .subscribe-tab .subscribe-button:hover {
        color: #fff;
        box-shadow: 0 -2px 12px rgba(0,0,0,.25);
    }

/*----Search Modal-------
---------------------*/
.full.reveal.without-overlay {
    background-color: rgba(255,255,255,.9);
}

.close-button span {
    font-size: 1.5em;
}

#searchModal input[type=text], .result-header h3, .result-type h3 {
    color: #666666;
}

#searchModal input[type=text] {
    padding: 2em 0 1em 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #483f39;
    font-size: 1.5em;
}

    #searchModal input[type=text]::-webkit-input-placeholder {
        font-size: 3em;
        font-family: 'Roboto Slab';
        color: #888888;
    }

    #searchModal input[type=text]:-ms-input-placeholder {
        font-size: 3em;
        font-family: 'Roboto Slab';
        color: #888888;
    }

    #searchModal input[type=text]::-ms-input-placeholder {
        font-size: 3em;
        font-family: 'Roboto Slab';
        color: #888888;
    }

    #searchModal input[type=text]::placeholder {
        font-size: 3em;
        font-family: 'Roboto Slab';
        color: #888888;
    }

.result-header h3 {
    padding-bottom: 1em;
    font-weight: 800;
    text-align: center;
}

.result-type {
    border-top: 1px solid #483f39;
    padding: 1em 0;
    text-align: center;
}

/*----Breadcrumb-------
---------------------*/
.Breadcrumb ul {
    margin-bottom: 0;
    margin-top: .5rem;
}

.Breadcrumb li,
.Breadcrumb li a {
    font-size: 1rem;
    margin-right: 0 !important;
    padding-right: .5rem;
}

    .Breadcrumb li a {
        background: none;
        padding-right: 0;
    }

        .Breadcrumb li a:after {
            content: '/';
            padding-left: .75rem;
            margin-left: -.5rem;
        }

#search {
    padding-top: .5em;
    display: inline-block;
    float: right;
}

    #search input[type="text"] {
        width: 210px;
        height: 35px;
        float: left;
        background: #d9cfbb;
        border: none;
        border-radius: 0;
    }

    #search input[type="submit"] {
        width: 35px;
        height: 35px;
        float: right;
        background: #483f39;
        color: #ddd4c2;
        border: none;
    }

    #search button, #search button i {
        color: #fff;
        font-size: 1.25em;
    }

#shopping-menu {
    text-align: right;
    padding-bottom: .25rem;
    margin-top: -.5rem;
}

    #shopping-menu ul {
        list-style-type: none;
        margin-bottom: 0;
        padding-top: .25rem;
    }

        #shopping-menu ul li {
            display: inline-block;
            margin: 0;
        }

            #shopping-menu ul li:after {
                content: '|';
                font-size: 1rem;
                font-weight: 100;
            }

            #shopping-menu ul li:last-child:after {
                content: '';
            }

            #shopping-menu ul li a {
                font-family: 'Arial', sans-serif;
                font-size: .85rem;
                text-decoration: underline;
            }

                #shopping-menu ul li a:after {
                    content: '';
                    padding: 0;
                }

    #shopping-menu .form-inline {
        display: inline-block;
        padding: 0;
    }
    #shopping-menu button {
        cursor: pointer;
        text-decoration: underline;
    }

.home-shopping-menu {
    padding: .75rem 0;
}

    .home-shopping-menu a {
        color: #594d47;
        font-weight: bold;
        text-transform: uppercase;
    }


/* home featured products */
#home-featured .ProductActionAdd {
    display: none;
}

#home-featured h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}


/* home categories list */
#home-categories .row {
    margin-top: 2rem;
}

#home-categories h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#home-categories ul {
    text-align: center;
}

#home-categories li {
    display: inline-block;
    float: left;
}

#home-categories span {
    display: block;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

#home-categories .flex-control-paging {
    display: none;
}

#home-categories div.flexslider {
    margin-bottom: 1rem;
}

#home-categories a.slider-view-all {
    text-decoration: underline;
    float: right;
    padding-right: 0.9375rem;
    text-transform: uppercase;
    font-weight: bold;
}

#home-categories .flex-direction-nav a {
    opacity: 1;
}
/*--Content Light--*/

.content-light * {
    color: #D8CEBA;
}

/*--Sub Buttons--*/
.sub-button-lg, a.sub-button-lg, .sub-button-sm, a.sub-button-sm {
    position: relative;
    display: block;
    padding: 12px 50px 12px 12px;
    color: #0A2C1E;
    background: #F8911A;
    transition: background ease .2s;
}

.sub-button-lg, a.sub-button-lg {
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
}

.sub-button-sm, a.sub-button-sm {
    margin-bottom: .25rem;
    font-weight: 700;
}

    .sub-button-lg:hover, a.sub-button-lg:hover, .sub-button-sm:hover, a.sub-button-sm:hover {
        color: #0A2C1E;
        background: #ffffff;
        box-shadow: 0 5px 2px rgba(0,0,0,.15);
    }

.sm-button-txt, .sm-button-txt .sub-button-lg {
    display: block;
    font-size: .9rem;
    text-transform: none;
    font-weight: 500;
}

.sub-button-lg:after, a.sub-button-lg:after, .sub-button-sm:after, a.sub-button-sm:after, .sm-button:after {
    left: 90%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #0A2C1E;
    border-width: 10px;
    margin-top: -10px;
    z-index: 9;
}

.sm-button {
    position: relative;
    display: inline-block;
    padding: .5em 2em .5em 1em;
    background: #D8CEBA;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #0A2C1E;
}
/*.sm-button:after {
	right: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #0A2C1E;
	border-width: 10px;
	margin-top: -10px;
}*/

.sub-notice {
    background-color: #a20000;
    padding: 5px;
}

    .sub-notice span, .sub-notice p, .sub-notice a {
        text-align: center;
        margin-bottom: 0;
        color: #ffffff;
    }

/*--Hero row--*/

.hero-row > .row {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

    .hero-row > .row > .columns {
        padding: 0;
    }

.hero-row img {
    width: 100%;
    height: auto;
}
/*--Intro row--*/
.intro-row {
    margin-bottom: 2em;
    border-bottom: 1px solid #5C4F4A;
}

    .intro-row > .row > .columns {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

.subscribe-buttons.columns {
    padding: 1em !important;
    background: #F1F1F1;
}

.intro-row.article-intro {
    background-color: #f1f1f1;
}

.issue-intro p {
    font-size: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.intro-row.article-intro .subscribe-buttons.columns {
    padding: 1em !important;
    background: #e8e8e8;
}

.pagination-links a.button {
    padding: 1em;
    display: block;
    background: #D8CEBA;
    color: #483F39;
}

.pagination-links {
    position: relative;
}

    .pagination-links.prev-link:after {
        left: 10%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #0A2C1E;
        border-width: 10px;
        margin-top: -10px;
        z-index: 999
    }

    .pagination-links.next-link:after {
        left: 90%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #0A2C1E;
        border-width: 10px;
        margin-top: -10px;
        z-index: 999
    }

@media screen and (min-width: 662px) {
    .subscribe-buttons .sub-button-lg {
        margin: .5em 0;
    }
}
/*--Content Area--*/

.content-area {
    padding: 2em 0;
}

.article-image-main {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1.5em;
}
/*body:not(.article-single) .article-section-header {
    margin-bottom: 1em;
}*/
body.article-single .article-section-header {
    padding-top: 1em;
}

h1.article-section-header {
    font-size: 4rem;
    line-height: 3.65rem;
    font-weight: 700;
    text-align: center;
}

h3.article-subtitle, .article-subtitle {
    font-size: 1.75rem;
    letter-spacing: .1rem;
    font-weight: 200;
    text-align: center;
}

.article-info {
    text-align: center;
    font-size: .825em;
    font-weight: 600;
}

.article-containers {
    margin-bottom: 1.5em;
}

    .article-containers > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.article-image, .article-image-small {
    position: relative;
    min-height: 250px;
    margin: 1em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a.thumb-link {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.article-image img, .article-image-small img {
    display: block;
    margin: 12px auto;
}

.article-image.with-caption, .article-image-small.with-caption {
    border-bottom: 1px solid #5C4F4A;
    padding-bottom: 1em;
}

.article-header {
    display: block;
    padding-bottom: .25em;
    margin-bottom: .5em;
    border-bottom: 1px solid #5C4F4A;
}

.image-node {
    display: table;
    margin: 0 0 1.125em 0;
}

    .image-node.float-left {
        margin: .25em 1.2em 1em 0;
    }

    .image-node.float-right {
        margin: .25em 0 1em 1.2em;
    }

    .image-node.float-center {
        margin: .25em auto 1em auto;
    }

.photo-caption {
    display: table-caption;
    caption-side: bottom;
    padding: .25em 0;
    text-align: left;
    font-size: .9em;
    font-style: oblique;
}

.article-containers .read-more {
    display: inline-block;
    font-weight: 600;
    font-size: .85rem;
}

.article-conatainers {
    position: relative;
    /*height: 350px;
    overflow: hidden;*/
}

    .article-conatainers.article-hidden {
        height: 800px;
        overflow: hidden;
    }

.article-subscribe-shield {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    padding: 40px 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.0) 0%,,rgba(255,255,255,.9) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.0) 0%,,rgba(255,255,255,.9) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

    .article-subscribe-shield .sub-button-sm {
        position: relative;
        display: block;
        width: 100%;
        padding: 12px 50px 12px 12px;
        bottom: -75px;
        border-radius: 0;
        cursor: pointer;
        line-height: 24px;
        /* position: absolute; */
        /* margin: 0 33% 1em 33%; */
        /* max-width: 300px; */
    }

.issue-items .medium-3 > .row {
    align-items: center;
    padding-bottom: .5em;
}

.issue-items .sub-button-sm {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 8px;
    cursor: pointer;
    font-size: .9rem;
    line-height: 16px;
    text-align: left;
}

ul.side-toc {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.toc-article-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
}

.height: 60px; background-size: contain;

ul.side-toc li {
    display: block;
    margin: 0 0 .2em 0;
}

ul.side-toc li a {
    display: block;
    width: 100%;
    padding: 3px 15px;
    text-transform: none;
    text-align: left;
    font-size: .75em;
    font-weight: 700;
}

.content-area .ad-placeholder {
    width: 300px;
    height: 250px;
}

.ad-zone {
    display: block;
    width: 798px;
    height: 90px;
    margin: 2em auto;
    ;
    background: #efefef;
    clear: both;
}

.ad-placeholder {
    padding: 1em;
    text-align: center;
    background: #efefef;
}

a.cover-link {
    display: block;
    text-align: center;
    font-size: .85em;
}

@media screen and (max-width: 1024px) {
    .article-image, .article-image-small {
        min-height: 450px;
    }
}

/*--Issue TOC --*/
.toc-containers {
    padding: .5em 1em;
    margin-bottom: .25em;
    background-color: #f9f9f9;
}

    .toc-containers .article-header {
        margin-bottom: .35em;
        padding: 0;
        border: 0;
    }

        .toc-containers .article-header h4 {
            font-size: 1.25em;
            font-weight: 700;
            margin-bottom: .125em;
        }

    .toc-containers p {
        font-size: .9em;
    }

.toc-number {
    font-weight: 700;
}

.toc-containers .read-more {
    font-size: .9em;
    text-align: right;
}

.controls-row {
    height: 50px;
    margin-top: 20px;
    margin-bottom: -50px;
}

    .controls-row .toc-switch {
        height: 35px;
        padding: 0 15px;
        background-color: #efefef;
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #5C4F4A;
        overflow: visible;
    }

    .controls-row input ~ .switch-paddle {
        background: transparent;
        color: #5C4F4A;
    }

        .controls-row input ~ .switch-paddle:after {
            background: #cccccc;
        }

    .controls-row input:checked ~ .switch-paddle:after {
        background: #aaaaaa;
    }

    .controls-row .toc-switch .switch-paddle {
        min-width: 80px;
    }

    .controls-row .toc-switch input:checked ~ .switch-paddle::after {
        left: 70%;
    }

@media screen and (max-width: 1080px) {
    .image-node img.resizable {
        height: auto !important;
    }
}

@media screen and (max-width: 662px) {

    .article-containers {
        margin-bottom: 2em;
        padding-bottom: 1em;
        border-bottom: 1px solid #efefef;
    }

    .article-subscribe-shield .sub-button-sm {
        position: relative;
        margin: 3em auto;
        width: 90%;
        max-width: 90%;
    }
}

/*--Article Megamenu --*/
.toc-menu.menu {
    display: block;
    min-width: 100%;
}

    .toc-menu.menu > li > a {
        background-color: #ffffff;
    }

li.is-dropdown-submenu-item, {
    margin: 0 !important;
}

#mega-menu-container .is-active > a {
    color: #5C4F4A;
    box-shadow: inset 5px 0 15px rgba(0,0,0,.25)
}

.article-section-subhead {
    padding: .75em .5em;
    margin-bottom: 1em;
    border-bottom: 6px solid #efefef;
}

    .article-section-subhead .issue-img img {
        display: block;
        max-height: 80px;
        margin: 0 auto;
    }

.article-drop-menu {
    width: 900px;
    padding: 0 !important;
    box-shadow: 0 2px 15px rgba(0,0,0,.55);
    border: 0;
}

    .article-drop-menu li.row, .article-drop-menu ul {
        margin: 0;
    }

    .article-drop-menu .article-header {
        border: 0;
        padding-bottom: .5em;
    }

.menu-header-row {
    max-width: 100%;
    padding: .25em 1em;
    margin: 0 0 .5em 0;
    background-color: #5C4F4A;
    color: #ffffff;
}

    .menu-header-row h4 {
        color: #ffffff;
    }

.pre-issues-col {
    background-color: #f7f7f7;
}

.menu-author {
    font-size: .75em;
}

.is-drilldown {
    min-width: 100%;
    min-height: 170px !important;
    max-height: 170px;
    overflow-y: visible;
}

.article-drop-menu .drilldown .is-drilldown-submenu-parent > a::after, .drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #5C4F4A;
}

.drilldown .js-drilldown-back > a::before {
    border-color: transparent #5C4F4A transparent transparent;
}

.drilldown .is-drilldown-submenu-parent > a:hover {
    color: #F8911A;
}

.toc-menu.menu .is-active > a {
    background-color: #F8911A;
    color: #333333 !important;
}

.orbit-previous, .orbit-next {
    background: rgba(0,0,0,.15)
}

@media screen and (max-width: 800px) {
    .article-drop-menu {
        width: 100%;
    }
}

/*--Trophy Board--*/
.trophy-board {
    padding-top: 0;
    background: url(/WolfePublishing/Images/trophy-board-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.trophy-header {
    display: block;
    width: 100%;
    padding: 2em 0;
    margin-bottom: 1em;
    background: rgba(72, 63, 57, .8);
}

    .trophy-header h2, .trophy-header .header-link a {
        color: #ffffff;
    }

.trophy-grid {
    padding: 2em;
}

.trophy-post {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1em;
    margin-bottom: 2em;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 5px 10px #00000080;
    transition: transform ease-in-out .1s;
}

.trophy-post-content {
    text-shadow: 0 0 8px #000,0 0 10px #000;
}

    .trophy-post-content h4 {
        font-weight: 600;
    }

    .trophy-post-content h4, .trophy-post-content span {
        color: #ffffff;
    }

.trophy-post:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 45%;
    background: url(/WolfePublishing/Images/thumb-tack.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    z-index: 9999;
}

.trophy-grid .columns:nth-child(1n) .trophy-post {
    transform: rotate(2deg);
}

.trophy-grid .columns:nth-child(2n) .trophy-post {
    transform: rotate(-1deg);
}

.trophy-grid .columns:nth-child(3n) .trophy-post {
    transform: rotate(1deg);
}

.trophy-post:hover {
    transform: scale(1.05) !important;
}

/* Newsletter Section */

.newsletter-row {
    padding: 2em 0;
    background: #343B38;
}

/*Ad Row*/
.ad-row {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

    .ad-row .ad-placeholder {
        width: 100%;
        height: 90px;
    }

/* category page */
#category-header {
    background: url(images/header-bg.jpg?t=1489084489) top left no-repeat;
    padding: 1rem 0;
}

    #category-header h1 {
        text-transform: uppercase;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        margin: 0;
    }

#category-sidebar {
    border: 1px solid #d9cfbb;
    margin-top: 2rem;
    padding: 0;
}

#category-sidebar-header {
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    list-style-type: none;
    color: #A3998C;
    border-bottom: 1px solid #d9cfbb;
    font-size: 1.5rem;
    margin: 0;
}

#category-sidebar ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

#category-sidebar-header li,
#category-sidebar .category-list > li {
    width: 100%;
    padding: .75rem;
}

#category-sidebar .level_2 a {
    text-transform: uppercase;
    color: #594d47;
}

#category-sidebar .level_2 > ul > li {
    border-bottom: 1px solid #d9cfbb;
}

#category-sidebar .level_2 ul li span {
    color: #594d47;
    font-size: 24px;
    float: left;
    position: absolute;
    line-height: 17px;
}

#category-sidebar .level_2 > ul > li > a {
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

#category-sidebar .level_2 > ul > li:last-child {
    border-bottom: none;
}

#category-sidebar .level_2 > ul > li > ul,
#category-sidebar .level_2 > ul > li > ul.expanded > li.parent > ul {
    display: none;
}

    #category-sidebar .level_2 > ul > li > ul.expanded,
    #category-sidebar .level_2 > ul > li > ul.expanded > li.parent > ul.expanded {
        display: block !important;
        visibility: visible !important;
        position: relative;
        padding-left: 1.25rem;
    }

        #category-sidebar .level_2 > ul > li > ul.expanded > li,
        #category-sidebar .level_2 > ul > li > ul.expanded > li.parent a {
            margin-left: 20px;
            display: block;
        }

            #category-sidebar .level_2 > ul > li > ul.expanded > li.parent a {
                margin-top: 5px;
                margin-bottom: 5px;
            }

.ad-mid-row {
    width: 100%;
    background: #f7f7f7;
    margin: 2em 0;
    padding: 2em;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

/* product details */
.productAttributeList li {
    float: left;
}

.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours {
    border: none !important;
}

.productOptionPickListSwatch .thumbnail, .productOptionPickListSwatch .swatchColour {
    border: none;
    background-size: contain;
}


/* footer */
#footer {
    background: #594d47;
    text-align: center;
    font-size: .75rem;
    color: #fff;
}

#footer-promo > div {
    display: inline-block;
}

#footer a {
    color: #fff;
}

#footer-nav {
    margin: 1.5rem 0 1rem 0;
}

    #footer-nav a {
        color: #fff;
    }

.footer-address {
    font-size: .9rem;
}

.footer-phone {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}

#footer-nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

#footer-nav li {
    display: inline-block;
}

    #footer-nav li a {
        font-family: 'Roboto Slab', serif;
        font-size: .85rem;
        text-transform: uppercase;
        font-weight: 400 !important;
    }

#footer-nav a:after {
    content: '/';
    padding: 0 .5rem;
}

#footer-nav ul:last-child li:last-child a:after {
    content: '';
    padding: 0;
}

#footer-nav div.level_2 {
    display: none;
}

#footer-contact {
    margin: 1rem 0 1.5rem 0;
}


/* tables */
.PageContent table tbody tr:nth-child(even) {
    background-color: transparent;
}

.PageContent table,
.PageContent td,
.PageContent table thead,
.PageContent table tbody,
.PageContent table tfoot {
    border: none;
}


/* checkout */
.ExpressCheckoutContent .HorizontalFormContainer dt, .ExpressCheckoutContent .HorizontalFormContainer dd {
    margin: 0;
    padding: 0;
}

div.radio, div.checker {
    float: left;
}


/* forms */
.HorizontalFormContainer dt {
    margin-bottom: 0;
    line-height: 30px;
}


/* responsive mq's */
@media screen and (min-width: 64.0625rem) {
    #sm-search, #med-search {
        display: none;
    }
}

@media screen and (max-width: 64rem) {
    .header-logo {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .article-subscribe-shield > .row {
        align-items: center;
    }

    .article-subscribe-shield .sub-button-sm {
        bottom: 0 !important;
        ;
    }

    #ToggleMenu, #cart-amount {
        display: block;
        width: auto;
        height: auto;
    }

    #ToggleMenu {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    #shopping-menu {
        clear: both;
        margin: 0;
        padding: 0;
    }

        #shopping-menu ul {
            margin: 0;
            padding: 0;
        }

    a.Cart {
        display: none !important;
    }
}

@media screen and (max-width: 625px) {
    #sm-search {
        display: block;
    }

        #sm-search .columns {
            max-height: 35px;
        }

        #sm-search #search_query {
            background: #8b7b73;
            border: none;
            float: left;
            display: inline-block;
            max-height: 35px;
        }

        #sm-search input[type="submit"] {
            width: 35px;
            height: 35px;
            float: right;
            background: #483f39;
            color: #ddd4c2;
            border: none;
            display: inline-block;
            position: absolute;
            right: 10px;
        }

    #med-search {
        display: none;
    }

    h1, .h1 {
        font-size: 2em;
    }
}

@media screen and (min-width: 625px) and (max-width: 64rem) {


    #sm-search {
        display: none;
    }

    #med-search {
        display: block;
        float: right;
        width: 300px;
        padding-top: 10px;
    }

        #med-search #search_query {
            width: 265px;
            float: left;
            border: none;
            background: #8b7b73;
        }

        #med-search > form > input.Button {
            width: 35px;
            height: 35px;
            float: right;
            background: #483f39;
            color: #ddd4c2;
            border: none;
        }
}

@media screen and (max-width: 480px) {
    #CheckoutStepPaymentDetails dd {
        margin: 0;
    }
}
