@media screen and (max-width:480px) { 

.m-only {
	display: block;
}

.m-only-inline {
	display: inline-block;
}

.t-only, .d-only, .w-only {
	display: none;
}
    
p {
    margin: 0px 0px 20px 0px;
    line-height: 28px;
}

.inner {
	width: 90%;
	margin: auto;
}

header .inner {
	width: 100%;
}
.logo img {height: 74px; margin-left: 15px;}
.menu-button {
    width: 48px;
    height: 48px;
    padding: 7px;
    margin: 15px 15px 0;
}
   
/* TABLET ******************************************************** */

table { 
	display: -webkit-flex;
	overflow: scroll;
	position: relative;
}
	
table tbody::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 40px;
    background-image: url(../images/arrow_table.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    opacity: 0.8;
	display: none;
}
	
table caption {
    padding: 13px;
}

/* NAV *********************************************************** */

nav {
	position: relative;
    float: left;
    width: 100%;
    height: auto !important;
    border-top: none;
}
    
.flexnav {	
	padding: 0px;
	margin: 0px;
    overflow: hidden;

}
    
.flexnav li {
    width: 100%;
    float: left;
    text-align: center;
}

.flexnav li ul {
    width: 100%;
    position: relative;
}
	
.flexnav li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 17px;
    border-top: 1px solid #5d6984;
}
    
.flexnav .touch-button {
    display: block;
}

.menu-button {
    display: block;
}
    
/* FEATURED ****************** */
    
.featured .inner {padding-left: 30px;}
.featured_slider .slide {
    padding-bottom: 0;
    height: 215px;
}
.featured h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-shadow: -3px 3px 16px #000000;
}
.featured h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.featured p {
    font-size: 13px;
    line-height: 16px;
    padding-right: 10px;
    max-width: 100%;
}   
.nav-arrows {display: none;}
    
/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 100%;
	float: left;
}

.w30_left, .w30_right {
	width: 100%;
	float: left;
}

.w40_left, .w40_right {
	width: 100%;
	float: left;
}

.w50_left, .w50_right {
	width: 100%;
	float: left;
}

.w60_left, .w60_right {
	width: 100%;
	float: left;
}

.w70_left, .w70_right {
	width: 100%;
	float: left;
}

.w80_left, .w80_right {
	width: 100%;
	float: left;
}

.w100_left, .w100_right {
	width: 100%;
	float: left;
}

.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin: 40px 0 40px 4%;
}
    
/* HOMEPAGE ******************************** */
    
.ctawrap {margin: 15px 0;}
.ctaitem {
    width: 100%;
    padding: 0px 0px 0px;
    text-align: left;
    background-position: left 15px;
    background-size: 90px auto;
}
.content_absolute {padding: 0 0 0 110px;}
.ctaitem h2 { font-size: 20px;
    line-height: 26px;
    margin: 30px 0 0px 0;
}
    
/* CONTENT ************************* */
    
.content .inner .w100_left img.alignright, .content .inner .w100_left img.alignleft {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.featured_img_inner_pages img {float: right; width: 100%; margin: 0; }

    
.headingarea h1 {
    font-size: 30px;
    line-height: 34px;
}
    
/* FOOTER ************************** */
.subscribe .inner { width: 100%; } 
    
.subscribe .w50_right {background-image: url('https://able.thomasmarsden.com.au/wp-content/uploads/2019/11/bg-getintouch.jpg'); background-position: center; background-size: cover;}
.subscribe form {
    width: 90%;
    margin: auto;
}
.testslider .inner {width: 100%;}
.testslider h2 {font-size: 30px;}
.testimonialslider .flex-direction-nav li {
    display: none;
}
.testimonialslider li { overflow: hidden;}
.testimonialslider li img { width: 130% !important;}
    
.client_logos {margin: 10px 0; }
.client_logos h2 { font-size: 24px; margin: 0 0 20px 0;}
.client_logos ul li {float: left; width: 33.3333%; display: inline-block; padding: 1% 5%;}

    
footer {text-align: center;} 
footer img {width: 60%; float: left; text-align: center; margin: 20px 20%;} 
footer p {width: 100%; float: left; text-align: center; margin: 20px 0;} 
    
    
    
/* CART ***************************************************** */

.cart .row_heading {
	display: none;
}

.cart .image {
	display: block;
	width: 30%;
	padding: 5px;
	vertical-align: top;
	float: left;
}

.cart .name {
	display: block;
	width: 60%;
	padding: 5px;
	vertical-align: top;
	float: left;
}

.cart .quantity {
	display: block;
	width: 50%;
	padding: 5px 5px 5px 30%;
	vertical-align: middle;
	float: left;
	clear: both;
}

.cart .price {
	display: block;
	width: 30%;
	padding: 15px 5px 5px 5px;
	vertical-align: middle;
	float: left;
}

.cart .item_total {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: inherit;
	font-weight: bold;
	text-align: right;
}

.cart .remove {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	padding: 5px;
	vertical-align: inherit;
}

.cart .totals {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
	text-align: right;
	font-weight: bold;
}

.cart .totals_title {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
	text-align: left;
	font-weight: bold;
}

.cart .button_left {
	display: block;
	margin: 10px 0px 0px 0px;
	float: none;
}

.cart .button_right {
	display: block;
	margin: 10px 0px 0px 0px;
	float: none;
}

.cart .spacer {
	display: none;

}
.cart .postage {
	display: none;

}

input[name="cardnumber"] {
	display: inline;
	width: 100%;
}

select[name="expiry_m"],
select[name="expiry_y"] {
	width: 30%;
	margin-right: 3%;
}

input[name="cvn"] {
	width: 30%;
	margin-right: 0%;
}

.pay_method {
	width: 50%;
	margin-bottom: 10px;
}

button.login_button,
button.guest_button,
button.billing_button,
button.shipping_button,
button.cc_button,
button.pp_button,
button.dd_button,
button.cash_button {
	width: 100%;
	float: none;
}

}
