/* Font styling */
body {
	font-family: Arial, Verdana, sans-serif;
}
body {
	background-color: #f4f4f4;
}
.fa {
	font-family: FontAwesome;
}
.hidden {
	display: none;
}
.strong {
	font-weight: bold;
}
a {
    color: #009a3e;
    text-decoration: none;
}
#main-content a:hover {
    text-decoration: underline;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	clear: both;
}
img {
	height: auto;
	max-width: 100%;
}
input[type="button"], input[type="submit"] {
	background-color: #24833f;
	background-image: -webkit-linear-gradient(to bottom, #24833f 0%, #075f20 100%);
	background-image: -moz-linear-gradient(to bottom, #24833f 0%, #075f20 100%);
	background-image: linear-gradient(to bottom, #24833f 0%, #075f20 100%);
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}
input[type="button"]:hover, input[type="submit"]:hover {
	opacity: 0.9;
}
.container {
	position: relative;
	width: 1024px;
}
span.buy-now-button.alignleft {
	clear: left;
    display: inline-block;
    float: left !important;
    width: 190px;
}
span.buy-now-button button {
	background: transparent url("//images.booktopia.com.au/assets/buy-buttons-2.png") no-repeat scroll -142px 0;
	border: 0;
	height: 28px;
	padding: 0;
	text-indent: -9999px;
    width: 117px;
}
.booktopiaCartButton {
	cursor: pointer;
}

/* Header and Navigation */
#top-bar {
	background: #fff none no-repeat 0 0;
}
header #top-bar a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
header #top-bar a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#top-usp-container {
	background: #fff;
}
#top-usp-container .top-usp{
	width: 1024px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
	align-self: center;
	background: #fff;
	display: flex;
	justify-content: space-around;
}
header #top-bar {
    padding: 6px 0px;
    background: rgba(255,255,255,0.1);
}
header #top-bar .container {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    position: relative;
}
#top-bar #help {
    float: left;
    margin: 6px 0 0 8px;
    font-weight: bold;
    color: #ff6633;
    font-size: 15px;
}
#top-bar #tracker {
    float: left;
    margin: 6px 0 0 8px;
    font-weight: bold;
    color: #ff6633;
    font-size: 15px;
}
#header #top-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
}
#top-bar #phone {
    float: left;
    margin: 6px 0 0 12px;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}
body header #top-usp-container .top-usp .usp-awards {
    background: #ffffff;
    padding: 5px;
    margin-top: -5px;
    height: 70px;
    border-radius: 8px;
}
#main-header{
	background: linear-gradient(to right, #075f20 0%, #23872f 100%);
}
body header #top-bar .container a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 12px;
    position: relative;
}
header #top-bar .container #links{
	position: absolute;
    right: 215px;
    top: 6px;
    font-size: 14px;
}
.shoppingCartWidget {
    height: 30px;
	margin: 5px 10px 0 0;
	overflow: hidden;
}
#inner-header .logo span {
	display: block;
	text-indent: -9999px;
}
#main-header #search  {
	display: none;
}
#breadcrumbs {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 13px;
    margin: 0;
    padding: 10px 22px;
}

/* Homepage search box */
.homepage-search-box {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px 10px 10px;
	text-align: right;
}
.homepage-search-box-text {
	color: #333;
	display: inline-block;
	font-size: 17px;
	line-height: 33px;
	margin-right: 6px;
}
.homepage-search-box .search-form {
	display: inline-block;
	padding: 0;
	width: auto;
}

/* Homepage category CSS */
.homepage-category-block {
	overflow: hidden;
	padding: 15px 20px 5px;
}
.homepage-category-block h2 {
    border: 1px solid transparent;
    border-bottom: 3px solid #888;
    font-size: 22px;
    font-weight: normal;
	margin: 0 0 8px;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
}
.homepage-category-block h2 a {
	color: #898989;
}
.homepage-category-block h2 .expand-collapse-category {
	color: #666;
    float: right;
    padding: 4px 0 6px 10px;
    text-decoration: none !important;
}
.homepage-category-block h2 .expand-collapse-text {
	display: block;
    float: left;
    font-size: 13px;
    line-height: 25px;
    margin-right: 6px;
}
.category-exclusive {
	margin-bottom: 10px;
	position: relative;
}
.category-exclusive h3 {
	font-size: 16px;
	margin: 0 0 10px;
}
.category-exclusive h3 a {
	color: #555;
}
.category-exclusive p,
.category-feature p {
	color: #555;
    font-size: 12px;
    margin: 0 0 10px;
}
.category-feature p {
	padding: 0 10px;
}
.category-feature-block {
	overflow: hidden;
}
.category-feature {
	overflow: hidden;
	position: relative;
}
.category-feature img {
	display: block;
	height: 107px;
	width: 246px;
}
.category-feature h3 {
	font-size: 15px;
    margin: 0;
    padding: 8px 10px 6px;
}
.category-feature h3 a {
	color: #555;
}
.category-other {
	border-bottom: 1px solid #ccc;
	height: 81px;
	margin-bottom: 7px;
	padding: 0 0 7px 7px;
}
.category-other h3 {
	font-size: 14px;
	margin: 0 0 4px;
}
.category-other h3 a {
	color: #555;
	font-size: 13px;
}
.category-other img {
	float: left;
	height: 74px;
	margin-right: 7px;
	width: 74px;
}
.category-other p {
	font-size: 11px;
}
/* Category (colour-specific) CSS */
/* GREEN */
.homepage-category-green .homepage-category-title {border-bottom-color: #77bd43;}
.homepage-category-green .exclusive-article-text h3 a,
.homepage-category-green .category-feature h3 a {color: #00562f;}
/* BLUE */
.homepage-category-blue .homepage-category-title {border-bottom-color: #009bdf;}
.homepage-category-blue .exclusive-article-text h3 a,
.homepage-category-blue .category-feature h3 a {color: #11a2e1;}
/* RED */
.homepage-category-red .homepage-category-title {border-bottom-color: #a91c30;}
.homepage-category-red .exclusive-article-text h3 a,
.homepage-category-red .category-feature h3 a {color: #a91c30;}
/* ORANGE */
.homepage-category-orange .homepage-category-title {border-bottom-color: #f4b344;}
.homepage-category-orange .exclusive-article-text h3 a,
.homepage-category-orange .category-feature h3 a {color: #f4b344;}
/* DARK GREEN */
.homepage-category-darkgreen .homepage-category-title {border-bottom-color: #0b7c2b;}
.homepage-category-darkgreen .exclusive-article-text h3 a,
.homepage-category-darkgreen .category-feature h3 a {color: #0b7c2b;}
/* DARK BLUE */
.homepage-category-darkblue .homepage-category-title {border-bottom-color: #2237d4;}
.homepage-category-darkblue .exclusive-article-text h3 a,
.homepage-category-darkblue .category-feature h3 a {color: #2237d4;}
.homepage-category-more-link {
    clear: both;
    margin: 0;
    padding: 3px 5px 5px;
    text-align: right;
}
.homepage-category-more-link a {
    color: #444;
    font-size: 0.9em;
    font-style: italic;
}

/* Blog Posts */
.article-container.post .article-details .title {
    font-size: 22px;
    margin-bottom: 15px;
}
.article-container.post .meta {
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 0 7px;
}
.article-container.post article p,
.article-container.post .link-pages {
	font-size: 15px;
}
.article-container.post article h1 {
	font-size: 20px;
}
.article-container.post article h2 {
	font-size: 18px;
}
.article-container.post article h3 {
	font-size: 15px;
}
.article-container img {
    background-color: #eee;
    border: 1px solid #999;
    padding: 1px;
}
.book-feature-pod {
	background-color: #f1f1f1;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px;
}
.book-feature-pod img {
	float: right !important;
	height: auto;
	margin-left: 20px;
	width: 200px;
}
.book-feature-pod h2,
.book-feature-pod h3 {
	margin: 0 0 1px !important;
}
.book-feature-pod h2 {
	font-size: 20px !important;
}
.feature-pod-author {
	font-style: italic;
}
.feature-pod-buttons {
	margin: 0 !important;
	padding-top: 10px;
}
.feature-pod-buttons a {
	background: transparent url("../img/feature-pod-buttons.png") no-repeat 0 -33px;
	display: inline-block;
    height: 27px;
    margin-right: 20px;
    outline: none;
    text-indent: -9999px;
    width: 117px;
}
.feature-pod-buttons a.feature-pod-read-more {
	background-position: 0 0;
	margin: 0;
}

/* Category Blog Post list, Search / Tag / Author post list */
.category .archive-header h1,
.search-results-header h3 {
	border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 20px;
    margin: 0 22px;
    padding: 13px 0 12px 1px;
}
.article-container h2 {
	line-height: 22px;
	margin: 0;
}
.article-container h2 a {
	color: #222;
	display: block;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 12px;
}
.article-container .meta {
	font-size: 12px;
    margin-bottom: 20px;
    padding-top: 10px;
}
div.sharedaddy h3.sd-title:before {
	border-top: 0;
}
.archive .article-container article,
.search .article-container article {
    margin: 0 22px;
    padding: 16px 0;
}
.archive .article-container article .meta,
.search .article-container .meta {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 13px;
	line-height: 36px;
	margin: 14px 0;
	overflow: hidden;
    padding: 0;
}
.article-container article .postmetadata.comments {
	background: transparent url("../img/comments-section.png") no-repeat left center;
	float: right;
    padding: 0 0 0 25px;
}
.article-container.post .post-ratings {
	clear: both;
	font-size: 12px;
	height: 35px;
	line-height: 17px;
}
.article-container.post .post-ratings img {
	background-color: transparent;
	float: left !important;
}
.article-container.post .post-ratings img:last-of-type {
	margin-right: 10px;
}
.author .article-contributor {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 0 22px;
	overflow: hidden;
	padding: 13px 0 12px 1px;
}
.author .article-contributor-avatar {
	float: left;
}
.author .article-contributor-avatar img {
	margin: 0 10px 3px 0;
}
.author .article-contributor-details {
	margin: 0 0 0 120px;
}
.author .article-contributor h4, .author .article-contributor p {
	margin: 0 0 10px;
}
.author .article-contributor p {
	font-size: 12.5px;
}
.author p.article-contributor-follow {
    margin: 0;
    overflow: hidden;
}
.author .article-contributor-follow > span {
    float: left;
    line-height: 28px;
}
.author .article-contributor-follow a {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin-left: 12px;
    padding: 0 9px;
}

/* Side bar */
#main-sidebar .widget header {
	background-color: #f4f4f4;
}
#main-sidebar .widget ul li a,
#main-sidebar .widget ul li {
	font-size: 13px;
}
#main-sidebar .widget p {
    font-size: 14px;
    margin: 10px 15px;
}

/* Subscribe widget */
#main-sidebar #subscribe-email input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    max-width: 280px;
    padding: 8px 10px;
    width: 100%;
}
#main-sidebar #subscribe-submit input[type="submit"] {
    font-size: 16px;
    height: auto;
    max-width: 280px;
    padding: 12px 0;
    text-transform: none;
    width: 100%;
}
#main-sidebar .success p {
	color: #075f20;
	font-size: 14px;
    margin: 15px;
}

/* Podcast */
.booktopia-podcast {
	margin: 0;
}
.booktopia-podcast a {
	background: transparent url("../img/booktopia-podcast.jpg") no-repeat center 0;
	display: block;
    height: 218px;
    text-indent: -9999px;
}
/* Book of the Month */
.book-of-the-month {
	text-align: center;
}
.book-of-the-month img {
	height: auto;
	max-width: 250px;
}
/* Recent Posts (custom widget) */
.widget.widget-recent-posts ul li {
	display: block;
    min-height: 98px;
}
.widget.widget-recent-posts ul li:last-child {
	border: 0;
}
.widget.widget-recent-posts ul li span {
	display: block;
}
.widget-recent-posts .recent-post-thumbnail {
	float: left;
}
.widget-recent-posts .recent-post-thumbnail img {
    display: block;
    height: 74px;
    width: 74px;
}
.widget-recent-posts .recent-post-title {
	font-weight: bold;
    margin: 0 0 4px 86px;
    text-transform: uppercase;
}
.widget-recent-posts .recent-post-date {
	color: #888;
	margin-left: 86px;
}
.widget ul li.cat-item {
	padding: 9px 0 7px;
}
.widget ul li.cat-item:last-child {
	border: 0;
}
#main-sidebar .widget ul li.cat-item a {
	font-size: 14px;
}
/* Contributors */
.widget .avatar {
	margin-right: 10px;
}
/* Podcasts */
.article-container.post article .podcast-container {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.article-container.post article .podcast-container ul {
	overflow: hidden;
	padding: 0;
}
.article-container.post article ul li.podcast-item {
	background: #e4e4e4 none no-repeat 0 0;
	border: 1px solid #ccc;
	float: left;
	list-style-type: none;
	margin: 0 25px 25px 0;
	overflow: hidden;
	width: 207px;
}
.article-container.post article ul li.podcast-item iframe {
	height: 207px;
	width: 207px;
}
.article-container.post article ul li.podcast-item span {
	display: block;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 4px 10px 7px;
}

/*******************************************************
RESPONSIVE CSS
*******************************************************/
@media (max-width: 699px) {
	#main-content {
		background-color: #fff;
		position: relative;
	}

	/* Homepage search box */
	.homepage-search-box {
		background-color: transparent;
		border-bottom: 0;
		padding: 10px;
		text-align: center;
	}
	.homepage-search-box-text {
		margin-right: 0;
	}
	.homepage-search-box .search-form {
		display: block;
		margin: 0 auto;
		width: 280px;
	}

	/* Header and Navigation */
	#main-header {
		position: relative;
	}
	#top-bar ,#top-usp-container .top-usp{
		display: none !important;
	}
	#inner-header {
		background-color: #ededed;
		height: 52px;
	    padding: 5px 0 6px;
		position: relative;
	    z-index: 1000;
	}
	#inner-header .mobile-menu {
	    color: #068430;
	    display: block;
	    float: left;
	    font-size: 40px;
	    line-height: 42px;
	    margin-left: 5px;
	    outline: medium none;
	    text-align: center;
	    width: 40px;
	}
	#inner-header #logo {
	    margin: 0 auto;
	    width: 160px;
	}
	#inner-header #logo #flag {
		display: none;
	}
	#inner-header .social-media-follow {
		display: none;
	}
	#main-menu {
		padding: 0;
	}
	#main-menu .container {
	    height: auto;
	}
	#main-menu select.main-dropdown {
		background-color: #80ba26;
	    border: 0;
	    color: #fff;
		display: block;
		height: 52px;
	    left: 0;
		margin: 0;
	    position: fixed;
	    top: 0;
	    width: 250px;
	}
	#main-menu nav {
		float: none;
	}
	#main-menu nav ul li {
		display: block;
	}
	.shoppingCartWidget {
		height: 40px;
	    margin: 0;
	    position: absolute;
	    right: 10px;
	    top: -47px;
	    width: 42px;
	    z-index: 2000;
	}
	.shoppingCartWidget iframe {
		height: 40px !important;
		width: 42px !important;
	}
	#category-menu {
		display: none;
	}
	#category-menu .mobile-category-menu-header {
	    background-color: #009933;
	    color: #fff;
	    display: block;
	    font-size: 16px;
	    margin: 0;
	    padding: 10px 15px;
	}
	#category-menu ul {
		overflow: hidden;
		padding: 0;
	}
	#category-menu ul li {
		display: block;
		float: none;
	}
	#category-menu ul li a {
		background-color: #e4e4e4;
		border-bottom: 1px solid #bbb;
	    color: #53565a;
	    display: block;
	    font-size: 12px;
	    padding: 12px 15px;
	    text-transform: uppercase;
	}
	#breadcrumbs {
		padding: 10px 15px;
	}

	/* Footer */
	#main-footer {
		overflow: hidden;
		position: relative;
	}
	#main-footer .footer-links,
	.newsletter-sign-up-holder,
	#main-footer .lower-footer img,
	.footer-contact-payments #footer-phone,
	.footer-contact-payments #address {
		display: none;
	}
	#main-footer .upper-footer {
		background-color: #fff;
		padding-top: 0;
		text-align: center;
	}
	#main-footer .upper-footer .container > a {
		margin: 0 5px;
	}
	#main-footer .upper-footer .trust-logos {
		display: block;
		background: url(//images.booktopia.com.au/ext/mobile-payments.png) no-repeat scroll 0 0 transparent;
		height: 49px;
		margin: 10px auto;
		width: 320px;
		background-size: 320px 49px;

	}
	#main-footer .upper-footer .phone,
	#main-footer .upper-footer .help-centre {
		display: block;
	}
	#main-footer .upper-footer .btn-phone,
	#main-footer .upper-footer .help-centre {
	    background: #075f20 url("//images.booktopia.com.au/assets/mobile/click-to-call.png") no-repeat scroll 0 0;
	    border-bottom: 1px solid #1c3f27;
	    color: #ffffff;
	    display: block;
	    height: 54px;
	    padding: 6px 0;
	}
	#main-footer .upper-footer .help-centre {
		background-image: none;
		margin-bottom: 15px;
	}
	#main-footer .upper-footer .help-centre a {
		color: #fff;
	    display: block;
	    font-size: 14px;
	    line-height: 42px;
	    padding-left: 15px;
	    text-align: left;
	}
	#main-footer .upper-footer .phone-number {
		display: block;
		font-size: 23px;
	}
	#main-footer .upper-footer .phone-time {
		display: block;
    	font-size: 11px;
	}
	#main-footer .lower-footer {
	    background-color: #f4f4f4;
	    border-top: 1px solid #ccc;
	    color: #666;
	    font-size: 13px;
	    line-height: 40px;
	    padding: 0;
	    text-align: center;
	}
	.lower-footer .social {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.lower-footer .social .title {
		display: block;
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 40px;
	    text-align: left;
	    text-indent: 10px;
	    text-transform: uppercase;
	}
	footer #social-media-tab {
		display: none;
	}
	footer #payment-types {
		display: none;
	}
	#social-logos {
		overflow: hidden;
	}
	#social-logos a span {
	    display: block;
	    float: left;
	    font-size: 40px;
	    height: 40px;
	    text-align: center;
	    width: 25%;
	}
	#social-logos #btn-facebook {color: #3b5998;}
	#social-logos #btn-twitter {color: #55acee;}
	#social-logos #btn-youtube {color: #e52d27;}
	#social-logos #btn-instagram {color: #000;}
	#social-logos #btn-googleplus {color: #dd4b39;}

	/* Homepage */
	.the-booktopian-logo {
	    border-bottom: 1px solid #777;
	    color: #666;
	    font-size: 26px;
	    font-weight: bold;
	    margin: 0 15px;
	    padding: 10px 0 4px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.homepage-category-block {
		overflow: hidden;
		padding: 10px 15px;
	}
	.homepage-category-block h2 .expand-collapse-category {
	    font-size: 16px;
	    line-height: 20px;
	}
	.homepage-category-block h2 .expand-collapse-text {
	    font-size: 11px;
	    line-height: 19px;
	    text-transform: capitalize;
	}
	.category-exclusive {
		padding-right: 0;
	}
	.category-exclusive h3 {
		font-size: 14px;
	}
	.category-feature {
	    border-right: 1px solid #ccc;
	    margin-right: 2%;
	    padding-right: 2%;
	    width: 32%;
	}
	.category-feature:last-child {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}
	.category-feature img {
		display: block;
		height: auto;
		width: 100%;
	}
	.homepage-category-more-link {
        padding: 0 5px 5px;
    }

	/* Blog Posts */
	.article-container.post .meta {
		overflow: hidden;
	}
	.article-container.post .meta-info-top {
		clear: both;
	    display: block;
	}
	.article-container.post .share-article-top {
		clear: both;
	    display: block;
	    float: left;
	    padding-top: 12px;
	}
	.article-container.post .article-details .title {
		font-size: 17px;
	}
	.article-container.post > header,
	.article-container.post article {
		margin: 0;
		padding: 10px 15px;
	}
	.article-container.post article img {
	    display: block;
	    float: none !important;
	    height: auto;
	    margin: 0 auto 15px;
	}
	.article-container.post article iframe {
	    height: 163px;
    	width: 290px;
	}
	.article-container article .feat-img {
		margin-bottom: 20px;
	}
	.article-container.post .article-share-buttons > .comments-link a {
	    border-right: 0;
	}
	.article-container.post .article-share-buttons > span {
		clear: left;
	}
	.article-container.post .related-articles-section a {
		display: block;
	    float: none;
	    margin-bottom: 15px;
	    width: 100%;
	}
	.article-container.post .article-contributor-avatar {
		float: left;
	}
	.article-container.post .article-contributor-avatar img {
		margin: 0 10px 3px 0;
	}
	.article-container.post .article-contributor-details {
		margin: 0;
	}
	.nav-single .nav-previous,
	.nav-single .nav-next {
		float: none;
		display: block;
		width: 100%;
	}
	.nav-single .nav-previous {
		margin-bottom: 15px;
	}
	.article-container.post h2.section-heading {
		font-size: 19px;
	    margin-bottom: 15px;
	    padding-top: 15px;
	}
	#comments-section #comments-container .comment .author-avatar {
		height: 32px;
	    margin: 0 10px 3px 0;
	    width: 32px;
	}
	#comments-section #comments-container .comment .comment-reply {
		display: inline-block;
		position: relative;
	}
	#comments-section #comments-container .comment .comment-details {
		margin-left: 0;
	}
	#comments-section #comments-container .children li,
	#comments-section #comments-container .children .children {
		padding-left: 20px;
	}
	.article-container.post .synved-social-container a img {
		filter: grayscale(0);
	}
	#comments-section #comments-container .comment p {
		margin-right: 10px;
	}
	.book-feature-pod {
		padding: 20px 15px;
	}

	/* Search and category */
	.category .archive-header h1,
	.search-results-header h3 {
		font-size: 16px;
		margin: 0 15px;
		padding: 10px 0;
	}
	.archive .article-container article,
	.search .article-container article {
		border-bottom: 1px solid #ccc;
		margin: 0 15px;
	}
	.archive .article-container article:last-child,
	.search .article-container article:last-child {
		border-bottom: 0;
	}
	.category .article-container article .feat-img,
	.search .article-container article .feat-img {
		float: left;
		margin: 0 15px 3px 0;
		width: 74px;
	}
	.category .article-container article .content,
	.search .article-container article .content {
		float: none;
		margin: 0;
		width: auto;
	}
	.category .article-container article h2 a,
	.search .article-container article h2 a {
		font-size: 15px;
	    font-weight: bold;
	    line-height: 18px;
	}
	.category .article-container article .entry p,
	.search .article-container article .entry p {
		font-size: 12px;
	}
	.category .article-container article .meta-info-top,
	.search .article-container article .meta-info-top {
		margin-right: 15px;
	}
	.category .article-container .article-tags,
	.search .article-container .article-tags {
		margin: 0;
	}
	.author .article-contributor {
	    margin: 0 15px;
	}
	.author .article-contributor-details {
		margin: 0;
	}
	.author .article-contributor-follow > span {
	    display: block;
	    float: none;
	}
	.author .article-contributor-follow a {
	    font-size: 12px;
	    margin: 0 8px 8px 0;
	}

	/* Side bar */
	#main-sidebar {
		border-left-color: #CCC;
	}
	#main-sidebar .widget {
		clear: both;
	}
	#main-sidebar .widget:first-child header,
	#main-sidebar .widget:first-child h2.widgettitle {
	    border-top: 5px solid #ddd !important;
	}
	#main-sidebar .widget ul li {
		float: none;
	}
}

@media (min-width: 700px) {
	/* Header and Navigation */
	#main-menu nav .main-dropdown {
		display: none !important;
	}
	#main-menu nav ul {
		display: block;
	}
	#top-bar {
		height: 40px;
		padding: 0;
	}
	#top-bar .your-local-bookstore,
	#top-bar #awards {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	#top-bar .your-local-bookstore {
		padding-left: 40px;
	}
	#top-bar #awards {
		background: #fff;
		height: 70px;
		float: right;
		width: 191px;
		padding: 5px 5px;
		margin-right: 8px;
		position: relative;
		z-index: 999;
		-webkit-border-radius: 8px;
	}
	#inner-header {
		height: 118px;
	    position: relative;
	}
	#inner-header .container {
		height: 118px;
	}
	header #logo {
    	display: inline-block;
	}
	header #logo {
	    margin-top: 25px;
	}
	header #logo {
	    margin-left: 10px;
	    float: left;
	}
	#inner-header .social-media-follow {
		background-color: #fff;
	    border: 1px solid #999;
	    border-radius: 10px;
		bottom: 49px;
	    padding: 5px 5px 5px 12px;
	    position: absolute;
	    right: 10px;
	}
	#inner-header .social-media-follow > span {
		display: none;
		float: left;
	    font-size: 13px;
	    line-height: 24px;
	    margin-right: 8px;
	}
	#inner-header .social-media-follow a {
		float: left;
    	margin: 0 7px 0 0 !important;
	}
	#main-menu {
		background-color: #8B8B8B;
		border-bottom: 0;
		padding: 0;
	}
	#main-menu .container {
		height: 40px;
		line-height: 40px;
	}
	#main-menu nav ul li {
		display: block;
		float: left;
		margin: 0;
		position: relative;
	}
	#main-menu nav li.selected {
	    background-color: #075f20;
	    font-weight: bold;
	}
	#main-menu nav ul li a {
		color: #fff;
	    font-size: 13px;
	    padding: 13px 0 12px;
	    text-transform: uppercase;
	}
	#main-menu nav ul li a:hover {
		color: #fff;
	}
	#main-menu nav ul li span {
	    border-right: 1px solid #ffffff;
	    padding: 6px 12px;
	}
	#main-menu nav ul li.next-selected span {
	    border-right: none;
	}
	#main-menu nav ul li:last-child span {
		border-right: 0;
	}
	#main-menu .selected-arrow {
		background: transparent url("//images.booktopia.com.au/assets/header/header-sprite.png") no-repeat scroll -36px -51px;
		bottom: -10px;
		height: 10px;
		left: 23px;
		padding: 0;
		position: absolute;
		width: 25px;
		z-index: 999;
	}
	.shoppingCartWidget {
		position: absolute;
	    right: 0;
	    top: -55px;
	}
	#category-menu {
		background-color: #e0e0e0;
		height: 42px;
		width: 100%;
		z-index: 998;
		box-shadow: 0 3px 3px -3px #aaa;
		position: relative;
	}
	#category-menu .container {
		padding-top: 5px;
	}
	#category-menu ul {
		overflow: hidden;
		padding: 0;
	}
	#category-menu ul li {
		display: block;
		float: left;
	}
	#category-menu ul {
		margin-left: 5px;
	}
	#category-menu ul li a {
	    color: #53565a;
	    display: block;
	    float: left;
	    font-size: 12px;
	    padding: 10px 6px 14px;
	    text-transform: uppercase;
	}

	/* Main Content */
	#main-content {
		background-color: #ffffff;
	    box-shadow: 3px 0 3px -3px #aaaaaa, -3px 0 3px -3px #aaaaaa;
	}

	/* Footer */
	#main-footer {
	    overflow: hidden;
	}
	#main-footer .upper-footer {
		background-color: #ebebeb;
	    overflow: hidden;
	    padding: 11px 0;
	    position: relative;
	}
	#main-footer .upper-footer .container {
	    height: 40px;
	}
	.newsletter-sign-up-holder {
	    display: inline-block;
	    padding: 10px 0 15px 12px;
	    vertical-align: top;
	    width: 100%;
	}
	#newsletter-sign-up form {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		box-sizing: border-box;
		display: inline-block;
		height: 31px;
		margin-left: 6px;
		padding: 4px 0 0 8px;
		position: relative;
		top: -4px;
		width: 305px;
	}
	#newsletter-sign-up input[type="email"] {
		border: none;
		font-size: 13px;
		height: 22px;
		width: 208px;
	}
	#newsletter-sign-up input[type="button"] {
		transition: box-shadow 0.5s linear;
		background: #009933;
		color: #FFFFFF;
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
		height: 31px;
		padding: 5px 10px;
		position: absolute;
		right: -4px;
		top: -1px;
		border-radius: 0px;
	}
	#newsletter-sign-up input[type="button"]:hover {
		box-shadow:inset 200px 0px 0px #075f20;
	}
	footer #social-media-tab {
		background: none;
		border-top: none;
		height: 40px;
		margin: 3px 30px;
		padding-top: 0;
		position: relative;
		top: 0;
		left: 0;
		width: 230px;
		display: inline-block;
		vertical-align: top;
		padding-left: 0;
		margin-left: 18%;
	}
	footer #social-media-tab li {
		float: left;
	}
	footer #social-media-tab li a {
		color: #fff;
	}
	footer #social-media-tab li span {
		transition: all .2s ease-out;
		display: inline-block;
		width: 34px;
		height: 34px;
		text-align: center;
		font-size: 20px;
		line-height: 32px;
		border: 1px solid #c3c3c3;
		margin-right: 4px;
		background: #ccc;
	}
	footer #social-media-tab li span.icon-podcast {
		font-size: 1.5em;
	}

	footer #social-media-tab a.facebook-icon:hover span {
		background: #4267b2;
		border-color: #4267b2
	}
	footer #social-media-tab a.twitter-icon:hover span {
		background: #38a1f3;
		border-color: #38a1f3
	}
	footer #social-media-tab a.blog-icon:hover span {
		background: #093;
		border-color: #093
	}
	footer #social-media-tab a.youtube-icon:hover span {
		background: #ed3833;
		border-color: #ed3833
	}
	footer #social-media-tab a.pinterest-icon:hover span {
		background: #bd081c;
		border-color: #bd081c
	}
	footer #social-media-tab a.instagram-icon:hover span {
		background: #231f20;
		border-color: #231f20
	}
	footer #social-media-tab a.podcast-icon:hover span {
		background: #235434;
		border-color: #235434;
	}
	#header-social #social-media-tab {
		background: url(//images.booktopia.com.au/ext/social-media-tab-large-v2.png) no-repeat scroll -15px 0 transparent;
		display: block;
		height: 225px;
		left: 50%;
		margin-left: 512px;
		position: absolute;
		top: 450px;
		width: 100px;
		padding-left: 0;
	}
	#header-social #social-media-tab li.inline {
		display: inline-block;
	}
	#header-social #social-media-tab a.youtube-icon {
		background: url(//images.booktopia.com.au/ext/social-media-tab-large-v2.png) no-repeat scroll -209px 0 transparent;
		display: block;
		height: 125px;
		width: 90px;
	}
	#header-social #social-media-tab a.facebook-icon {
		background: url(//images.booktopia.com.au/ext/social-media-tab-large-v2.png) no-repeat scroll -209px -170px transparent;
		display: block;
		height: 45px;
		width: 45px;
		margin-top: 8px;
	}
	#header-social #social-media-tab a.twitter-icon {
		background: url(//images.booktopia.com.au/ext/social-media-tab-large-v2.png) no-repeat scroll -258px -170px transparent;
		display: block;
		height: 45px;
		width: 45px;
		margin-top: 8px;
	}
	#header-social #social-media-tab a.podcast-icon {
		background: url(//images.booktopia.com.au/ext/social-media-tab-large-v2.png) no-repeat scroll -209px -218px transparent;
		display: block;
		height: 45px;
		width: 45px;
	}
	#header-social #social-media-tab a.instagram-icon {
		background: url(//images.booktopia.com.au/ext/social-media-tab-large-v2.png) no-repeat scroll -258px -218px transparent;
		display: block;
		height: 45px;
		width: 45px;
	}
	#header-social #social-media-tab li span {
		display: none;
	}
	#header-social #social-media-tab a.facebook-icon:hover {
		background-position: -114px -170px
	}
	#header-social #social-media-tab a.twitter-icon:hover {
		background-position: -163px -170px
	}
	#header-social #social-media-tab a.blog-icon:hover {
		background-position: -114px -125px
	}
	#header-social #social-media-tab a.youtube-icon:hover {
		background-position: -114px 0
	}
	#header-social #social-media-tab a.pinterest-icon:hover {
		background-position: -163px -218px
	}
	#header-social #social-media-tab a.instagram-icon:hover {
		background-position: -163px -218px
	}
	#header-social #social-media-tab a.podcast-icon:hover {
		background-position: -114px -218px
	}
	.footer-links {
		background-color: #075f20;
	}
	.footer-links .container {
	    padding: 40px 0 0 10px;
	}
	.footer-links-column {
		float: left;
		width: 25%;
	}
	.footer-links h4,
	.footer-links a {
	    color: #fff;
	}
	.footer-links h4 {
		border-bottom: 1px solid #044617;
	    font-size: 15px;
	    margin: 0;
	    padding-bottom: 5px;
	}
	.footer-links ul {
	    border-top: 1px solid #097427;
	    display: block;
	    margin-bottom: 30px;
	    padding: 10px 0 0;
	}
	.footer-links li {
	    font-size: 12px;
	    line-height: 20px;
	    padding-right: 10px;
	}
	.footer-contact-payments {
	    background-color: #ebebeb;
	    border-bottom: 1px solid #ffffff;
	    box-shadow: 0 3px 3px -3px #aaa;
	    color: #53565a;
	    padding: 7px 0;
	    position: relative;
	}
	.footer-contact-payments .container {
		height: 88px;
	}
	#footer-phone {
	    float: left;
	    font-size: 11px;
	    padding: 0 25px 0 12px;
	    text-align: center;
	}
	.footer-phone-number {
		font-size: 26px;
		font-weight: bold;
		line-height: 24px;
	}
	.footer-phone-time span {
		display: block;
	}
	#address {
		float: left;
		font-size: 12px;
		padding-top: 1px;
	}
	#main-footer .lower-footer {
	    background-color: #ffffff;
	    border-top: 1px solid #cccccc;
	    color: #999999;
	    font-size: 12px;
	    padding: 10px;
	    text-align: center;
	}
	#main-footer .lower-footer img {
		width: 100%;
	}

	/* Homepage */
	.the-booktopian-logo {
		background: transparent url("/blog/wp-content/uploads/2023/04/tmwtr-header.jpg") no-repeat center 0;
		height: 150px;
		text-indent: -9999px;
	}
	.category-feature {
		border: 1px solid #ccc;
		float: left;
		margin-bottom: 5px;
		margin-right: 1%;
		width: 32.6%;
	}
	.category-feature:last-child {
		margin-right: 0;
	}
	.category-feature img {
		height: auto;
		width: 100%;
	}
	.category-other {
	    float: left;
	    margin-right: 2%;
	    width: 48%;
	}

	/* Blog Post */
	.article-container.post article iframe {
	    height: 360px;
	    width: 640px;
	}

	/* Category */
	.categ ul.post-categories li,
	.category li {
		float: none;
	}

	/* Podcasts */
	.article-container.post article ul li.podcast-item:nth-child(3n+3) {
		margin-right: 0;
	}
	.article-container.post article ul li.podcast-item:nth-child(3n+4) {
		clear: left;
	}
}

@media (min-width: 800px) {
	/* Header and Navigation */
	#main-menu nav ul li span {
	    padding: 6px 17px;
	}
	#category-menu ul li a {
	    font-size: 13px;
	    padding: 10px 7px 14px;
	}
}

@media (max-width: 1200px) {
	#header-social #social-media-tab {
		display: none;
	}
}

@media (max-width: 1023px) {
	#links{
		display:none;
	}
	.container {
		width: 100% !important;
	}
	.category-feature-block {
		display: flex;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.article-container,
	#main-sidebar {
		display: block;
		float: none;
	}
	#main-sidebar {
		border-top: 1px solid #ccc;
	}
	.not-found-page {
		padding: 22px;
	}
	.not-found-page #slider,
	.not-found-page > h2 {
		display: none;
	}
}

@media (min-width: 1024px) {
	/* Header and Navigation */
	.shoppingCartWidget {
		float: right;
		position: relative;
		top: 0;
	}
	#category-menu .container {
		height: 42px;
	}
	#inner-header .social-media-follow {
	    bottom: 20px;
	}
	#inner-header .social-media-follow span {
		display: block;
	}
	#main-header #search {
	    display: block;
	    float: right;
	    height: 48px;
	    margin: 40px 8px 0 0;
		position: relative;
		border-radius: 4px 0 0 4px;
	}
	#main-header #search form {
		padding: 0;
		margin-left: 10px;
	}
	#main-header #search .search-box {
		background: #fff;
		border-radius: 4px;
	}
	#main-header #search input.search-text {
		border: 0;
	    border-right: 2px solid #1b7c2b;
	    color: #999;
	    font-size: 14px;
	    height: 48px;
	    line-height: 30px;
	    margin-bottom: 0;
	    margin-left: 0;
	    margin-right: 0;
	    padding: 0 0 0 10px;
	    width: 348px;
	}
	#main-header #search button.submit {
	    background: #f63;
		color: #fff;
	    border: 0 none;
	    cursor: pointer;
	    display: inline-block;
	    float: right;
		height: 48px;
	    margin: 0 0 0 -7px;
	    vertical-align: top;
		width: 158px;
	}
	#main-header #search #search-button .icon-search2 {
	    font-size: 24px;
		vertical-align: middle;
	}
	#main-header #search .submit .search-button-text {
    	vertical-align: middle;
	}
	#main-header #search .icon-arrow-down8{
		position:absolute;
		font-size: 27px;
		right: 164px;
		top:12px;
	}
	.skinned-select {
	    display: inline-block;
	    height: 24px;
	    vertical-align: top;
		margin-top: 2px;
	}
	.skinned-select .select-text, .skinned-select select, .skinned-select select option {
	    color: #757373;
	    font-size: 14px;
	}
	.skinned-select .select-text {
	    font-weight: bold;
	    line-height: 47px;
	    overflow: hidden;
	    padding-left: 2px;
	    position: absolute;
	    text-align: left;
	    text-overflow: ellipsis;
	    width: 105px;
	    z-index: 1;
	}
	.skinned-select select {
	    height: 48px;
	    left: -2px;
	    opacity: 0;
	    position: relative;
	    top: 0px;
	    width: 135px;
	    z-index: 100;
	}
	#main-header #search select {
		border: 0;
	}
	#category-menu ul li a {
	    padding: 10px 15px 14px;
	}

	/* Sidebar */
	.article-container,
	#main-sidebar {
		padding-bottom: 30px;
	}

	/* Main Content */
	#main-content {
		margin: auto;
    	width: 1024px;
	}

	/* Footer */
	#main-footer .upper-footer .container {
	    height: 40px;
	}
	.newsletter-sign-up-holder {
		width: 447px;
	}
	#newsletter-sign-up form {
		padding-bottom: 0;
	}
	footer #social-media-tab {
		margin-left: 45% !important;
	}
	.footer-links h4 {
	    font-size: 20px;
	}
	.footer-links li {
	    font-size: 13px;
	}
	.footer-contact-payments .container {
		height: 48px;
	}
	#payment-types {
		clear: none;
		float: right;
    	margin: 10px 25px 0 0;
	}
	#main-footer .lower-footer {
	    padding: 20px 0 10px;
	}

	/* Content blocks */
	.article-container article .content {
		width: 500px;
	}
	.article-container article .gallery {
	    max-width: 715px;
	    overflow: hidden;
	}

	/* Homepage */
	.category-exclusive-and-feature {
		float: left;
		width: 750px;
	}
	.category-exclusive {
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.category-exclusive p.date,
	.category-feature p.date {
		bottom: 10px;
		font-size: 11px;
		margin: 0;
		position: absolute;
		right: 15px;
	}
	.category-feature p.date {
		padding: 0;
		right: 10px;
	}
	.category-exclusive img {
		display: block;
		height: 288px;
		width: 748px;
	}
	.category-exclusive .exclusive-article-text {
		background-color: #fff;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		bottom: 0;
		padding: 12px 15px 7px;
		position: absolute;
		right: 0;
		width: 450px;
	}
	.category-feature-block {
		overflow: hidden;
	}
	.category-feature {
		height: 222px;
		margin-bottom: 0;
		margin-right: 3px;
		width: 248px;
	}
	.category-other-block {
		float: right;
		padding-top: 1px;
		width: 229px;
	}
	.category-other {
	    float: none;
	    margin-right: 0;
	    width: auto;
	}
	.homepage-category-block .category-other:last-child {
		margin: 0;
	}

	/* 404 Page not found */
	.not-found-page > h2 {
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #ccc;
	    color: #333;
	    margin: 50px 22px 20px;
	    padding: 10px 0;
	}
	.not-found-page #slider {
		position: relative;
	}
	.not-found-page #slider > .container {
		margin: 0 20px 50px;
		width: auto;
	}
	.not-found-page #slider .book-cover {
		float: left;
		margin-right: 20px;
	}
	.not-found-page #slider .book-cover img {
		height: auto;
		width: 200px;
	}
	.not-found-page #slider .slide-description {
		float: left;
		width: 450px;
	}
	.not-found-page #slider p {
		color: #333;
		font-size: 14px;
		margin: 0 0 12px;
	}
	.not-found-page #slider .sd-meta {
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #ccc;
	    font-size: 13px;
	    line-height: 30px;
	}
	.not-found-page #slider .sd-meta > span {
		margin-right: 15px;
	}
	.not-found-page #slider .cycle-pager {
		background-color: #eee;
	    border-radius: 5px;
	    line-height: 31px;
	    text-align: center;
	}
	.not-found-page #slider .cycle-pager span {
	    background-color: #999;
	    border-radius: 10px;
	    cursor: pointer;
	    display: inline-block;
	    height: 15px;
	    margin: 15px 5px 0;
	    text-indent: -9999px;
	    width: 15px;
	}
	.not-found-page #slider .cycle-pager span.cycle-pager-active {
		background-color: #009a3e;
	}
	.not-found-page #slider .cycle-prev,
	.not-found-page #slider .cycle-next {
	    bottom: 5px;
	    color: #999;
	    cursor: pointer;
	    font-size: 30px;
	    left: 30px;
	    position: absolute;
	}
	.not-found-page #slider .cycle-next {
		left: auto;
		right: 30px;
	}
}

@media (max-width: 450px) {
	.category-feature-block {
		display: block;
		margin-top: 20px;
		padding-top: 0;
	}
	.category-feature {
		border: 0;
		border-top: 1px solid #ccc;
		padding: 10px 0 0;
		width: 100%;
	}
	.category-feature img {
		margin: 0;
		width: auto;
	}
	.category-feature h3,
	.category-feature p {
		padding-left: 0;
		padding-right: 0;
	}
	.category-other-block {
		border-top: 1px solid #ccc;
		padding: 7px 0 0;
	}
	.category-other {
		padding-left: 0;
	}

	/* Podcasts */
	.article-container.post article ul li.podcast-item {
		margin: 0 15px 15px 0; width: 137px;
	}
	.article-container.post article ul li.podcast-item iframe {
		height: 135px; width: 135px;
	}
	.article-container.post article ul li.podcast-item:nth-child(2n+2) {
		margin-right: 0;
	}
	.article-container.post article ul li.podcast-item:nth-child(2n+3) {
		clear: left;
	}

	.arrow {
		background: url(//images.booktopia.com.au/assets/mobile/menu-arrows.png) no-repeat scroll 0 -16px transparent;
		height: 15px;
		position: absolute;
		top: 70px;
		right: 15px;
		width: 15px;
		-webkit-background-size: 15px 95px;
	}

	footer .arrow {
		background-position: 0 -50px;
	}
}
