/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.showoptions{

}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	overflow-y: scroll;
	z-index: 99;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#acb720+0,47cdea+100 */
background: rgb(46,158,196); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(46,158,196,1) 0%, rgba(71,205,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(46,158,196,1) 0%,rgba(71,205,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(46,158,196,1) 0%,rgba(71,205,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb720', endColorstr='#47cdea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: transparent;
	outline: none;
	z-index: 100;
}
.overlay .overlay-close img{
	width: 40px;
position: absolute;
top: 0px;
right: 0px;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;


}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	
	
	position: relative;
}

.overlay ul li {
	display: block;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.overlay ul li a {
	font-size: 16pt;
font-weight: 300;
display: block;
color: #fff;
-webkit-transition: color 0.2s;
transition: color 0.2s;

padding: 10px;
border-bottom: none;
text-decoration: none !important;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #fff;
}


/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	-webkit-overflow-scrolling: touch;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav  {
	opacity: 0.4;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	padding-top: 72px;
}


.overlay-hugeinc.open nav  {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay-hugeinc.shut nav  {
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
}

@media only screen and (max-width: 767px) {
	.overlay .overlay-close {
	
	
	
}
}


.posted_in{
	font-size: 10pt;
}
.posted_in a{
	background: #f5f5f5;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
margin: 2px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

border-radius: 10px;

font-size: 10pt;
}
.tax-product_cat li.outofstock::after{
	content: 'out of stock';
color: red;
}
.tax-product_cat li.outofstock .price{
	color:red !important;
	margin-bottom:0px !important;
}
.tax-product_cat li.outofstock a.button{
	display:none;
}
.industryshoplink div{
	background-position: center !important;
	background-size: cover !important;
	position: relative;
}
.industryshoplink div::before{
	content: "";
display: block;
padding-top: 70%;
}
.industryshoplink{
	display:inline-block;
	width:calc(25% - 20px);
	vertical-align: top;
	margin:10px;
	position: relative;
}
.industryshoplink h2{
	margin-top: 10px;
margin-bottom: 0px;
font-size: 15pt;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
background: rgba(255,255,255,.8);
padding: 10px;
}
.page-template-industryshop .homesplash{
	min-height:0px;
	margin-bottom:20px;
}
.form-row.place-order button.button{
	background: #57ce0f !important;
	font-weight:600;
	width: 100%;
font-size: 18pt;
}
.cartinner{
	font-size: 12pt;
font-weight: 400;
}
.newmenuinner{
	width: 100%;
max-width: 1200px;
margin: auto;
position: relative;
}
.shopall{
	display:inline-block;
}
.shoptrigger{
	color: #fff;
font-weight: 400;
display: block;
font-size: 18px;
line-height: 1;
padding: 15px 12px;
text-decoration: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.shopall:hover .shoptrigger{
	background:#fff;
	color: #47cdea;
	cursor:pointer;
}
.shopmenu{
	position: absolute;
background: #fff;
width: 100%;
left: 0px;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0s, visibility 0s 0s;
transition: opacity 0s, visibility 0s 0s;
padding: 22px;
}
.shopall:hover .shopmenu{
	opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
transition: opacity ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.menuoverlay{
	content: '';
background: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 10;
opacity: 0;
visibility: hidden;
}
.menuoverlay.open{
	opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
transition: opacity ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.shopmenu1{
	font-weight:400;
}
.shopmenu1, .shopmenu2{
	display:inline-block;
	vertical-align:top;
	width:33%;
	text-align:left;
	padding-right:20px;
}
.shopmenu3{
	display:inline-block;
	vertical-align:top;
	width:33%;
	text-align:left;
	padding-right:0px;
	font-size:12pt;
}
.shopmenu span{
	color: #47cdea;
	font-weight: 700;
	border-bottom:solid 1px #3d3d3d;
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
}
.shopmenu a{
	display:block;
	color: #3d3d3d !important;
	font-size:14pt;
}
.shopmenu2 a{
	font-size:12pt;
	
}
.shopmenu3 a{
	font-size:12pt;
}
.shopmenu2 span a{
	color: #47cdea !important;
	font-size:14pt;
}
.shopmenu3 span{
	font-size:14pt;
}
.shopmenu a:hover{
	text-decoration:underline;
}
.shopmenu1 div, .shopmenu2 div{
	-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.menuemb{
	width:100%;
	
}
.shopmenu3 img{
	margin-bottom:10px;
}
.newmenuinner .menu-item-10472, .newmenuinner .menu-item-9769, .newmenuinner .menu-item-10242, .newmenuinner .menu-item-10663{
	display:none;
}
.splashtext a{
	background:#47cdea !important;
}
.homesplash{
	
}
.industryright p a{
	color:#47cdea !important;
}
.industryright h2{
	color:#23336a !important;
}
.splashinner div:before{
	background: #23336a !important;
}
.industrycontent .products h2{
	color:#47cdea !important;
	padding-bottom: 0 !important;
	font-size: 13pt !important;
	padding-top:5px !important;
}
ul.products h2{
	padding: 0 !important;
	font-size: 13pt !important;
}




.menubasket{
	position: absolute;
right: 15px;
top: 4px;
color: #fff !important;
font-size:11pt;
line-height: 1.2;
text-align:right;
}
.menubasket img{
	display:inline-block;
	vertical-align:middle;
}
.menubasketinner{
	display: inline-flex;
vertical-align: middle;
height: 40px;
align-items: center;
}
.menubasketinner .amount{
	display:block;
	font-weight:400;
	font-size:13pt;
}

.backlink{
	color: #fff !important;
display: block;
text-align: center;
position: relative;
}
.blogmainlink{
	
	
}
.blogleft{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.single-post .blogleft{
	width:calc(100% - 200px);
	display:inline-block;
	vertical-align: top;
}
.single-post .blogcontent{
	max-width:900px;
}
.blogcontent{
	max-width: 1200px;
}
.blogmainlink{
	width:calc(33.33% - 20px);
	margin-left: 10px;
margin-right: 10px;
	border: solid 1px #ccc;
padding: 20px;
margin-bottom:20px;
}
.blogimagesingle{
	width:100%;
	height:200px;
	background-size: cover !important;
	background-position: center !important;
}
.bloglink h2{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:300;
	font-size: 16pt;
	color:#3d3d3d;
}
.bloglink span{
	color:#dd1a68;
}
.successtitle{
	background: #dd1a68;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
.blackdiv{
	background: #3d3d3d;
}
.successtitleinner{
	width:90%;
	max-width:900px;
	text-align: center;
	margin: auto;
}
.successtitleinner span{
	font-size: 80pt;
font-weight: 600;
letter-spacing: 3px;
line-height: 1;
}
.successtitleinner h1{
	color:#fff;
	font-size:20pt;
	margin:0px;
	font-weight: 300;
}
.blogcontent{
	width:90%;
	
	text-align: center;
	margin: auto;
	padding-top:40px;
	padding-bottom:40px;
}
.blogleft{
	
	text-align: left;
}
.blogright{
	width:200px;
	display:inline-block;
	vertical-align: top;
	padding-left:20px;
	text-align: left;
}
.blogright h3{
	margin: 0px;
font-weight: 300;
font-size: 14pt;
margin-bottom: 10px;
}
.blogright p, .blogright a{
	margin: 0;
margin-bottom: 10px;
display: block;
font-weight: 600;
}
.blogimage img{
	width:100%;
	margin-bottom:20px;
}
.wp-block-quote{
	border-left: solid 4px #47cdea;
padding-left: 30px;
font-weight: 600;
}

.postid-14090 .abovefooter{
	clear:both;
}
.postid-14090 .showoptions{
	display:none;
}
.postid-14090 .hiddenoptions{
	display:block;
}
.postid-14090 .hiddenoptions .product-addon{
	display:block;
}



.xmas{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/Paper.jpg);
	width: calc(90% - 20px);
max-width: 1180px;
	color:#fff;
	margin: auto;
	padding:20px;
	margin-top:20px;
}
.halfhalf{
	display:flex
}
.texthalf, .pichalf{
	display:inline-block;
	vertical-align: top;
	width:50%;
	background-size: cover !important;
}
.texthalf{
	padding-top:50px;
	padding-bottom:50px;
	min-height: 600px;
	display: inline-flex;
align-items: center;
}
.halfcontent{
	width: 80%;
margin-left: auto;
margin-right: auto;
}
.halfinner{
	margin-right: 0px;
margin-left: auto;
max-width: 510px;
}
.halfcontent p{
	font-size: 14pt;
	max-width: 400px;
}
.halfblue{
	background: #acb720;
	color:#fff;
	margin-top: 35px;
}
.halfblue a{
	background: #fff;
	display:inline-block;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none !important;
}
.halfblue a:hover{
	background: #47cdea;
	color:#fff;
}
.halfblue h2{
	color: #47cdea;
margin-top: 10px;
font-size: 42pt;
letter-spacing: 1px;
max-width: 450px;
line-height: 1;
}
.trust{
	text-align: center;
	background: #fff;
	width:90%;
	max-width:1200px;
	margin:auto;
	padding-top: 60px !important;
padding-bottom: 60px !important;
color:#3d3d3d !important;

}
.trust span{
	color:#3d3d3d !important;
	font-weight: 400 !important;
font-size: 14pt !important;
font-style: normal !important;
}
.site-main .trust a{
	
}
.trust img{
	
}

.quotesingle{
	border:solid 1px #cccccc;
	padding:20px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	
}
.slick-track, .slick-list{
	display:flex;
}
.quoteimage{
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width: 100px !important;
height: 100px;
overflow:hidden;
margin:auto;
margin-top:0px !important;
object-fit:cover;
margin-bottom: 10px !important;
}
.star {
display: inline-block !important;
width: 20px !important;
margin: 2px;
}
.homeshowcaselink{
	margin-top:30px;
}
.stars{
	margin-bottom:5px;
}


.xmasinner{
	border:solid 4px #fff;
	padding:20px;
	background: rgba(154, 22, 26, 0.7);
	text-align: center;
	font-size: 14pt;
}
.xmasinner h2{
	font-size: 22px;
	margin:0px;
	margin-bottom:10px;
}
.xmasinner a{
	color:#fff !important;
	font-weight:600;
}


ul.colors li .box{
	width:30px !important;
	height:30px !important;
}

.page-id-11 #main{

background: rgb(46,158,196);
background: -moz-linear-gradient(45deg, rgba(46,158,196,1) 0%, rgba(71,205,234,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(46,158,196,1) 0%,rgba(71,205,234,1) 100%);
background: linear-gradient(45deg, rgba(46,158,196,1) 0%,rgba(71,205,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb720', endColorstr='#47cdea',GradientType=1 );
padding-bottom:50px;
}
.page-id-11 #main #content{
	max-width:700px;
	text-align: center;
	color:#fff;
	font-size: 14pt;
	padding-top: 1px;
}
.page-id-11 #main #content .generaltitle{
	background: none;
color: #fff;
padding: 0px;
font-size: 20pt;
}
.page-id-11 #main #content a{
	color:#3d3d3d
}
.page-id-11 .gform_body input, .page-id-11 .gform_body textarea{
	width:100% !important;
	border: none;
}
.page-id-11 .gform_body{
	text-align: center;
}
.page-id-11 .gform_body li{
	padding-right:0px !important;
}
.page-id-11 .gform_footer input{
	width:100% !important;
}
.industryleft{
	width: 300px;
display: inline-block;
vertical-align: top;
padding-top: 30px;
}
.industryright{
	width: 100%;
display: inline-block;
vertical-align: top;
padding-left: 0px;
font-weight: 300;
font-size: 14pt;
}
.industrycontent h2{
	font-size: 20pt;
font-weight: 600;
margin-top: 0;
}
.industrycontent{
	padding-top:40px;
}
.mobilecart{
	position: fixed;
bottom: 0px;
left: 0px;
background: #47cdea;
width: 100%;
z-index: 70;
padding: 10px;
text-align: center;
color:#fff;
display:none;
padding-bottom:15px;
}
.woocommerce-cart .mobilecart{
	display:none !important;
}
.woocommerce-checkout .mobilecart{
	display:none !important;
}
.mobilecart a{
	display:inline-block;
	font-size:12pt;
	background: #acb720;
	text-decoration: none !important;
	color:#fff !important;
	padding: 5px;
	padding-left: 10px;
padding-right: 10px;
font-weight:600;
}
.mobilesub{
	font-weight:600;
	font-size: 12pt;
	margin-right:5px;
	text-transform: uppercase;
}


.hiddenoptions .product-addon, .hiddenoptions .logomessage{
	display:none;
}
.hiddenoptions .product-addon-logo-or-text-embroidery{
	display:block;
}

.hiddenoptions.text-embroidery-standard-size-1 .product-addon-embroidery-position, .hiddenoptions.text-embroidery-standard-size-1 .product-addon-add-text-for-embroidery,
.hiddenoptions.text-embroidery-standard-size-1 .product-addon-embroidery-colour, .hiddenoptions.text-embroidery-standard-size-1 .product-addon-text-font{
	display:block;
}
.hiddenoptions.large-text-embroidery-on-back-4 .product-addon-embroidery-position, .hiddenoptions.large-text-embroidery-on-back-4 .product-addon-add-text-for-embroidery,
.hiddenoptions.large-text-embroidery-on-back-4 .product-addon-embroidery-colour, .hiddenoptions.large-text-embroidery-on-back-4 .product-addon-text-font{
	display:block;
}
.hiddenoptions.logo-embroidery-standard-size-2 .product-addon-embroidery-position, .hiddenoptions.logo-embroidery-standard-size-2 .logomessage,
.hiddenoptions.large-logo-embroidery-on-back-5 .product-addon-embroidery-position, .hiddenoptions.large-logo-embroidery-on-back-5 .logomessage{
	display:block;
}
.hiddenoptions.logo-text-embroidery-standard-size-3 .product-addon-embroidery-position, .hiddenoptions.logo-text-embroidery-standard-size-3 .logomessage,
.hiddenoptions.logo-text-embroidery-standard-size-3 .product-addon-add-text-for-embroidery, .hiddenoptions.logo-text-embroidery-standard-size-3 .product-addon-embroidery-colour,
.hiddenoptions.logo-text-embroidery-standard-size-3 .product-addon-text-font{
	display:block;
}
.logomessage{
	background: #dd1a69;
color: #fff;
padding: 20px;
border: solid 2px #fb7caf;
}
.hiddenoptions{
	margin-bottom: 20px;
}

.postid-10388 .product-addon, .postid-10388 .hiddenoptions,
.postid-10397 .product-addon, .postid-10397 .hiddenoptions,
.postid-10402 .product-addon, .postid-10402 .hiddenoptions,
.postid-10409 .product-addon, .postid-10409 .hiddenoptions,
.postid-10416 .product-addon, .postid-10416 .hiddenoptions,
.postid-10418 .product-addon, .postid-10418 .hiddenoptions,
.postid-10420 .product-addon, .postid-10420 .hiddenoptions,
.postid-10422 .product-addon, .postid-10422 .hiddenoptions{
	display:block !important;
}
.postid-10388 .showoptions,
.postid-10397 .showoptions,
.postid-10402 .showoptions,
.postid-10409 .showoptions,
.postid-10416 .showoptions,
.postid-10418 .showoptions,
.postid-10420 .showoptions,
.postid-10422 .showoptions,
.postid-10452 .showoptions,
.postid-10459 .showoptions,
.postid-10464 .showoptions,
.postid-10466 .showoptions,
.postid-10468 .showoptions,
.postid-10470 .showoptions{
	display:none;
}
.wc-checkout-add-ons-input-file-plupload::after{
	content:'*Please ensure that you have selected "Logo Embroidery" when adding your products to the cart, to ensure you are charged correctly.';
	font-size: 11pt;
}
.product-addon-text-font p{
	display:inline-block;
	vertical-align: top;
	width:48%;
	position: relative;
padding-top: 30px !important;
}
.product-addon-text-font p label{
	height: 100%;
position: absolute;
z-index: 2;
width: 100%;
top: 0px;
}
.product-addon-text-font p::after{
	content:'';
	width:100%;
	height:50px;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat;
}
.product-addon-text-font p:nth-child(2)::after{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/font1.jpg);
	background-repeat: no-repeat;
}
.product-addon-text-font p:nth-child(3)::after{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/font2.jpg);
	background-repeat: no-repeat;
}
.product-addon-text-font p:nth-child(4)::after{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/font3.jpg);
	background-repeat: no-repeat;
}
.product-addon-text-font p:nth-child(5)::after{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/font4.jpg);
	background-repeat: no-repeat;
}
.product-addon-text-font p:nth-child(6)::after{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/font5.jpg);
	background-repeat: no-repeat;
}
.product-addon-text-font p:nth-child(7)::after{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/font6.jpg);
	background-repeat: no-repeat;
}




.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	width: 140px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float:none;
	display:inline-block;
	vertical-align: top;
}
.delivery-notes{
	display:inline-block;
	vertical-align: top;
	width:50%;
	padding-left:50px;
}
.delivery-notes td{
	vertical-align: top;
	line-height: 1.5;
}
.delivery-notes td img{
	width: 30px;
}

.delivery-content{
	width:100%;
	padding-left:0px;
	display:none;
}
.returns-content{
	display:none;
}
.delivery-content.on, .returns-content.on{
	display:block;
}
.delivery-tab, .returns-tab{
	display:inline-block;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border:solid 1px #3d3d3d;
	font-size:15pt;
	cursor: pointer;
}
.delivery-tab.on, .returns-tab.on{
	background: #3d3d3d;
	color:#fff;
}
.getquotefloating{
position:fixed !important;
bottom:10px;
right:10px;
z-index:6;
}
.industrywrap{
background: #f5f5f5;
padding-bottom: 120px;
}
.industrywrap .industrycontent{
display:flex;
flex-wrap:wrap;
align-items: flex-start;
}
.industrycontentleft{
width:65%;
padding-right:30px;
}
.industryfaqs{
background: #fff;
width: 35% !important;
margin-bottom: auto !important;
margin: 0 !important;
padding: 20px;
padding-top: 1px;
border-radius: 20px;
padding-bottom: 10px;
}

.homecallstitle{
	background: #f5f5f5;
	width:90%;
	
	margin-left:auto;
	margin-right:auto;
	font-size: 23px;
text-align: center;
padding: 10px;
}
.homecalls{
	width:90%;
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
flex-wrap: wrap;
}
.homecalls a{
	display:inline-block;
	width:25%;
	vertical-align: top;
	padding: 5px;
text-align: center;
color: #3d3d3d !important;
font-weight: 600;
font-size: 14pt;
position: relative;
}
.homecalls a:hover{
	color:#47cdea !important;
}
.homecalls span{
	display: block;
margin-top: 5px;
position: absolute;
bottom: 5px;
color: #fff;
width: calc(100% - 10px);
left: 5px;
text-align: left;
padding-left: 10px;
background: linear-gradient(to right,rgba(16,58,94,1) 0%,rgba(16,58,94,0.2) 100%);
font-weight: 400;
font-size: 16pt;
text-transform: uppercase;
}
.homecalls a img{
	width:100%;
}
.all-variation-images{
display:flex;
flex-wrap:wrap;
width: 100%;

}
.variations_form{
display:flex;
flex-wrap:wrap;
}
.variations_form > *{
width:100%;
}
.woocommerce div.product .woocommerce-tabs .panel{
margin-bottom:0;
}
.colourpicker{
background: #f5f5f5;
padding: 20px;
margin-bottom: 40px;
border-radius: 10px;
clear:both;
}
.colourpicker h2{
margin-top:0;
margin-bottom:10px;
}


.singleproductspec{
order:-1;
font-size: 12pt;
}
.variation-image{
width: 25%;
max-width: 85px;
font-size: 10pt;
text-align: center;
font-weight: 400;
line-height: 1;
padding-right: 5px;
padding-left: 5px;
margin-bottom: 5px;
}
section.related{
margin-top:80px;
}
.product-size-info{
display:inline-block;

}
.archivesliderouter{
background: #f5f5f5;

}
.archiveslider{
margin:auto;
width:95%;
max-width:1400px;
}
.archiveslider .slick-slide{
padding:10px;
text-align:center;
font-size:12pt;
}
.archiveslider .slick-slide a{
color: #3d3d3d;
text-decoration:underline;
display:inline-block;
vertical-align:middle;
}
.archiveslider .slick-slide strong{
color: #acb720;
}
.archiveslider .slick-slide .stars{
display:inline-block;
vertical-align:middle;
margin-right:5px;
}
.archive .abovefooter{
display:none;
}
.faq .answer{
display:none;
}
.archivefaqs{
width:90%;
max-width:900px;
margin:auto;
margin-bottom:80px;
}
.faq .question{
margin:0;
cursor:pointer;
}
.countdowncontainer{
display:flex;
flex-wrap:wrap;
background:#fbfbfb;
border-radius: 10px;
}
.countdowncontainer > div{
width:50%;
padding: 20px;
}
.countdowncontainer > div > span{
display:block;
font-size: 12pt;
}
#countdown{
display:flex;
background: #f5f5f5;
padding: 20px;
border-radius: 10px;
font-size: 12pt;
}
#countdown > div > span{
display:block;
font-weight:700;
font-size:22pt;
opacity:0.8;
}
#countdown > div{
width: 25%;
text-align: center;
padding-left:5px;
padding-right:5px;
line-height: 1;
border-right: solid 1px #dbdbdb;
}
#countdown > div:nth-child(4){
border-right:0;
}
.faq{
border: solid 2px #f5f5f5;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
}
.faq .question.toggledon{
color:#47cdea;

}

.archiveslider .slick-slide .stars .star{
width:15px !important;
margin:1px;
}

.product-size-info a{
font-weight:400;
padding:5px;
border-radius:5px;
background: #f5f5f5;
}

.variation-image > div{
overflow: hidden;

background: ;
border: solid 5px #fff;
border-radius: 50%;
margin-bottom:5px;
}
.variation-image > div img{
border-radius: 10px;

}
.variation-image:hover > div{
opacity:0.6;
}
.page-template-home #content{
	text-align: center;
width: 90%;
max-width: 1200px;
}
.page-template-home .cleancenter{
	
font-size: 14pt;
}

.product-addon{
	background: #acb720;
	color:#fff;
	border: 2px solid #47cdea;
	padding:10px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.product-addon h3{
	margin-bottom:0px;
}
.product-addon input{
	border: 2px solid #47cdea;
}
.product-addon-add-logo-embroidery .addon-description{
	font-size: 10pt;
}
.product-addon-add-logo-embroidery input{
	color: #fff;
}
.hiddenoptions{
	display:none;
}
.showoptions{
	background: #acb720;
	color:#fff;
	border: 2px solid #47cdea;
	padding:10px;
	padding-left:20px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	cursor:pointer;
	border-radius: 50px;
}
.showoptions:hover{
	background: #47cdea;
}



.homeslidercontainer{
	position:relative;
}
.homesliderinner{
	width: calc(90% - 20px);
max-width: 1180px;
margin: auto;
	
	
}
.homeslidercontent{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/emb.jpg);
	width: 100%;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	position:relative;
	background-size: cover !important;
	background-position: center top !important;
}
.homesliderpic{
	width:100%;
	
}
.homesliderpicholder{
	display: inline-block;
    vertical-align: top;
    width:40%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.homeslidertext{
	vertical-align: top;
zoom: 1;
padding: 15px;
text-align: center;
color: #47cdea;
font-size: 14pt;
letter-spacing: 1px;
line-height: 1.2;
}
.homeslidertext h3{
	margin:0px;
	color:#fff;
	margin-bottom: 5px;
}
.homeslidertext a{
	color: #fff !important;
margin-top: 15px;
display: inline-block;
background: #47cdea;
text-transform: uppercase;
font-weight: 600;
padding: 6px;
padding-left: 12px;
padding-right: 12px;
font-size: 15pt;
}
.page-template-industry .product a:hover h2{
	color:#000 !important;
}

.page-template-producttype h2{
	text-transform: uppercase;
	color: #23336a;
font-size: 40px;
}
.producttypeheader{
	background: #23336a url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/swirl.png);
	color:#fff;
	background-position: bottom;
background-size: 100% auto;
background-repeat: no-repeat;
padding-top: 100px;
padding-bottom: 80px;
font-size: 14pt;
}
.producttypeheader h1{
	font-size: 40px;
	line-height:1.1;
}
.typecontent{
	width:90%;
	max-width: 1200px;
margin: auto;
}
.typeleft{
	display:inline-block;
	vertical-align: middle;
	width:50%;
}
.typeright{
	display:inline-block;
	vertical-align: middle;
	width:50%;
}
.hasimage{
	text-align: center;
}
.hasimage img{
	width:100%;
}
.typeleft.hasimage{
	padding-right:10%;
}
.typeright.hasimage{
	padding-left:10%;
}
.hasimage a{
	color: #3d3d3d !important;
	text-decoration: underline;
}
.typepadding{
	padding-top: 60px;
padding-bottom: 60px;
}













@media (max-width: 900px) {
	.homesliderpicholder{
	
    width:50%;
    
  
}
.typeleft, .typeright{
	width:100%;
}
.producttypeheader{
	padding-bottom:0px;
}
.typeleft.hasimage{
	padding-right:0px;
	padding-bottom:40px;
}
.typepadding .typeright.hasimage{
	padding-left:0px;
	padding-bottom:40px;
}
.homesplashimage img{
	position:relative !important;
	bottom:0px !important;
	width: 100% !important;
max-width: 350px !important;
border-radius: 0px !important;
border: solid 0px #fff !important;
margin-top: 30px;
}
.industryleft{
	width: 100%;
display: inline-block;
vertical-align: top;
padding-top: 30px;
text-align:center;
}
.industryleft img{
	width:100%;
	max-width:400px !important;
}
.industryright{
	width: 100%;
display: inline-block;
vertical-align: top;
padding-left: 0px;
}
.industryshoplink{
	display:inline-block;
	width:calc(33.33% - 20px);
	vertical-align: top;
	margin:10px;
	position: relative;
}
.industrycontentleft{
width:100%;
padding-right:0px;
}
.industryfaqs{

width: 100% !important;

}

}



@media (max-width: 767px) {
	.industryshoplink{
	display:inline-block;
	width:calc(50% - 20px);
	vertical-align: top;
	margin:10px;
	position: relative;
}
.woocommerce-shipping-totals.shipping th{
	display: block !important;
width: 100% !important;
}
.woocommerce-shipping-totals.shipping td::before{
	display:none;
}
.woocommerce-shipping-totals.shipping ul{
	text-align: left;
}
.blogleft{
	
}
.cn-buttons-container a{
font-size:12pt !important;
}
#cn-close-notice{
display:none !important;
}
.mobilecart a{
font-size:13pt !important;
border-radius:5px;
}
.woocommerce-notices-wrapper, .woocommerce-info{
font-size:12pt;
}
.woocommerce-info a{
color:#fff !important;
text-decoration:underline;
font-weight:400;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3{
margin-top:10px;
margin-bottom:10px;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-checkout{
font-size: 12pt;
}




.colourpicker h2{
font-size: 14pt;
}
.countdowncontainer > div {
width: 100%;
}
.woocommerce div.product div.summary {
margin-bottom: 20px;
}
.showoptions{
font-size:17px;
}
div.site-main #primary{
padding-top: 20px !important;
}
.woocommerce div.product div.images{
margin-bottom:20px !important;
}
.blogright{
	width:100%;
	display:inline-block;
	vertical-align: top;
	padding-left:0px;
	text-align: left;
	border-top: solid 4px #47cdea;
	margin-top:20px;
	padding-top:40px;
}
.successtitleinner span{
	font-size: 40pt;
}
.homesplashimage{
	width:100% !important;
	display:none !important;
}
.splashtext{
	width:100% !important;
	padding-bottom: 0px !important;
	padding-right:0px !important;
}
.site-main .homesplashimage img{
	max-width:100% !important;
	margin:0 !important;
}
.industrycontent{
	padding-top:0px !important;
}
.splashtext h1{
	
	line-height: 1 !important;
}
.homesplash{
	padding-top:30px !important;
}
.blogmainlink{
	width: calc(100% - 20px);
}


}



@media (max-width: 767px) {
.delivery-notes{
	display:inline-block;
	vertical-align: top;
	width:100%;
	padding-left:0px;
}
.delivery-content{
	display:none;
}
.single-post .blogleft{
	width: 100%;
}
figcaption{
	background: #000;
color: #fff;
text-align: left !important;
font-size: 10pt;
padding: 10px;
}
.wp-block-quote{
	margin-left: 10px;
padding-left: 20px;
}
}

@media (max-width: 600px) {
	.homesliderpicholder{
	
    width:100%;
    
  
}

.homeslidertext{
	
    width:100%;
    
  
}
.homesliderinner{
	width:100%;
	
	position:relative;
	bottom:00px;
}
.homesliderpicholder{
	padding:15px;
}
.homeslidercontent{
	width:100%;
	margin-bottom:20px;
	margin-top: 10px;
}
.tax-product_cat .term-description{
	
}
.page-template-home .cleancenter{
	font-size:12pt;
}
.page-template-home .cleancenter h1{
	font-size: 16pt;
}
.page-id-11 #main #content{
	
	font-size: 12pt;
}
.page-id-11 #main #content .generaltitle{
	
font-size: 15pt;
}
.mobilecart{
	
display:block;
}

}



















.swatchinput .belowtext{
	font-size:8pt;
	font-weight: normal !important;
}

.swatchinput .wcvaswatch input:checked +.wcvaswatchlabel{
	border: solid  4px black !important;
}

.swatchinput{
text-align: center;
}

.wcvaswatchlabel{
	outline: none !important;
}
#ninja_forms_field_17_div_wrap{
	padding-top:160px;
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/fonts.png);
	background-size: 100% auto;
background-repeat: no-repeat;
}



.pp_pic_holder .ppt{
	display:none !important;
}
.pp_details p.pp_description{
	display:none !important;
}



.menu-item-21, .menu-item-22, .menu-item-25, .menu-item-26, .menu-item-1971, .menu-item-11674{
	display:none !important;
}


.mainmenu{
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

.header1{
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
}
.header2{
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
.headerlogo{
	display: inline-block;
    vertical-align: top;
    width:40%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    
}
.headerlinks{
	display: inline-block;
    vertical-align: top;
    width:60%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    text-align: right;
    padding-top:25px;
}
.headerlogo img{
	width:100%;
	max-width:360px;
}
.headerlinks a{
	color:#3d3d3d !important;
	padding-left:25px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/arrow1.png) 4px -20px;
background-repeat: no-repeat;
}


.headerlinks a:hover{
background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/arrow1.png) 4px 2px;
background-repeat: no-repeat;
color:#47cdea !important;
}


.headercart{
	display: inline-block;
    vertical-align: top;
   
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}

.headermail{
	display: inline-block;
    vertical-align: top;
    
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
   

color:#fff !important;

text-decoration: none !important;
margin-left:15px;
}
.headermail:hover{
	background-color: #47cdea;
	
}
.headermail span{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/mail.png) 0px 2px;
background-repeat: no-repeat;
display:block;
padding-top:0px;
padding-left:30px;
}

.menu-menu-1-container{
	display: inline-block;
    vertical-align: top;
    
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
#woocommerce_product_search-2{
	display: inline-block;
    vertical-align: top;
    
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    float:right;
}
#woocommerce_product_search-2 #searchsubmit{
	display:none;
}

#woocommerce_product_search-2 #s{
	background-color: #acb720;
	border:none;
	color:#fff;
	margin-top:8px;
}

#woocommerce_product_search-2 #s::-webkit-input-placeholder {
   opacity: 1; color: #f1f1f1;
}

#woocommerce_product_search-2 #s:-moz-placeholder { /* Firefox 18- */
   opacity: 1; color: #f1f1f1;
}

#woocommerce_product_search-2 #s::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1; color: #f1f1f1;
}

#woocommerce_product_search-2 #s:-ms-input-placeholder {  
   opacity: 1; color: #f1f1f1;
}



.single-product div.site-main #primary, .tax-product_cat div.site-main #primary, .page-template-industry #content{
max-width:1300px;
}
.wdevs-tax-switch{
width:90px;
}


.headervat{
background: #f5f5f5;
display: flex;
flex-wrap: wrap;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
justify-content: right;
padding-bottom:5px;
}
.headervat a{
display:inline-block;
font-weight:600;
font-size:11pt;
margin-right:20px;
}
.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-label{
height:24px;
width:40px;
}
.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-slider:before{
height:16px;
width:16px;
}
.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked+.wdevs-tax-switch-slider:before{
background-color: var(--wts-color-checked,var(--wts-color,#fff));
transform: translateX(16px);
}
.wts-vat-text{
font-size: 9pt;
font-weight: 600;
vertical-align: text-top;
}


#woocommerce_product_search-2 input[type="submit"]{
	display:none;
}

#woocommerce_product_search-2 .search-field{
	background-color: #acb720;
	border:none;
	color:#fff;
	margin-top:8px;
	width:165px;
}

#woocommerce_product_search-2 .search-field::-webkit-input-placeholder {
   opacity: 1; color: #f1f1f1;
}

#woocommerce_product_search-2 .search-field:-moz-placeholder { /* Firefox 18- */
   opacity: 1; color: #f1f1f1;
}

#woocommerce_product_search-2 .search-field::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1; color: #f1f1f1;
}

#woocommerce_product_search-2 .search-field:-ms-input-placeholder {  
   opacity: 1; color: #f1f1f1;
}




.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-label-text{
margin-left:5px;
}
.wc-pao-addons-container, .logomessage{
display:none;
}
.wc-pao-addon-container{
display:none;
}
.wc-pao-addon-id-1747660163{
display:block !important;
}
.hiddenoptions.text-embroidery-standard-size-3-vat-1 .wc-pao-addon-id-1747660166, .hiddenoptions.text-embroidery-standard-size-3-vat-1  .wc-pao-addon-id-1747660167,
.hiddenoptions.text-embroidery-standard-size-3-vat-1 .wc-pao-addon-id-1747660164, .hiddenoptions.text-embroidery-standard-size-3-vat-1 .wc-pao-addon-id-1747660165,
.hiddenoptions.text-embroidery-standard-size-3-vat-1 .wc-pao-addon-id-1747660168, .hiddenoptions.text-embroidery-standard-size-3-vat-1 .wc-pao-addon-id-1747660169,
.hiddenoptions.text-embroidery-standard-size-3-vat-1 .wc-pao-addon-id-1747660170{
display:block;
}
.hiddenoptions.logo-embroidery-standard-size-4-50-vat-2 .wc-pao-addon-id-1747660164, .hiddenoptions.logo-embroidery-standard-size-4-50-vat-2 .wc-pao-addon-id-1747660165{
display:block;
}
.hiddenoptions.logo-text-embroidery-standard-size-6-vat-3 .wc-pao-addon-id-1747660166, .hiddenoptions.logo-text-embroidery-standard-size-6-vat-3  .wc-pao-addon-id-1747660167,
.hiddenoptions.logo-text-embroidery-standard-size-6-vat-3 .wc-pao-addon-id-1747660164, .hiddenoptions.logo-text-embroidery-standard-size-6-vat-3 .wc-pao-addon-id-1747660165,
.hiddenoptions.logo-text-embroidery-standard-size-6-vat-3 .wc-pao-addon-id-1747660168, .hiddenoptions.logo-text-embroidery-standard-size-6-vat-3 .wc-pao-addon-id-1747660169,
.hiddenoptions.logo-text-embroidery-standard-size-6-vat-3 .wc-pao-addon-id-1747660170{
display:block;
}
.hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660166, .hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660167,
.hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660164, .hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660165,
.hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660168, .hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660169,
.hiddenoptions.large-text-embroidery-on-back-5-75-vat-4 .wc-pao-addon-id-1747660170{
display:block;
}
.hiddenoptions.large-logo-embroidery-on-back-7-50-vat-5 .wc-pao-addon-id-1747660164, .hiddenoptions.large-logo-embroidery-on-back-7-50-vat-5 .wc-pao-addon-id-1747660165{
display:block;
}
.logomessage.logo-embroidery-standard-size-4-50-vat-2, .logomessage.large-logo-embroidery-on-back-7-50-vat-5, .logomessage.logo-text-embroidery-standard-size-6-vat-3 {
display:block;
}
.wc-pao-addons-container {
background: #acb720;
color: #fff;
padding: 10px;
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.wc-pao-addon h2 {
margin-bottom: 0;
font-size:14pt;
}
.wc-pao-addon p{
margin-bottom:5px;
}

.wc-pao-addon-id-1747660170 .form-row div:after {
content: '';
width: 100%;
height: 50px;
background-position: center !important;
background-size: contain !important;
background-repeat: no-repeat;
display:block;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(2):after {
background: url(https://www.cleaning-uniforms.co.uk/wp-content/themes/cleaning/images/font1.jpg);
background-repeat: no-repeat;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(3):after {
background: url(https://www.cleaning-uniforms.co.uk/wp-content/themes/cleaning/images/font2.jpg);
background-repeat: no-repeat;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(4):after {
background: url(https://www.cleaning-uniforms.co.uk/wp-content/themes/cleaning/images/font3.jpg);
background-repeat: no-repeat;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(5):after {
background: url(https://www.cleaning-uniforms.co.uk/wp-content/themes/cleaning/images/font4.jpg);
background-repeat: no-repeat;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(6):after {
background: url(https://www.cleaning-uniforms.co.uk/wp-content/themes/cleaning/images/font5.jpg);
background-repeat: no-repeat;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(7):after {
background: url(https://www.cleaning-uniforms.co.uk/wp-content/themes/cleaning/images/font6.jpg);
background-repeat: no-repeat;
}
.wc-pao-addon-id-1747660170 .form-row div {
display: inline-block;
vertical-align: top;
width: 48%;
position: relative;
padding-top: 12px !important;
}
.wc-pao-addon-id-1747660170 .form-row div:nth-child(1){
display:none !important;
}
.wc-pao-addon-id-1747660170 .form-row div label{
height: 100%;
position: absolute;
z-index: 2;
width: 100%;
top: 0;
display:block;
padding-left: 5px;
}
.product-addon-totals{
margin-bottom:0 !important;
}
.product-addon-totals .price{
color:#fff !important;
}
.quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        display: none;
        margin: 0;
    }
    .quantity input.qty {
        appearance: textfield;
-webkit-appearance: none;
-moz-appearance: textfield;
display: inline-block;
color: #000;
font-weight: 700;
padding: 10px;
vertical-align: top;
width: 44px !important;
margin: 0;
margin-left: -4px;
margin-right: -5px;
border: solid 1px #c8bfc6;
    }
.qty_button, .quantity .qty_button.minus, .quantity .qty_button.plus{
	
padding: 12px !important;

color: #000;
font-weight: 700;
font-size: 16pt;
display: inline-block;
vertical-align: top;
padding-top: 8px !important;
padding-bottom: 7px !important;
}
.qty_button:hover, .quantity .qty_button.minus:hover, .quantity .qty_button.plus:hover{
	text-decoration: none !important;
	background:#57ce0f !important;
}
.qty_button:active{
    background: #57ce0f !important;
}
.woocommerce div.product form.cart .variations select{
padding:5px;
}
.woocommerce form .form-row select{
font-size:12pt;
}



.filters{
width:300px;
padding-right:40px;
padding-bottom: 40px;
}
.shopcontainer{
display:flex;
flex-wrap:wrap;
width:90%;
max-width: 1400px;
margin: auto;
margin-top: 20px;
}
.shopcontainer #primary{
width:calc(100% - 300px) !important;
padding-top:0px !important;
}
.post-type-archive-product .content-area .site-main, .tax-product_cat .content-area .site-main{

}
.post-type-archive-product .content-area .site-main nav, .tax-product_cat .content-area .site-main nav, .post-type-archive-product .content-area .site-main header, .tax-product_cat .content-area .site-main header{
width:100%;
}
.page-title{
max-width:100% !important;
}
.post-type-archive-product #products, .tax-product_cat #products{

height: auto !important;
}
.ajax-layered .colors .box{
border-radius:50%;
}
ul.colors li, ul.colors li.chosen {
margin: 0!important;
padding: 0px 15px 15px 0!important;
}

.ajax-layered .checkboxes label{
padding-left:5px;
}
.ajax-layered .checkboxes .count::before{
content:'(';
}
.ajax-layered .checkboxes .count::after{
content:')';
}
.filters h3{
margin-top: 0;
font-weight: 400;
}
.filters h4{
font-weight: 400;
margin-top: 15px;
margin-bottom: 15px;
border-top: solid 1px #e5e5e5;
padding-top: 25px;
}
.rich-text{
max-height: 96px;
overflow: hidden;
position: relative;
}
.rich-text::after{
content: '';
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
}
.rich-text.on{
max-height:2000px;
}
.rich-expand{
text-decoration:underline;
cursor:pointer;
color: #47cdea;
font-size:12pt;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}
.rich-expand:hover{
color:#000;
}
.rich-expand span:nth-child(2){
display:none;
}
.rich-expand.checked span:nth-child(2){
display:inline;
}
.rich-expand.checked span:nth-child(1){
display:none;
}
.search-results .rich-expand{
display:none;
}
.returntopage, .showfilters{
display:none;
}
.woocommerce-message, .woocommerce-info {
background: #23336a !important;
border-top: 0 !important;
color: #fff !important;
border-radius: 10px !important;
margin-bottom: 10px !important;
}
.woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before, .woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before{
background-color: #47cdea !important;
}
.custom-free-shipping-wrapper > div{
background: #23336a url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/delivery.png) !important;
}
.woocommerce .custom-free-shipping-wrapper .woocommerce-message::before, .woocommerce-page .custom-free-shipping-wrapper .woocommerce-message::before, .woocommerce .custom-free-shipping-wrapper .woocommerce-info::before, .woocommerce-page .custom-free-shipping-wrapper .woocommerce-info::before{
content:'';
background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/icon-free.png) !important;
width: 25px;
height: 25px;
background-size: contain !important;
background-color: #fff !important;
background-repeat: no-repeat !important;
border-radius: 50%;
padding: 0px;
background-position: center !important;
border: solid 3px #fff;
}
.quickquotegrey{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,.5);
z-index: 9999;
display: flex;
visibility:hidden;
opacity:0;

opacity: 1;
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.quickquotegrey.on{
visibility:visible;
opacity:1;
}
.quickquoteouter{
background: #fff;
width: 90%;
max-width: 800px;
margin: auto;
position: relative;
z-index: 999;
height: auto;
max-height: 95%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
padding: 20px;
}
.quickquote{
padding: 20px;
text-align: center;
background: #eff6ef;
margin-top: 40px;
font-size: 13pt;
font-weight:400;
color:#000;
border-radius: 10px;
margin-bottom: 40px;
width: 100%;
}
.quickquotebelow{
display:none;
}
.quickquote p{
margin:0;
line-height: 1.2;
}
.getquote{
background:#5f9e60;
color:#fff;
display:inline-block;
padding:10px;
padding-top:5px;
padding-bottom:5px;
cursor:pointer;
font-weight:700;
margin-top:10px;
margin-bottom:10px;
position:relative;
border-radius: 5px;
}
.getquote::before, .quickquote h4::before, .quickquoteinner h4::before{
content: '';
background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/quick.png);
position: relative;
width: 16px;
height: 16px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
z-index:3;
}
.quickquote h4::before, .quickquoteinner h4::before{
margin-right:5px;
}
.quickquote h4::after, .quickquoteinner h4::after{
content: '';
background: #5f9e60;
position: absolute;
width: 20px;
height: 20px;
left: -5px;
top: 4px;
z-index: 1;
border-radius: 50%;
}
.getquote:hover{
background:#6fb571;
}
.quickquote h4, .quickquoteinner h4{
border-top:0;
margin-top:0;
padding-top:0;
padding:0;
margin:0;
font-weight:700;
margin-bottom:10px;
position:relative;
display: inline-block;
}
.closefilters{
position:absolute;
right: 20px;
top: 20px;
width: 30px;
height: 30px;
display:none;
cursor:pointer;
}
.quickquotegrey .closefilters{
display:block;
}
.closefilters::before{
content:'';
position:absolute;
top:calc(50% - 1px);
left:0;
height:2px;
width:100%;
background:#000;
transform: rotate(45deg);
}
.closefilters::after{
content:'';
position:absolute;
top:calc(50% - 1px);
left:0;
height:2px;
width:100%;
background:#000;
transform: rotate(-45deg);
}
.quickquoteinner input, .quickquoteinner textarea{
border:solid 1px #e5e5e5;
}
.quickquoteinner textarea{
height:120px !important;
}





.shopmenuabc > div{
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
text-align: left;
}
.shopmenuabc ul{
list-style:none;
margin:0;
padding:0;
text-align:left;
margin-left:-10px;
}
.shopmenuabc ul a{
font-size:11pt;
}
.shopmenuabc ul li{
display:inline-block;
padding-left:7px;
padding-right:7px;
border-right:solid 1px #e5e5e5;
}
.menucatouter{
break-inside: avoid;
page-break-inside: avoid;
will-change: transform;
margin-bottom: 10px;
}







.headercart .checkout{
	display:none !important;
}
.headercart .cart_list li{
	display:none !important;
}
.headercart .cart_list li.empty{
	display:block !important;
	padding:10px !important;
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/cart.png) 10px 15px ;
background-repeat: no-repeat;
padding-left:35px !important;
}
.headercart .total, .headercart .buttons{
	display: inline-block;
    vertical-align: top;
    
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    margin:0px;
    border:none !important;
}
.headercart .total{
	padding:10px !important;
}
.headercart .total strong{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/cart.png) 0px 5px ;
background-repeat: no-repeat;
padding-left:23px;
}

.headercart .buttons a{
	background: #47cdea;
	color:#fff;
	border-radius:0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 100;
	padding:12px;
	border:0;
}
.headercart .buttons a:hover{
	background: #3d3d3d;
	color:#fff;
}
.headercart .widget_shopping_cart_content{
	background: #f5f5f5;
	
}


.footer1{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/footer.png);
	background-position: center;
	width:100%;
	height:32px;
}
.footer2{
	background: #23336a;
	width:100%;
	
}
.footer3{
	width:100%;
	height:40px;
	background-color: black;
	border-top:solid 15px #3d3d3d;
}

.footerwhite1{
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/whiterip.png);
	background-position: center;
	
	height:19px;
}
.footerwhite2{
	width:100%;
	font-size: 12pt;
font-weight: 400;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:20px;
	color:#fff;
}
.quicklinks h4{
	margin-top: 20px;
margin-bottom: 0px;
}
.quicklinks a{
	color: #fff !important;
padding: 10px;
padding-top: 0px;
padding-bottom: 0px;
display: inline-block;
}
.abovefooter div{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	border:solid 1px #47cdea;
	border-top:solid 2px #47cdea;
	border-bottom:0px;
	text-align: center;
	padding: 20px;
	font-size:12pt;
}
.copyright{
	width:95%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	padding-bottom:20px;
	padding-top:8px;
	font-size: 10pt;
}
.footersection1{
	display: inline-block;
    vertical-align: top;
    width:20%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.footersection2{
	display: inline-block;
    vertical-align: top;
    width:20%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.footersection3{
	display: inline-block;
    vertical-align: top;
    width:35%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    background-color: #3d3d3d;
    color:#fff;
    border-bottom:solid 4px black;
    padding:10px;
}
.footersection4{
	display: inline-block;
    vertical-align: top;
    width:25%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    text-align: right;
}

.footersection1 a, .footersection2 a{
	color: #3d3d3d !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/arrow2.png) 0px 7px;
background-repeat: no-repeat;
padding-left:10px;
}
.footersection1 a:hover, .footersection2 a:hover{
	color:#fff !important;
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/arrow2.png) 10px 7px;
background-repeat: no-repeat;
padding-left:20px;
}

.footersection1 h4, .footersection2 h4, .footersection3 h4{
	margin:0;
}

.footersection1 h4{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/footericon2.png) 0px 0px;
background-repeat: no-repeat;
padding-left:27px;
}

.footersection2 h4{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/footericon1.png) 0px 3px;
background-repeat: no-repeat;
padding-left:29px;
}

 .footersection3 h4{
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/footericon3.png) 0px 0px;
background-repeat: no-repeat;
padding-left:27px;
}

.purplesquare{
	background-color: #47cdea;
	padding:2px;
padding-left:7px;
padding-right:7px;
margin-right:5px;
line-height:1.8;
}

.footerlogo{
	width:200px;
	margin-bottom:20px;
}
.footercards{
	width:140px;
	margin-bottom:10px;
}

#content{
	width:90%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	
}

.homesplash{
	width: 90%;

position: relative;
background: #fff;
display: block;
max-width:1300px;
margin:auto;
font-size: 14pt;
padding-top: 60px;
}
.splashinner{
	width: 100%;
height: 100%;
overflow: hidden;
opacity: 0.4;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
display:none;
}
.scrollmepic{
	width: 100%;
background-position: center !important;
background-size: cover !important;
height: calc(100% + 100px);
position: relative;
top: -100px;
}
.splashtext{
	position: relative;
z-index: 2;
color: #000;
text-align: left;

padding-bottom: 0px;
display:inline-block;
vertical-align: top;
width:calc(100% - 300px);
font-size: 13pt;
padding-right:50px;
}
.industryintro{
	color: #fff;
padding-top: 30px;
padding-bottom: 15px;
font-size: 18pt;
}
.industryinner{
	width:90%;
	max-width:1000px;
	text-align: center;
	margin: auto;
	font-size: 14pt;
}
.splashtext h1{
	font-size: 25pt;

margin: auto;
margin-left: 0;
line-height: 1.2;
margin-bottom: 20px;
margin-top: 0px;
}
.splashtext p{
	
	font-weight: 300;
font-size: 14pt;
}
.splashtext span{
	font-weight: 600;
letter-spacing: 1px;
font-size: 14pt;
opacity: 0.7;
}
.splashtext a{
	color: #fff !important;
text-decoration: none;
padding: 15px;
padding-left: 25px;
padding-right: 25px;
border-radius: 5px;
display: inline-block;
font-size: 14pt;
font-weight: 300;
letter-spacing: 1px;
}
#billing_phone_field abbr::after{
	content:' (Note - only MOBILE numbers can be used for delivery updates)';
	font-weight:400;
}
#c85ddd9_field{
	font-size:13pt;
}
.homesplashimage{
	position:relative;
	margin:auto;
	display:inline-block;
	vertical-align: top;
	width:300px;
	z-index: 1;
}
.homesplashimage img{
	position:relative;
	width:100%;
	max-height: 300px;
object-fit: cover;
}

.staffpicks{
background:#f5f5f5;
padding:20px;

padding-bottom:0;
border-radius: 10px;
padding-top: 15px;
margin-bottom: 40px;
}
.staffpicks > p{
margin-bottom:10px;
font-weight:400;
font-size: 12pt;
}
.staffpicks .price{
font-size:12pt;
font-weight:700;
color:#47cdea;
}
.woocommerce-products-header h2{
font-size: 16pt;
margin-bottom: 10px;
}
.picklabel{
background: #23336a;
position: absolute;
top: -5px;
right: 5px;
color: #fff;
font-weight: 700;
padding: 5px;
z-index: 2;
border-radius: 5px;
font-size: 10pt;
line-height: 1;
}
.productsstaff li{
float: left;
margin: 0 1.3% 20px 0 !important;
padding: 0;
position: relative;
width: calc(25% - 1%) !important;
margin-left: 0;
}
.woocommerce-page ul.staffpicks.productsstaff li:nth-last-child(1){
margin-right:0 !important;
}
.productsstaff:after {
content: "";
display: block;
clear: both;
}
.productsstaff li h2{
margin-top:10px;
margin-bottom:0px;
font-size:12pt;
}


.woocommerce #content input.button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce-page #content input.button, .woocommerce-page #respond input#submit,
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	background: #57ce0f !important;
border-bottom:none !important;
color:#fff;
text-shadow: none;
box-shadow: none;
font-weight: 700;
}



.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	background: #47cdea !important;
border-bottom:none !important;
}

li.product a{
	color:#3d3d3d;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	color:#acb720;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
	padding:0;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
	
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{
	
}
.woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before, .woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before{
	background-color: #3d3d3d;
	color:#fff;
padding:5px;
border-radius: 5px;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info{
	border-top:3px solid !important;
}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price,
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price{
	color:#acb720;
}
.wc-proceed-to-checkout a.button{
	background: #57ce0f !important;
border-bottom: solid 4px #47cdea !important;
font-weight: 600;
}

.featuredtitle, .generaltitle{
	
background-repeat: no-repeat;
padding:6px;
padding-left:10px;
font-size: 23px;
margin: 25px 0;
}
.introcontent h1{
	color: #23336a !important;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
}
.introcontent h1 strong{
	position:relative;
	display: inline-block;
}
.introcontent h1 strong::before{
	position: absolute;
content: '';
width: 100%;
height: 50%;
bottom: 0;
left: 0;
background: #d1fdff;
z-index: -1;
}

.tax-product_cat h1, .woocommerce-cart h1, .woocommerce-checkout h1{
font-size: 30px;
margin: 0 0 10px;
font-weight: 600;
padding: 0;
}


.tax-product_cat #content, .page-template-page-templatesgeneral-php #content{
	min-height:600px;
}


.woocommerce #content input.button.added::before, .woocommerce #respond input#submit.added::before,
.woocommerce a.button.added::before, .woocommerce button.button.added::before, .woocommerce input.button.added::before,
.woocommerce-page #content input.button.added::before, .woocommerce-page #respond input#submit.added::before,
.woocommerce-page a.button.added::before, .woocommerce-page button.button.added::before, .woocommerce-page input.button.added::before{
	content: none;
}

.montage{
	width:100%;
	height:120px;
	background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/montage.png);
	background-position: center;
}
.industrypic{
	position: relative;
	overflow: hidden;
	
}
.industrypic::before{
	content: "";
display: block;
padding-top: 100%;
}
.industrypic img{
	position: absolute;
top: 0;
height: 100% !important;
width: 100% !important;
max-width: 100%;
max-height: 100%;
object-fit:cover;
}
.industrycontent li.product:nth-child(4n+1){
	clear:both;
}
@media (max-width: 900px) {
	.industrycontent li.product:nth-child(4n+1){
	clear:none;
}
.industrycontent li.product:nth-child(2n+1){
	clear:both;
}
.industrycontent .woocommerce ul.products li.product{
	width:49% !important;
}
.industrypic img{
	

}
}




.promobanner{
	background:#47cdea;
	width: 90%;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
padding:5px;
margin-top: 20px;
margin-bottom: 40px;
color: #fff;
}
.promobannerleft{
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.promobannerleft img{
	display:inline-block;
	width:calc(33% - 10px);
	margin:5px;
}
.promobannerright{
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.promobannerright a{
	display:inline-block;
	background:#fff;
	padding:10px;
}
.promobannerright h3{
	margin-top: 20px;
margin-bottom: 5px;
}


@media (max-width: 600px) {
	.industrycontent .woocommerce ul.products li.product{
	
}
.promobannerleft{
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.promobannerright{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:10px;
	text-align:center;
}
}

.quantity .minus, .quantity .plus{
	background: #f5f5f5 !important;
	border: solid 1px #c8bfc6 !important;
}
.quantity .minus:hover, .quantity .plus:hover{
	background: #c8bfc6 !important;
	border: solid 1px #c8bfc6 !important;
}
.headerfixed{
	position: fixed;
width: 100%;
z-index: 991;
}
.spaceholder{
	height: 152px;
width: 100%;
}
.headertop{
	background: #fff;
}
.headersearch{
	display: inline-block;
vertical-align: top;
/* For IE 7 */
zoom: 1;*
display: inline;
width: calc(50% - 190px);
padding-left: 10px;
padding-top: 10px;
}
.headerlogo{
	display: inline-block;
vertical-align: top;
/* For IE 7 */
zoom: 1;*
display: inline;
width: 380px;
padding: 10px;
}
.headerbasket{
	display: none;
vertical-align: top;
/* For IE 7 */
zoom: 1;*
display: inline;
width: calc(50% - 190px);
padding-right: 10px;
padding-top: 10px;
text-align: right;

}

div.yith-ajaxsearchform-container, .dgwt-wcas-search-wrapp{
	max-width: 320px !important;
	position: relative;
	margin-left: 0;
}
.yith-ajaxsearchform-container input[type="submit"], .dgwt-wcas-search-submit{
	width: 16% !important;
float: right;
-webkit-border-top-right-radius: 30px !important;
-webkit-border-bottom-right-radius: 30px !important;
-moz-border-radius-topright: 30px !important;
-moz-border-radius-bottomright: 30px !important;
border-top-right-radius: 30px !important;
border-bottom-right-radius: 30px !important;
border: solid 5px #e6e6e6 !important;
border-bottom: solid 5px #e6e6e6 !important;
border-left: 0px !important;
height: 55px;
position: absolute;
right: 0px;
background: #000 url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/search-icon-2.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.yith-ajaxsearchform-container input[type="submit"]:hover, .dgwt-wcas-search-submit:hover{
	background: #47cdea url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/search-icon-2.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
border-bottom: solid 5px #e6e6e6 !important;
}
.yith-ajaxsearchform-container .search-navigation{
	width: 85%;
}
.yith-ajaxsearchform-container input[type="search"], .dgwt-wcas-search-input{
	width:85% !important;
	-webkit-border-top-left-radius: 30px !important;
-webkit-border-bottom-left-radius: 30px !important;
-moz-border-radius-topleft: 30px !important;
-moz-border-radius-bottomleft: 30px !important;
border-top-left-radius: 30px !important;
border-bottom-left-radius: 30px !important;
border: solid 5px #f5f5f5 !important;
border-right: 0px !important;
margin: 0px !important;
height: 55px !important;
padding-left: 20px !important;
background: #fff !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{
	display:none !important;
}
.dgwt-wcas-search-submit svg{
	display:none;
}
a.cart-contents{
	-webkit-border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border-radius: 30px;
border: solid 5px #f5f5f5 !important;
margin: 0px;
height: 55px;
padding-left: 20px;
background: #f5f5f5;
display: inline-block;
width: 95%;
max-width: 304px;
}

.cartinner{
	padding-top: 12px;
padding-right: 10px;
width: calc(100% - 60px);
text-align: left;
display: inline-block;
}
.basright{
	display: inline-block;
vertical-align: top;
width: 55px;
float: right;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-left: 0px;
height: 45px;
background: #000 url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/arrowbasket.png);
background-repeat: no-repeat;
background-position: center;
}
a.cart-contents:hover .basright{
	background: #47cdea url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/arrowbasket.png);
	background-repeat: no-repeat;
background-position: center;
}
.cart2{
	display: none;
}
.ipadlogo{
	display: none;
}
.searchtrigger{
	display:none;
}
.searchtoggle{
	display: none;
}
.blackmenu1{
	text-align: right;
font-size: 16px;
padding: 10px;
display: inline-block;
width: calc(50% - 190px);
}
.blackmenu1 a{
	padding-left: 0px;
padding-right: 0px;
display: inline-block;
margin-left: 10px;
font-weight: 400;
font-size: 11pt;
}
.blackmenu2{
	background: #23336a;
	text-align: center;
	position:relative;
	padding-right: 100px;
padding-left: 100px;
}
.blackmenu1 a{
	color:#3d3d3d !important;
}
.blackmenu1 .facebooklink{
	padding-left:10px;
	padding-right:10px;
}
.checkoutmessage{
	width:50%;
}
.facebooklink{
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: #47cdea;
vertical-align: top;
display: inline-block;
width: 28px;
height: 28px;

padding: 5px;
padding-left:5px !important;
text-align: center;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.footersection4 .facebooklink{
	background: #4267b2;
}
.facebooklink:hover{
	background: #4267b2;
}
.footersection4 .facebooklink:hover{
	background: #000;
}
.facebooklink img{
	width: 18px;
height: 18px;
vertical-align: top;
max-width:18px;
}

#gallery-1 .gallery-item{
	display: inline-block !important;
width: 20% !important;
max-width:500px !important;
vertical-align: top;
padding:0px;
margin:0px;
}
#gallery-1 .gallery-item img{
	width:100%;
}
#gallery-1 .gallery-item .gallery-icon{
	border: none;
}
#gallery-1 .gallery-item .gallery-icon:hover{
	border: solid 6px #fff;
}

.woocommerce ul.products li .add_to_cart_button, .woocommerce ul.products li a.button{
	display:none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	float: left;
margin: 0 1.3% 20px 0 !important;
padding: 0;
position: relative;
width: calc(25% - 1%) !important;
margin-left: 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	margin-right: 0 !important;
}
.wc-tabs{
	display:block;
}
.woocommerce-Tabs-panel--description{
	border-top: solid 1px #000;
}

div.site-main #primary{
	width:90%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
}
#wc_checkout_add_ons{
	background: #f5f5f5;
	color: #000;
padding: 20px;
font-size: 15pt;
text-align: center;
border-radius:20px;
border:dashed 2px #000;
order:-1;
}
#wc_checkout_add_ons a.wc-checkout-add-ons-dropzone{
background: #47cdea !important;
color:#fff;
border-radius:10px;
}
#wc_checkout_add_ons .wc-checkout-add-ons-preview a{
	color:#fff !important;
}
form.checkout{
display:flex;
flex-wrap:wrap;
}
form.checkout > *{
width:100%;


}
.trust{
	font-style:italic;
	font-size:14pt;
	color:#a2a2a2;
	padding-top: 20px;
padding-bottom: 30px;
}
.trust span{
	color:#00b67b;
	font-weight:600;
	font-size: 18pt;
}
.trust img{
	width: 160px;
margin-top: 20px;
}
.trustlarge{
	font-size:16pt;
}
.trust a{
	display: block;
color: #00b67b !important;
text-decoration: underline;
}
.section2{
	background:#23336a;
	color:#fff;
	
	margin-top: 60px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
.section3{
	background:#00b67b;
	color:#fff;
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
.section2inner{
	width:90%;
	max-width:1200px;
	margin:auto;
	position:relative;
}
.section2image{
	position: absolute;
width: 50%;
right:0px;
top: 0;
height: 100%;
}
.section2image img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.section2image2{
	position: absolute;
width: 25%;
right: 0;
top: 10%;
height: 45%;
}
.section2image2 img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.section2content{
	position: relative;
display: block;
align-items: center;
min-height: 400px;
padding-top: 80px;
padding-bottom: 80px;
padding: 80px;
width: 50%;
}
.section2contentinner{
	
}
.section2content h2{
	font-size: 45pt;
letter-spacing: 1px;

line-height: 1;
}
.section2content h3{
	font-size: 26pt;
letter-spacing: 1px;

line-height: 1.1;
}
.section2content p{
	
}
.section2content a{
	
}
.section3extra{
	width:90%;
	max-width:1200px;
	margin:auto;
	position:relative;
	margin-top:40px;
	padding-left:40px;
}
.section3 a{
	color:#fff !important;
	text-decoration:underline !important;
}
.section3extra p{
	max-width:600px;
}
.menusectors{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1e4d4+0,c8e4df+28,dae3d4+51,f5eceb+100 */
background: linear-gradient(to bottom,  rgba(161,228,212,1) 0%,rgba(200,228,223,1) 28%,rgba(218,227,212,1) 51%,rgba(245,236,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding:20px;
width:100%;
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
text-align: left;
}
.menusector{
break-inside: avoid;
page-break-inside: avoid;
will-change: transform;
background: RGBA(255,255,255,.3);
padding: 10px;
border-radius: 10px;
margin-bottom: 5px;
font-weight: 400;
}
.menusector a{
font-size:13pt;
}




















@media (min-width: 1080px) {
	.overlay-hugeinc{
		display:none !important;
	}
}




@media (max-width: 1080px) {
	
#woocommerce_product_search-2{
	display: none;
}
.header2{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
padding-top:20px;
}
.headerlogo{
	display: inline-block;
    vertical-align: top;
    width:47%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    
}
.headerlinks{
	display: inline-block;
    vertical-align: top;
    width:53%;
    
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    text-align: right;
    padding-top:25px;
}
.headercart{
	float:left;
}
.footer2{
	padding-left:15px;
	padding-right:15px;
}
.footersection1{
    width:25%;
}
.footersection2{
    width:25%;
}
.footersection3{
    width:50%;
}
.footersection4{
    width:100%;
}



.cart2{
	display: inline-block;
}
.cart1{
	display:none;
}
.cartinner{
	width: 100%;
}
a.cart-contents{
	border: 0px !important;
background: #fff;
width: auto;
padding-left: 0px;
position: relative;
right: 40px;
}
.headerbasket{
	width: calc(50% - 75px);
	display:inline-block;
}
.basright{
	display: none;
}
.headerlogo{
	width: 150px;
}
.mainlogo{
	display:none;
}
.ipadlogo{
	display: block;
	padding-top: 3px;
}	
.headersearch{
	width: calc(50% - 75px);
}
.headersearch .yith-ajaxsearchform-container, .headersearch .dgwt-wcas-search-wrapp{
	display:none;
}
.searchtrigger{
	display: block;
padding-left: 5px;
padding-top: 8px;
}
.searchtoggle{
	display: none;
position: absolute;
top: 5px;
background: #fff;
width: calc(100% - 120px);
margin-left: 60px;
margin-right: 60px;
}
.searchtoggle .yith-ajaxsearchform-container input[type="search"], .dgwt-wcas-search-input{
	-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border: solid 1px #e6e6e6 !important;
margin: 0px !important;
height: 55px !important;
padding-left: 20px !important;
background: #fff !important;
width:100% !important;
}
.searchtoggle .yith-ajaxsearchform-container .search-navigation{
	width:100%;
}
.yith-ajaxsearchform-container{
	width:100%;
	max-width: 100% !important;
}
.searchtoggle #yith-searchsubmit, .dgwt-wcas-search-submit{
	display:none !important;
}
.blackmenu1{
	display:none;
}
#trigger-overlay{
	display: block;
width: 35px;
height: 35px;
position: fixed;
top: 23px;
right: 12px;
z-index: 999;

padding:0px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.triggerinner{
	display: block;
width: 35px;
height: 24px;
position: relative;
}
#trigger-overlay .menuline1{
	background: #acb720;
height: 3px;
width: 35px;
position: absolute;
top: 0px;
left: 0px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#trigger-overlay .menuline2{
	background: #acb720;
height: 3px;
width: 35px;
position: absolute;
top: 10.5px;
left: 0px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#trigger-overlay .menuline3{
	background: #acb720;
height: 3px;
width: 35px;
position: absolute;
bottom: 0px;
left: 0px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#trigger-overlay.checked .menuline1{
	
height: 3px;
width: 35px;
position: absolute;
top: 10px;
left: 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
#trigger-overlay.checked .menuline2{
	
height: 3px;
width: 0px;
left: 17px;
}
#trigger-overlay.checked .menuline3{
	
height: 3px;
width: 35px;
position: absolute;
bottom: 11px;
left: 0px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobnav ul.nav-menu{
	display:block !important;
}
.headerlogomobile{
	background: #fff;
	padding:10px;
}
.headerlogomobile img{
	width:130px;
}
.blackmenu{
	display:none;
}
.spaceholder{
	height: 65px;
width: 100%;
}
.headervat{
display:none;
}
.menu-menu-1-container{
	width:100%;
}
.menu-item-21, .menu-item-22, .menu-item-25, .menu-item-26, .menu-item-1971, .menu-item-11674{
	display:block !important;
}
.menu-item-21, .menu-item-22, .menu-item-25, .menu-item-26, .menu-item-1971{
	
}
.headertop{
	border-bottom: solid 2px #acb720;
}

	
}




@media (max-width: 1080px) {
.menu-item-21, .menu-item-22, .menu-item-25, .menu-item-26{
	display:block !important;
	
}
.nav-menu li, .mobtrigger1, .mobtrigger2{
	border-top: 0 !important;
padding: 0px;

text-align: left;
border-bottom:solid 1px #e5e5e5;
}
.mobtrigger1, .mobtrigger2{
	padding: 15px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	color:#3d3d3d;
	font-size: 13pt !important;
position: relative;
font-weight: 600 !important;
}
.mobtoggle1 a{
	padding: 7px !important;
	padding-left:0px !important;
	padding-right:0px !important;
color: #3d3d3d !important;
font-size: 12pt !important;
border-bottom: solid 1px #e5e5e5;
display: block;
text-align: left;
font-weight: 400;
}
.mobtoggle2, .menu-menu-1-container{
text-align: left;
padding-top: 8px;
}
.menu-menu-1-container .menu-item-object-product_cat{
background:#e5e5e5;
display: inline-block;
padding-left: 10px;
padding-right:10px;
border-radius: 10px;
margin-bottom: 4px;
}
.menu-menu-1-container::before{
content: 'Top Categories';
font-size: 13pt;
margin-bottom: 10px;
display: block;
margin-top: 4px;
}
.mobtoggle2 a{
	padding: 10px !important;
padding-left: 7px !important;
padding-right: 7px !important;
color: #3d3d3d !important;
font-size: 11pt !important;
border-bottom: solid 1px #e5e5e5;
display: inline-block;
text-align: left;
font-weight: 400;
border: solid 1px #e5e5e5;
border-radius: 10px;
margin-bottom: 4px;
}
.category-letter{
text-align:left;
}
.mobtoggle1{
padding-top:10px;
}
.product-category-list a{
padding-bottom:0 !important;
}
.overlay-hugeinc.overlay{
background:#fff !important;
}
.overlay-hugeinc.overlay ul li a{
color:#3d3d3d !important;
}

.nav-menu li a{
	font-size: 13pt !important;

font-weight: 600 !important;
padding: 15px !important;
position: relative;
padding-left:0px !important;
	padding-right:0px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
z-index:9;
}





.mobnav{
	padding-left: 20px;
padding-right: 20px;
}
.nav-menu li.menu-item-26 a, .nav-menu li.menu-item-25 a, .nav-menu li.menu-item-1971 a{
	
}
.headermobilelinks{
	padding: 10px;
padding-left: 0px;
text-align: left;
padding-bottom: 30px;
font-weight: 400;
}
.headermobilelinks a{
	color:#3d3d3d;
	font-size:14pt;
}
.mobtoggle1, .mobtoggle2{
	display:none;
}
.mobtoggle1.open, .mobtoggle2.open{
	display:block;
}
.nav-menu .current-menu-item>a{
	color:#fff !important;
}
.product-category-list{
text-align:left;
}
.product-category-list li{
display: inline-block !important;
width: 50%;
vertical-align: top;
padding-right:5px;
}
.single-product .summary{
display: flex;
flex-wrap: wrap;

}
.single-product .summary > h1, .single-product .summary > p, .single-product .summary > div, .single-product .summary > form{
width:100%;
}
.single-product .summary .woocommerce-product-details__short-description{
order:10;
margin-top:20px;
font-size:12pt;
}
.single-product .summary .woocommerce-product-details__short-description::before{
content:'Product Info';
font-weight:700;
font-size:14pt;
}
.woocommerce-tabs, .productblurb{
font-size:12pt;
}
.woocommerce-tabs h2{
font-size:14pt;
margin-bottom:0;
margin-top:0 !important;
}
.woocommerce-tabs > div{
border-top: 0;
}
.variations select{
border:solid 1px #000;
color:#000;
border-radius:5px;
}
.wc-pao-addon-id-1747660170 .form-row div{
display: inline-block;
vertical-align: top;
width: 48%;
position: relative;
padding-top: 2px !important;
background: #1f85a7;
padding: 5px;
margin-bottom: 3px;
border-radius: 10px;
padding-bottom: 0;
}



.menucatouter{
background:#f5f5f5;
padding:10px;
}
.mobtrigger1::before, .mobtrigger2::before{
	-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
background: #acb720;
height: 3px;
width: 15px;
position: absolute;
top: 50%;
right: 9px;
}
.mobtrigger1::after, .mobtrigger2::after{
	-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
content: '';
background: #acb720;
height: 3px;
width: 15px;
position: absolute;
top: 50%;
right: 0;
}
.mobtrigger1.checked::before, .mobtrigger2.checked::before{
	right: 0;
}
.mobtrigger1.checked::after, .mobtrigger2.checked::after{
	right: 9px;
}

}




@media (max-width: 900px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	float: left;
margin: 0 4px 10px 0 !important;
padding: 0;
position: relative;
width: calc(50% - 2px) !important;
margin-left: 0;
}
.rich-text {
max-height: 96px;
overflow: hidden;
position: relative;
}
.woocommerce-ordering{
width:50%;
font-weight:400;
font-size:12pt;
}
.showfilters, .returntopage{
font-weight:400;
}
.woocommerce-result-count{
font-weight:400;
font-size:10pt;
}
.woocommerce ul.products li.product a img{
	margin: 0 0 0em;
}
.woocommerce ul.products li:nth-child(even), .woocommerce-page ul.products li:nth-child(even){
	margin-right:0px !important;
}
.shopcontainer #primary{
width: 100% !important;
}
.filters{
position: fixed;
z-index: 9999;
background: #fff;
width: calc(100% - 60px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
top: 0;
left: 0;
padding: 40px;

-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 1;
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.filters.on{
opacity: 1;
-webkit-transform: translateX(-0%);
transform: translateX(-0%);
}
.site-main.grey::before{
content:'';
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
background:#000;
opacity:0.5;
z-index: 999;
}
.closefilters{
display:block;
}
.quickquotebelow{
display:block;
}
ul.products h2{
margin-top: 10px !important;
}
.productsstaff li{
float: left;
margin: 0 1.3% 20px 0 !important;
padding: 0;
position: relative;
width: calc(50% - 1%) !important;
margin-left: 0;
}
.woocommerce-page ul.staffpicks.productsstaff li:nth-child(3) {
margin-right: 0 !important;
}
.showfilters{
display:block;
background:#4f9b4d;
padding:10px;
color: #fff;
margin-bottom: 10px;
position:relative;
border-radius: 5px;
}
.showfilters::before{
content: '';
background: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/filter.png);
position: absolute;
right: 10px;
top: 12px;
height: 25px;
width: 25px;
background-size: contain;
background-repeat: no-repeat;
}
.returntopage{
display:block;
background:#4f9b4d;
padding:10px;
color: #fff;
margin-bottom: 10px;
position:relative;
border-radius: 5px;
margin-top:20px;
}

}








@media (max-width: 768px) {
	.checkoutmessage{
	width:100%;
}
#gallery-1 .gallery-item{
width: 25% !important;
}

.woocommerce-breadcrumb{
	display:none;
}
div.site-main #primary{
	
}
.woocommerce-cart #content, .woocommerce-checkout #content{
width:100%;
}
.woocommerce-cart .coupon label, .woocommerce-checkout .coupon label{
display:none;
}
.woocommerce-cart .entry-header, .woocommerce-checkout .entry-header{
margin-bottom:10px;
}


.homecalls a{
	display:inline-block;
	width:50%;
	vertical-align: top;
	padding: 5px;
}
.splashtext{
	
}
.section2content{
	padding-top: 20px;
padding-bottom: 20px;
width:100%;
padding: 40px;
}
.section2content h2{
	max-width: 900px !important;
}
.section2image{
	width: 100%;
right: 0;
top: 0;
height: 300px;
position: relative;
}
.section3 .section2image{
	width: 100%;
right: 0;
top: 0;
height: 300px;
position: relative;
}
.section2content{
	min-height:300px;
}
.section2content h3{
	max-width: 380px;
	font-size: 22pt;
}
}



@media (max-width: 760px) {
	
.headermail{
	display:none;
}
.headercart{
	float:none;
	width:100%;
}


.headerlinks{
	display: none;
   
}
	
.mainmenu{
	text-align:center;
}
.menu-menu-1-container{
	display:block;
}



.headercart .cart_list li.empty{
	display: none !important;
}

.footersection1{
    width:50%;
}
.footersection2{
    width:50%;
}
.footersection3{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.footersection4{
    width:100%;
}
.montage{
	display:none;
}
#gallery-1 .gallery-item{
width: 50% !important;
}
.texthalf, .pichalf{
	width:100%;
	text-align: center;
}
.halfhalf{
	flex-wrap: wrap;
}
.texthalf{
	min-height:0;
}
.pichalf{
	height: 350px;
}
.halfblue h2{
	font-size: 30px;
}
.halfcontent{
	width:90%;
}
.trust img{
	margin-top: 20px !important;
}
.trust{
	padding: 20px;
}
.section2image{
	
}
.section2content h2{
	max-width: 300px;
	font-size: 35pt;
}
.section2image2{
	width: calc(100% - 230px);
right: 0;
bottom: 5%;
top: auto;
height: 130px;
}
.section3 .section2image{
	
}
.section3 .section2content{
	
}
.section3extra{
	margin-top: 0;
}

}







@media (max-width: 600px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	float: left;

padding: 0;
position: relative;

}
#sod_ajax_layered_nav-2{
	width:100%;
}

.homecalls{
	width: 95%;
	margin-top: 12px !important;
}
.homecalls a{
	font-size: 12pt;
}
.abovefooter div{
	width:100%;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
	float:left !important;
}
.industrycalls div{
	display:none;
}
.industrycalls div:nth-last-child(1){
	display:block;
}

}

















/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #3d3d3d;
	line-height: 1.5;
	margin: 0;
	font-weight: 300;
font-size: 14pt;
}

a {
	color: #acb720;
	text-decoration: none;
}

a:visited {
	color: #acb720;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #3d3d3d;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	
	line-height: 1.3;
}

h1 {
	font-size: 30px;
margin: 20px 0;
color:#47cdea;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 0px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #3d3d3d;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #acb720;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #47cdea !important;
	border:none;
border-bottom:solid 4px #acb720 !important;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #acb720 !important;
border-bottom:solid 4px #47cdea !important;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #47cdea !important;
border-bottom:solid 4px #acb720 !important;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	
	margin: 0 auto;
	
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	min-height: 45px;
	position: relative;
	background-color: #47cdea;
	border-bottom:solid 4px #acb720;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
font-weight: 400;
display: block;
font-size: 18px;
	line-height: 1;
	padding: 15px 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #47cdea;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #acb720;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	color: #47cdea;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	
	color: #47cdea;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1200px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	
}

.entry-content a,
.comment-content a {
	color: #acb720;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #3d3d3d;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 0px;
	margin-left: -0px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 400 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	
	
	
	
}

.widget .widget-title {
	display:none;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}















@media (max-width: 760px) {

.main-navigation{
	text-align:right;
}
/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 20px 12px 0px;
	}

	.menu-toggle:after {
		content: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/menu2.png);
font-size: 12px;
padding-left: 8px;
vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: url(https://www.workwearmatrix.co.uk/wp-content/themes/cleaning/images/menu2.png);
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #3d3d3d;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

}



















@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}