/*
Theme Name: RapidLine
Author: F8 Media
Author URI: http://f8media.com.au
Description: A custom theme for FurnX
Version: 1.18

*/

html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Sinkin Sans';
	font-size: 14px;
	font-weight: 300;
}

a {
	color: #5281c1;
}

h1 {
	font-size: 25px;
	margin: 0 0 20px 0;
	line-height: 30px;
	color: #BE1E2D;
}

h2 {
	font-size: 20px;
}

ul {
	margin: 0 0 20px 0;
}

.entry-header .entry-title {
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}

.content-title {
	text-align: center;
	font-weight: normal;
	color: #BE1E2D;
	margin: 0 0 20px 0;
}

.entry-breadcrumbs {
	color: #333;
	margin-bottom: 30px;
}

.entry-breadcrumbs a {
	color: inherit;
	text-decoration: inherit;
}

.products {
	margin: 0 0 30px 0;
	overflow: hidden;
}

.products h1 {
	text-align: center;
}

.product-image {
	position: relative;
}

.product-image.gallery {
	margin: 0 0 30px 0;
	display: block;
}

.product-image:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-image img {
	display: block;
}

.product-options {
	border-collapse: collapse;
	border: 1px solid #eee;
	width: 100%;
}

.product-options th, .product-options td {
	padding: 5px;
}

.product-options th {
	text-align: left;
	background-color: #eee;	
}

.product-options tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.product-options-alt {
	border-top: 1px solid #ccc;
	margin: 0 0 20px 0;
}

.product-options-alt .row {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.product-options-alt .item {
	float: left;
	padding: 5px 20px 5px 5px;
}

.product-options-alt .item .value {
	font-size: 90%;
}

.product-options-alt .item .label {
	font-weight: bold;
	font-size: 70%;
}

.product-options-alt .item:first-child .value {
	font-size: 100%;
}

.wrapper {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.simple-image {
	margin: 0;
	padding: 0;
}

.header-divider {
	border: none;
	border-top: 4px solid #BE1E2D;
	margin: 0 0 20px 0;
}

.header-top {
	padding: 5px 0;
	color: #666;
}

.header-top a {
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
}

.header-bottom {
	display: flex;
	align-items: flex-end;
}

.header-bottom:after {
	content: '';
	display: block;
	clear: both;
}

.header-bottom .logo img {
	margin: 0 0 20px 0;
	padding: 0;
}

.menu-header-menu-container {
	flex-grow: 1;
}

.menu-header-menu-container .menu {
	float: right;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Level One */

.menu-header-menu-container .menu > li {
	float: left;
	position: relative;
}

.menu-header-menu-container .menu > li > a {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 0 20px;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	height: 25px;
}

.menu-header-menu-container .menu li.current-menu-item a {
	font-weight: 500;
	color: #BE1E2D;
}

/* Level Two */

.menu-header-menu-container > ul > li > .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 1200px;
	top: 100%;
	background-color: #BE1E2D;
	z-index: 99999999;
	list-style: none;
	margin: 0;
	padding: 25px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.menu-header-menu-container > ul > li:hover > .sub-menu {
	display: flex;
}

.menu-header-menu-container > ul > li > .sub-menu > li {
	width: calc(100%/6);
	float: left;
	padding: 25px;
	box-sizing: border-box;
}

.menu-header-menu-container > ul > li > .sub-menu > li > a {
	padding: 0 15px 15px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.menu-header-menu-container > ul > li > .sub-menu li.current-menu-item a {
	color: #fff;	
}

/* Level Three */

.menu-header-menu-container > ul > li > .sub-menu > li .sub-menu {
	list-style: none;
	margin: 15px;
	padding: 0;
}

.menu-header-menu-container > ul > li > .sub-menu > li a {
	color: #fff;
	text-decoration: none;
}

.menu-header-menu-container > ul > li > .sub-menu > li > ul > li > a {
	margin-bottom: 5px;
	display: block;
}

.menu-header-menu-container > ul > li > .sub-menu > li > ul > li > a:before {
	content: '•';
	display: inline-block;
	margin-right: 10px;
}

@media(max-width: 800px){
	.menu-header-menu-container > ul > li > .sub-menu > li {
		width: 50%;
	}
}

@media(max-width: 600px){
	.menu-header-menu-container > ul > li > .sub-menu > li {
		width: 100%;
	}
}

.feature {
	margin: 0 0 30px 0;
}

.footer {
	padding: 30px 0 0 0;
	background-color: #BE1E2D;
	color: #fff;
}

.footer hr {
	margin: 0 0 30px 0;
	border: none;
	border-top: 1px solid #fff;
}

.footer a {
	color: inherit;
}

.footer .widget {
	margin: 0 0 30px 0;
	display: inline-block;
}

.footer .widget .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.footer .widget .menu li {
	display: block;
}

.footer .widget .menu a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.footer .widget .simple-image img {
	width: 100%;
	height: auto;
}

@media(max-width: 800px){
	.header-bottom {
		flex-direction: column;
		align-items: center;
	}
	
	.menu-header-menu-container .menu li a {
		margin: 0 10px;
	}
}

.product-list {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.product-list:after {
	content: '';
	display: block;
	clear: both;
}

.product-list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

.product-list li a {
	text-decoration: none;
	color: #666;
	display: block;
}

.product-list.alt {
	margin: 0 -20px;
}

.product-list.alt li a {
	background-color: #fff;
	padding: 20px;
}

.product-list .product-text {
    height: 55px;
    display: block;
}

.product-thumbnail, .product-medium {
	width: 100%;
	padding-top: 100%;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.product-medium {
	padding-top: 66.6666666%;
}

@media(max-width: 750px){
	.product-list li {
		width: 33.33333333333%;
	}
}

@media(max-width: 500px){
	.product-list li {
		width: 50%;
	}
}

.colours {
	overflow: hidden;
	margin: 0;
	border-right: none;
}

.colours, .colours li {
	display: block;
	list-style: none;
	padding: 0;
}

.colours li a {
	float: left;
	margin: 0 5px 5px 0;
	text-decoration: none;
	color: #333;
	border: 1px solid #BE1E2D;
}

.colours li:last-child a {
	border-right: 1px solid #BE1E2D;
}

.colours li a img, .colours li a .no-image {
	display: block;
	width: 110px;
	height: 30px;
}

.colours li a .no-image {
	text-align: center;
	box-sizing: border-box;
	padding-top: 2px;
	font-weight: bold;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2M8c+bMfwY0YGJiwoguxjgUFKI7GsTH5m4M3w1ChQDhOyT6UCLI7AAAAABJRU5ErkJggg==');
	border: 1px solid #ccc;
}

.advanced_colours {
	overflow: hidden;
	margin: 0;
	border-right: none;
}

.advanced_colours, .advanced_colours li {
	display: block;
	list-style: none;
	padding: 0;
}

.advanced_colours li {
	float: left;
	margin: 0 5px 5px 0;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
	width: 110px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.advanced_colours li.selected {
	border-color: #BE1E2D;
}

.certs {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.certs, .certs li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.certs li img {
	max-width: 100px;
}

.cart {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.cart td, .cart th {
	text-align: left;
	padding: 10px;
	border: 1px solid #ccc;
}

.cart-button {
	background-color: #ccc;
	color: #333;
	display: inline-block;
	text-decoration: none;
	width: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
}


.cart-button-large {
	background-color: #ccc;
	color: #333;
	display: inline-block;
	text-decoration: none;
	text-align: center;
    padding: 10px 20px;
    margin: 0 10px 0 0;
	line-height: 14px;
	border-radius: 2px;
}

.cart-buttons {
    margin: 20px 0 0 0;
}

.cart-button-divide {
    border: none;
    border-left: 1px solid #ccc;
    height: 34px;
    margin: 0 10px;
    display: inline-block;
}

.cart-form {
    margin: 20px 0 0 0;
}

.cart-form input[type="text"], .cart-form select {
    font: inherit;
    background-color: #fff;
	color: #333;
	display: inline-block;
	text-decoration: none;
    padding: 5px;
    margin: 0 10px 0 0;
	line-height: 14px;
	border-radius: 2px;
    border: 1px solid #ccc;
    width: 250px;
}

.cart-form input[type="submit"] {
    font: inherit;
    background-color: #ccc;
	color: #333;
	display: inline-block;
	text-decoration: none;
	text-align: center;
    padding: 10px 20px;
    margin: 0 10px 0 0;
	line-height: 14px;
	border-radius: 2px;
    border: none;
    
}

.add_to_cart_form {
	width: 100%;
	max-width: 300px;
	margin: 60px auto 60px auto;
	overflow: hidden;
}

.add_to_cart_form .option {
	width: 100%;
	padding: 0 10px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	height: 30px;
}

#sku, #sku_sup {
	width: calc(80% - 10px);
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	height: 30px;
}

#sku {
	width: 100%;
	margin-bottom: 10px;
}

#qty {
	width: 20%;
	height: 30px;
	float: left;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
}

.add_to_cart_form .price {
	font-size: 20px;
	color: green;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px 0 0 0;
	overflow: hidden;
	line-height: 20px;
	clear: both;
}

.add_to_cart_submit {
	font: inherit;
    background-color: #35b53f;
	display: inline-block;
	text-decoration: none;
	text-align: center;
    padding: 15px 20px;
    margin: 10px 0 0 0;
	line-height: 12px;
	font-size: 12px;
	border-radius: 7px;
    border: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}

@media print {
    .header-top, .menu-header-menu-container, .footer, .cart-buttons, .cart-form, .cart-button {
        display: none;
    }
}

@media(max-width: 400px){
	.searchform {
		width: 70px;
	}
	
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.print_page_wrap {
	width: 210mm;
	margin: 0 auto;
	font-size: 10px !important;
}

.print_page_wrap table {
	font-size: 10px !important;
	width: 100%;
}

.print_page_wrap h2 {
	font-size: 14px;
}

.print_page_header {
	border-bottom: 4px solid #BE1E2D;
	padding: 20px;
	margin: 0 0 20px 0;
}

.print_section {
    padding: 0 20px 0 20px;
}

.print_section_alt {
	background-color: #cecece;
	padding: 1px 20px 20px 20px;
}

.print_table {
	border-collapse: collapse;
}

.product-gallery {
	display: flex;
	margin: 0 0 50px 0;
}

.product-gallery-thumbnails {
	width: 150px;
	height: 488px;
	overflow: hidden;
	padding: 0 25px 0 0;
	position: relative;
}

.product-gallery-thumbnails a {
	display: flex;
	height: 112px;
	width: 150px;
	justify-content: center;
	align-items: center;
}

.product-gallery-thumbnails a img {
	max-height: 112px;
}

.product-gallery-thumbnails-up {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 20px;
	background-color: #fff;
	z-index: 9;
}

.product-gallery-thumbnails-up:before {
	content: '';
	display: block;
	height: 20px;
	background-color: #eee;
	border-radius: 5px;
	background-image: url(./images/chevron_up.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	margin: 0 auto;
}

.product-gallery-thumbnails-down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 20px;
	background-color: #fff;
	z-index: 9;
}

.product-gallery-thumbnails-down:before {
	content: '';
	display: block;
	height: 20px;
	background-color: #eee;
	border-radius: 5px;
	background-image: url(./images/chevron_down.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	margin: 0 auto;
}

.product-gallery-thumbnails-sled {
	position: absolute;
	left: 0;
	top: 20px;
}

.product-gallery-mainimage {
	height: 448px;
	flex-shrink: 50;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-gallery-mainimage a {
	height: 448px;
}

.product-gallery-mainimage a img.fillheight {
	height: 100%;
}

.product-gallery-mainimage a img.fillwidth {
	width: 100%;
}