/*------------ Top Section Override-------------------*/
.category-top-section > .wrapper {
    padding-bottom: 0;
}
.category-top-description{
	max-width: 990px;
}
.category-top-description p {
    margin-bottom: 1.8em;
}

/*------------ General Content Styles -------------------*/

.category-top-description a:hover,
.stockists__single-record a:hover{
	color: #607049;
}
.category-top-description a:hover:after, 
.stockists__single-record a:hover:after{
	border-color: #607049;
}

/*------------ Section of Records -------------------*/

.stockists-post-content .wrapper{
	margin-bottom: 7%;
	margin-top: 5.2%;
}
.stockists-main-col{
    margin-top: 3px;
}
.stockists__subsection-content {
    overflow: hidden;
}
.stockists__subsection-title{
	overflow: hidden;
}
.stockists__subsection-title h3 {
    display: block;
    float: left;
    width: calc(100% - 40px);
}

/*------------ Single Record -------------------*/

.stockists__single-record{
	color: #000;
	display: inline-block;
	letter-spacing: 0.02em;
	font-family: 'Unica', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
    margin-bottom: 2.3%;
    margin-top: 2.3%;
    width: calc(50% - 50px);
    vertical-align: top;
}
.stockists__single-record:nth-of-type(2n){
	float: right;
}
.stockists__single-record:nth-of-type(2n+1){
	clear: both;
	float: left;
}
.stockists__address, 
.stockists__company{
	cursor: default;
}
.stockists__address1:after {
    content: ",";
    left: -0.2em;
    position: relative;
}
.stockists__address {
    display: inline-block;
}

@media all and (max-width: 1300px){
	.publication-product-status {
	    margin-top: 0.9em;
	}
}

@media all and (max-width: 1024px){
	.wrapper-secondary {
	    width: 100%;
	}
	.stockists-post-content .wrapper{
	    padding-bottom: 40px;
	}
	.stockists__single-record {
	    font-size: 14px;
    	margin-bottom: 0;
    	margin-top: 40px;
	}
	.stockists-post-content .wrapper {
	    margin-bottom: 60px;
	    margin-top: 60px;
	}
}

@media all and (max-width: 768px){
	.stockists__single-record {
	    font-size: 13px;
        margin-top: 30px
	}
}

@media all and (max-width: 640px){
	.stockists-post-content .wrapper{
	    border-top: 1px solid #ccc;
	    margin-top: 39px;
	}
	.stockists-title-switcher{
        margin-top: 41px;
    }
	.stockists__section-title {
	    margin-bottom: 30px;
	}
	#Australia .stockists-title-switcher{
		margin-bottom: 16px;
	}
	#Worldwide {
	    margin-top: 42px;
	}
	#Worldwide .stockists-title-switcher{
	    margin-bottom: 13px;
	}
	.stockists__subsection:first-of-type{
		border-top: none;
	}
	.stockists__single-record {
	    font-size: 14px;
	    line-height: 22px;
	    margin-top: 32px;
	    width: 100%;
	}
	.stockists__single-record:first-of-type {
	    margin-top: 12px;
	}
	.stockists__single-record:last-of-type{
	    margin-bottom: 23px;
	}
	.stockists-post-content .wrapper {
	    margin-bottom: 0px;
	    margin-top: 60px;
	    padding-bottom: 0;
	}
	.show-all-issues-button-wrapper {
	    margin-bottom: 16px;
	}
}