/*
	Theme Name: Andrews
	Description: Wordpress theme for Andrews Choice website
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:normal 20px/1.25 'Brandon', Helvetica, Arial, sans-serif;
	color:#000;
	background-color:#000;
	letter-spacing:0.5px;
	overflow-x:hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#c85c1a;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #d8d1c1;
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="email"] {-webkit-appearance: none; border-radius: 0;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto;
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/* wrapper */
.wrapper {
	max-width:1300px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.wrapper2, .page-template-page-xmas .wrapper2 {
	max-width:915px;
	width:90%;
	margin:0 auto;
	position:relative;
	margin-top:-50px;
	margin-bottom:-65px;
}
.wrapper3 {
	max-width:1230px;
	margin:0 auto;
}
.wrapper4 {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.page-template-page-fullsite .wrapper2, .page-template-page-smallgoods .wrapper2 {
	max-width:1242px;
	margin-top:auto;
	margin-bottom:auto;
	text-align:center;
}
.page-template-page-smallgoods .whitesection .wrapper2 {
	max-width:800px;
	margin-top:-30px;
	margin-bottom:-30px;
}
.category .wrapper, .single .wrapper {
	max-width:950px;
	text-align:center;
}
/* header */
.header {
}
/* logo */
.logo {
	width:255px;
	float:left;
	position:relative;
	z-index:99;
	margin-top:40px;
	margin-left:60px;
}
.mobile-menu-logo {
	display:none;
}
.home-logo img {
	height:70px;
	margin-top:-60px;
}
.page-template-page-home .logo {
    float: none;
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.page-template-page-home .logo-img {
    width: 250px;
    height: auto;
    position: absolute;
    top: 300px;
    left: 15%;
}
.jarallax-img {
	/*height:auto !important;*/
}
/* nav */
.nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
	background-color:#000;
}
#mega-menu-wrap-header-menu {
    margin-top: -10px !important;
}
/*#mega-menu-wrap-header-menu #mega-menu-header-menu {
    border-bottom: solid 1px #000;	
	transition: 0.3s;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu:hover {
    border-bottom: solid 1px #ebe5d7;	
	transition: 0.3s;
}*/
.page-template-page-fullsite main, .category main, .single main {
	margin-top:147px;
}
.page-template-page-smallgoods main {
	margin-top:35px;
}
article {
	background-color:#fff;
}
.page-template-page-smallgoods article {
	background-color:#000;
	margin-top:150px;
}
.page-template-page-home article {
	position:relative;
	margin-top:-50px;
}
.category-news article, .category-press article, .single article  {
	background-color:#ebe5d7;	
}
/* footer */
#footer, .footer {
	background-color:#000;
	color:#ebe5d7;
	padding-top:50px;
	padding-bottom:50px;
}
.us-pad {
	padding-bottom:130px !important;
}
#footer a, .footer a {
	color:#ebe5d7;	
}
#footer {
	overflow-y:hidden;
}
.toggled-on {
	overflow-y:visible !important;
}
svg:hover {
	fill:#c85c1a !important;
	transition:0.3s;
}
.tansection {
	background-color:#ebe5d7;
	padding-bottom:80px;
	padding-top:90px;
}
.page-template-page-xmas .tansection {
	margin-top:-20px;
}
.page-template-page-home .tansection {
	margin-top:-400px;
	position:relative;
}
.page-template-page-home .tansection.footercontact {
	margin-top:-20px;
}
.page-template-page-fullsite .tansection.footercontact {
	/*padding-top:0;*/
}
.blacksection {
	background-color:#190f10;
	color:#ebe5d7;
	padding-bottom:80px;
	padding-top:90px;
}
.page-template-page-home .blacksection {
	padding-bottom:0;
	padding-top:0;
	background-image:url(img/awards.jpg);
	background-size:cover;
	background-position:50%;
}
.page-template-page-home .blacksection img {
	height:765px;
}
.whitesection {
	padding-top:75px;
	padding-bottom:70px;
	background-color:#fff;
}
a#scroll-to-top {
    background: url(img/top.svg) no-repeat center center !important;
    width: 110px !important;
    height: 110px !important;
    left: 0 !important;
    bottom: 40% !important;
	z-index:999;
}
.acform {
	padding-left:5%;
	padding-right:5%;
}
.wpcf7-text {
	width:100%;
	height:50px;
	background-color:#fff;
	border:none;
	font-style:italic;
	margin-bottom:10px;
	padding-left:15px;
	line-height:50px;
}
.wpcf7-textarea {
	width:100%;
	height:50px;
	background-color:#fff;
	border:none;
	font-style:italic;
	padding-left:15px;
	line-height:50px;
}
.wpcf7-submit{
	height: 50px;
	width:100%;
	border: solid 1px #000;
	background-color: #ebe5d7;
	color: #000;
	font-style: italic;-
	webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.optin {
	width:55%;
	float:right;
	font-style:italic;
	text-align:right;
}
.subbutton {
	width:40%;
	float:left;
	margin-top:-2px;
}
.whitesection .one-half, .tansection .one-half  {
	width:49%;
	margin-left:2%;
}
.one-half.first {
	margin-left:0 !important;
}
.whitesection .two-thirds p {
	padding-left:60px;
}
.page-template-page-smallgoods .whitesection .two-thirds p {
	padding-left:40px;
	padding-right:40px;
}
.tansection .one-half p:nth-of-type(2) {
	padding-right:30px;
}
.whitesection .one-third img {
	margin-top:25px;
}
.page-template-page-home .whitesection .one-third img, .page-template-page-smallgoods .whitesection .one-third img {
	margin-top:0;
}
.one-third {
    width: 31.623931623931625% !important;
}
.two-thirds {
	width: 65.81196581196582% !important;
}
.page-template-page-home .one-third, .page-template-page-smallgoods .one-third {
	width:32.5% !important;
	margin-left:1.25% !important;
}
.page-template-page-home .whitesection .one-third, .page-template-page-smallgoods .whitesection .one-third {
	width:30% !important;
}
.page-template-page-home .one-third.first, .page-template-page-smallgoods .one-third.first {
	margin-left:0 !important;
}
.page-template-page-home .two-thirds, .page-template-page-smallgoods .two-thirds {
	width:65% !important;
	margin-left:2.5% !important;
}
.page-template-page-home .whitesection .two-thirds, .page-template-page-smallgoods .whitesection .two-thirds  {
	width:67.5% !important;
	text-align:left;
}
td p {
	padding-top:0;
	margin-top:0;
}
table {
	margin-bottom:10px;
}
#mce-EMAIL {
	width:280px;
	height:50px;
	background-color:#fff;
	color:#000;
	border:solid 1px #fff;
	padding-left:15px;
	font-style:italic;
}
#mc-embedded-subscribe {
	height:50px;
	background-color:#ebe5d7;
	color:#000;
	border:solid 1px #000;
	width:115px;
	font-style:italic;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#mc-embedded-subscribe:hover, .wpcf7-submit:hover {
	background-color:#000;
	color:#ebe5d7;
}
#mc_embed_signup {
	margin-top:40px;
}
.form-left {
	float:left;width:48%;
}
.form-right {
	float:right;width:48%;
}
.porklogo {
	float:right;
	width:120px;
}
.contact-details {
	text-align:center;
}
.mobile {
	display:none;
}
.whitesection img, .tansection img, .blacksection img {
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 3s;
-ms-animation: fadeIn ease 3s;
}
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 30px;
width: 30px;
top: 0px;
left: 0px;
border: 1px solid #000;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}
.middlecol {
	width:49%;
	margin-left:25.5%;
}
.addspace {
	height:60px;
	clear:both;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	transition: all .3s ease;
}
#site-header.hide {
	top: -170px;
}

/*------------------------------------*\
    ANGLED TEXT
\*------------------------------------*/

.skewed-container {
	position:relative
}
.page-template-page-home .blacksection .skewed-container p {
	margin-top:0;
}
.skewed {
	display: inline-block;
	text-align: center;
	padding-top: 10%;
}
.skewed-container .skewed {
	position:absolute;
	top:0;
	padding-left: 6%;
	padding-top: 8%;
}
.skewed span {
    font: 1.7em/1 "Embro", sans-serif;
    position: relative;
    -webkit-transform: rotate(-7.16deg) skew(171deg, 0);
       -moz-transform: rotate(-7.16deg) skew(171deg, 0);
        -ms-transform: rotate(-7.16deg) skew(171deg, 0);
         -o-transform: rotate(-7.16deg) skew(171deg, 0);
            transform: rotate(-7.16deg) skew(171deg, 0);
	color:#ebe5d7;
	letter-spacing:3px;
	border-bottom: 3px solid #ebe5d7;
	display: inline-block;
	text-transform:uppercase;
}
.page-template-page-home .tansection .skewed {
	text-align: left;
}
 .page-template-page-smallgoods .skewed span {
    font: 1.7em/0.9 "Brandon Black";
	font-style:italic;
	border-bottom: 2px solid #ebe5d7;
	margin-bottom:10px;
	letter-spacing:1px;
}
.page-template-page-home .blacksection .skewed {
	padding-left:0;
	padding-top:0;
	width: 50%;
	left: 25%;
	height: 50%;
	top: 25%;	
}
.page-template-page-home .blacksection .skewed span {
	font-size:2.35em;
	margin-bottom:15px;
}
.page-template-page-home .blacksection .skewed span:nth-of-type(3), .page-template-page-home .blacksection .skewed span:nth-of-type(4) {
	color:#c85c1a;
	border-bottom: 3px solid #c85c1a;
}
 .page-template-page-home .tansection .skewed span {
    font: 1em/0.9 "Brandon Black";
	font-style:italic;
	border-bottom: 1px solid #ebe5d7;
	margin-bottom:5px;
	letter-spacing:1px;
}
.skewed-container a {
	color:#ebe5d7;
	text-decoration:none;
	transition: 0.3s;
}
.page-template-page-home .skewed-container a:hover {
	color:#c85c1a;
	transition: 0.3s;
}
.page-template-page-home .tansection .skewed-container:hover a {
	color:#c85c1a !important;	
	transition: 0.3s;
	border-bottom-color: #c85c1a;
}
.page-template-page-home .tansection .skewed-container:hover span {
	border-bottom-color: #c85c1a;
}
.page-template-page-smallgoods .stack2l .skewed span, .page-template-page-smallgoods .stack2r .skewed span {
    font: 2.35em/1 "Embro", sans-serif;
    border-bottom: 3px solid #ebe5d7;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.page-template-page-smallgoods .stack2l, .page-template-page-smallgoods .stack2r {
	top:0;
	left:0;
}


/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
main .animated {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    backface-visibility: hidden;
    will-change: transform,opacity;
}
.div-stack {
	position: relative; left: 0; top: 0;
}
.stack1 {
	position: relative;
    top: 0;
    left: 0;
	z-index:2;
}
.stack1 p, .stack2l p, .stack2r p {
	margin:0;
	padding:0;
}
.stack2l {
	position: absolute;
	/*top:60%;*/
	top:80px;
    left: 8%;
	z-index:2;
	width:100%;
	height:100%;	
}
.stack2r {
	position: absolute;
    top: 0;
    right: 0;
	z-index:2;	
	width:100%;
	height:100%;
}
.wow.fadeInUpBig {
	animation-delay: 1s;
	animation-duration:1s;
}
.wow.fadeInRight {
	animation-delay: 2s;
}
.wow.fadeInLeft {
	animation-delay: 2s;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
.page-template-page-home .one-third .skewed-container {
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.page-template-page-home .one-third .skewed-container, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.home-logo {
	-webkit-transform: scale(1);
    transform: scale(1);    
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.page-template-page-home .one-third .skewed-container:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.home-logo:hover {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);    
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

/*------------------------------------*\
    GOOGLE MAP
\*------------------------------------*/

.gmp_map_opts {
	margin-left:10%;
	margin-right:10%;
	border:solid 10px #fff;
	margin-top:50px;
}

/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/

.sp-testimonial-free-section .tfree-client-testimonial {
    font-size: 1em !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
	padding-left:15%;
	padding-right:15%;
}
#sp-testimonial-free-wrapper-986 .sp-testimonial-free-section .slick-prev, #sp-testimonial-free-wrapper-986 .sp-testimonial-free-section .slick-next {
    background: none !important;
    border: none !important;
    color: #c85c1a !important;
}
.sp-testimonial-free-section .slick-prev {
    left: 5% !important;
}
.sp-testimonial-free-section .slick-next {
    right: 5% !important;
}
.sp-testimonial-free-section .slick-prev, .sp-testimonial-free-section .slick-next {
    font-size: 120px !important;
    line-height: 120px !important;
    top: 0 !important;
}
#sp-testimonial-free-wrapper-986 .sp-testimonial-free-section .slick-prev:hover, #sp-testimonial-free-wrapper-986 .sp-testimonial-free-section .slick-next:hover {
    background: none !important;
    color: #c85c1a !important;
}
.tfree-client-testimonial a {
	color:#ebe5d7;
}
.tfree-client-testimonial a:hover {
	color: #c85c1a;
}
.slick-dots li.slick-active button {
    background: #c85c1a !important;
}
.sp-testimonial-free-section .slick-dots {
    margin-top: -20px;
}

/*------------------------------------*\
    PARALLAX
\*------------------------------------*/

.page-template-page-home .nk-awb {
    background-color: #000;
}
.page-template-page-smallgoods .nk-awb p {
	margin:0;
	padding:0;
}


/*------------------------------------*\
    MENU
\*------------------------------------*/

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top:60px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
	padding-top:5px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.home-logo {
	padding-top:0px;
}
.footer-menu h3 {
	margin:0;
	padding:0;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: 10px;
	font-weight:normal;
	font-size:19px;
}
.footer-menu h3 a {
	text-decoration:none;
}
.footer-menu h3 a:hover {
	color:#c85c1a !important;
}
.footer-menu #mega-menu-wrap-sidebar-menu #mega-menu-sidebar-menu {
	border-bottom:solid 1px #ebe5d7;
}
.mega-menu-row, .mega-menu-item-1137 {
	margin-top:50px !important;
}
.footer-menu.wrapper {
	margin-top:30px;
}
.padtop {
	padding-top:25px !important;
}
.mega-disable-link {
	cursor: default;
}
.menu-toggle span {
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h2 {
	font-weight:normal;
	font-size:30px;
}
.page-template-page-fullsite h2, .category h2, .single h2, .page-template-page-smallgoods h2, .page-template-page-xmas h2  {
	text-align: center;
	/*margin-bottom: -7px;*/
	font-family: Brandon Black;
	letter-spacing: 2px;
	text-transform:uppercase;
}
.about-us main .tansection h2 {
	margin-top:50px !important;
}
.secondh2 {
	margin-bottom:50px;
}
.category h2, .single h2 {
	margin-bottom:50px;
}
.small-firsth2 {
	margin-top:-100px;
}
.page-template-page-smallgoods .small-firsth2 {
	margin-top:0;
}


/*------------------------------------*\
    PRODUCT LIST PAGE
\*------------------------------------*/
.full-product-range .one-fifth {
	font-size:15px;
	margin-top:70px;
	line-height:1.5em;
}
.full-product-range .one-fifth a {
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}
.full-product-range .one-fifth a:hover {
	color:#c85c1a;
}

/*------------------------------------*\
    PRESS AND NEWS PAGES
\*------------------------------------*/
.more-link {
	display:block;
	font-weight:bold;
	margin-bottom:50px;
}
.ssbp-wrap {
    width: 100%;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
.page-template-page-home .skewed-container p {
	margin-top:8px;
	margin-bottom:8px;
}

/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.page-template-page-fullsite.contact .footercontact {
	display:none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Brandon';
	src:url('fonts/brandon_reg.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Brandon';
	src:url('fonts/brandon_reg_it.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}
@font-face {
	font-family:'Brandon';
	src:url('fonts/brandon_bld.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face {
	font-family:'Brandon';
	src:url('fonts/brandon_bld_it.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
@font-face {
	font-family:'Brandon Medium';
	src:url('fonts/brandon_med.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Brandon Medium';
	src:url('fonts/brandon_med_it.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}
@font-face {
	font-family:'Brandon Black';
	src:url('fonts/brandon_blk.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Brandon Black';
	src:url('fonts/brandon_blk_it.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}
@font-face {
	font-family:'Embro';
	src:url('fonts/embro-bold-italic.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1128px) {
	.page-template-page-home .logo-img {
		width: 200px;
	}
}

@media only screen and (max-width:1058px) {
	.optin {
		width:100%;
		float:none;
		text-align:left;
		display:inline-block;
		margin-bottom:10px;
	}
	.page-template-page-home .blacksection img {
		height:650px;
	}
	.page-template-page-home .tansection {
		margin-top:-200px;
	}
	.wrapper4 {
		width: 85%;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0;
	}
}
@media only screen and (max-width:920px) {
	.page-template-page-home .logo-img {
		width: 150px;
	}
	.page-template-page-home .blacksection img {
		height:500px;
	}
	.page-template-page-home .blacksection .skewed span {
		font-size: 1.7em;
		margin-bottom: 10px;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
		text-align:center !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
		margin-top:0;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1::after {
		content: url("img/hamburger.svg") !important;
		height: 27px;
		width: 27px;
		font-family: inherent !important;
		margin: -1px 0 0 5px !important;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
		content: url("img/close.svg") !important;
		height: 27px;
		width: 27px;
		font-family: inherent !important;
		margin: -1px 0 0 5px !important;
	}
	.mega-home-logo {
		display:none !important;
	}
	.mobile-menu-logo {
		display: block;
		height: 120px;
		width: 130px;
		z-index: 99999;
		position: relative;
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-template-page-fullsite main, .category main, .single main, .page-template-page-smallgoods main, .page-template-page-xmas main {
		margin-top: 0;
	}
	#mega-menu-header-menu {
		padding-left:30px !important;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
		padding-bottom: 50px;
	}	
	.category-main-image {
		margin-top:-110px;
	}
	.page-template-page-smallgoods .stack2l {
		margin-left:-5%;
		/*top:25%;*/
		top:-15%;
	}
	.page-template-page-smallgoods article {
		margin-top: 0;
	}
	.wrapper4 {
		margin-top:65px;
	}
}

@media only screen and (max-width:768px) {	
	.tansection {
		padding-top: 45px;
		padding-bottom:45px;
	}
	.about-us .tansection {
		padding-top: 95px;
	}
	.page-template-page-smallgoods .stack2l img {
		width:70% !important;
	}
	.page-template-page-smallgoods .stack2l {
		/*top: 25%;*/
		left: 4%;
	}
	.category-main-image {
		margin-top:-65px;
	}
	.page-template-page-smallgoods .stack2l .skewed span, .page-template-page-smallgoods .stack2r .skewed span {
		font-size: 1.7em;
		border-bottom: 2px solid #ebe5d7;
		margin-bottom: 10px;
	}
}


@media only screen and (max-width:650px) {
	body {
		font-size:15px;
	}
	h2 {
		font-size:21px;
	}
	.category-main-image {
		margin-top:-60px;
	}
	.logo {
		width: 50%;
		margin-left: 25%;
		margin-top:10px;
	}
	.page-template-page-home .blacksection img {
		height:400px;
	}
	.page-template-page-home .blacksection .skewed span {
		font-size: 1.5em;
	}
	.page-template-page-home .blacksection .skewed {
		top: 18%;
	}
	.page-template-page-smallgoods .stack1 {
		width:125%;
	}
	.page-template-page-smallgoods .stack2l {
		margin-left:-10%;
		/*top:30%;*/
	}
	.category-main-image {
		margin-left:-12.5%;
	}
	/* wrapper */
	.wrapper {
		width:85%;
	}
	.wrapper2 {
		width:100%;
	}
	.one-third, .two-thirds, .one-half, .page-template-page-home .whitesection .one-third, .page-template-page-home .whitesection .two-thirds, .page-template-page-home .one-third, .middlecol, .page-template-page-smallgoods .whitesection .one-third, .page-template-page-smallgoods .whitesection .two-thirds {
		width:100% !important;
		margin-left:0 !important;
	}
	.whitesection .one-third p {
		padding-left: 0 !important;
	}
	.whitesection .two-thirds p {
		padding-left:0 !important;
		text-align:center;
	}
	.whitesection .two-thirds {
		margin-top:10px;
	}
	.page-template-page-smallgoods .whitesection .two-thirds p{
		padding-right:0 !important;
	}
	#scroll-to-top {
		display:none !important;
	}
	/*table {
		margin-bottom:-60px;
	}*/
	#mce-EMAIL {
		width: 100%;
		border:none;
	}
	#mc_embed_signup {
		border:solid 2px #ebe5d7;
		background-color: #ebe5d7;
	}
	.form-left {
		float:left;width:100%;
	}
	.form-right {
		float:right;width:100%;
		margin-top:25px;
	}
	.contact-details {
		text-align:center;
		float:left;
		width:100%;
		margin-top:25px;
	}
	.mobile {
		display:block;
	}
	.desktop {
		display:none;
	}	
	td {
		width:100% !important;
	}
	.whitesection .one-third, .page-template-page-smallgoods .whitesection .one-third {
		text-align:center;
	}
	.whitesection .one-third img, .page-template-page-smallgoods .whitesection .one-third img {
		width:65%;
	}
	/*.page-template-page-home .whitesection .one-third img {
		margin-top: 55%;
	}*/
	.wpcf7-submit, #mc-embedded-subscribe {
		width:100%;
	}
	span.wpcf7-list-item {
		margin: 0;
	}
	.subbutton {
		width:100%;
		float:none;
	}
	.wpcf7-checkbox input[type=checkbox] + span:before {
		top: 0px;
		height:25px;
		width:25px;
	}
	.wpcf7-checkbox input[type=checkbox] + span:after {
		top: 0;
		height:25px;
		width:25px;
	}
	.gmp_map_opts {
		margin-left:0%;
		margin-right:0%;
		width:100% !important;
		border:solid 5px #fff;
	}
	.page-template-page-home .tansection {
		margin-top: 0;
	}
	.footer-menu #maxmegamenu-2 {
		display:none;
	}
	.footer-menu h3 {
		position: relative;
		text-align: center;
	}
	.page-template-page-home .tansection .skewed span {
		font-size: 1.3em;
	}	
	.small-firsth2 {
		margin-top:-50px;
	}	
	#site-header {
		position: absolute;
	}
	#site-header.hide {
		top: 0;
	}
	.gmp_MapPreview, .gmpMapDetailsContainer {
		height:400px !important;
	}
	.page-template-page-home .blacksection img {
		height:400px;
	}
	.sp-testimonial-free-wrapper {
		width: 180%;
		margin-left: -40%;
	}
	.page-template-page-xmas .tansection {
		margin-top: 0px;
	}
	.page-template-page-smallgoods .stack2l .skewed {
		padding-top: 130px;
		padding-left: 20px;
	}
	.addspace {
		height:0
	}
	.addspace:nth-of-type(1) {
		height:60px
	}
}

@media only screen and (max-width:550px) {
	.page-template-page-home .blacksection .skewed {
		top: 15%;
	}
	.page-template-page-smallgoods .skewed span {
		font-size: 1.5em;
		margin-bottom:5px;
	}
	.page-template-page-home .blacksection img {
		height:330px;
	}
	.page-template-page-home .blacksection .skewed span {
		margin-bottom:5px;
	}
	.stack2l .skewed {
		padding-top: 5%;
		padding-left: 3%;
	}
}


@media only screen and (max-width:480px) {
	.page-template-page-home .blacksection .skewed p {
		margin-top:30px !important;
	}
	.page-template-page-home .blacksection .skewed {
		top: 15%;
		height:100%;
	}
	.page-template-page-home .blacksection img {
		height:300px;
	}
	.page-template-page-smallgoods .skewed span {
		font-size: 1.3em;
	}
	.skewed span {
		letter-spacing: 2px;
		border-bottom: 2px solid #ebe5d7;
	}	
	.page-template-page-smallgoods .stack2l {
		/*top: 20%;*/
	}
	.stack2l .skewed {
		padding-top: 0;
	}
	.page-template-page-smallgoods .stack2l .skewed {
		padding-top: 75px;
	}
}


@media only screen and (max-width:415px) {
	.page-template-page-home .blacksection img {
		height:260px;
	}
	.page-template-page-home .blacksection .skewed span {
		font-size: 1.1em;
	}
	.page-template-page-smallgoods .stack2l .skewed {
		padding-top: 25px;
	}
}


@media only screen and (max-width:300px) {
	
	.logo {		width: 60%;
		margin-left: 20%;
	}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/


/*.alignnone {
	margin:5px 20px 20px 0;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}*/

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}