/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  background-color:#EBEBE8; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
.container.full-width-bleed {
  width: 100%;
  max-width: 100%;
  padding:0px;
  margin:0px; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
  .container.full-width {
	width: calc(100% - 60px);
    max-width: 100%; }
}

/* For devices larger than 767px */
@media (min-width: 887px) {
  .container {
    width: 80%; }
  .container.full-width {
	width: 100%;
    max-width: 100%; }
  .column,
  .columns {
    margin-left: 1.4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 8.74%; }
  .two.columns                    { width: 18.88%; }
  .three.columns                  { width: 29.02%; }
  .four.columns                   { width: 39.16%; }
  .five.columns                   { width: 49.3%; }
  .six.columns                    { width: 59.44%; }
  .seven.columns                  { width: 69.58%; }
  .eight.columns                  { width: 79.72%; }
  .nine.columns                   { width: 89.86%; }
  .ten.columns                    { width: 100%; margin-left: 0; }

  .one-third.column               { width: 31.9%; }
  .two-thirds.column              { width: 66.2%; }
  
  .one-quarter.column			  { width: 23.95%; }
  .one-half.column                { width: 49.3%; }
  .three-quarters.column		  { width: 74.65%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 10.14%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 20.28%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 30.42%; }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 40.56%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 50.7%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 60.84%; }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 70.98%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 81.12%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 91.26%; }
  
  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 33.8%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 67.6%; }

  .offset-by-one-quarter.column,
  .offset-by-one-quarter.columns     { margin-left: 25.35%; }
  
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 50.7%; }
  
  .offset-by-three-quarters.column,
  .offset-by-three-quarters.columns     { margin-left: 74.05%; }	

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 300;
  font-family: "Fira Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4d4d; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: .28rem; text-transform:uppercase; font-family: "Vollkorn", "Times New Roman", Times, serif; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: .28rem; text-transform:uppercase; font-family: "Vollkorn", "Times New Roman", Times, serif; }
h3 { font-size: 2.8rem; line-height: 1.3;  letter-spacing: .28rem; text-transform:uppercase; font-family: "Vollkorn", "Times New Roman", Times, serif; }
h4 { font-size: 1.8rem; line-height: 1.8; letter-spacing: .25rem; text-transform:uppercase; font-family: "Vollkorn", "Times New Roman", Times, serif; border-top:1px solid #4d4d4d; border-bottom:1px solid #4d4d4d; padding-top:1.5em; padding-bottom:1.5em; }
h5 { font-size: 2.2rem; line-height: 1.4; letter-spacing: 0; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: .28rem; font-weight: 600; text-transform: uppercase;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 2.6rem; }
  h4 { font-size: 1.7rem; line-height: 2.2;}
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #4d4d4d;
  -webkit-transition:color .25s ease, border .25s ease, background-color .25s ease, opacity .25s ease-in-out;
  -moz-transition:color .25s ease, border .25s ease, background-color .25s ease, opacity .25s ease-in-out;
  transition:color .25s ease, border .25s ease, background-color .25s ease, opacity .25s ease-in-out; 
}
a:hover {
  color: #000000; 
  background-color:rgb(255,255,255); 
  background-color:rgba(255,255,255,0.6);
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  color: #4d4d4d;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .28rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  border:1px solid transparent;
  padding-left:12px;
  padding-right:12px;
  -webkit-transition:color .25s ease, border .25s ease, background-color .25s ease;
  -moz-transition:color .25s ease, border .25s ease, background-color .25s ease;
  transition: color .25s ease, border .25s ease, background-color .25s ease; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #000000; 
  background-color:rgb(255,255,255); 
  background-color:rgba(255,255,255,0.6);
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;}
  
 .button.white {
  color: #ffffff;
 }
 .button.white:hover {
  background-color: transparent;
  border:1px solid rgba(255,255,255,0.2);
 }
 


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #EBEBE8;
  border: 1px solid #EBEBE8;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #4d4d4d;
  outline: 0; }
label,
legend {
  display: inine-block;
  margin-bottom: .5rem;
  font-weight: 400;
  margin-right:30px; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside;
  padding-left: 1.5rem;
  margin-top:0; }
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Colours */
.dark-grey {color:#4d4d4d;}
.light-grey {color:#b2b2b2;}
.warm-grey {color:#ebebe8;}
.gold {color:#ae9a64;}
.white-bg {background-color:#ffffff;}
.dark-bg {background-color:#4d4d4d;}
.dark-bg .column, .dark-bg .columns {color:#ffffff;}

/* General */
.centre {text-align:center;}
.right {text-align:right;}
.bold {font-weight:500;}
.no-margin {margin:0;}
.space-out {margin-top:8em; margin-bottom:8em;}
.space-out-half {margin-top:4em; margin-bottom:4em;}
.space-out-quarter {margin-top:2em; margin-bottom:2em;}
.hide-link {text-decoration:none;}
.hide-link:hover {background-color:transparent;}
.extra-width {max-width:1800px !important;}
.section-break {margin-top:10em;}
.divider {border-top: 1px solid #cccccc; margin:50px 0px 50px 0px;}

/* Images */
.bg-image {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:240px;
}
.bg-image-large {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:350px;
}
.bg-image-circle {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	width:100%;
	padding-bottom:100%;
	height:0;
}
.full-width-image {
	width:100%;
	height:relative;
	min-width:20px;
	min-height:20px;
}

/* Navigation */
.body-container {
	margin-top:66px;
}
.navigation {
	position:fixed;
	top:0;
	z-index:1000;
	background-color:#ffffff;
}
.navigation a:hover{
	cursor: pointer;
}
.navigation .container {
	background-color:#ffffff;
}
.nav-list {
	text-align:right;
}
.nav-item {
	font-weight:400;
	font-size:13px;
	color:#4d4d4d;
	margin-left:20px;
	letter-spacing:1px;
}
.nav-item:hover {
	background-color:transparent;
}
.nav-button {
	display:inline-block;
	border-top:2px solid transparent;
	padding-bottom:20px;
	padding-left:3px;
	padding-right:3px;
	padding-top:20px;
}
.nav-button-active {
	border-top:2px solid #ae9a64;
}
.logo-icon {
	margin-top:12px;
	margin-bottom:8px;
}
.menu-icon {
	position:absolute;
	top:9px;
	right:0;
	cursor:pointer;
}
.menu-close {
	margin-top:-65px;
	margin-right:0px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 65px;
    width: 100vw; 
    height: 100vh; 
    background-color:#333333;
	text-align:center;
}
.modal .container {
	background:none;
}
#nav-mobile {
    padding-top: 30px;
}
.modal-content {
	z-index:301;
}
.modal-content .nav-item {
	color:#ffffff; 
	font-size:1.3em;
	line-height:3em;
	margin-left:0px;
	text-decoration:none;
}
.modal-content h1{
	margin-bottom:4vh;
}

/* Drawer Navigation (Desktop) */
.navigation-drawer {
	position: absolute;
	top: 65px;
	width: calc(100vw - 60px);
	background-color: #ae9a64;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
	z-index: 301;
}
.navigation-drawer a {
	text-decoration: none;
	color: #ffffff;
}
.navigation-drawer a:hover {
	color: #E9DDBB;
}
.navigation-drawer p.heading {
	color: #ffffff;
	letter-spacing: .25rem; 
	text-transform:uppercase; 
	font-family: "Vollkorn", "Times New Roman", Times, serif;
}
.navigation-drawer p {
	margin-bottom: 10px;
}
.navigation-drawer hr {
	margin-top: 12px;
	margin-bottom: 12px;
}
.navigation-drawer .container {
	background: none;
}
.navigation-drawer .column,
.navigation-drawer .columns {
	padding: 10px;
}

/* Drawer Navigation (Mobile) */
.mobile-nav-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #222222;
	cursor: pointer;
	padding: 10px;
}
#nav-mobile-shop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile-menu-content {
	margin-top: 100px;
}
.mobile-drawers {
	display: none;
} 

/* Footer */
.social-feed {
	margin-bottom:3em;
}
.footer {
	background-color:#ffffff;
	z-index:301;
	padding-top:20px !important;
}
.footer .row {
	padding:20px;
}
.social-icon {
	margin-right:3px;
}
.social-icon:hover {
	opacity:0.6;
}
.footer-site-link .column {
	border-left:1px solid #e8e8e8;
}
.footer-site-link .column:first-child {
	border-left:none;
}
.footer-site-link h6 {
	margin-bottom:0.2em;
	margin-top:2.5rem;
}
.gsga-logo {
	display:inline-block;
	vertical-align:top;
}
.gsga-text {
	display:inline-block;
	padding:15px;
}
.gsga-text p {
	font-style:italic;
	margin:0;
	padding:0;
}

/* Enquiry Modal Menu */
#enquiry-modal-menu {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw; 
    height: 100vh; 
    background-color:rgba(33,33,33);
	background-color:rgba(33,33,33,0.8);
}
#enquiry-modal-menu .container {
	position:relative;
	top:50%;
	left:0;
	transform:translateY(-50%);
	padding:0;
}
.enquiry-menu-close {
	margin-right:9px;
}

/* Video */
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  top: 0px;
  left: 0px;
  height: 80vh;
  overflow: hidden;
  margin-bottom:5vh;
}
.video-container .filter {
  z-index: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height:100%;
}
.video-container .title-container {
  z-index: 300;
  position: absolute;
  top: 0;
  left:0;
  height: 80vh;
  text-align:center;
}
.video-container video {
  position: absolute;
  z-index: 0;
  min-height: 110vh    !important;
  width: auto   !important;
  bottom:0 !important;
}
.logo {
	top: 50%; 
	transform: translateY(-50%); 
	position:relative; 
	text-align:center;
}
.logo a:hover {
	background-color:transparent;
}
.scroll-icon {
	bottom:25px; 
	position:absolute; 
	cursor:pointer;
	z-index:400;
	margin-left:-21px;
}
.scroll-icon-2 {
	bottom:-21px; 
	position:absolute; 
	z-index:400;
	margin-left:-21px;
}
.scroll-icon-3 {
	bottom:-30px; 
	position:absolute; 
	z-index:400;
	margin-left:-37.5px;
	background:#ffffff;
	-moz-border-radius: 100%;
	-webkit-border-radius:100%;
	border-radius: 100%;
	padding: 15px;
}

/* Feature Image */
.image-container {
  position: relative;
  top: 0px;
  left: 0px;
  height: 60vh;
  margin-bottom:5vh;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.image-container .title-container {
  z-index: 300;
  position: absolute;
  top: 50%;
  left:0;
  width: calc(100vw - 50px);
  text-align:center;
  transform:translateY(-50%);
}
.image-container .filter {
  z-index: 200;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height:100%;
}

/* Jewellery Type */
.jewellery-type-content {
	background-color:#ffffff;
	padding:50px;
	text-align:center;
}
.jewellery-type img {
	width:80%;
	height:auto;
	margin-top:-55px;
	bottom:-100px;
	position:relative;
}
.short-line {
	width:80px;
	border-top:solid 2px #EBEBE8;
}

/* Featured Collections */
.tab-navigation {
	margin-bottom:20px;
	margin-top:20px;
}
.tab-navigation button {
	font-family: "Vollkorn", "Times New Roman", Times, serif;
	letter-spacing: .18rem; 
	color:#BDBDBD;
	font-weight:400;
}
.tab-navigation button:hover {
	color:#4d4d4d;
	background-color:transparent;
}
.tab-navigation button.tab-active {
	text-decoration-color:#4d4d4d;
	color:#4d4d4d;
	text-decoration:underline;
}
.tab-navigation button.tab-active:hover {
	text-decoration-color:#4d4d4d;
	color:#4d4d4d;
	text-decoration:underline;
}
.featured-content {
	background-color:#ffffff;
	padding:50px;
	position:relative;
}
.featured-content-inner {
	width:calc(100% - 60px);
	position:absolute;
	left:0;
	top:50%; 
	transform:translateY(-50%);
	padding:30px;
}
.featured-content-image {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:0px;
	max-height:calc(100vw - 60px);
}
#featured-collection-1-2, 
#featured-collection-1-3,
#featured-collection-1-4,
#featured-collection-1-5 {
	display:none;
}

/* Instagram Feed */
#instagram {
	text-align:center;
}
#instagram a {
	position:relative;
	display:inline-block;
	width:31%;
	margin-left:1%;
	margin-right:1%;
	text-decoration:none;
}
#instagram a:last-of-type {
	margin-right:none
}
#instagram a:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0;
	transition-duration:0.3s;
}
#instagram a:hover:before {
	opacity:0.4;
}
#instagram img {
	width:100%;
	display:block;
}
.social-feed h4 {
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}

/* Twitter Feed */
#twitter-feed a, #twitter-feed a:visited {
  color:#4d4d4d;
  font-weight:400;
  text-decoration:none;
}
#twitter-feed a:hover {
  color:#000000;
}
#twitter-feed ul {
  padding-left:0px;
  margin-bottom:8px;
}
#twitter-feed ul li {
  list-style:none;
  overflow:hidden;
}
#twitter-feed .tweet {
	font-size:180%;
	color:#4d4d4d;
	line-height:1.4em;
	margin: 30px auto;
	width:75%;
}
#twitter-feed .timePosted {
	display:none;
}
#twitter-feed .interact {
	display:none;
}
#twitter-feed .interact a {
	display:none;
}
#twitter-feed .media img {
  max-width:250px;
  max-height:250px;
}

/* Products */
.product {
	margin-bottom:1.2em;
}
.product a {
	text-decoration:none;
}
.product-image {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:200px;
	opacity:1;
	-webkit-transition:opacity .25s ease-in-out;
	-moz-transition:opacity .25s ease-in-out;
	transition:opacity .25s ease-in-out;
}
.product-description {
	padding:15px;
	background-color:#ffffff;
	margin-top:3px;
}
.product-description h6 {
	margin-bottom:8px;
}
.not-available {
	color:#999999;
}
.product-button {
	color:#ffffff;
	text-decoration:none;
	font-size: 1.3rem;
	line-height: 1.3; 
	letter-spacing: .2rem;
	font-weight: 500;
	text-transform: uppercase;
	padding:6px 8px 6px 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-right:5px;
}
.view {
	background-color:#808080;
}
.view:hover {
	background-color:#928F8F;
	color:#ffffff;
}
.purchase {
	background-color:#ae9a64;
}
.purchase:hover {
	background-color:#C4AF75;
	color:#ffffff;
}
.not-for-sale {
	background-color:#e6e6e6;
}
.not-for-sale:hover {
	background-color:#e6e6e6;
	color:#ffffff;
	cursor:default;
}

/* Jewellery Piece */
.piece-image {
	width: 100%;
	height: 100%;
}
.piece-description h6 {
	margin-bottom:8px;
}
.piece-code {
	font-size:80%;
	color:#999999;
}
.piece-pricing {
	margin-top:4em;
	max-width:600px;
}
.piece-pricing .two-thirds p {
	margin-bottom:8px;
}
.long-line {
	width:100%;
	border-top:solid 2px #EBEBE8;
	margin-top:20px;
	margin-bottom:15px;
}

/* News */
.information-tag {
	padding:4px 8px 4px 8px;
	border:solid #4d4d4d 1px;
	margin-bottom:2rem;
	font-size: 1.3rem;
	line-height: 1.3; 
	letter-spacing: .2rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration:none;
	display:inline-block;
}
.information-tag:hover {
	border:solid 1px #000000;
}
.information-description, .information-description-large {
	padding:20px 12px 50px 3px;
}
.information .bg-image:hover, 
.information .bg-image-large:hover {
	opacity:0.8;
	cursor:pointer;
}
.information-description h3 {
	font-size:2rem;
	letter-spacing:0.18rem;
}
.blog-image {
	min-height:50vh;
}
.blog-content-image {
	width: 960px;
	height: auto;
	min-height: 200px;
	max-width: 100%;
}
.profile-image {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	width:130px;
	height:130px;
	margin-bottom:0.6rem;
}
.blog-title-block {
	max-width: 650px;
}

/* Contact Form */
.enquiry-form {
	background-color:#ffffff;
	padding:40px;
}
.enquiry-form label {
	min-width:20%;
	display:inline-block;
	vertical-align:top;
}
.enquiry-form input {
	margin-bottom:20px;
}
.enquiry-form textarea {
	margin-bottom:20px;
	resize: none;
}
.enquiry-form .submit {
	width:100%;
	margin-bottom:0px;
}

/* Form Styling */
@font-face {
  font-family: 'Flat-UI-Icons';
  src: url('../fonts/Flat-UI-Icons.eot');
  src: url('../fonts/Flat-UI-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Flat-UI-Icons.woff') format('woff'), url('../fonts/Flat-UI-Icons.ttf') format('truetype'), url('../fonts/Flat-UI-Icons.svg#Flat-UI-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.fui-radio-unchecked:before {
  content: "\e02b";
}
.fui-radio-checked:before {
  content: "\e032";
}
.fui-checkbox-unchecked:before {
  content: "\e033";
}
.fui-checkbox-checked:before {
  content: "\e034";
}
.checkbox,
.radio {
  color: #999999;
  font-weight: 300;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}
.checkbox .icons,
.radio .icons {
  color: #cccccc;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
  color: #000000;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox.checked,
.radio.checked {
  color: #ae9a64;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  color: #ae9a64;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  color: #e6e8ea;
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact-form {
	max-width: 750px; 
	margin-left: auto; 
	margin-right: auto;
}


/* Vertical Align */
.v-align-container {
	position:relative;
}
.v-align-block {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
}

/* The Process */
.circle-cards {
	background-color:#ffffff;
	padding:25px;
}
.circle-cards .bg-image {
	padding:0px;
	margin:-25px -25px -30px -25px;
}
.circle-cards-icon {
	background-color:#ffffff;
	text-align:center;
	width:50px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	border-radius:50%;
	position:relative;
}
.circle-cards-icon h3, 
.circle-cards-icon p, 
.circle-cards-icon a {
	margin:0px;
	padding:0px;
}

/* Testimonials */
.testimonial h4 {
	font-size:2.2rem;
}
.all-testimonials {
	display:none;
}
.btn-testimonials-show,
.btn-testimonials-hide {
	margin-top: 40px;
}
.btn-testimonials-hide {
	display: none;
}
#btn-testimonials-show:hover, 
#btn-testimonials-hide:hover {
	background-color: #ffffff;
	-webkit-transition:color .25s ease, border .25s ease, background-color .25s ease;
    -moz-transition:color .25s ease, border .25s ease, background-color .25s ease;
    transition: color .25s ease, border .25s ease, background-color .25s ease;
}

/* Unslider */
.unslider{overflow:hidden; z-index:2; width: 100%;}
.unslider-wrap{position:relative;margin:0;padding:0;}
.unslider-wrap.unslider-carousel li{float:left;}
.unslider-vertical ul{height:100%;}
.unslider-vertical li{float:none;width:100%;}
.unslider-fade{position:relative;}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10;}
.unslider li{list-style:none;margin:0;padding:0;border:none;}
.unslider ul{z-index:2;}

.unslider-nav {
  position: absolute; 
  z-index: 3;
  background: #ae9a64;
  padding: 5px;
  right: 0;
  margin-top: -35px;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;

}
.unslider-nav ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #ffffff;
  cursor: default;
}
.unslider-arrow {
    position: absolute;
    z-index: 2;
    cursor: pointer;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #ae9a64;
}
.feature-slider.single-image .unslider-nav {
	display: none;
}

#header-block, 
#header-block-text {
	-webkit-transition: all 0.5s ease-out; 
       -moz-transition: all 0.5s ease-out; 
         -o-transition: all 0.5s ease-out; 
            transition: all 0.5s ease-out; 
}
#header-block-text .v-align-block {
	top: auto;
	bottom: 5vh;
}
.header-block-large {
	height: calc(100vh - 95px);
}
.header-block-small {
	height: 50px;
	background-position: 50%;
}

.bespoke-gallery-wrap .column, 
.bespoke-gallery-wrap .columns {
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Page Transitions */
.fade-in {
	animation: fadein 1.5s;
	-moz-animation: fadein 1.5s; /* Firefox */
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
    -o-animation: fadein 1.5s; /* Opera */
}
.fade-in-up {
	animation: fadeinup 1.5s;
	-moz-animation: fadeinup 1.5s; /* Firefox */
    -webkit-animation: fadeinup 1.5s; /* Safari and Chrome */
    -o-animation: fadeinup 1.5s; /* Opera */
}
.fade-in-left {
	animation: fadeinleft 1.5s;
	-moz-animation: fadeinleft 1.5s; /* Firefox */
    -webkit-animation: fadeinleft 1.5s; /* Safari and Chrome */
    -o-animation: fadeinleft 1.5s; /* Opera */
}
.fade-in-right {
	animation: fadeinright 1.5s;
	-moz-animation: fadeinright 1.5s; /* Firefox */
    -webkit-animation: fadeinright 1.5s; /* Safari and Chrome */
    -o-animation: fadeinright 1.5s; /* Opera */
}

/* Preloader */
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    width: 100%;
    background: #ebebe8;
    position: fixed;
	top: 65px;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}

/* Snipcart */
.snip-layout {
    background: rgba(0,0,0,.4) !important;
}
.snip-btn {
	color: #ffffff !important;
	letter-spacing: .2rem !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	font-size: 1.3rem !important;
	line-height: 1.8 !important;
	padding: 6px 12px 6px 12px !important;
}
.snip-btn--highlight {
	background-color: #ae9a64 !important;
}
.snip-btn--highlight:hover {
	background-color: #C4AF75 !important;
}
.snip-header {
	background-color: #ffffff !important;
	border-bottom: 1px solid #ae9a64 !important;
	color: #4d4d4d !important;
}
#snipcart-footer {
	background-color: #ffffff !important;
	border-top: 1px solid #ae9a64 !important;
	color: #4d4d4d !important;
}
#snipcart-header-total {
	display: none !important;
}
.snip-quantity-trigger__btn {
	background-color: #EBEBE8 !important;
}
.snip-quantity-trigger__btn:hover {
	background-color: #C4AF75 !important;
	color: #ffffff !important;
}
#snipcart-title {
	font-family: "Vollkorn", "Times New Roman", Times, serif !important;
}
.snip-layout__close, .snip-product__remove {
	color: #ae9a64 !important;
}
.snip-layout .snip-loader--bar {
	background-color: #ae9a64 !important;
	height: 1px !important;
	margin-top: -1px !important;
}
.snip-layout .snip-loader--bar::before {
	height: 1px !important;
	background-color: #ffffff !important;
}
.snip-flash__item--warn {
	background-color: #ae9a64 !important;
	color: #ffffff !important;
	border-bottom: 1px solid #ae9a64 !important;
}
.snip-step__item {
	background-color: #e8e8e8 !important;
	color: #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
}
.snip-layout .snip-step__item.js-active {
    background-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    color: #333333 !important;
}
.nav-button-cart {
	background-color: #ae9a64;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #ffffff;
	padding: 5px 12px 5px 15px;
	margin: 0;
	display: inline-block;
}
#itemsincart, #itemsincart2 {
	display: inline-block;
}
#itemsincart-wrapper, #itemsincart-wrapper2 {
	display: inline-block;
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #ae9a64;
	padding: 5px 15px 5px 12px;
	margin: 0 0 0 -7px;
	color: #ffffff;
}

