/*
Theme Name:     House of Lavande | 2015
Description:    Theme for House of Lavande
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentyfifteen
Version:        1.1
*/


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

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

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


/*--- GLOBAL ---*/
#wpadminbar {
  display: none !important;
  z-index: 99999999;
}

.mobile-only {
  display: none !important;
}

.tablet-only { 
  display: none;
}

.desktop-only {
  display: inherit;
}

.not-mobile {
  /*display: inherit;*/
}

.tablet-and-below {
  display: none !important;
}

.tab-portrait-and-below {
  display: none;
}

.above-tab-portrait {
  display: block;
}

* {
  outline: none;
}

html {
  background: #fff;
  width: 100%;
  min-height: 100%;
  font-size: 100%;
}

body {
  font-family: 'CochinLTPro', serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5;
  color: #363436;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-top: 70px;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #363436;
}

h1 {
	font-family: 'CochinLTPro', serif;
	font-size: 2.5714285714285716em;
	color: #363436;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin-bottom: .5em;
	letter-spacing: 0.07em;
}

h2 {
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.5em;
  color: #585857;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .15em;
  margin-bottom: .75em;
}

h3 {
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.3125em;
  font-weight: normal;
  font-style: normal;
  color: #363436;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 0.75em;
}

h4 {
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.2857142857142858em;
  line-height: 1.35;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-size: .9em;
  letter-spacing: .1em;
}

h5 {
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
  font-size: 0.75em;
  font-size:0.8571428571428571em;
  font-weight:bold;
  text-transform: uppercase;  
  line-height: 1.5;
  margin-bottom: .75em;
}

h6 {
  font-family: 'Bitter', serif;
  font-weight: normal;
  font-size: 0.875em;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  outline: 0 !important;
  background:none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.section-block a {
  color: #2B90D5;
  color: inherit;
  color: #585857;
}

.entry-content a {
    color: #aa1e00;
    text-decoration: none;
}

.entry-content a:hover {
    color:inherit;
}

h1.heading {
  margin-top: 2em;
  margin-bottom: 1em;
}

.double-spacing {
  line-height: 1.75;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.border {
  border: 2px solid #87898c;  
}

.bordered {

border-top: 1px solid;border-bottom: 1px solid;padding: .25em 0;}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.45);
}

ul, li {
  margin:0;
  padding: 0;
}

.bordered-title {

border-bottom: 1px solid #000;padding-bottom: .25em;}

.relative {
  position: relative;
}

html .hide {
  display: none !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

.overflow-hidden {
  overflow: hidden;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {
  height: 2px;
  width: 100%;
  background:#8A8A8A;
  border:none !important;
  margin: .5em 0;
}

.non-mobile-break,
.cleared {
  clear:both;
}

.spacer {
  display: block;
  min-height: 100px;
}

.cochin-font {
  font-family: 'CochinLTPro', serif;
}

.century-font {
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
}

.entypo {
  font-family: 'entypo';  
}

.entypo2 {
  font-family: 'entypo2';  
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-transform {
  text-transform: none;
}

.non-break {
    display: inline-block;
}

.centered-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
  display: table;
}

.fixed-elem {
  position: fixed !important;
  overflow: hidden;
  height: 100%;
}

.left-elem,
a.left-elem {
  margin-left:0;
  margin-right: 1em;
}
.inline-elem,
a.inline-elem {
  display: inline-block;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}

.fine-print {
  font-size: 0.777em;
}

.blocked {
  display:block;
}

.fixed {
  position: fixed;
}

.no-break {
    display: inline-block;
}

.text-group {
  margin-bottom: 3em;
}

.input-group {
  margin-bottom: 3em;
}

a.black-color,
.black-color {
  color: #000;
}

a.white-color,
.white-color {
  color: #fff !important;
}

a.purple-color,
.purple-color {
  color: #AD55FF;
}

a.lightblue-background,
.lightblue-background {
  background: #f6f6f6;
}

a.white-background,
.white-background {
  background: #fff;
}



/*--MODAL--*/
.modal-dialog.wrapper {
  border-radius: 0;
}

.modal-dialog {
  
}
.modal-open .modal.in {
/*   display: table !important; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.65);
  position: fixed;
  padding: 0%;
  z-index: 999999999999;
}

.modal .modal-table-container {
  display: table !important;  
  width: 100%;
  height: 100%;
}

.modal.in .modal-dialog {
    display: table-cell;
  
    vertical-align: middle;     
    z-index: 9;
}

.modal-content {
  margin-top: 0;

  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 6px solid;
  z-index: 99999;
  position: relative;
  padding: 0 0 2em;
  z-index: 999999999999;
  overflow: hidden;
  overflow-y: scroll;
}

#the-future-modal .modal-content,
#medical-modal .modal-content {
  overflow: hidden;
}

.modal-header {
  padding: 0;
  min-height: 0;
  padding-top: 2em;
  margin-bottom: 1em;
  border: none;
}

button.close {
  color: #fff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  width: 1em;
  padding: 0;
  overflow: hidden;
  font-size: 3.5em;
  margin: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none;
  margin: 0;
  font-weight: normal;
}

button.close:hover {
  background: transparent;
  color: #173C4D;
}

.modal-body {
  padding: 1em 5% 2em;
  
}


/*--SSBA--*/
.single .ssba a {
  font-size: .75em;

  font-weight: normal;
  position: relative;
  top: .5em;
  display: inline-block;
}

.ssba img,
.ssba .ssba_tumblr_share img,
.ssba .ssba_google_share img,
.ssba .ssba_email_share img,
.ssba .ssba_facebook_share img,
.ssba .ssba_twitter_share img {
  display: none !important;
}

.ssba_email_share:after {
  content: "\e653";
  font-family: 'entypo-social-plus';
  line-height: 1 !important;
}

.ssba_facebook_share:after {
  content: "\e652";
  font-family: 'entypo-social-plus';
  line-height: 1;
}

.ssba_twitter_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after {
  content: "\e642";
}

.ssba_google_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after,
.ssba_google_share:after,
.ssba_email_share:after,
.ssba_facebook_share:after,
.ssba_twitter_share:after {
  /* font-size: 1em; */
  background-color: #0b1f2c;
  font-weight: normal;
  margin-left: 0.5em;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 999999999em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  text-align: center;
  float: right;
  padding: .35em;
}

/*--WPCF7--*/
.contact-form-row {
    margin-bottom: 2em;

}

::-webkit-input-placeholder {
  color: #c2c2c2;
}

:-moz-placeholder {
  color: #c2c2c2;
}

::-moz-placeholder {
  color: #c2c2c2;
}

:-ms-input-placeholder {
  color: #c2c2c2;
}

.wpcf7 p {
  margin:0;
}

div.wpcf7 img.ajax-loader {
  margin: 2em auto -2em;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.wpcf7 .third-column {
  width: 31.33%;
  margin-right: 3%;
}

.two-forms-column input {
  width: 35% !important;
  float: left;
  margin-right: 10% !important;
}

.two-forms-column span:last-of-type input {
  margin-right: 0% !important;
}

body .wpcf7 input[type=submit] {
    width: 200px;
  
    max-width: 200px;
}



/*--SLIDER--*/
.flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.flex-control-nav {
  bottom: .25em;
  z-index: 9;
}

.flex-control-nav li {
  margin: 0 .25em;
}

.flex-control-paging li a.flex-active {
  background: rgba(255,255,255,1);
}

.flex-control-paging li a {
  width: 7px;
  height: 7px;
  box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none;
  background: rgba(255,255,255,.5);
  z-index: 9;
  position: relative;
}

.flexslider:hover .flex-prev,
.flexslider .flex-prev {
  left: .5em;
}
.flexslider:hover .flex-next,
.flexslider .flex-next {
  right: 0.5em;
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;

  z-index: 9999;
  color: #fff;
  font-size: 4em;
  text-shadow: none;
  height: auto;
  width: auto;
  font-family: 'entypo';
  line-height: 1;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  font-family: 'PT Serif', serif;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;

  content:'';
  font-size: 0;
  display: none;
}

.flex-direction-nav:hover a.flex-next:before,
.flex-direction-nav:hover a.flex-prev:before {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
}

.indented-list {
  display: block;
}

.indented-list li {
  padding-left: 3em; 
  margin-bottom: 2em;
  display: block;
}

.bulletted-list li {
  margin-bottom: .25em !important;
  margin-left: 1.35em;
}



/*--SLICK--*/
.slick-prev, .slick-next {
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  height:50px;
  /*   margin-top: -2%; */
  font-weight: normal;
  top: 50%;
  content: "\00BB";
  background-image: url(img/houseoflavande-arrows-white.png);
  font-size: 1em;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  margin-top: -25px;
  z-index: 99;
  cursor: pointer;
}

.slick-prev.dark,
.slick-next.dark {
  background-image: url(img/houseoflavande-arrows.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
  background-image: url(img/houseoflavande-arrows-white.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;  
}

.slick-prev.dark:hover,
.slick-next.dark:hover {
  background-color: transparent;
}
.slick-prev:before,
.slick-next:before {
}


.slick-prev:before {
  content: " ";
}

.slick-next:before {
  content: " ";
  /* background-image: url(img/houseoflavande-arrows-white.png); */
  /* font-size: 1em; */
  /* width: 50px; */
  /* height: 50px; */
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
}

.slick-prev{

left: 1em;-ms-transform: rotate(180deg); /* IE 9 */     -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */     transform: rotate(180deg);}

.slick-next {

right: 1em !important;}


/*--GRID--*/
.grid-image {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}

.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.no-banner-large {
  margin-top: 9em !important;
}

.no-banner {
  margin-top: 5em !important;
}

.zero-section-block {
  z-index: 9;
  position: relative;
}

.large-section-block {
  margin-bottom: 8em !important;
  z-index: 9;
  position: relative;
}

.blog .hentry,
.section-block {
  margin-bottom: 3.5em !important;
  z-index: 9;
  position: relative;
}

.half-section-block {
  margin-bottom: 1.5em !important;
  z-index: 9;
  position: relative;
}

.bottom-padding-instead-of-margin {
  margin-bottom: 0em !important;
  padding-bottom: 3.5em !important;
}

.section-title {
  margin-bottom: 1em !important;
}

#page-content {
  min-height:500px;
}

.large-wrapper {
  width: 95%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: none;
}

.larger-wrapper {
  width: 90%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: none;
}

.wrapper {
  width: 80%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 1265px;
  /* background: red; */
}

.medium-wrapper {
  width: 65%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 1024px;
}

.small-wrapper {
  width: 75%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 750px;
}

.xsmall-wrapper {
  width: 70%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 650px;
}

.no-max-width {
  max-width: none !important;
}

.maxwidth-350 {
  max-width:350px !important;
}

.maxwidth-750 {
  max-width: 750px !important;
}

.one-em-padding {
  padding: 1em !important;
}

.two-em-padding {
  padding: 2em !important;
}

.three-em-padding {
  padding: 3em !important;
}

.four-em-padding {
  padding: 4em !important;
}

.five-em-padding {
  padding: 5em !important;
}

.six-em-padding {
  padding: 6em !important;
}

.seven-em-padding {
  padding: 7em !important;
}

.eight-em-padding {
  padding: 8em !important;
}

.nine-em-padding {
  padding: 9em !important;
}

.ten-em-padding {
  padding: 10em !important;
}

.eleven-em-padding {
  padding: 11em !important;
}

.twelve-em-padding {
  padding: 12em !important;
}

.thirteen-em-padding {
  padding: 13em !important;
}

.five-percent-em-padding {
  padding: 5% !important;
}

.ten-percent-em-padding {
  padding: 10% !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.minheight-50 {
  min-height:50px;
}

.minheight-150 {
  min-height:150px;
}

.minheight-250 {
  min-height:250px;
}

.minheight-350 {
  min-height:350px;
}

.minheight-450 {
  min-height:450px;
}

.minheight-550 {
  min-height:550px;
}

.minheight-650 {
  min-height:650px;
}

.full-width-section {
  padding: 11em 0;
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 3em 0;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
}

.bottom-border {
  border-bottom: 5px solid;
}

.short-para {
  max-width: 801px;
  margin: 0 auto 4em;
}

.extra-short-para {
  max-width: 703px;
  margin: 0 auto 4em;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.board-members-container,
.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.three-column-text div,
.four-column-text div {
-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  vertical-align: top;  
width: 100%;}

.full-column {
  position: relative;
  width:100%;
  margin-right: 0% !important;
  float: none;
}

.half-column {
  position: relative;
  width: 48.25%;
  margin-right: 3.5%;
  float: left;
}

.fifty-fifty {
  width:50%;
  margin:0;
  float: left;
  height: 100%;
  padding: 0;
}

.thirty-thirty {
  width:33%;
  float: left;
}

.thirty-thirty.last-column {
  width:34%;
}

.twentyfive-twentyfive {
  width:25%;
  margin:0;
  float: left;
  padding: 0;
  display: block;
}

.twenty-twenty {
  width:20%;
  margin:0;
  float: left;
  padding: 0;
  display: block;
}

.seventy-seventy {
  width: 67%;
  margin:0;
  float: left;
  height: 100%;
  padding: 0;
}

.third-column {
    width: 30%;
    margin-right:5%;
    float: left;
    position: relative;
}

.twothirds-column {
    width: 65%;
    margin-right:5%;
    float: left;
}

.forth-column {
    width: 21.25%;
    margin-right:5%;
    float: left;
    position: relative;
}

.fifth-column {
    width: 16%;
    margin-right:5%;
    float: left;
}

.sixth-column {
    width: 13%;
    margin-right:4.4%;
    float: left;
}

.last-column,
.no-margin {
    margin: 0% !important;
}

.center-column {
  float:none;
  margin-right: auto !important;
  margin-left: auto !important;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.fifth-column.offset-3 {
    margin-left: 40.25%;
  
    margin-right: 0 !important;
    max-width: none;
}

.even-columns-container {
  overflow: hidden;
}

.even-columns-desktop,
.even-columns {
  margin-bottom: -99999px !important;
  padding-bottom: 99999px;
}

.sameheight-third-column {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
}

.clear {
    clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

.single-blog-nav a,
body button, 
body .button, 
#sb_instagram #sbi_load .sbi_load_btn,
body input[type="button"] {
  display: inline-block;
  display: inherit;
  font-size: 1em;
  padding: 1em 0em;
  font-weight: normal;
  border-radius: 0;
  border: 1px solid black;
  letter-spacing: .075em;
  display: block;
  max-width: 220px;
  width: 50%;
  margin: 1em auto 2em;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  background: transparent;
  color: #363436;
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
}

.single-blog-nav a:hover,
body button:hover, 
body .button:hover, 
#sb_instagram #sbi_load .sbi_load_btn:hover,
body input[type="button"]:hover {
  border-color:#8A858A;
  color:#8A858A;

	border-color: #fff;
	background: #fff;	  
}

select,
input[type=text],
input[type=search],
input[type=email],
input[type=phone],
input[type=password],
textarea {
  border:none;
  border-radius: 0;
  width: 100%;
  padding: .7em 0;
  margin: 0;
  resize: none;
  background: white;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #C2C2C1;
  min-width: 220px;
}

.transparent-button {

background: rgba(255,255,255,.8) !important;     width: 200px !important;line-height: 1 !important;cursor: pointer;}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
}

a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}

a.side-margins,
button.side-margins {
  margin: 1em 2em 2em;
}

.one-em-right-margin {
  margin-right: 2em !important;
}

.input-group {
  display: block;
  margin-bottom: 2em;
}

html body .no-border {
  border-width: 0px !important;
}



/*-- FAST TRANSITION --*/
.button,
.homepage-slide-container .overlay,
#logo,
.product-info,
#mobile-global-nav,
#mobile-nav-button,
.bar,
.global-menu-main > ul > li > ul > li > a + ul,
#desktop-global-nav #left-menu > ul > li,
#desktop-global-nav #left-menu > ul > li > ul {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}


/*-- SLOW TRANSITION --*/

{
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/*-- MEDIUM TRANSITION --*/

 {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}







/*--HEADER--*/
#forth-dropdown-section {
    padding-bottom: 1em;
}

#seasonal-li {
    margin-bottom: 1em;	
}

#forth-shop-text {
	font-size:18px;
	text-transform: lowercase;
	font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;	
}

.forth-text {
	font-size:34px;
	text-transform: lowercase;
	line-height: 1.125;	
    font-family: 'CochinLTPro', serif;	
}

.forth-red {
	color: #ca3f3f;
}

.forth-white {
	color: #c9c9c9;	
}

#forth-blue {
	color: #494d82;	
}

			
#spring-dropdown-section {
    width: 100%;
    /* background: red; */
    font-family: inherit;
    padding-bottom: 0.25em;
    font-size: initial;
    text-transform: none;
}

#jump-into {
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
}

#spring-text {
	font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
}

#shop-now {
	font-size: 33px;
	font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
	
	line-height: 1;
}

#summer-text {
	font-size: 33px;
	font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
	color: #a3bedb;
	line-height: 1;
  margin: 7px 0;	
}

#fall-text {
	font-size: 36px;
  font-family: 'CochinLTPro', serif;
  color: #1a1a1a;
  line-height: 1;
  margin: 9px 0 6px;	
}

#shop-our,
#must-haves {
	font-family: 'CochinLTPro', serif;
  font-size: 17px;
  color: #1a1a1a;
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
}

#global-header {
  width: 100%;
  position: relative;
  z-index: 9999999999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #B0B3B7;
  position: fixed;
  padding: 0;
}

#global-header.active-header {
  /* background:rgba(255,255,255,.5); */
}

#global-header.active-header #logo {
  width: 350px;
  top: .55em;
}

#blog-menu.active-header {
  top: 57px;
  z-index: 99;
  background: rgba(246, 246, 246, .9);
}

#global-header.active-header #desktop-global-nav #right-menu > ul > li,
#global-header.active-header .global-menu-main > ul > li {
  padding: 1.5em 0px;
}

#logo {
    display: block;
    width: 500px;
    position: relative;
    text-align: center;
    line-height: 1;
    display: inline-block;
    margin: 0em 2%;
    max-width: 40%;
    margin: .65em 0;
    top: 0;
}

.global-menu-main {
  display: block;
  /* float: right; */
  margin-top: 0;
  position: relative;
  padding: 0;
  /* width: 80%; */
  /* overflow: hidden; */
  text-align: center;
}

#desktop-global-nav #right-menu > ul > li,
.global-menu-main > ul > li {
  display: inline-block;
  margin: 0 0 0 0;
  line-height: 1;
  padding: 2em 0;
  position: relative;
}

.global-menu-main > ul > li > ul {
  position: absolute;
  top: 71px;
  left: 0;
  width: 300px;
  background: #f6f6f6;
  max-height: 0px;
  overflow: hidden;
  /* opacity: 0; */
}

#global-header.active-header .global-menu-main > ul > li > ul {
    position: absolute;
    top: 57px;
}

.global-menu-main > ul > li:hover > ul {
  max-height: 999px;
  overflow: hidden;
  opacity: 1;
  padding: 2em 3em 2em;
  text-align: left;
}

.global-menu-main > ul > li > ul > li {
  margin-bottom: 1.5em;
  display: block;
}

.global-menu-main > ul > li > ul > li > a {
  display: block;
  color: #363436;
  font-size: 1em;
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
  border-bottom: 1px solid #cccccc;
  margin-bottom: .75em;
  padding-bottom: .25em;
  text-transform: uppercase;
  color: #585857;*/;
}

.global-menu-main > ul > li > ul > li > a + ul > li {
  display: block;
  text-transform:uppercase;
}

.global-menu-main > ul > li > ul > li > a + ul {
  margin-left: 2em;
}

.global-menu-main > ul > li > ul > li > a + ul > li > a {
  font-size: 0.8571428571428571em;
  line-height: 1.75;
  font-family: 'CochinLTPro', serif;
  color: #585857;*/;
}

.global-menu-main > ul > li {
  margin-right: 9%;
}


#left-menu.global-menu-main ul li:last-of-type {
  margin-right:0;
}

.global-menu-main > ul > li {
  margin-left: 5%;
  margin-left: 0;
}

.global-menu-main ul li.sep {
  margin: 0 2% !important;
}

.global-menu-main > ul > li {

line-height: 1;}

#global-footer li input.search-field,
.global-menu-main > ul > li input.search-field {

padding: 0;border: none;background: none;min-width: 0;width: 63px;text-align: center !important;/* line-height: 1; *//* height: 1em; */}

input.search-field::-webkit-input-placeholder {
  color: #363436;
}

input.search-field:-moz-placeholder {
  color: #363436;
}

input.search-field::-moz-placeholder {
  color: #363436;
}

input.search-field:-ms-input-placeholder {
  color: #363436;
}

#global-header .global-menu-main > ul > li input.search-field {
  text-align: left !important;
  min-width:70px !important;
}

.global-menu-main > ul > li input.search-field,
.global-menu-main > ul > li > a {
  text-transform: uppercase;
  font-size: 0.8571428571428571em;
  text-transform: uppercase;
  color: #363436;
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
  line-height: 1;
  color: #585857;
}

#desktop-global-nav .inline-block {
  vertical-align: top;
  width: 23%;
  min-width: 250px;
}

#mobile-global-nav ul li.current-page-ancestor a,
#mobile-global-nav ul li.current-menu-item a,
#mobile-global-nav ul .current_page_parent a,
#mobile-global-nav ul li a:hover,

#desktop-global-nav ul li.current-page-ancestor a,
#desktop-global-nav ul li.current-menu-item a,
#desktop-global-nav ul .current_page_parent a,
#desktop-global-nav ul li a:hover {
  color: #8A858A;
  /* color: #585857; */
}

#cart-number {
    color: #fff;
    border: none;
    height: 10px;
    width: 1em;
    line-height: 1;
    font-family: CenturyGothic, Open-Sans, sans-serif;
    display: inline-block;
    position: relative;
    top: 0em;
}

/*--FOOTER--*/
#global-footer,
.home #global-footer {
  background: #f6f6f6;
}

.credit {
  font-size: 0.7142857142857143em;
  font-size: .75em;
  line-height: 2.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-nav-menu {
  
}

.footer-nav-menu {
  
}

.footer-nav-menu {
  
}

#global-footer #footer-social-container a {
  color: #000;
  margin: 0 .35em;
  font-size: 1.125em;
}

#footer-logo img {
  width: 100px;
  position: relative;
  top: 2em;
  left: 1em;
}

#global-footer {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 1em 0;
  margin-bottom:0 !important;
  /* border-top: 1px solid #ebebeb; */
}

#global-footer a {
  /* color: #B0B3B7; */
}

#global-footer a:hover {
  /* color: #fff; */
  text-decoration: underline;
}

#global-footer h4 a {
  color: #fff;
}

#global-footer h4 {
  margin-bottom: 0.5em;
  font-size: .85em;
  letter-spacing: .09em;
  margin-top: .5em;
}

.footer-divider {
  display: inline-block;
  margin:0 1em;
}

#global-footer hr {
  margin: 4em 0 3em;
  height: 1px;
}

#global-footer ul li {
  display: inline-block;
  margin: 1em 1em 1em;
}

#global-footer li input.search-field,
#global-footer ul li a {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #363436;
  letter-spacing: .1em;
  font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
}




/*--HOL--*/
.hol-arrows {

width: 30px;margin: 0 auto;display: block;}



/*--HOMEPAGE--*/

#homepage-top .last-box .transparent-button.homepage-button-1 {
    top: 30px;
    height: auto;
    bottom: initial;
    left: 30px;
    width: auto !important;
    padding: 14px 50px;	
}


#featured-collection-container h2 {
    font-size: 1.125em;
/*     font-size: 1.75em; */
    font-weight: normal;
    line-height: 1.35;
}

#featured-collection-container .four-em-padding {
	padding: 4em 2em !important;
}

.homepage-column-one-image-1-container {

position: relative;}

.homepage-column-three-image-1-container {

position: relative;}

#homepage-top .homepage-column-three-image-1-container a.homepage-button-1 {
	    width: 55% !important;	
}

#homepage-top .transparent-button.homepage-button-1 {
    bottom: 1.5em;
    margin-bottom: 0 !important;
    left: 10%;
    width: 80% !important;
    max-width: 80% !important;
    bottom: 0.5em;
    margin-bottom: 0 !important;
    left: 10%;
    width: 90% !important;
    max-width: 90% !important;
    /* background: transparent !important; */
    padding: 14px 0;
    left: 5%;
    text-align: center;
    font-family: 'CochinLTPro', serif;
    font-size: 21px;
    line-height: 1 !important;
    margin: 0;
    color: #363436;
    font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;
}

/*
#homepage-top .transparent-button.homepage-button-2 {
  top: 1em;
  margin-bottom: 0 !important;
  left: 1.5em;
}
*/

#homepage-top .transparent-button.homepage-button-2 {
    /* top: 1em; */
    margin-bottom: 0 !important;
    left: 1.5em;
    bottom: 1em;
    margin-bottom: 0 !important;
    left: 10%;
    width: 80% !important;
    max-width: 80% !important;
    background: transparent !important;
    padding: 0;
    left: 5%;
    text-align: left;
    font-family: 'CochinLTPro', serif;
    font-size: 24px;
    line-height: 1.25 !important;
    margin: 0;
    color: #fff;
}

#homepage-top .transparent-button {

border: none;background: rgba(255,255,255,.5);width: 200px !important;position: absolute;}

#homepage-top {
  margin-top: 3em;
  margin-bottom: .25em;
}

.homepage-column-one {
  width: 23.34%;
  float: left;
  position: relative;
}

.homepage-column-two {

  width: 34%;
  float: left;
}

.homepage-column-three {

  width: 42.6%;
  float: left;
position: relative;
}

.homepage-column-one-image-1 {
  margin-bottom: 5px;
}

.homepage-column-one-image-2 {

}

.homepage-column-three-image-4 {

  width: 65.5%;
  float: left;
  margin-bottom: 5px;
  margin-right: 1%;
  margin-right: 5px;
}

.homepage-column-three-image-5 {
  margin-bottom: 5px;
  width: 33.5%;
  width: calc(34.5% - 5px);
  float: left;

}

.homepage-column-three-image-6 {

}

.homepage-column-inner {
  width: 98.5%;
  width: calc(100% - 5px);
}


.home #mc-embedded-subscribe-form {
  position: fixed;
  top: 160px;
  border: 1px solid #e5e5e5;
  background: rgba(255,255,255,.95);
  width: 485px;
  padding: 0;
  left: 50%;
  margin-left: -242.5px;
  /* -webkit-opacity: 0; */
  /*-moz-opacity: 0;*/
  /* opacity: 0; */
  display: none;
  z-index: 99;
}

.home #mce-FNAME,
.home #mce-LNAME,
.home #mce-EMAIL {
  max-width: 200px;
  min-width: 0;
  display: block;
  margin: 0 auto 1em;
  background: transparent;
}

.home #mc-embedded-subscribe {
  border: none;
  background: transparent;
  font-size: 1em;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 2.5em;
}

.close-signup {
  cursor: pointer;
  margin-top: .25em;
}

.home #mce-FNAME {

}

.home #mce-LNAME {

}

.home #mce-EMAIL {

}

.form-padding {

padding: 4em 4em;}



.homepage-slide-container:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.homepage-slide-container .overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-slide-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  z-index: 9;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  /* background: red; */
}

.overlay-text-center-container {
	position: absolute;bottom: 1em;
	right: 1em;
	width: calc(100% - 1em);
	font-size:.6em;
}

.product-name {
  font-size: 1em;
}

#sb_instagram #sbi_load .sbi_load_btn {
  margin-top: 3em;
  margin-bottom: 0;
}

#est-container a.button {
  margin-bottom: 0;
  color: #fff;
  border-color: #fff;  

  color: #363436;
  border-color: transparent;
  background: rgba(255,255,255,.75);
  font-size: 12px;
}

#sb_instagram #sbi_images {
    width: 100%;
    float: none;
}
.grid-sizer-ig {
  width:33%;
  /* display: inline-block; */
  margin-right: 0 !important;
  padding: 0;
  border: none;
  float: left;
}

.grid-sizer-shop {
  width:25%;
  margin-right: 0 !important;
  padding: 0;
  border: none;
  float: left;
}

#sb_instagram .sbi_photo_wrap {
  
}

.sbi_item,
/*.sbi_photo_wrap,*/
.grid-item,
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 33%;
  max-width: 33.33%;
  float: left;
  display: inline-block;
}

#sbi_images,
#sb_instagram #sbi_images .sbi_item {
  padding: 0 !important;
  /* display: block; */
}

#sb_instagram .sbi_photo_wrap a {
  background-image: none !important;
  background: red;
  display: block;
  height: auto !important;
  width: 100% !important;
}

.sbi_photo_wrap img,
#sb_instagram .sbi_photo_wrap a img {
/*   display: inline-block !important; */
  visibility: visible !important;
  width: 100%;
  height: auto;
  float: left;
}

.sbi_photo {
	display:block;
}

#homepage-slider-feed img {
  height:100%;
  width:auto;
  padding-right:5px;
}

#homepage-slider-feed {
  height:400px;
}

#homepage-slider-feed .homepage-slide-container {
  height:400px;
  position: relative;
}

.product-container {
  margin-bottom: 3em;
  position: relative;
  display: inline-block;
}

.product-container img {
  width: 70% !important;
  margin: 0 auto;
}

.product-info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: rgba(255,255,255,.65);
}

.product-info h3 {

margin-bottom: .25em;}

.product-container:hover .product-info {
  opacity: 1;
  max-height: 5000px;
  z-index: 99;
}

.pinterest-container h2 {
    font-size: 1.5em;
    color: #F6F6F6;
    /* margin-top: 9em; */
}

#est-container h1 {
	color: #fff;
	color: #363436;
	font-size: 1.75em;
	font-size:36px;
}

/*--ABOUT--*/
.page-id-12036 #main-banner .medium-wrapper {

min-width: 1024px;}

/*--BLOG--*/
#back-to-top {
    width: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    margin: 1em auto 1em;
}

#back-top-top-text {
    margin-bottom: 2em;
    margin: 0 auto 2em;
    display: block;
    float: none;
    text-align: center;
}

#blog-product-section .slider-container .product-container {
	position: relative;	
	margin-bottom:0;
	height: 300px;
}

#blog-product-section .slider-container div img {
	width:75%;
	margin:0 auto;
}

#blog-product-section .slick-prev {
    left: -50px !important;
}

#blog-product-section .slick-next {
    right: -50px !important;
}

#blog-product-section {
	padding-top:3em;
}

#blog-menu {
  position: fixed;
  top: 71px;
  left: 0;
  width: 100%;
  z-index: 99;
}

#blog-menu ul {
  
}

#blog-menu ul li {
  display: inline-block;
}

#blog-menu ul li.sep {
  margin: 0 1em;
  padding: 1em 0;
}

#blog-menu ul li.sep:last-of-type {
  display: none;
}

#blog-menu ul li a {
  
}

.grid-sizer,
.grid-item {
  width: 50%;
  margin-bottom: 5em;
  padding-right: 0%;
  /* background: red; */
  max-width: 50%;
}

.blog {
	background: rgba(246, 246, 246, 0.5);
}

.grid-item:nth-child(2n+0) .blog-post-inner-container {
  /*background: red;*/
}

.grid-item:nth-child(2n+1) .blog-post-inner-container {
  /* background: green; */
}

.blog-post-inner-container img {
  margin-bottom:2em;
}

.blog-post-inner-container {
  padding-right: 15%;
}

.single article header img {
  margin-bottom:3em;
}

.single .news-content ul {
  padding-left: 1.25em;
  margin: 1em 0;
}


@media all and (max-width: 1600px) {

}


@media (max-width: 1400px) {
	.homepage-column-three-image-6 {
	    max-height: 356px;
	}
}

@media (max-width: 1375px) {
	.homepage-column-three-image-6 {
	    max-height: 340px;
	}
}


@media (max-width: 1250px) {
	.homepage-column-three-image-6 {
	    max-height: 324px;
	}
}

@media all and (max-width: 1100px) {
  .tablet-only,
  .tablet-and-below {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

	body {
    font-size: 0.875em;
    padding-top: 56px;
    line-height: 1.35;
 }
		
	h1 {
	font-size: 2em;
	}
	
	h2 {
	  /*font-size: 2.375em;*/
	  font-size: 1.75em;
	}
	
	h3 {
	  font-size: 1em;
	}
	
	h4 {
	  font-size: 0.875em;
	}

  .single-blog-nav a, body button, body .button, #sb_instagram #sbi_load .sbi_load_btn, body input[type="button"] {
    padding: .75em 0;
    min-width: 0;
    width: 160px;
  }

  .small-wrapper {
    width: 55%;
  }
  
  .wrapper-product,
  .tablet-wrapper,
  .wrapper {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    display: block;
    position: relative;
  }

  .medium-wrapper {
    max-width: 960px;
    width: 75%;
  }

  .large-section-block {
    margin-bottom: 5em !important;
  }

  .section-block {
    margin-bottom: 2em !important;
  }

  .half-section-block {
    margin-bottom: 1em !important;
  }

  .no-banner-large {

  margin-top: 5em !important;}

  .banner-large {

  }
  
  #mobile-global-nav {

  }

  /*--HEADER--*/
  #global-header.active-header #logo {
    top: 0;
	}
	
  #global-header {
  padding: .75em 0;
  }

  #logo {
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-top: 0em;
    top: 0;
  }

  #mobile-global-nav,
  #mobile-global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background: #f6f6f6;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #mobile-global-nav {
    max-height: 0;    
    display: block !important;
  }

  #mobile-global-nav.active-mobile-nav {
    top: 56px !important;
    z-index: 99999;
    max-height: 5000px;
    overflow: visible;
    max-height: 90%;
    overflow-y: scroll;
}

  #mobile-global-nav > ul {
    margin: 0;
    padding: 2em 5%;
    width: 90%;
    /* height: 100%; */
    margin-top: 0em;
    text-align: left;
    font-size: 1em;
  }

  .global-menu-main > ul > li,
  .global-menu-main > ul > li > a {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
  }

  .global-menu-main > ul > li > a {
    font-size:2.142857142857143em
  ;
    display: none;
  }

  .global-menu-main > ul > li > ul > li.menu-item-has-children:hover {
    margin-bottom: 2.25em;
  }

  .global-menu-main > ul > li:hover > ul {
    padding:0;
    max-height: 1000px;
    
  }

  .global-menu-main > ul > li > ul > li {
    margin-bottom: 1em;
  }

  .global-menu-main > ul > li > ul {
    position: relative;
    max-height: none !important;
    top: 0;
    margin-bottom: 0em;
    margin-top: 0em;
    width: 100%;
  }

  .global-menu-main > ul > li > ul > li > a {
    font-size: 1.25em;
    margin: 0;
  }

  .global-menu-main > ul > li > ul > li > a + ul {
    max-height: 0;
    overflow: hidden;
  }

  .global-menu-main > ul > li > ul > li.menu-item-12146 > a + ul {
    max-height: 5000px;
        margin-top: .5em;
  }

  .global-menu-main > ul > li > ul > li.menu-item-12146.menu-item-has-children {
        margin-bottom: 2.25em;
  }

  .global-menu-main > ul > li > ul > li.menu-item-has-children:hover > a + ul {

  max-height: 5000px;margin-top: .5em;}

  #device-cart {

  position: absolute;top: 50%;right: 0;font-size: .75em;     font-family: 'CenturyGothicStd', CenturyGothic, AppleGothic, sans-serif;margin-top: -4px;line-height: 1;}
  
  #mobile-nav-button {
    /* float: left; */
    /* display: inline-block !important; */
    /* vertical-align: top; */
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7.5px;
  }
  
   #mobile-nav-button .bar {
    background: #363436;
    width: 23px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    left:0;
    margin-left:0;
  }

  #mobile-nav-button.active-mobile-nav-button .bar {
    position: absolute;
    top: .75em;
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button .top-bar {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(-135deg);
  }

  #mobile-nav-button.active-mobile-nav-button .middle-bar {
    /*max-height:0px;*/
    /*overflow: hidden;*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*filter:alpha(opacity=0);*/
    /*-moz-opacity:0;*/
    /*-khtml-opacity:0;*/
    opacity:0;
    /* top: 1em; */
    /* left: 5em; */
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(180deg);
  }

  #mobile-nav-button.active-mobile-nav-button .bottom-bar {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    /* top: 0px; */
    /* margin: 0; */
    /* width: 30px; */
  }

  .double-spacing {
    line-height: 1.5;
  }

  #page-content {
    min-height: 300px;
  }

  /*--HOMEPAGE--*/
  #featured-collection-container h2 {
/*     font-size: 1.5em; */
  }
  
  .homepage-column-three-image-4 {
    width: 64.5%;
   }
   
   .homepage-column-three-image-6 {
    width: 99%;
	}
	
	#homepage-top .transparent-button.homepage-button-2 {
		    width: 130px !important;
	}

  #homepage-slider-feed {

  height: 300px;}
  
  .slick-prev, .slick-next {

  height: 40px;width: 40px;margin-top: -20px;}

  #homepage-slider-feed .homepage-slide-container {
    height: 300px;
  }

  #est-container .five-em-padding {
    padding:3em !important;
  }

  #homepage-top .transparent-button.homepage-button-1 {
/*     bottom: 1.5em; */
/*     left: 10%; */
/*     width: 80% !important; */
/*     max-width: 80% !important; */
    font-size: 1.5em;
  }

  #homepage-top .transparent-button.homepage-button-2 {
/*     top: 2em; */
    margin-bottom: 0 !important;
/*     left: 1.5em; */
/*     font-size: .75em; */
  }


  /*--ABOUT0--*/
  .page-id-12036 #main-banner .medium-wrapper {
    width: 94%;
    min-width: 0;
  }

  .page-id-12036 #main-banner .medium-wrapper h1 {
    font-size: 1.75em;
  }

  .page-id-12036 .small-wrapper {
    width: 80%;
  }

}

@media all and (max-width: 770px) {
  body {
    padding-top: 49px;
  }

  .single-blog-nav a, body button, body .button, #sb_instagram #sbi_load .sbi_load_btn, body input[type="button"] {
    font-size: .875em;
  }

  /*--HEADER--*/
  #mobile-global-nav.active-mobile-nav {
    top: 53px !important;
  }


  /*--HOMEPAGE--*/
  #featured-collection-container h2 {
	  font-size: 1em;
  }
  #homepage-top .transparent-button.homepage-button-1 {
/*     bottom: 1.5em; */
/*     left: 10%; */
    width: 80% !important;
    max-width: 80% !important;
    font-size: 1em;
  }

  #homepage-top .transparent-button.homepage-button-2 {
/*     top: 2em; */
    margin-bottom: 0 !important;
/*     left: 1.5em; */
    width: 55% !important;
    max-width: 55% !important;
    font-size: 1.25em;
  }
  
  #featured-collection-container .sameheight-third-column .four-em-padding {
    padding: 2em 2em !important;
    /* border: none; */
  }

  #est-container h1 {
    font-size: 1.5em;
  }



  /*--ABOUT--*/
  .page-id-12037 .medium-wrapper,
  .page-id-12036 .small-wrapper {
    width:90%;
  }
  
}

@media all and (max-width: 675px) {

  .tablet-only,
  .above-tab-portrait {
    display: none !important;
  }

  

}

@media all and (max-width: 480px) {

  .mobile-only {
    display: block !important;
  }

  .not-mobile,
  #top-bar-menu,
  .tablet-only,
  .desktop-only {
    display: none !important;
  }

  .half-column:not(.mobile-columns),
  .fifty-fifty:not(.mobile-columns),
  .thirty-thirty:not(.mobile-columns),
  .third-column:not(.mobile-columns),
  .twothirds-column,
  .threeforths-column,
  .forth-column:not(.mobile-columns),
  .fifth-column,
  .full-width,
  .eighty-width {
    width:100%;
    margin:0;
    float: none;
  }

  body {
  padding-top: 47px;
  }

  h1 {
  }

  h2 {
  font-size: 1.5em;
  }

  h3 {
  }

  h4 {
  }
  
  .small-wrapper,
  .wrapper {
    max-width: 330px;
    width: 90%;
  }

  .medium-wrapper {
    width: 94%;
    max-width: 330px;
  }

  .large-wrapper {
    width:90%;
  }

  .large-section-block {
    margin-bottom: 2em !important;
  }

  .no-banner {

  }

  .no-banner-large {
    margin-top: 5em;
  }

  .single-blog-nav a,
  body button,
  body .button,
  #sb_instagram #sbi_load .sbi_load_btn,
  body input[type="button"] {
    padding: 0.75em 0;
    width: 130px;
  }

  #page-content {
    /* min-height:700px; */
  }

  /*--HEADER--*/
  #global-header {
    padding: 0;
  }
  
  #mobile-global-nav.active-mobile-nav {
    top: 47px !important;
    padding: 0em 0px;
    width: 100%;
    height: calc(100% - 47px);
    max-height: calc(100% - 47px);
  }

  #mobile-global-nav > ul {
    padding: 2em 10%;
    width: 80%;
    max-width: 80%;
  }

  .global-menu-main > ul > li {
    margin-right: 0;
  }

  #logo {
    min-width: 170px;
    width: 63%;
    margin: 4% auto;
  }

  #mobile-nav-button {
    top: .5em;
    top: 50%;
    margin-top: -7.5px;
  }

  #device-cart {
    font-size: 10px;
    top: 3px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
  }

  #global-header .wrapper {
    width: 95%;
    max-width: 95%;
  }

  /*--FOOTER--*/
  #global-footer {
    min-height:2em;
    position: relative;
    margin-top: 0em;
  }


  /*--HOMEPAGE--*/
  #homepage-product-feed .product-container {
	width:50%;	  
  }
  
  #homepage-top .transparent-button.homepage-button-1 {
/*     bottom: 1.5em; */
/*     left: 10%; */
    width: 80% !important;
    max-width: 80% !important;
    font-size: 1.5em;
  }

  #homepage-top .transparent-button.homepage-button-2 {
  	top:initial;
  	display: none !important;
    bottom: 2em;
    margin-bottom: 0 !important;
    left: 1.5em;
    width: 80% !important;
    max-width: 80% !important;
    font-size: 1em;
  }

  .home #mc-embedded-subscribe-form { 
    width: 300px;
    margin-left: -150px;
    top: 48px;
    width: 100%;
    margin-left: 0;
    left: 0;
    max-height: 100%;
    overflow-y: scroll;
  }
  
  .form-padding {

  padding: 2em 4em;}

  #featured-collection-container .sameheight-third-column .four-em-padding {
    border: none;
  }

  #featured-collection-container .sameheight-third-column .wrapper {
    width:100%;
  }

  .page-id-12036 #main-banner .medium-wrapper h1 {
    
  }

  .hol-arrows {
    width: 25px;
    margin: 2em auto 0;
  }
  
  #featured-collection-container {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .grid-sizer-ig {
    width:50%;
  }

  #blog-menu {
    font-size:.8em;
  }

  #blog-menu ul li.sep {
    margin: 0 .125em;
  }

  #featured-collection-container .sameheight-third-column {
    width: 80%;
    display: block;
    position: relative;
    margin: 0 auto;
    float: none !important;
    z-index: 9;
    background: #fff;
    border: 2px solid #87898c;
  }

  #featured-collection-container .twothirds-column {
  	margin-top: -3em !important;
  	margin-top: 3em !important;  	
  	z-index: 0;
  }

  #featured-collection-container .twothirds-column .four-em-padding {
    padding: 0em !important;
  }  

  #homepage-product-feed .thirty-thirty {
    width:50%;
    float: left;
  }

  #homepage-product-feed a.button {
    display: none;
  }

  #est-container {
   
  }

  .page-id-12036 #main-banner .medium-wrapper h1,
  #est-container h1 {
    font-size: 1.25em;
    width: 90%;
    margin: 0 auto;
  }

  #est-container br {
    display: none;
  }

  .page-id-12045 #main-banner,
  .page-id-12036 #main-banner,
  #est-container .five-em-padding {
    padding: 0 !important;
    overflow: hidden;
  }

  .page-id-12045 #main-banner img,
  .page-id-12036 #main-banner img,
  #est-container .five-em-padding img {
    width: 200%;
    margin-left: -50%;
  }

  .sbi_item, .grid-item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 50%;
    max-width: 50%;
    /* display: block; */
  }

  #homepage-top {
  }

  .homepage-column-one,
  .homepage-column-two,
  .homepage-column-three {
    width: 100%;
    float: none;
    position: relative;
  }

  .homepage-column-one-image-1,
  .homepage-column-one-image-2,
  .homepage-column-three-image-4,
  .homepage-column-three-image-5,
  .homepage-column-three-image-6 {
    width:100%;
    float:none;
    margin:0;
    margin-bottom: 2em;
  }

  .homepage-column-inner {
    width: 100%;
  }

  #homepage-top .transparent-button {

  bottom: 0;display: block;left: 15%;width: 70% !important;max-width: none;padding: 1em 0;}



  /*--ABOUT--*/
  .page-id-12036 .third-column {
    margin-bottom: 2em;
  }

  .page-id-12036 .third-column img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }


  /*--STOCKIST--*/
  .page-id-12037 .three-column-text {
    -webkit-column-count: 1;
    -webkit-column-gap: 5em;
    -moz-column-count: 1;
    -moz-column-gap: 5em;
    column-count: 1;
    column-gap: 5em;
    text-align: center;
    display: block;
  }

  .page-id-12037 h2 {
    text-align: center;
    display: block;
  }

  .page-id-12037 .section-block {
    margin-bottom: 0em !important;
  }

  .page-id-12037 .section-block .medium-wrapper .wrapper {
    max-height: 0px;
    overflow: hidden;
    display: block;
    float: none;
  }

  .page-id-12037 .section-block .medium-wrapper .wrapper.active {
    max-height: 5000000px !important;
    overflow: visible !important;
  }

  .page-id-12037 .three-column-text div {

  display: block;-webkit-column-break-inside: auto;     page-break-inside: auto;     break-inside: auto;float: none;}


  /*--BLOG--*/
  .blog .grid-sizer,
  .blog .grid-item {
    width:100%;
    max-width: 100%;
  }

  #blog-menu + .section-block {
    margin-bottom:0 !important;
  }
  
  #blog-product-section .slick-prev {
    left: 0px !important;
	}
	
	#blog-product-section .slick-next {
	    right: 0px !important;
	}

	
	#homepage-top .homepage-column-three-image-1-container a.homepage-button-1 {
    width: 90% !important;
    max-width: 90% !important;
	}
	
	#homepage-top .last-box {
/* 		position: absolute; */
		top:0;
		left:0;
		width:100%;
		height:100%;		
	}
	
	#homepage-top .last-box .transparent-button.homepage-button-1 {
    top: 30px;
    height: auto;
    bottom: initial;
    left: 25px;
    width: auto !important;
    padding: 14px 30px;
	}	
}


@media all and (max-width: 350px) {
  #logo {
      min-width: 170px;
      width: 50%;
      margin: 6% auto;
  }
}