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

/* 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-left: 4%;
}
	
.blog_post {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
	
/* ADDED STYLES ******* */
	
.featured .slidercontent.smaller {
    width: 56%;
}

.featured .smaller h2.subheadline {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}
	
.introduction .w50_left {
    padding-right: 0px;
    text-align: center;
}

.introduction h1.entry-title {
    text-align: center;
}

.introduction h1.entry-title span {
    text-align: center;
    float: none;
}

.introduction .buttonwrap {
    float: none !important;
    margin: auto;
    display: table;
    width: auto;
    margin-bottom: 40px;
}

.introduction .w50_right {
    padding-left: 0px;
    text-align: center;
}

.content .inner .w100_left {
    padding: 60px 0px;
}

.subscribe .signupform {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.subscribe .signupform .button {
    float: left;
    width: 180px;
    height: 57px;
}

.subscribe .signupform .inputfield {
    width: calc(100% - 180px);
}

.subscribe .followus {
    width: auto;
    float: none;
    margin: auto;
}
	
.openinghours .otherstores {
    width: 100%;
}

.openinghours .centrehours {
    width: 100%;
}
.post-type-archive-stores form#storesearch {
    width: 100%;
}	
	.storedirectory-sidebar {
		width: 100%;
		margin-top: 20px;
	}
	
.w50_right.enquiryform {
    width: 100%;
}
	
.storedetails .links {
    float: none;
    margin: auto;
    display: table;
    clear: both;
    text-align: center;
    margin-bottom: 16px;
}

.storedetails .links a {
    float: none;
}

.storedetails .links a i {
    float: none;
}
	
}