/*
Theme Name: Basic Template
Theme URI: http://www.pentha.co.nz
Description: Just a superbasic starting theme
Author: Robert Pentha
Author URI: http://www.pentha.co.nz
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
  padding: 0;
  margin: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Lightbox script*/
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*
BOrder BOX
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*Remove IOS default button style*/
input[type=text], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/*Colors*/
body {
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  /* -webkit-font-smoothing: antialiased;*/
  /* -moz-osx-font-smoothing: grayscale;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000000;
}

a {
  color: black;
  text-decoration: none;
}

#mainnav {
  display: inline-block;
  width: 100%;
  height: 84px;
  z-index: 9999;
  position: fixed;
  top: 0;
}

.home #mainnav {
  border-bottom: none;
}

#topbar {
  width: 100%;
  height: 84px;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

#loginthing {
  position: absolute;
  top: 18px;
  left: 70px;
}

#loginthing li {
  float: left;
}

.littlespace {
  margin: 0 3px;
}

.carticonz {
  position: absolute;
  top: 150px;
  right: 70px;
  width: 16px;
  height: 16px;
  background-image: url(svg/shopping-bag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.carticonz .cart-contents {
  position: absolute;
  width: 100%;
  height: 100%;
}

.searchglass {
  position: fixed;
  right: 198px;
  top: 32px;
  cursor: pointer;
  z-index: 9999;
  width: 20px;
  height: 20px;
}

.searchglass button {
  width: 17px;
  height: 17px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  background-image: url(svg/search-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
  left: 0;
}

.searchglass .search-field {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px solid #CBCBCB;
  width: 0px;
  padding-top: 0;
  position: absolute;
  left: 25px;
  background-color: #151515;
  padding: 5px;
  padding-top: 0;
}

#clicksearch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px;
  margin-top: -3px;
  margin-left: -3px;
  width: 25px;
  height: 25px;
  z-index: 9998;
}

.cart-contents .numba {
  display: none;
}

#logoholder {
  width: 324px;
  position: absolute;
  top: 30px;
  display: block;
  left: 35px;
}

#logo {
  width: 100%;
  height: auto;
  position: relative;
}

#burger {
  width: 25px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 26px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

#burger span {
  width: 100%;
  height: 1px;
  position: relative;
  float: left;
  margin-bottom: 5px;
  border-top: 2px solid #fff;
  opacity: 1;
}

#burger span:nth-child(1) {
  width: 50%;
}

#burger span:nth-child(2) {
  width: 75%;
}

#mainmenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8500;
  width: 65%;
  text-align: right;
  top: 33px;
  right: 30px;
}

#mainmenu > ul {
  margin-right: 227px;
}

#mainmenu > ul > li {
  display: inline-block;
  margin-left: 30px;
  text-align: left;
}

#mainmenu > ul > li:first-child {
  margin-left: 0px;
}

#mainmenu > ul > li > a {
  text-decoration: none;
}

#mainmenu > ul > li > a {
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
}

#mainmenu > ul > li > a::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #787878;
  left: 50%;
  top: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#mainmenu > ul > li > a:hover::before {
  width: 100%;
  left: 0;
}

#mainmenu > ul > li > .sub-menu {
  position: fixed;
  padding-top: 20px;
  width: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px 0px 50px;
  /* border: 1px solid #C7C7C7; */
  display: none;
  margin-top: 33px;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-menu .sub-menu li {
  margin-bottom: 13px;
}

#mainmenu > ul > li > .sub-menu > li {
  margin-bottom: 50px;
  width: calc(100% / 6);
}

.sub-menu li a {
  font-size: 13px;
  color: #616161;
  letter-spacing: -0.08px;
}

.sub-menu li:last-child {
  margin-bottom: 0px;
}

.sub-menu > .menu-item-has-children > a {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
  color: black;
}

.sub-menu .sub-menu li:last-child a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}

#mainmenu > ul > .menu-item-has-children:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainmenu > ul > .menu-item-has-children:hover > a::after {
  position: absolute;
  top: 0;
  left: -70px;
  width: 180px;
  height: 60px;
  content: '';
  display: block;
}

.iconsbr img {
  width: 20px;
  height: 20px;
}

.hearticon {
  width: 20px;
  height: 20px;
  position: fixed;
  right: 146px;
  top: 32px;
  background: transparent url(svg/ionic-ios-heart.svg) no-repeat top left 100%;
  z-index: 9000;
}

.personicon {
  width: 20px;
  height: 20px;
  position: fixed;
  right: 92px;
  top: 32px;
  background: transparent url(svg/ionic-ios-person.svg) no-repeat top left 100%;
  z-index: 9000;
}

.carticon {
  width: 20px;
  height: 20px;
  position: fixed;
  right: 35px;
  top: 32px;
  background: transparent url(svg/feather-shopping-cart.svg) no-repeat top left 100%;
  z-index: 9000;
}

/*spacer for top*/
.headerspacer {
  position: relative;
  width: 100%;
  height: 84px;
}

/*

Footer Stuff

*/
.footer {
  width: 100%;
  display: inline-block;
  background-color: black;
}

#footerinner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerlogo {
  display: inline-block;
  width: 50%;
}

.footerlinks {
  width: 50%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* color: white; */
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.footblock {
  width: 33.32%;
  position: relative;
  display: inline-block;
  margin: o;
  padding: 0;
  margin: 0;
}

.footblock:last-child {
  width: 20%;
}

.footblock h3 {
  font-size: 16px;
  color: white;
  line-height: 22px;
  letter-spacing: -0.2px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footblock ul li {
  margin-bottom: 5px;
}

.footblock ul li a {
  font-size: 14px;
  line-height: 24px;
  color: white;
  letter-spacing: -0.09px;
}

.footerlogoone {
  width: 300px;
  display: block;
  margin-bottom: 60px;
}

.copyrightone {
  display: inline-block;
  width: 100%;
  background-color: #212121;
}

.copyrightoneinner {
  position: relative;
  max-width: 1140px;
  margin: 30px auto;
}

.copyrightone p, .copyrightone p a {
  font-size: 10px;
  color: white;
  letter-spacing: -0.008em;
  display: inline-block;
}

/*
SIGN UP BOX
section code
*/
.signup p {
  color: white;
  font-size: 12px;
  letter-spacing: -0.1px;
  margin-top: 0px;
}

.submittemp {
  background-color: white;
  margin-left: 3px;
}

/*
F R O N T 
section code
*/
section {
  width: 100%;
  display: block;
  position: relative;
}

.site-title {
  display: none;
}

#hero {
  min-height: calc(100vh - 84px);
}

.fullscreenblock {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fullimage {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.fullscreenblock {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.herobox {
  width: 100%;
  max-width: 660px;
  text-align: center;
}

.herobox h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  line-height: 60px;
  letter-spacing: -1.11px;
  background-color: rgba(0, 0, 0, 0.72);
  padding: 20px;
  margin-bottom: 15px;
}

.mainbt {
  display: inline-block;
  /*	background-color: #151515;*/
  background: -webkit-gradient(linear, left bottom, left top, from(#494949), color-stop(50%, #494949), color-stop(50%, #151515), to(#151515));
  background: linear-gradient(0deg, #494949 0%, #494949 50%, #151515 50%, #151515 100%);
  background-size: 100% 200%;
  background-position: 0% 0%;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.mainbt:hover {
  background-position: 0% 100%;
}

/*Section header*/
.sectionheader {
  max-width: 1090px;
  margin: 125px auto 60px;
}

.sectionheader h2 {
  font-size: 36px;
  line-height: 50px;
  display: inline-block;
}

.sectionheader a {
  position: relative;
  float: right;
}

/*Featured GGrid*/
.featgrid {
  max-width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imageholder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  margin-bottom: 10px;
}

.featurebox {
  width: calc(25% - 7.5px);
  position: relative;
  text-align: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
}

.featurebox:nth-child(4) {
  margin-right: 0;
}

.featurebox:hover {
  -webkit-box-shadow: 0px 10px 20px #00000029;
          box-shadow: 0px 10px 20px #00000029;
}

.featurebox h3 {
  font-size: 16px;
  text-align: tr;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: -0.16px;
  margin-bottom: 12px;
  padding: 0 20px;
}

.featurebox .tinv-wishlist {
  position: absolute;
  bottom: 3px;
  left: 17px;
}

.pricer {
  font-weight: 600;
  margin-bottom: 70px;
}

.add-to-cart a {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
  background: url(svg/feather-shopping-cart-1.svg) no-repeat center 100%;
}

/*Big BOxes on front*/
.innerbigbox {
  max-width: 100%;
  margin: 0 auto 80px;
}

.boxsection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.boxsection:nth-child(2n + 0) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.singlebox {
  display: inline-block;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.squareimage {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}

.innerinfo {
  width: 80%;
  padding: 40px;
  color: #616161;
}

.innerinfo h4 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

.innerinfo h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.9px;
  color: black;
}

.desc {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 50px;
  padding-right: 30%;
}

.innerprice {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

/*Slider*/
#horizontalslide {
  width: 100%;
  position: relative;
  min-height: 70vh;
}

.cardslide {
  width: 100%;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.innercard {
  max-width: 860px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  color: #616161;
}

.thequote {
  margin-bottom: 70px;
}

.person h4 {
  font-weight: 600;
}

#testimonials {
  background-color: #F4F4F4;
}

.quotesign {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(svg/quotes.svg) no-repeat center 100%;
  margin-bottom: 17px;
}

/*Contact Footer */
#contactblocka img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.middlecontacter {
  position: absolute;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}

#contactblocka {
  min-height: 50vh;
  display: block;
}

.middlecontacter h3 {
  color: white;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

.socialbottom li a {
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.socialbottom {
  position: relative;
  float: right;
}

.socialbottom li {
  display: inline-block;
  margin-left: 21px;
}

.faceone {
  background-image: url(svg/facebook-icon-white.svg);
}

.twitterone {
  background-image: url(svg/twitter-icon-white.svg);
}

.instaone {
  background-image: url(svg/instagram-icon-white.svg);
}

/*

SINGLE PAGE

*/
.singlepageone {
  min-height: 100vh;
  margin-top: 84px;
  margin-bottom: 80px;
  max-width: 1090px;
  margin: 126px auto 80px;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  /* padding-right: 20%; */
}

.singlepageone h1 {
  font-size: 36px;
  display: block;
  max-width: 1090px;
  margin: 0px auto 80px;
  border-bottom: 1px solid #8E8E8E;
  padding-bottom: 30px;
}

.basicpageone {
  min-height: 50vh;
  margin-top: 84px;
  margin-bottom: 80px;
  max-width: 1090px;
  margin: 126px auto 80px;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  /* padding-right: 20%; */
}

.basicpageone h1 {
  font-size: 36px;
  display: block;
  max-width: 1090px;
  margin: 0px auto 80px;
  border-bottom: 1px solid #8E8E8E;
  padding-bottom: 30px;
}

.basicpageone ul {
  margin-left: 15px;
  margin-bottom: 60px;
  max-width: 800px;
}

.basicpageone li {
  list-style: disc;
  margin-bottom: 20px;
  list-style-position: unset;
  padding-left: 5px;
  /* line-height: 21px; */
}

.basicpageone h2 {
  font-weight: 600;
  margin: 40px 0 0px;
}

.basicpageone h4 {
  font-weight: 600;
  margin-bottom: 30px;
}

/*

ABOUT PAGE

*/
.aboutpage {
  margin-top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 68px);
}

.aboutimag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abouttext {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

.abouttext div {
  width: 100%;
  display: inline-block;
  padding: 55px;
}

.abouttext h1 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: -0.9px;
  margin-bottom: 60px;
}

.abouttext p {
  margin-bottom: 25px;
  line-height: 25px;
  color: #616161;
}

.teamcards {
  max-width: 1100px;
  display: -ms-grid;
  display: grid;
  margin: 40px auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  text-align: center;
}

.teamcardsingle {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.teamcardsingleinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.teamimage {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 105%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.teamcardsingle:hover {
  -webkit-box-shadow: 0px 10px 20px #00000029;
          box-shadow: 0px 10px 20px #00000029;
}

.teamcardsingle:hover .teamimage {
  padding-bottom: 0px;
}

.teamimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.teamcards h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
  margin-top: 25px;
}

.teamcards h4 {
  font-size: 14px;
  letter-spacing: -0.09px;
  margin-bottom: 60px;
}

.teamcards p {
  font-size: 12px;
  line-height: 24px;
  padding: 0 20px;
}

.teamsection {
  padding-top: 60px;
}

.teamsection h2 {
  display: block;
  margin: 60px auto;
  max-width: 1100px;
  font-size: 36px;
}

/*COntact Page*/
.contactpage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 68px);
}

.contactmap iframe {
  width: 100%;
  height: 100%;
}

.contactform {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactform div {
  width: 310px;
}

.contactform input, .contactform textarea {
  width: 100%;
  margin-bottom: 10px;
  background-color: #F3F3F3;
  border: 0;
}

.contactform input.wpcf7-submit {
  width: auto;
  padding: 12px 50px;
  background-color: #151515;
  color: white;
  text-transform: uppercase;
}

.contactform h1 {
  font-size: 36px;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
}

.introcontact p {
  margin-bottom: 12px;
  letter-spacing: -0.1px;
  line-height: 24px;
  color: #616161;
}

.page-template-contact-template #contactblocka {
  display: none;
}

/*Masonary style*/
.superbox {
  width: 20%;
  border: 4px solid white;
}

.superbox:nth-child(5n + 2) {
  width: 40%;
}

.superboxinner {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.innerbox {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.basicimageheader {
  height: 50vh;
  overflow: hidden;
}

.basicimageheader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
	BLOG PAGES 
	*/
.blogslistfeat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 84px);
}

.featblog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.secondblog {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondblog div {
  max-width: 600px;
  width: 100%;
  padding: 0 30px;
}

.secondblog h1 {
  font-size: 36px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.secondblog p {
  line-height: 25px;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}

.secondblog .mainbt {
  margin-top: 40px;
}

.innerlboglist {
  max-width: 1090px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin: 0 auto;
}

.imagebloglist {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 105%;
}

.bloglister {
  margin-bottom: 30px;
}

.bloglister:hover {
  -webkit-box-shadow: 0px 10px 20px #00000029;
          box-shadow: 0px 10px 20px #00000029;
}

.imagebloglist img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bloglist > h2 {
  max-width: 1090px;
  text-align: left;
  margin: 120px auto 80px;
  font-size: 36px;
  letter-spacing: -0.16px;
}

.bloglister h3 {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 25px;
}

.singlesecondblog {
  max-width: 850px;
  margin: 100px 0 100px 100px;
  width: 100%;
}

.singelblogheader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogzhead {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.singlesecondblog > p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #616161;
}

.singlesecondblog > h2 {
  font-size: 26px;
  letter-spacing: -0.63px;
  color: #141414;
  margin-bottom: 20px;
}

.singlesecondblog h1 {
  font-size: 36px;
  letter-spacing: -0.9px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.blogzhead h3 {
  text-align: right;
}

.related {
  max-width: 1090px;
  margin: 0 auto;
}

.related h2 {
  font-size: 36px;
  margin-bottom: 80px;
  letter-spacing: -0.8px;
}

/*
	
	Login jazz
	
	*/
.page-id-9 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  color: black;
}

.page-id-9 .woocommerce form.login {
  max-width: 400px;
  margin: 0 auto;
}

#logomob {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}

#featured_range #mainrange2 {
  display: none;
}

#salemorebt2 {
  display: none;
}

#footlogomob {
  display: none;
}

#footlogo {
  display: block;
}

#searchglassmob {
  display: none;
  width: 17px;
  height: 17px;
  position: fixed;
  background-image: url(svg/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 70px;
  top: 26px;
}

#closesear {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 23px;
  background-image: url(svg/closebutton.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

#mainmenu > ul > li.wishlistmob {
  display: none;
}

#mainmenu > ul > li.accountmob {
  display: none;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid;
  padding: 10px 15px;
  background-color: white;
  margin-left: 3px;
}

#mc_embed_signup .button:hover {
  background-color: #777;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: inline-block;
  padding: 10px 15px;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: none;
}

/*Phone Icon */
#mainmenu > ul > li.phoneicon {
  /* display: none; */
  background-image: url(svg/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 24px;
  background-position: left 2px;
}

.footerlogo p {
  color: white;
  margin-bottom: 15px;
}

.footerlogo p a {
  color: white;
  text-decoration: none;
}

/*Switch at 800*/
@media screen and (max-width: 800px) {
  #mainmenu > ul > li.phoneicon {
    /* display: none; */
    background-image: url(svg/phone-icon-black.svg);
  }
  #burger {
    display: block;
  }
  .carticon {
    right: 25px;
    top: 26px;
  }
  /*Hide a couple icons remember to bring back*/
  .hearticon, .personicon {
    display: none;
  }
  #logo {
    display: none;
  }
  #logomob {
    display: block;
  }
  #topbar {
    height: 67px;
  }
  #logoholder {
    width: 88px;
    top: 24px;
    left: 50%;
    margin-left: -44px;
  }
  #mainmenu {
    z-index: 9000;
    width: 100%;
    text-align: right;
    top: 67px;
    right: 0px;
    background-color: white;
    display: none;
    height: calc(100vh - 68px);
    overflow: auto;
    opacity: 0;
  }
  #mainmenu ul li a {
    color: black;
  }
  #mainmenu > ul {
    margin-right: 0px;
    padding: 125px 25px;
    width: 100%;
  }
  #mainmenu > ul > li {
    display: block;
    margin-left: 0px;
    text-align: left;
    margin-bottom: 40px;
  }
  #mainmenu > ul > li > a {
    font-size: 16px;
    display: block;
    width: 100%;
  }
  #mainmenu > ul > li:first-child {
    margin-left: 0px;
  }
  #mainnav {
    height: 67px;
  }
  .headerspacer {
    height: 67px;
  }
  #hero {
    min-height: calc(100vh - 67px);
  }
  .herobox h1 {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: -0.67px;
  }
  #featured_range {
    padding: 10px;
    margin-bottom: 40px;
  }
  .sectionheader {
    margin: 40px auto 50px;
    width: calc(100% - 20px);
  }
  .sectionheader h2 {
    font-size: 30px;
  }
  #featured_range #mainrange1 {
    display: none;
  }
  #featured_range #mainrange2 {
    display: block;
  }
  .featurebox {
    width: calc(50% - 5px);
  }
  .featurebox:nth-child(4),
  .featurebox:nth-child(2) {
    margin-right: 0;
  }
  .featurebox h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.16px;
    padding: 0 5px;
  }
  .pricer {
    margin-bottom: 50px;
  }
  .featgrid {
    margin: 0px auto 20px;
  }
  .mainbt {
    text-align: center;
    width: 100%;
  }
  .herobox .mainbt {
    width: auto;
  }
  .boxsection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .singlebox {
    width: 100%;
  }
  .innerbigbox {
    margin: 0 auto 0px;
  }
  .innerinfo {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  #sale_range {
    padding: 10px;
    margin-bottom: 40px;
  }
  #salemorebt2 {
    display: block;
  }
  #salemorebt1 {
    display: none;
  }
  #horizontalslide {
    min-height: 100vh;
  }
  .cardslide {
    height: 100vh;
  }
  .innercard {
    width: calc(100% - 60px);
  }
  .middlecontacter h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .middlecontacter .mainbt {
    width: auto;
  }
  #footlogomob {
    display: block;
  }
  #footlogo {
    display: none;
  }
  #footerinner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 70px auto 0;
  }
  .footerlogo {
    width: 100%;
    text-align: center;
  }
  .footerlinks {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    margin-top: 60px;
  }
  .footblock {
    width: 100%;
    margin-bottom: 50px;
  }
  .footblock:last-child {
    width: 100%;
  }
  .footerlogoone {
    width: 85px;
    margin: 20px auto 80px;
  }
  .signup {
    margin: 0 auto;
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    /* text-align: center; */
  }
  #mc_embed_signup .button {
    margin-left: 0;
  }
  .submittemp {
    margin-left: 0px;
  }
  .signup p {
    margin-top: 0px;
  }
  .copyrightoneinner {
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .socialbottom {
    position: relative;
    display: block;
    width: 130px;
    left: 50%;
    margin-left: -73px;
    margin-bottom: 40px;
  }
  .copyrightone p {
    font-size: 10px;
    color: white;
    letter-spacing: -0.008em;
    display: inline-block;
    max-width: 260px;
    text-align: center;
    margin: 20px auto;
    line-height: 20px;
  }
  .copyrightone {
    background-color: #000;
  }
  .searchglass {
    position: fixed;
    right: auto;
    top: 67px;
    cursor: pointer;
    z-index: 9999;
    width: 0%;
    height: 67px;
    left: 0;
    background-color: black;
    overflow: hidden;
  }
  .searchglass .woocommerce-product-search {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 100%;
  }
  .searchglass .search-field {
    width: 264px;
    padding-top: 0;
    position: absolute;
    left: 0px;
    background-color: #000;
    padding: 5px;
    padding-top: 0;
    height: 40px;
    border-bottom: 1px solid white;
  }
  .searchglass button {
    background-color: transparent;
    background-image: url(svg/whitearrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: auto;
    right: 113px;
    top: 10px;
  }
  #searchglassmob {
    display: block;
  }
  #closesear {
    display: block;
  }
  #mainmenu > ul > li > .sub-menu {
    position: relative;
    padding-top: 20px;
    width: 100%;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    /* border: 1px solid #C7C7C7; */
    display: none;
    margin-top: 30px;
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainmenu > ul > li > .sub-menu > li {
    width: 100%;
  }
  #mainmenu > ul > li.wishlistmob {
    display: block;
  }
  #mainmenu > ul > li.accountmob {
    display: block;
  }
  #mainmenu > ul > li.menu-item::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    /* background-color: black; */
    right: 45px;
    background-image: url(svg/blackarrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
  }
  #mainmenu > ul > li.menu-item-has-children::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #mainmenu > ul > li.wishlistmob::before {
    background-image: url(svg/ionic-ios-heart-black.svg);
    background-size: 13px;
  }
  #mainmenu > ul > li.accountmob::before {
    background-image: url(svg/ionic-ios-person-black.svg);
    background-size: 13px;
  }
  .aboutpage {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    min-height: calc(100vh - 68px);
  }
  .abouttext div {
    padding: 55px 20px;
  }
  .teamsection h2 {
    margin: 60px 0 60px 20px;
  }
  .teamcards {
    max-width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
    overflow-x: scroll;
    height: 440px;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
  }
  .teamcardsingle {
    position: relative;
    width: 270px;
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    height: 380px;
    margin-left: 20px;
  }
  .teamcards p {
    white-space: normal;
  }
  .teamsection {
    padding-top: 0px;
  }
  /*Blog Styles*/
  .blogslistfeat {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    min-height: calc(100vh - 84px);
  }
  .featblog {
    height: 30vh;
    margin-top: 51px;
  }
  .secondblog div {
    max-width: 600px;
    width: 100%;
    padding: 50px 25px 0;
  }
  .secondblog h1 {
    font-size: 30px;
  }
  .bloglist > h2 {
    margin: 80px 25px 40px;
    font-size: 30px;
    letter-spacing: -0.16px;
  }
  .innerlboglist {
    max-width: 1090px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 0 25px;
  }
  .superbox {
    width: 25%;
    border: 4px solid white;
  }
  .superbox:nth-child(5n+2) {
    width: 25%;
  }
  .superbox:nth-child(4n+2) {
    width: 50%;
  }
  .customerdisplaypage {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 10px;
  }
  .singlepageone {
    margin: 40px auto 80px;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
  }
  /* Cart Page */
  .woocommerce-cart .qib-container {
    width: 100px;
    margin-right: 0;
  }
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
}

/*END MEDIA QUERY */
/*# sourceMappingURL=style.css.map */