/*
Theme Name: Pixeldot
Theme URI: http://www.pixeldotcreative.com/
Author: Pixeldot
Author URI: http://www.pixeldotcreative.com/
Description: Pixeldot Theme
Version: 1.0
License: Copyright Pixeldot Creative Ltd
Text Domain: pixeldot
*/

@import url('css/cssReset.css');
@charset "UTF-8";
/* CSS Document */

/*=========== Global Styles ============*/

* {
    font-family: proxima-nova;
}
body {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
::selection {
    color: white;
    background: rgba(216, 171, 78, 0.9);
}
::-moz-selection {
    color: white;
    background: rgba(216, 171, 78, 0.9);
}
a {
    text-decoration: none;
    color:#d8ab4e;
}
a:hover {
    text-decoration: none;
    color:#000;
}
h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 25px;
}
h2 {
}
h1 strong {
    font-weight: 700;
}
p {
    font-size: 16px;
    line-height: 1.75;
}
.page-id-319 strong{
    font-weight: bold;
}
textarea {
    resize: none;
}
form {
    padding-top: 50px;
}
textarea,
input {
    outline: none;
}
/* transisitions */

a,
input[type="submit"],
a.button,
input.button,
img,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/*=========== Header Styles ============*/

#header-span {
    width: 100%;
    background-color: rgba(193, 193, 193, 0.5);
    position: fixed;
    top: 0;
}

body.admin-bar #header-span {
	top:32px;
}

#header-span .fixed-width {
    max-width: 1300px;
    padding-left: 25px;
    padding-right: 25px;
}
#header .nav {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header .nav ul {
    text-align: left;
}
#header .menu li {
    padding-right: 25px;
    display: inline;
}
#header .menu a {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: proxima-nova;
    font-weight: 600;
    display: inline;
}
#header .menu a:hover {
    color: #ffffff;
}
#header-span #header img {
    position: absolute;
    top: 18px;
    right: 0;
    width: 168px;
    padding-right: 7%;
}
.home #header-span #header img {
    position: absolute;
    top: 18px;
    right: 0;
    width: 168px;
    padding-right: 7%;
    opacity: 0;
}
.logo {
    display: inherit;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*=========== Content Styles ============*/
#content {
    width: 100%;
}

/*=========== Sitemap Styles ============*/

#content .sitemap {
    padding-top: 100px;
}

#content .sitemap h2 {
    font-size: 18px;
    padding-bottom: 25px;
}

#content ul li {
    padding-bottom: 10px;
}

.page-id-319 ul li {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 10px;
    margin-left: 20px;
    list-style-type: circle;
}

#content ul li a {
    font-size: 16px;
    padding-bottom: 10px;
}
/*=========== Page Container Styles ============*/

.pageContainer {
    display: block;
}

/*=========== Container Styles ============*/

#container p{
    font-size: 16px;
}

/*=========== Hero Image Styles ============*/

.pageWrapper {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
#hero-half {
    width: 100%;
    height: 540px;
    height: 40vh;
    padding-bottom: 50px;
}
#hero-half.row {
    width: 100%;
    max-width: 100%;
}
.pageWrapper.half {
    display: block;
    background: url("images/hero_background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.pageWrapper .row {
    max-width: 1300px;
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.pageWrapper .column.two {
    width: 100%;
    margin-right: 0;
    padding-left: 8.076923076923077%;
    padding-right: 8.076923076923077%;
    height: inherit;
}
.hero {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.hero-text-logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 440px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-height : 700px) {
	.hero-text-logo {
		position: absolute;
		right: 0;
		top: 10%;
	}
}

.hero-text-logo img {
    width: 100%;
    padding-top: 25px;
}
.hero-text {
    position: absolute;
    bottom: 0;
    left:0;
    padding-bottom: 15px;
    text-align: center;
    width:100%;
}
.hero-text-holder {
    position: relative;
    width:90%;
    padding:0 5%;
/*    padding-bottom: 70px;*/
    max-width:680px;
    margin:0 auto;
}
.hero-text .button {
    color: #000;
    border: none;
    margin-top: 0;
}
.hero-text .button{
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
    font-size: 28px;
    padding: 10px;
}

@-webkit-keyframes color-change {
    0% { color: #000; }
    50% { color: #d8ab4e; }
    100% { color: #000; }
}
@-moz-keyframes color-change {
    0% { color: #000; }
    50% { color: #d8ab4e; }
    100% { color: #000; }
}
@-ms-keyframes color-change {
    0% { color: #000; }
    50% { color: #d8ab4e; }
    100% { color: #000; }
}
@-o-keyframes color-change {
    0% { color: #000; }
    50% { color: #d8ab4e; }
    100% { color: #000; }
}
@keyframes color-change {
    0% { color: #000; }
    50% { color: #d8ab4e; }
    100% { color: #000; }
}
.pageWrapper p {
    color: #000;
    font-size: 16px;
}
.column.two {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column.two.hero {
    display: block;
    margin: 0 auto;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:480px;
}

/*=========== Row Styles ============*/

.row {
    max-width: 1080px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row .column h1, .row .column h2 {
    padding-top: 0
}

.row p {
    max-width: 852px;
    display: block;
    margin: 0 auto;
}

.home .column_single.row-1 {
    padding-top: 150px;
}

.column_single.row-1 {
    padding-top: 100px;
}

.column_single {
    padding-top: 50px;
}

.page-id-5 .column-two p {
    text-align: left;
}

/*=========== Column Styles ============*/


.column.two {
    width: 49.5%;
}

.column.three {
    width: 32.3%;
}

.column.two-fifths {
    width: 39%;
}

.column {
    margin-right: 1%;
}

/*=========== Story Styles ============*/

.story-container {
    width: 100%;
    background-color: #FBFBFB;
}

#story {
    padding-bottom: 75px;
    display: block;
    margin: 0 auto;
}
#story p {
    padding-top: 25px;
}
#story h1 {
    padding-top: 75px;
}

/*=========== Fixed Width Styles ============*/

.full-width .fixed-width {
    width: 100%;
    padding: 0;
}

.fixed-width {
    max-width: 1300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*=========== Button Styles ============*/

button { 
    outline: 0; 
    background: none;
    border: 0;
    font-size: 16px;
    display: inline-block;
    color: #d8ab4e;
    margin: 0 auto;
    text-align: center;
    padding: 20px 35px 20px 35px;
    border: solid 2px #d8ab4e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 55px;
}

button:hover {
    color: #000;
    border-color: #000;
}

.button {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 20px 35px 20px 35px;
    border: solid 2px #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 55px;
    font-size: 16px;
}
body.home .button {
	display:inline-block;
}

.button.alt {
    color: #000000;
    border-color: #000000;
}
.button:hover {
    color: #d8ab4e;
    border-color: #d8ab4e;
}
.button:not(:first-child) {
    margin-left: 20px;
}


/*=========== Carousel Styles ============*/

#imgslider {
    display: block;
    width: 100%;
    height: 765px;
    height: 70vh;
}
#imgslider .bx-wrapper {
    max-height: 1200px;
}
#imgslider .bx-viewport {
    max-height: 1200px !important;
}
#imgslider .bx-viewport[style]{
    height: 80vh;
    max-height: 1200px !important;
}
.bx-co
.bxslider {
    position: relative;
    height: inherit;
    width: 100%;
}
.bx-viewport[style]{
    height: 80vh;
}
.bx-controls {
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.bx-controls-direction {
    
}

.bx-controls-direction a {
	display:inline-block;
	padding:5px 10px;
}

.bx-controls-direction a.bx-next::after {
	content:" \f105";
	font-family: "FontAwesome";
	font-weight:normal;
}
.bx-controls-direction a.bx-prev::before {
	content:"\f104  ";
	font-family: "FontAwesome";
	font-weight:normal;
}
.bxslider-text span.button {
	margin-top:10px;
	margin-bottom:30px;
}
.bxslider li {
    height: inherit;
    position: absolute;
    width: 100%;
    height: 765px;
    height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bxslider img:first-child {
    top: 0;
    left: 0;
    z-index: 1;
}
.bxslider-text {
    z-index: 200;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
.bxslider-text h1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
}
.bxslider-text h2 {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 20px;
    max-width: 852px;
    text-shadow: 0 0 3px #000;
}
.bx-pager-item {
   display: inline-block;
   margin: 0 2px;
}
.bx-pager-item:first-child {
    margin-left: 0;
}

.bx-pager-item a {
     border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 10px;
	height: 10px;
	padding: 0;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	cursor:pointer;
    background: #ffffff;
    color: #ffffff;
    text-align: center;
	overflow:hidden;
}

.bx-pager-item a.active {
    background: #d8ab4e;
    color: #d8ab4e;
}


/*=========== Form Styles ============*/

#form {
    padding-top: 75px;
}
.gf_browser_chrome.gform_wrapper.contact-form_wrapper {
    display: block;
    background-color: #fff;
}
#form h2 {
     text-align: center;
     max-width: 482px;
     display: block;
     margin: 0 auto;
     font-size: 18px;
     font-weight: 600;
     padding-bottom: 75px;
     text-transform: uppercase;
}
#form p {
    text-align: center;
    max-width: 680px;
    padding-bottom: 25px;
    font-size: 16px;
}
#form a {
    color: #d8ab4e;
    font-size: 16px;
}
#form a:hover {
    color: #000;
}
#form .button{
    color: #000;
    border-color: #000;
}
#form .button:hover{
    color: #d8ab4e;
    border-color: #d8ab4e;
} 
#form-toggle {
    cursor: pointer;
}
#form .full-width {
    display: none;
}
.contact-form {
    max-width: 482px;
    display: block;
    margin: 0 auto;
    display: none;
}
.contact-form input {
    width: 100%;
    padding: 20px 35px 20px 20px;
    border: solid 1px #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form textarea {
    width: 100%;
    padding: 20px 35px 20px 20px;
    border: solid 1px #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    height: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form input[placeholder] {
    font-size: 16px;
}
.gform_button.button {
    margin-top: 20px;
    background-color: #ffffff;
    font-size: 16px;
    padding-left: 35px;
    color: #d8ab4e;
    border-color: #d8ab4e;
    width: inherit;
    text-align: center;
    float: left;
    cursor: pointer;
}
.gform_button.button:hover {
    color: #FFE2A5;
    border-color: #FFE2A5;
}
.gfield {
    margin-top: 20px;
}
.gfield:first-child {
    margin-top: 0;
}
.gform_wrapper ul li input:focus {
    border-color: #d8ab4e;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.gform_wrapper ul li textarea:focus {
    border-color: #d8ab4e;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* all */
::-webkit-input-placeholder { color:#000000; }
::-moz-placeholder { color:#000000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000000; } /* ie */
input:-moz-placeholder { color:#000000; }

/*=========== Footer Styles ============*/

.page-id-2 #footer-span {
    margin-top: 40px;
}

#footer-span {
    background-color: #313030;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: static;
    clear: both;
    color: #ffffff;
    margin-top: 100px;
}
#footer {
    position: relative;
    text-align: center;
    font-weight: 100;
    padding-top: 40px;
    padding-bottom:40px;
}
#footer p {
    font-size: 14px;
    line-height: 2;
}
#footer li {
    display: inline;
    margin-left: 10px;
}
#footer li:first-child {
    margin-left: 0;
}
#menu-footer {
    padding-top: 25px;
    padding-bottom: 10px;
}
#menu-footer li {
    display: inline;
}
#menu-footer a {
    display: inline;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

#footer-span a {
    display: inline;
    color: #ffffff;
}

/*=========== Social Icon Styles ============*/

.social {
    display: block;
    text-align: center;
    margin: 0
}
.social li {
    display: inline;
    margin-left: 10px;

}
.social li:first-child {
    margin-left: 0;
}
.social li a {
    font-size: 26px !important;
    color: #ffffff;
}
.social li a:hover {
    color: #d8ab4e;
}

/*=========== Page Post Styles ============*/

.page-post {
    display: none;
}

/*=========== Column Styles ============*/

.home .column_single {
    padding-top: 50px; 
    padding-bottom: 50px;
}
.column_single h1 {
    text-align: center;
}
.column_single p {
    text-align: center;
}

.column-two {
    display: inline-block;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-right: 2%;
    vertical-align: top;
    max-width: 426px;
}

.column-two:nth-child(2n) {
    padding-right: 0;
    padding-left: 2%;
}

.column-two p {
    padding-top: 25px;
}

.page-id-5 .column.one h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    color: #d8ab4e;
    text-align: center;
}

.page-id-5 .column_single h2{
    margin-top: -50px;
}

.column-two h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    color: #d8ab4e;
    text-align: center;
}

.row.two_column_split {
    padding-top: 0;
}

/*=========== Image Block Styles ============*/

.image-block {
    display: block;
    max-width: 852px;
    padding-top: 50px;
    margin: 0 auto;
}

.image-block img {
    width: 100%;
}

/*Promo Button*/

.promo-button {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -70px;
    text-align: center;
    z-index: 100000;
    left: 82%;
    -ms-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}

.promo-button img {
    width: 150px;
    height: 150px;
}

.promo-button-content {
    display: none;
}

.link-holder-slider {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 976px) and (min-width: 0px) { 
  .promo-button {
    display: block;
    left: 41%;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .story-container {
      width: 100%;
      background-color: #FBFBFB;
      padding-top: 50px;
  }
  .hero-text-holder {
      position: relative;
      width: 90%;
      padding: 0 5%;
      max-width: 680px;
      margin: 0 auto;
      padding-bottom: 100px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0px) { 
.promo-button {
    display: block;
    left: 35%;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.bxslider-text {
    z-index: 200;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
}
}

/*=========== Product Double Styles ============*/

#double-block split {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
    text-align: justify;
}

.product-double {
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-double .column.two {
    width: 49.5%;
}

.product-double .column.two:first-child {
    width: 100%;
    height: 335px;
}

.product-double img {
    position: relative;
    background-color: #1b1b1b;
    opacity: 0.75;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center center;
}

.product-double a:hover img {
    opacity: 1;
}


.product-double .column.two {
    margin-top: 15px;
    background-color: #000000;
}

.product-double .column.two:nth-child(odd) {
    margin-right: 0;
}

.product-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.product-text h1 {
    font-size: 36px;
    font-weight: 600;
}

.product-text h2 {
    font-size: 18px;
    padding-top: 25px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.row.full-width.product_double.row-2 {
    padding-top: 50px;
}

/*stockists*/

.stockists {
    max-width: 852px;
}

.stockists .row {
    text-align: left;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.stockists .type {
    text-transform: uppercase;
    font-weight: 200;
}

.stockists i {
    color: #d8ab4e;
}

.stockists .column.chevron {
    text-align: right;
}

/*Split*/

.single_column_split {
    max-width: 852px;
    display: block;
    margin: 0 auto
}

.splitter {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
    text-align: justify;
    padding-top: 25px;
}

/*=========== Large Screen Styles ============*/

@media only screen and (max-width: 2600px) and (min-width: 1920px) {


.pageWrapper .row {
    max-width: 1300px;
}
.row {
    max-width: 1300px;
}

#story {
    padding-top: 150px;
    padding-bottom: 150px;
}
#story h1 {
    padding-top: 0;
}

#form {
    padding-top: 150px;
    padding-bottom: 150px;
}

.fixed-width {
    max-width: 1300px;

}

.single_column_split {
    max-width: 852px;
    display: block;
    margin: 0 auto
}

p {
    font-size: 16px;
}

p u {
    text-decoration: underline;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}


}

/*=========== Tablet Styles ============*/

@media only screen and (max-width: 800px) and (min-width: 600px) {

    /*Page Wrapper*/

    .pageWrapper .column.two {
    }

    /*Carousel*/

    .bxslider-text h1 {
        font-size: 48px;
    }

    /*buttons*/

    .button {
        margin-top: 25px;
    }

    .button:not(:first-child) {
        margin-left: 0;
    }


}

/*=========== Mobile Styles ============*/

@media only screen and (max-width: 600px) and (min-width: 320px) {

.full-width .fixed-width {
    padding-left: 10px;
    padding-right: 10px;
}

.row-inner {
    padding-left: 25px;
    padding-right: 25px;
}

/*Stockists*/

#content .column {
    padding-bottom: 0;
}

#content .stockists .column {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
}

.stockists .column.chevron {
    text-align: center;
}

/*Header*/

#header-span #header img {
    right: 0;
    left: 5%;
    top: 14px;
    opacity: 1;
}

/*Bx Slider*/

.bxslider-text h1 {
    font-size: 48px;
}

.bx-pager-item a {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	width:8px;
	height:8px;
}

.bx-pager-item a.active {
    border-width: 5px;
}

/*Story*/

#story {
    padding-left: 15px;
    padding-right: 15px;
}

/*Header*/

#header .menu li {
    display: block;
}

#header .menu li a {
    text-align: left;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Splitter*/

.splitter {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
    text-align: left;
    padding-top: 25px;
}

/*Columns*/

.column-two {
    width: 100%;
    padding-right: 0;
}
}

body.page-id-317 #content .plain-content .column, body.page-id-306 #content .plain-content .column, body.page-id-319 #content .plain-content .column {
    text-align:left;
}

body.page-id-317 #content .column h2, body.page-id-306 #content .column h2, body.page-id-319 #content .column h2 {
    text-align:left;
    padding:20px 0 10px 0;
    font-size:20px;
}

body.page-id-317 #content .column_single p, body.page-id-306 #content .column_single p, body.page-id-319 #content .column_single p {
    text-align:left;
    max-width:100%;
}

/* order form */

#gform_wrapper_2 {
	display:block !important;
}

#gform_wrapper_2 form {
	padding-top:0;
}

#gform_wrapper_2 h3.gform_title {
	font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

#gform_wrapper_2 .gform_description {
	text-align:center;
	display:block;
}

#gform_wrapper_2 .gfield_price div.gfield_description em {
	font-size:12px;
	display:block;
}

.gf_page_steps {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #E6E6E6;
}

.gf_step {
	width:33%;
	float:left;
	text-align:center;
	box-sizing:border-box;
	padding:0 15px;
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.gf_step.gf_step_active {
	opacity: 1;
    filter: alpha(opacity=100);
}

.gf_step_clear {
	clear:both;
}

.gf_step_number {
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#d8ab4e;
	display:inline-block;
}

.gf_step_label {
	display:inline-block;
	padding-left:15px;
	font-size:18px;
	text-transform:uppercase;
	color:#515151;
}

#gform_wrapper_2 .gform_heading {
	padding-bottom:30px
}

#gform_wrapper_2 .gfield_html_formatted {
	box-sizing:border-box;
	padding:15px;
	border:1px solid #E6E6E6;
	max-width:600px;
	margin:30px auto;
}

#gform_wrapper_2 .gfield_html_formatted h4 {
	color: #d8ab4e;
    font-size: 18px;
    font-weight: 600;
	padding:0 0 15px 0;
}

#gform_wrapper_2 .gfield_html_formatted ul {
	list-style:disc;
	padding:0 0 0 20px;
	line-height:1.4em;
}

#gform_wrapper_2 .gfield_html_formatted ul li {
	padding:0;
}

#gform_wrapper_2 .gfield_label {
	display:block;
}

#gform_wrapper_2 .gfield_price, #field_2_31, #field_2_45, #field_2_48 {
	border-bottom:1px solid #E6E6E6;
	display:block;
	box-sizing:border-box;
	max-width:600px;
	margin:0 auto;
	padding:30px 0;
}

#gform_wrapper_2 .gfield_price .gfield_label, #field_2_31 .gfield_label, #field_2_45 .gfield_label, #field_2_48 .gfield_label {
	font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#gform_wrapper_2 .ginput_container_singleproduct, #field_2_9, #field_2_31 .ginput_container, #field_2_45 .ginput_container, #field_2_48 .ginput_container {
	box-sizing:border-box;
	padding:15px;
	background-color:#E6E6E6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top:10px;
}

#gform_wrapper_2 .ginput_container_singleproduct span {
	display:inline-block;
	line-height:30px;
}

#gform_wrapper_2 .ginput_container_singleproduct span.ginput_product_price {
	font-size:20px;
	font-weight: 600;
}

#gform_wrapper_2 .ginput_container_singleproduct input.ginput_quantity, #field_2_31 input, #field_2_45 input, #field_2_48 input[type="text"] {
	border: medium none;
    float: right;
    font-size: 16px;
    height: 30px;
    text-align: center;
    width: 60px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#field_2_31 input, #field_2_45 input {
	float:none;
	width:200px;
}

#field_2_23, #field_2_49, #field_2_50 {
	visibility:hidden !important;
	height:0 !important;
	overflow:hidden !important;
	margin:0 !important;
	padding:0 !important;
}

#gform_wrapper_2 li#field_2_24, #gform_wrapper_2 li#field_2_32 {
	background-color:#d8ab4e;
	border-color:#d8ab4e;
}

li#field_2_24 p.warning, li#field_2_32 p.warning {
	font-weight:bold;
}

#gform_wrapper_2 .gfield_total .gfield_label {
	font-size:16px;
}

#gform_wrapper_2 .gfield_total .ginput_total {
	font-size:30px;
}

#gform_wrapper_2 span.ginput_quantity_label, #gform_wrapper_2 span.ginput_product_price_label {
	display:none;
}

#gform_wrapper_2 .gform_page_footer {
	max-width:600px;
	margin: 0 auto;
}

#gform_wrapper_2 .gform_page_footer .button {
	margin-top:30px;
	border-color:#d8ab4e;
	color:#d8ab4e;
	cursor:pointer;
	background-color:#FFF;
}

#gform_fields_2_2, #gform_fields_2_3 {
	max-width:600px;
	margin:0 auto;
}

#gform_wrapper_2 #gform_fields_2_2 .gfield_label, #gform_wrapper_2 #gform_fields_2_3 .gfield_label {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#gform_wrapper_2 #gform_fields_2_2 input, #gform_wrapper_2 #gform_fields_2_3 input, #gform_wrapper_2 .ginput_container textarea {
	clear:both;
	width:100%;
	font-size:18px;
	box-sizing:border-box;
	padding:15px;
	border:1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#000;
	margin:5px 0 15px 0; 
}

#gform_wrapper_2 .ginput_container textarea {
	height:150px;
}

#gform_wrapper_2 #gform_fields_2_3 input[type="radio"], #gform_wrapper_2 #gform_fields_2_3 input[type="checkbox"], #gform_wrapper_2 #gform_fields_2_2 input[type="checkbox"] {
	display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
}

#gform_wrapper_2 #field_2_20 .gfield_description {
	padding-bottom:15px;
}

#gform_wrapper_2 #gform_submit_button_2 {
	margin-left:0;
	float:right;
	width:200px;
	background-color:#d8ab4e;
	color:#000;
}

.ginput_cardextras {
	display:table;
	table-layout:fixed;
	width:100%;
}

.ginput_card_expiration_container label {
	display:block;
	clear:both;
}

.ginput_card_security_code {
}

.ginput_cardinfo_left, .ginput_cardinfo_right {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

#gform_confirmation_wrapper_2 {
	min-height:600px;
}

#gform_confirmation_message_2 {
	box-sizing:border-box;
	padding:15px;
	border:1px solid #E6E6E6;
	max-width:600px;
	margin:30px auto;
}

.gform_card_icon_container {
	padding:10px 0;
	height:40px;
}

div.gform_card_icon {
	display:inline-block;
}

.gform_wrapper div.gform_card_icon {
    background-image: url("https://www.puretisanes.com/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 36px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}

.ginput_card_expiration_container select {
	margin-top:15px;
	width:35%;
	margin-right:5%;
}

#ui-datepicker-div {
	background-color:#F1F1F1;
	width:300px;
	box-sizing:border-box;
	padding:30px;
}

#ui-datepicker-div table {
	width:100%;
}

#ui-datepicker-div table td {
	height:30px;
	text-align:center;
	vertical-align:middle;
}

#ui-datepicker-div .ui-state-default {
	color:#CCC;
}

#ui-datepicker-div a.ui-state-default {
	color: #FFF;
	background-color:#d8ab4e;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 30px;
    width: 100%;
}

#ui-datepicker-div a.ui-state-default:hover {
	color:#000;
}

.ui-datepicker-title {
	padding:5px 0;
}

.ui-datepicker-next {
	display:inline-block;
	float:right;
	cursor:pointer;
}

body.page-id-596 .column.one ul {
	list-style:disc;
	padding:10px 0 10px 30px;
	max-width:852px;
	margin:0 auto;
}

span#input_2_34::after, span#input_2_2::after {
	content: " inc VAT";
	font-size:14px;
}

#buy-header {
	width:100%;
	height:auto;
	background-position:center;
	background-size:cover;
	height:400px;
}

#buy-header img {
	height: 300px;
    margin: 0 auto;
    padding: 40px 0 0;
}

body.page-id-605 #content .column_single, body.page-id-605 #content .column_single p {
	text-align:left;
}

body.page-id-605 #content .column_single p {
	padding:10px 0;
	line-height:1.4em;
}

body.page-id-605 #content .column_single p strong {
	font-weight:bold;
}

body.page-id-605 #content .column_single .column.one {
	max-width:850px;
	margin:0 auto;
}

body.page-id-605 #content .column_single h2 {
	text-transform:uppercase;
	font-size:24px;
	padding:15px 0 10px 0;
}

body.page-id-605 #content .column_single ol {
	list-style:decimal;
	margin-left:30px;
}

body.page-id-605 #content .column_single li {
	padding:5px 0;
	line-height:1.4em;
}

body.page-id-605 #content .column_single ul {
	list-style:disc;
	margin-left:30px;
}

.validation_message {
	background-color:#6f2720;
	box-sizing:border-box;
	padding:15px 10px;
	color:#FFF;
}

#gform_wrapper_2 .gfield_html_formatted.product-image {
	border:0;
	padding:0;
	width:200px;
	height:200px;
	clear:left;
	float:left;
	margin:0;
}

#gform_wrapper_2 .gfield_price {
	clear:right;
	margin-left:240px;
}

body.page-id-5 .column_single p {
	 padding: 10px 0;
    text-align: left;
}

#gform_wrapper_2 #field_2_26 {
	margin-left:0;
}

input#gf_coupon_code_2.gf_coupon_code {
	width: 100%;
}
