/*
Theme Name: Wilkinsons
Author: Webfroth
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

@font-face {
	font-family: 'Trajan Pro';
	src: url('fonts/TrajanPro-Bold.eot');
	src: url('fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Bold.woff2') format('woff2'),
		url('fonts/TrajanPro-Bold.woff') format('woff'),
		url('fonts/TrajanPro-Bold.ttf') format('truetype'),
		url('fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Zapfino';
	src: url('fonts/Zapfino.eot');
	src: url('fonts/Zapfino.eot?#iefix') format('embedded-opentype'),
		url('fonts/Zapfino.woff2') format('woff2'),
		url('fonts/Zapfino.woff') format('woff'),
		url('fonts/Zapfino.ttf') format('truetype'),
		url('fonts/Zapfino.svg#Zapfino') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Narrow';
	src: url('fonts/GothamNarrow-Light.eot');
	src: url('fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamNarrow-Light.woff2') format('woff2'),
		url('fonts/GothamNarrow-Light.woff') format('woff'),
		url('fonts/GothamNarrow-Light.ttf') format('truetype'),
		url('fonts/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}



/* Cool little hack to hide mobile menu before JS runs. #mm-menu ID is hidden until JS runs and adds .mm-menu Class */
#mm-menu:not(.mm-menu) {display:none}

@media print {
	body {background:#fff;}
}

/* Default Style
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

.views-exposed-widget {
	max-width: 100%;
}

body {overflow-x:hidden;}

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

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
  padding: 10px 5px 5px 47px;
  margin: 5px 0;
  border-radius: 7px;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #E8E8E8;
  margin: 7px 0;
  border: none;
  clear: both;
  float: none;
  width: 100%;
}

input, select {
  vertical-align:middle;
}

input.form-submit {
    -webkit-appearance: none;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
  width: 100%;
  max-width: 422px;
}

.remove-margin {
  margin-right: 0 !important;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%!important;
  background: #ececec;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #fff;
  padding-right: 1em;
  text-align: left;
}

th {
  background: #393939;
  padding: 10px;
  color:#fff;
}

th a {color:#fff;}

td {
  background: #ffffff;
  color: #666;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee;
}


tr.even, tr.odd {
	border-bottom-color: #fff
}

td.active {
  background:#eee;
}

td a {color: #3c293c;}

td a:hover {color: #2e202a;}

html {
  background: #ffffff;
}

body {
  font:normal 14px/24px 'Gotham Narrow';
  color: #454545;
  background: #fff;
  font-weight: normal;
}
.container {
	position:relative;
}

#topbar {
  background: #3c293c url("images/pattern-head.png") bottom center no-repeat;
  min-height:30px;
}

#topbarleft,
#topbarleft .content a {
	color: #fff;
}

#topbarleft .content a:hover {
	color: #ccc;
}


#menubar {
  position:relative;
  /* min-height:100px; */
}

.icon-link-contact {
	right:0px;
	background-position:top right;
	}

.mastercontainer {
	/* overflow:hidden; */
	position:relative;
}

a {
  text-decoration: none;
  color:#3c293c;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #2a1227;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
  background: #6492c1;
}

p {
  margin: 0 0 0.8em;
  letter-spacing:0.04em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul, ol {
  padding-left:20px;
  padding-bottom:20px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#mobilemenuicon {
    width: 43px;
    z-index: 100;
    color: #fff;
    font: normal 46px 'Open Sans', sans-serif;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    line-height: 40px;
    height: 34px;
    position:absolute;
    color: #fff;
}

#mobilemenuicon:focus {
    outline: none;
}

span.submitted {
	margin-bottom:20px;
	display:block;
	font-style:italic;
}

.field-name-field-article-image {
	margin-bottom:30px;
}

#headerright {
	position: absolute;
	right: 0px;
	top:0px;
	text-transform: uppercase;
}

#headerright span, #headerright span a {
  display:block;
  text-align:right;
  color:grey;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  }

h1,
#block-views-all-content-block .views-field-title {
	font-size: 26px;
	line-height: 30px;
}	

.page-title {
	color:#808080;
	font-size:27px;
	display:block;
	margin-bottom:30px;
}

.node-type-collection .page-title {
	display: none;
}
	
h2 {
	font-size: 21px;
}
h3 {
	font-size: 20px;
	color: #301c30;
	font-weight:300;
	margin-top:20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}

#wrapper {
  margin: 0px auto;
}

#content-contain {
  padding: 25px 0px;
}

.node-type-page .mastercontainer,
.page-taxonomy-term .mastercontainer {
	background: #fff url("images/floral-pattern.png") no-repeat top center;
}


.front #content-contain {
	height:0px;
	opacity:0;
	margin:0px;
	padding:0px 40px;
	overflow:hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align:center;
}

.front #content-contain.expanded {
	height:auto;
	opacity:1;
	margin: 0 auto;
	padding:40px;
	text-align:center;
	box-sizing: border-box;
}

.expand-trigger {
	position:absolute;
	left:50%;
	bottom:-70px;
	z-index:20;
	width:146px;
	margin-left:-73px;
	height:70px;
	text-indent:-99999px;
	display:block;
	cursor:pointer;
	z-index: 1
}

.expand-trigger:before {
	display: block;
	content: "";
	background: url("images/logo-icon.png") no-repeat center top;
	background-size: contain;
	width: 100px;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 6px;
	z-index: 2;
}

.expand-trigger:after {
	top: 0px;
	left: 0px;
	border: solid transparent;
	content: " ";
	height: 0px;
	width: 0px;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,0,0,0);
	border-left-color: #ffffff;
	border-width: 80px;
	margin-left: -7px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	z-index: -1;
}

#head {
  float: left;
  width: 100%;
  position:relative;
}

#headright {
  float:right;
}

#headerone {
	overflow:hidden;
	position:relative;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .block {
	margin-bottom:50px;
}

.sidebar .block > h2 {
	font-size:25px;
	font-weight:300;
	color:#888;
	margin-top:20px;
}

.sidebar .block > h2:after {
	content:"";
	height:5px;
	width:40px;
	background:#e0d2b8;
	display:block;
	margin:15px 0;
}

.share-fb, .share-tw, .share-gp {
	display:block;
	border-bottom:1px solid #eee;
	padding:15px 10px;
	font-weight:bold;
}

.share-fb, .share-fb:hover {color:#3b5898;}
.share-tw, .share-tw:hover {color:#6daaea;}
.share-gp, .share-gp:hover {color:#e24f15;}

.field-name-body img {
	height:auto;
}

.inserted {
	padding-top:10px;
	max-width:100%;
	height:auto;
}

.inserted.img-left {
	padding:20px;
	padding-left:0px;
}

.inserted.img-right {
	padding:20px;
	padding-right:0px;
}

.block{
	margin-bottom:0px;
}

#block-views-products-block-1 .container,
#block-views-products-block-2 .container {
	border:1px solid #eee;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:30px;
}

#block-commerce-cart-cart {
	color:#fff;
}


 #block-block-5 .content a {
 	display: block;
 	text-indent: -9999999999px;
 	font-size: 0px;
 	background: url("images/shopping-cart.svg") no-repeat top left;
 	background-size: contain;
 	width: 35px;
 	height: 35px;
 	margin-top: 5px;
}



#block-commerce-cart-cart .cart-empty-block,
#block-commerce-cart-cart .line-item-total {
	padding-right: 30px;
}

#block-commerce-cart-cart .cart-empty-block:after,
#block-commerce-cart-cart .line-item-total:after {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	content: "";
	background: url("images/shopping-cart.svg") no-repeat top left;
	background-size: contain;
	top: 4px;
	right: 5px;
}

/* Image Blocks */

#block-views-image-blocks-block .content {
	overflow:hidden;
}

#block-views-image-blocks-block .views-field-field-block-colour {
	display:none;
}

#block-views-image-blocks-block .views-row {
	float:left;
	overflow: hidden;
	margin-bottom: -1px;
}

#block-views-image-blocks-block img:hover {
	webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

#block-views-image-blocks-block .views-field-field-block-content {
	/*pointer-events: none;*/
}

/* Third Width */
.thirdw {
  box-sizing: border-box;
} .thirdw .views-field-field-block-content {
	padding:5%;
	box-sizing: border-box;
  } .thirdw .views-field-field-block-content .field-content {
  	  width:100%;
  	  display: inline-block;
  	  line-height: normal;
    } .thirdw .views-field-path {
		margin-bottom: -8px;
		-webkit-clip-path: polygon(0% 100%, 0% 0%, 35% 0, 50% 20%, 65% 0, 100% 0%, 100% 100%);
		clip-path: polygon(0% 100%, 0% 0%, 35% 0, 50% 20%, 65% 0, 100% 0%, 100% 100%);
		} .thirdw .views-field-path img {
      	width: 100%;
      	height: auto;
      }

/* Two Thirds Width */
.twothirdw  {
  box-sizing: border-box;
  display: table;
} .twothirdw .views-field-field-block-content {
	padding:20px 5%;
	box-sizing: border-box;
	width:100%;
	} .twothirdw .views-field-field-block-content .field-content {
  	  width:100%;
  	  display: inline-block;
    } .twothirdw .views-field-path {
		margin-bottom:-7px;
		width:100%;
		display: table-header-group;
		-webkit-clip-path: polygon(0% 0%, 0% 100%, 60% 100%, 70% 85%, 80% 100%, 100% 100%, 100% 0%);
		clip-path: polygon(0% 0%, 0% 100%, 60% 100%, 70% 85%, 80% 100%, 100% 100%, 100% 0%);
		} 

/* Full Width Image Left */
.fullwil {
  width:100%;
  box-sizing: border-box;
  background-image:url("images/pattern-main.png");
  background-position:top right;
} .fullwil .views-field-field-block-content {
	padding:5%;
	box-sizing: border-box;
	float:right;
	position: relative;
	} .fullwil .views-field-field-block-content .field-content {
  	  width:100%;
  	  display: inline-block;
  	  line-height: normal;
  	 } .fullwil .views-field-path {
		margin-bottom:-7px;
		float:left;
		overflow:hidden;
		}

/* Full Width Image Right */
.fullwir {
  width:100%;
  box-sizing: border-box;
  background-image:url("images/pattern-main.png");
  background-position:bottom left;
} .fullwir .views-field-field-block-content {
	padding:5%;
	box-sizing: border-box;
	float:left;
	position: relative;
	} .fullwir .views-field-field-block-content .field-content {
  	  width:100%;
  	  display: inline-block;
  	  line-height: normal;
  	  overflow: hidden;
  	  position: initial;
  	  vertical-align: middle;
  	  top: 0px;
  	  left: 0px;
  	 } .fullwir .views-field-path {
		float:right;
		background:#fff;
		}
		.fullwir .views-field-path img {margin-bottom: -7px;}

/* Half Width Caption Top Left  */
.halfwctl {
  box-sizing: border-box;
  position: relative;
} .halfwctl .views-field-field-block-content {

  } .halfwctl .views-field-field-block-content .field-content {
  	  width:100%;
  	  padding:5%;
  	  position:absolute;
  	  z-index:10;
  	  box-sizing: border-box;
  	 } .halfwctl .views-field-path {
		margin-bottom:-7px;
		position:relative;
	  }

/* Half Width Caption Bottom Left  */
.halfwcbl {
  box-sizing: border-box;
  position:relative;
} .halfwcbl .views-field-field-block-content {

  } .halfwcbl .views-field-field-block-content .field-content {
  	  width:100%;
  	  padding:5%;
  	  position:absolute;
  	  bottom:0px;
  	  z-index:10;
    } .halfwcbl .views-field-path {
		margin-bottom:-7px;
		position:relative;
	  }



body .messages {
  border:none;
  margin:0 0 20px 0;
}

body div.warning {
  background-color: #fffecb;
  color: #ff9421;
}

body div.warning a {
  color: #0074bd;
}

body div.error {
  background-color: #ffdddd;
  color: #c70000;
}

body div.error a {
  color: #0074bd;
}

body div.status {
  background-color: #d6ffcb;
  color: #1a7000;
}

body div.status a {
  color: #0074bd;
}

/* Shop filters */

.views-exposed-widget {
	width:100%;
	padding:0px;
	box-sizing:border-box;
}

.views-exposed-widget .ajax-progress-throbber {
	position:fixed;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	background:rgba(0,0,0,0.3) url("images/ajax-loader.gif") no-repeat center center;
	border-radius:10px;
}

.views-exposed-widget .ajax-progress-throbber .throbber {
	display:none
}

.views-widget-filter-term_node_tid_multiple {
	display:none;
}

.views-exposed-widget > label {
	display:block;
	background:#ddd;
	width:100%;
	padding:5px 10px 5px 10px;
	margin:3px 0;
	cursor:pointer;
	position:relative;
}

.views-exposed-widget .form-checkboxes {
  opacity:0;
  height:0px;
  overflow:hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.views-exposed-widget.expanded .form-checkboxes {
  opacity:1;
  height:auto;
}

.views-exposed-widget > label:before,
.views-exposed-widget > label:after {
	content:"";
	width:10px;
	height:2px;
	background:#333;
	display:block;
	position:absolute;
	top:16px;
	right:10px;
}

.views-exposed-widget > label:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity:1;
}

.views-exposed-widget.expanded > label:before {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity:0;
}

.views-exposed-widget .form-type-checkboxes:nth-of-type(1) > label {
	margin-top:-7px;
}

#foot {overflow: hidden;}

#mc_embed_signup {
	text-align:center;
	padding:50px 0;
}

#mc_embed_signup .form-text {
	border:none;
}

#mc_embed_signup .submit {
	margin-top:10px;
}

/*-------------------------------------------*
/* Flexslider
/*-------------------------------------------*/

.flexslider {
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
	position:relative;
}

.flexslider .slides > li {
	display: block;
}


/*-------------------------------------------*
/* Main Slideshow Banner
/*-------------------------------------------*/

.flex-direction-nav {
	z-index: 3;
}

.flexslider .flex-direction-nav a {
	text-indent: -99999px;
	color: transparent;
	text-shadow: none;
	height: 52px;
	width: 18px;
	padding:10px;
	background:url("images/arrow.png") no-repeat center;
	margin: -26px 0 0 0;
}

.flexslider a.flex-prev {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.form-submit{
  padding: 8px 20px;
  border:none;
  box-shadow:none;
  color: #454545;
  cursor:pointer;
  border-radius: 0px;
  background: #ddd;
  font-size: 16px;
  font-weight: 300;
  margin-right: 5px;
}

.form-submit:hover {
    background-color: #5d6762;
    color: #fff;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text, textarea {
  padding: 6px 5px;
  width:96%;
  width: calc(100% - 22px);
  max-width:400px;
  font-family:"Arial";
}

.form-text, textarea, select {
  /* border-radius: 3px; */
  border: 1px solid #cecece;
  padding:10px;
  border-radius:5px;
}

textarea {max-width:100%;}


/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

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

.item-list .pager li {
  border-radius: 3px;
  margin-right: 4px;
  font-size: 16px
}

.credit a {
    color: #9d8e9f;
}

/*-------------------------------------------*
/* Prmary Tabs
/*-------------------------------------------*/

ul.primary {
  margin:0 0 0 5px;
}

ul.primary li a, ul.primary li.active a.active {
  color: #22283a;
  border:none;
  border-bottom:none;
  padding:3px 15px;
  display:inline-block;
  border-radius:5px 5px 0 0;
}

ul.primary li.active a.active {
	border-bottom:1px solid #fff;
	margin-bottom:-1px;
	pointer-events:none;
}

ul.primary li.active a {
	border:none;
}

.tabs-wrapper {
  border-bottom:none;
  margin-bottom:20px;
  position:absolute;
  max-width:400px;
  left: 0px;
  margin: 0;
  z-index: 2;
}

.tabs-wrapper ul.primary {
  border-bottom: none;
  padding:0px;
}

.page-user .tabs-wrapper {
	position:relative;
	top: 0px;
	margin-bottom: 10px;
}

/* Footer */

#bottom {
	background: #3c293c url("images/pattern-footer.png") no-repeat bottom center;
	background-size: contain;
}

#copyright {
	color: #7f6d81;
	text-align: right;
	padding:10px 0 30px 0;
}

#copyright span {
	display:block;
	line-height:17px;
	font-size: 13px;
}

#copyright .credit {padding-top: 10px}
#copyright a:hover {color: #ffffff;}

#bottom .content a {
	color: #bfbac1;
	font-weight: 400;
}

#bottom .content a:hover {
	color: #eeeeee;
}

#bottom h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing:2px;
	margin-bottom: 30px;
	font-weight: 300;
	/* text-align: center; */
}

#bottom .phone {
	margin-bottom:10px
}

#bottom h2:after {
	width: 37px;
	height: 1px;
}

#bottom .block {
	margin-bottom: 0px;
}

#bottom .block .content {color: #ffffff;font-weight: 700;}

#bottom .block .content li {list-style-image: none;list-style: none;color: #fff;line-height: 22px;}

#bottom ul {
	padding-left: 0px;
}


.node-type-product .field-name-field-product {
	margin-bottom: 20px;
}

.node-type-product .field-type-taxonomy-term-reference > div {
	/* width:50%; */
	/* box-sizing:border-box; */
	/* padding:5px; */
	font-weight:300;
}

.node-type-product .field-type-taxonomy-term-reference .field-label {
	font-weight: 700;
}

.node-type-product .field-type-taxonomy-term-reference .field-items a {
	color:#444;
}

/* Front */

#block-block-1,
#block-views-taxonomy-block {
	background: #c2b9c1;
	overflow: hidden;
	float: left;
}

#block-views-taxonomy-block {
	background: #7c677c;
}

#block-block-1 .content,
#block-views-taxonomy-block .content {
	float: right;
	text-align: center;
}

#block-views-taxonomy-block .content {
	float: left;
}

#block-block-1 .content h2,
#block-views-taxonomy-block h2 {
	color: #462145;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Trajan Pro';
}

#block-block-1 .content p {
	color: #453646;
	font-size: 18px;
	line-height: 20px;
}

#block-views-taxonomy-block h2 {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

#block-views-taxonomy-block .views-field-field-logo img {
	width: 100%;
	height: auto;
}

.news-description {
	max-width:520px;
	margin:0 auto;
}

#ema_signup_form input#signup_email {
	padding:15px;
	border-radius:10px 0 0 10px;
	margin-top:10px;
	border:none;
	font-size:15px;
	display:inline-block;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
#ema_signup_form #webform_submit_button {
	padding:15px;
	margin-top:10px;
	display:inline-block;
	font-size:15px;
	border:1px solid #9c8f98;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	border-radius:0 10px 10px 0;
	cursor:pointer;
	background: rgb(206,198,205);
	background: -moz-linear-gradient(top, rgba(206,198,205,1) 0%, rgba(154,141,150,1) 100%);
	background: -webkit-linear-gradient(top, rgba(206,198,205,1) 0%,rgba(154,141,150,1) 100%);
	background: linear-gradient(to bottom, rgba(206,198,205,1) 0%,rgba(154,141,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec6cd', endColorstr='#9a8d96',GradientType=0 );
	margin-left:-5px;
	color: #462145;
}

/* Social */

#block-block-2 {
	position: relative;
	overflow: hidden;
}

#block-block-2 .content {
	text-align:center;
}

#block-block-2 .content a:hover {
	opacity: 0.9;
}

#block-block-2 .content a.facebook,
#block-block-2 .content a.twitter,
#block-block-2 .content a.instagram {
	width: 40px;
	height: 40px;
	margin: 8px;
	text-indent: -999999px;
	display: inline-block;
}

#block-block-2 .content a.facebook 	{background: url("images/facebook.png") no-repeat center;}
#block-block-2 .content a.twitter 	{background: url("images/twitter.png") no-repeat center;}
#block-block-2 .content a.instagram {background: url("images/instagram.png") no-repeat center;}

#block-block-2 .content {
	font-size: 11px;
}

#block-block-3 .content {
	float:left;
}

#block-block-3 img {
	width: 100%;
	height: auto;
	max-width: 333px;
}

/* Mega menu skin Blanc */

#block-megamenu-main-menu {
	position:relative;
	margin-bottom: 0px;
}

ul.megamenu-skin-blanc {
    display: table!important;
    width: 100%;
    table-layout: fixed;
    margin-top:20px;
}

ul.megamenu-skin-blanc > li {
    display: table-cell!important;
}

ul.megamenu-skin-blanc > li > h2 a {
	line-height:25px;
	color:#444;
	text-transform:uppercase;
	text-align: center;
	display:inline-block;
	border-bottom: 2px solid #ffffff;
	margin-bottom:8px;
}

.megamenu-menu h2.megamenu-parent-title {
	display: block;
	text-align: center;
}

ul.megamenu-skin-blanc > li > h2:hover a {border-bottom: 2px solid #7b667b;}

ul.megamenu-skin-blanc ul.megamenu-bin {
    background:#fff;
    border-top:1px solid #b3a6b3;
    font-size:16px;
    line-height:35px;
    width:90%!important;
    padding:10px;
    margin-left:5%;
    box-sizing:border-box;
    left:0px!important;
    overflow:visible!important;
    z-index:100;
}

#block-megamenu-main-menu:after {
	content:"";
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	width:100%;
	z-index:30;
	position:absolute;
	top:35px;
	left:0px;
	height:600px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity:0;
	pointer-events:none;
}

#block-megamenu-main-menu:hover:after {
	opacity:1;
}

#block-megamenu-main-menu h3.megamenu-slot-title a,
#block-megamenu-main-menu .nolink {
	text-transform:uppercase;
	font-size:15px!important;
	border-bottom:1px solid #b3a6b3!important;
	margin-bottom:10px!important;
	display:block;
	color:#a27f29;
}

#block-megamenu-main-menu h3.megamenu-slot-title a {
	color:#a27f29;
}

#block-megamenu-main-menu .separator hr {
	border-top:1px solid #ddd;
	margin:15px 0;
}

ul.megamenu-skin-blanc .megamenu-parent {
    position: inherit!important;
}

ul.megamenu-skin-blanc ul.megamenu-bin > li {
	box-sizing:border-box;
	padding:10px;
}

ul.megamenu-skin-blanc ul.megamenu-bin.columns-1 > li {
	width:100%!important;
}

ul.megamenu-skin-blanc ul.megamenu-bin.columns-2 > li {
	width:50%!important;
}

ul.megamenu-skin-blanc ul.megamenu-bin.columns-3 > li {
	width:33.33333333%!important;
}

ul.megamenu-skin-blanc ul.megamenu-bin.columns-4 > li {
	width:25%!important;
}

ul.megamenu-skin-blanc ul.megamenu-bin.columns-5 > li {
	width:20%!important;
}

ul.megamenu-skin-blanc ul.megamenu-bin.columns-6 > li {
	width:16.66666666%!important;
}

/* Products */

.view-products .view-content {
	overflow:hidden;
}

.view-products .views-row {
	float:left;
	text-align:center;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.view-products .views-row img {
	max-width:100%;
	height:auto;
}

.view-products .views-row a {
	color:#555;
}

.view-products .views-field-commerce-price {
	font-size:16px;
	border-top:1px solid #eee;
	display:inline-block;
	margin-top:10px;
}

.view-products .views-field-commerce-price table {
	margin-bottom: 0px;
}

.view-products .views-field-commerce-price td {
	padding: 5px;
}


.newproduct {
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	background: #E4D6C0;
	display: block;
	box-sizing: border-box;
}

#block-views-all-content-block {
	background: #c2b9c1;
}

#block-views-all-content-block .content {
	color: #fff;
}

#block-views-all-content-block .views-field-title {
	font-family: 'Trajan Pro';
	margin-bottom: 10px;
} 

#block-views-taxonomy-block-1 {
	margin: 20px 0;
}  

/* News */

#block-views-all-content-block-2 .views-field-title a {
	color: #f8b917;
	font-family: 'Trajan Pro';
	padding: 10px;
	padding-top: 20px;
	display: block;
	overflow: hidden;
}

#block-views-all-content-block-2 .views-field-created {
	font-size: 16px;
}

#block-views-all-content-block-2 .views-row {
	position: relative;
	overflow:hidden;
	color: #fff;
	float: left;
	text-align: center;
}

#block-views-all-content-block-2 .views-row:nth-child(4n) {background-color: #3c293c;}
#block-views-all-content-block-2 .views-row:nth-child(4n-1) {background-color:#554155;}
#block-views-all-content-block-2 .views-row:nth-child(4n-2) {background-color:#cbcdd2;}
#block-views-all-content-block-2 .views-row:nth-child(4n-3) {background-color:#7b667b;}

#block-views-all-content-block-2 .views-row:nth-child(4n-2) .views-field-title a {
	color: #3c293c
}

#block-views-all-content-block-2 .views-field-path a {
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 20px 0;
	display: inline-block;
	border-bottom: 2px solid #3c293c;
}
#block-views-all-content-block-2 .views-row:nth-child(4n) .views-field-path a,
#block-views-all-content-block-2 .views-row:nth-child(4n-1) .views-field-path a {
	border-color: #7b667b;
}

#block-views-all-content-block-2 .views-field-field-article-image {
	margin-bottom: -7px;
	-webkit-clip-path: polygon(0% 100%, 0% 0%, 35% 0, 50% 20%, 65% 0, 100% 0%, 100% 100%);
	clip-path: polygon(0% 100%, 0% 0%, 35% 0, 50% 20%, 65% 0, 100% 0%, 100% 100%);
}

.caption-image.Right {
	right:0px;
}

.caption-image.Left {
	left:0px;
}

.link-top {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:30;
}

.link-top a {
	background:#fff url("images/up.png") no-repeat top 2px center;
	display:block;
	border-radius:5px;
	padding:15px 10px 5px 10px;
	text-transform:uppercase;
	box-shadow:0 0 5px rgba(0,0,0,0.4)
}

/* Search bar */

#block-views-exp-products-page-1 label {
	display:none;
}

#block-views-exp-products-page-1 #edit-combine-wrapper {
  float:left;
  width:260px;
}

#block-views-exp-products-page-1 .views-submit-button {
	position:absolute;
	top:6px;
	right:24px;
	width:20px;
	height:20px;
}

#block-views-exp-products-page-1 .views-submit-button input {
	margin:0px;
	text-indent:-9999px;
	background:url("images/search.svg") no-repeat;
	width:20px;
	height:20px;
	box-sizing:border-box;
	outline:none;
}

/* Login Menu */

#block-system-user-menu .menu li {
	display: inline-block;
	padding: 0 10px 0 5px;
	position: relative;	
}

#block-system-user-menu .menu li:after {
	content: "|";
	position: absolute;
	right: 0px;
	top: 0px;
}

#block-system-user-menu .menu li.last:after {
	display: none;
}

#block-system-user-menu .menu {
	text-align: right;
}

fieldset.commerce_payment,
fieldset.commerce_coupon,
fieldset.commerce_shipping {
	background:#f5f0eb;
	border:none;
	position:relative;
	padding-top:45px;
}

fieldset.commerce_payment legend,
fieldset.commerce_coupon legend,
fieldset.commerce_shipping legend {
	position:absolute;
	top:15px;
	font-size:20px;
	background:url('images/box.svg') no-repeat;
	padding-left:35px;
}

fieldset.commerce_coupon legend {
	background:url('images/coupon.svg') no-repeat;
}

fieldset.commerce_payment legend {
	background:url('images/card.svg') no-repeat;
}

fieldset.commerce_payment select{
	width:80px;
}

fieldset.commerce_payment:after {
	content:"";
	background:url('images/cardlogos.png') no-repeat;
	background-size:216px 100px;
	width:216px;
	height:100px;
	display:block;
	float:right;
}

/* Mobile Menu */

.mm-menu {
	background:#7b667b;
	color:#fff;
	font-size:1.5em!important;
}

.mm-listview>li>a,.mm-listview>li>span {
	padding:20px 10px;
	font-size:17px;
	font-weight:normal;
}

.mm-listview>li>span.separator, .mm-listview>li>span.separator hr {
	padding:0px;
	margin:0px;
}

.mm-listview .nolink {
	color: #fff;
}

.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.7)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.7)}

/* hide the no results behaviour on the brand page */
.page-node-920 .view-empty {display:none}
#topbarright {z-index:10;}

/* phone number */
#block-block-6 .content {
	font-size:20px;
	font-weight:bold;
}

#block-block-6 .content:before { 
  content: "\2706"; 
  padding-right:10px;
  font-size:22px;
  line-height:100%;
  position:absolute;
  top:3px;
  left:-25px;
  opacity:0.6;
  color:#3c293c;
}

.cookie-compliance {
	font-size:12px;
}

.cookie-compliance__text {
	float:left;
	padding-top:3px;
}

.cookie-compliance__text p {
	margin:0px;
}

.cookie-compliance form {
	float:right;
}

.cookie-compliance form .form-submit {
	background:#888;
	color:#fff;
	font-size:12px;
	margin-bottom:5px;
}

.cookie-compliance__inner {
  padding: 5px 20px;
}
