/*
Theme Name:     Stuart Parr Collection - Coming Soon | 2018
Description:    Master UE Build
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentyseventeen
Version:        1.1
*/


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

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

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

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

.tablet-and-below,
.tab-and-below,
.mobile-only {
  display: none !important;
}

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

.desktop-only {
  display: inherit;
}

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

.tablet-landscape-and-above,
.above-tab-portrait {
  display: block;
}

html,
body {
}

html {
  background: #fff;
  color:#000;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: calc(100vh);
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  position: relative;
  display: block;
  padding-top: 112px;
  min-height: calc(100vh - 260px);
  /* background: #000; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 35px;
}

p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .11em;
  line-height: 1.25;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h3 {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.25;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75;
}

h5 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h6 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

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 ul {
  padding: 0;
  padding-left: 1em;
}

.section-block a {
  text-decoration: none;
  color: #EC1C2C;
}

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

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

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

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

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

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

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

.pointer {
  cursor: pointer;
}

.normal-weight {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black,
.xbold {
  font-weight: 800;
}

.normal-style {
  font-style: normal;
}

.italic {
  font-style: italic;
}

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

.opacity-zero {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.middle-align,
.v-align {
  vertical-align: middle;
}

.bottom-align {
  vertical-align: bottom;
}

.has-fullscreen-item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

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

hr {
  height: 2px;
  width: 100%;
  background: #000;
  border:none !important;
  margin: 4em 0;
}

.cleared {
  clear:both;
}

.montserrat-font {
  font-family: 'Montserrat', 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;
}

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

.underline {
  text-decoration: underline;
}

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

.center-text,
.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;
}

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

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

a.grey-color,
.grey-color {
  color: #EFEFEF;
}

a.darkgrey-color,
.darkgrey-color {
  color: #5C6C70;
}

a.green-color,
.green-color {
  color: #98C233;
}

.nested-red-color a,
a.red-color,
.red-color {
  color: #EC1C2C;
}


a.black-background,
.black-background {
  background: #171717;
}

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

a.grey-background,
.grey-background {
  background: #EFEFEF;
}

a.green-background,
.green-background {
  background: #98C233;
}

a.red-background,
.red-background {
  background: #f00;
}






/*--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--*/
div.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-image: url(img/loader.gif);
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  margin: 0em auto 0;
  padding: 2em 0 0;
}

.contact-form-row {
  margin-bottom: 2em;
}

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

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

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

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

.wpcf7 p {
  margin:0;
}

.contact-row {
  margin-bottom: 1.5em;
}

div.wpcf7 img.ajax-loader[style*="visibility: hidden;"] {
    display: none;
}

div.wpcf7 img.ajax-loader[style*="visibility: visible;"] {
    display: block;
}

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;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.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; */
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
  padding: .7em 2.5%;
  width: 95%;
  margin-bottom: 0;
  border: 2px solid #000 !important;
  outline: none !important;
}

.wpcf7 .half-column input[type=text],
.wpcf7 .half-column input[type=email],
.wpcf7 .half-column input[type=phone],
.wpcf7 .half-column input[type=password],
.wpcf7 .half-column textarea {
  padding: .7em 2.5%;
  width: 95%;
}


/*--SLICK--*/
.slick-dots {
  padding: 0 !important;
  text-align: right;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button {
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 12px;
  margin-top: 10px;
  padding: 0;
  background: #0A1839;
  height: 2px;
  width: 20px;
  border: none;
}

.slick-slide {
  position: relative;
  outline: none !important;
}

.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:auto;
  width: auto;
  padding:0;
/*   margin-top: -2%; */
  font-weight: normal;
  top: 34%;
  border: none;
  display: inline-block !important;
    margin: 0;
    margin-left: 20px; 
}

#slick-arrow-cont {
    position: absolute;
    bottom: -18px;
    right: 0;
    width: 50%;
    text-align: right;		
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: 'PT Serif', serif;
  font-size: 48px;
  line-height: 1;
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: relative;
  display: none !important;
  height: auto;
}


.slick-prev:before {
  content: "\00AB";
}

.slick-next:before {
  content: "\00BB";
}



/*--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 {
  padding-top:40px;
}

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

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

.section-block {
  margin-bottom: 100px !important;
  z-index: 9;
  position: relative;
}

.threeqtr-section-block {
  margin-bottom: 50px !important;
  z-index: 9;
  position: relative;
}

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

.qtr-section-block {
  margin-bottom: 12px !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: calc(100vh - 260px);
  margin: 0;
  overflow: hidden;
  background: #fff;
}

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

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

.wrapper.slicky {
  width: calc(80% + 25px);
  max-width: 1200px;
}

.wrapper {
  width: 80%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 1175px;
}

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

.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;
}

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

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

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

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 60px 0;
}

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

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

.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;              
}

.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;
}

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

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

.half-column.slim {
  width: 49%;
  margin-right: 2%;  
}

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

.third-column.slim {
  width: 32%;
  margin-right: 2%;
}

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

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

.forth-column.slim {
    width: 23.5%;
    margin-right: 2%;
}

.threeforths-column {
    width: 73.75%;
    margin-right: 5%;
    float: left;
}

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

.fifth-column.slim {
    width: 18.4%;
    margin-right: 2%;
}

.sixth-column {
    width: 12.5%;
    margin-right: 5%;
    float: left;
}

.sixth-column.slim {
    width: 15%;
    margin-right: 2%;
}

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

.eighty-eighty {
  width:80%;
  margin: 0;
  float: left;
}

.seventy-seventy {
  width:70%;
  margin: 0;
  float: left;
}

.sixty-sixty {
  width:60%;
  margin: 0;
  float: left;
}

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

.forty-forty {
  width:40%;
  margin: 0;
  float: left;
}

.thirty-thirty {
  width:33.33%;
  margin: 0;
  float: left;
}

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

.eigth-eigth {
  width:12.5%;
  margin:0;
  float: left;
  padding: 0;  
}*/

.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;
}

.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;
}

body button, 
body .button, 
body input[type="button"] {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  display: inherit;
  font-size: 1em;
  padding: 1em 2em;
  font-weight: normal;
  border-radius: 0;
  border: 2px solid #000;
  letter-spacing: .075em;
  display: block;
  max-width: 300px;
  width: 80%;
  margin: 1em auto 2em;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  outline: none !important;
}

select,
input[type=text],
input[type=email],
input[type=phone],
input[type=telephone],
input[type=password],
textarea {
  border:none;
  border-radius: 0;
  width: 100%;
  padding: .7em 0;
  margin: 0 0 1em 0;
  resize: none;
  background: white;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 1em;
  padding-right: 1em;
  outline: none !important;
}

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 --*/
#global-header.active-header #desktop-global-nav,
#global-header.active-header,
#mobile-global-nav,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before {
-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--*/

#global-header.active-header #desktop-global-nav {
  top: 13px;
}

#global-header.active-header {
  padding: 22px 0 20px;
}

#global-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
  /* border-bottom: 1px solid #B0B3B7; */
  position: fixed;
  border-top: 3px solid #EC1C2C;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 53px;
  padding-bottom: 20px;
}

body.admin-bar {
  
}

body.admin-bar #global-header {
  
}

#logo {
  display: block;
  width: 227px;
  float: none;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin: 0 auto;
}

#desktop-global-nav {
  display: block;
  position: absolute;
  top: 16px;
  right: 0%;
}

#desktop-global-nav ul li  {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 1;
  padding: 0;
  position: relative;
  vertical-align: top;
}

#desktop-global-nav ul li a {
  font-size: 12px;
  line-height: 1;
  color: #5C6C70;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #5C6C70;
  padding-bottom: 2px;
}

#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: #EC1C2C; */
  /* border-color: #EC1C2C; */
}



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

#global-footer {
  background: #000;
  color: #fff;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 4em 0;
  margin: 0;
  outline: none;
  /* position: absolute; */
  /* bottom: 0; */
}

#global-footer a {
  text-decoration: underline;
}

#global-footer .social-container a {
  color: red;
  text-decoration: none;
  margin:0 .25em;
  font-size: 1.25em;
}

#global-footer a:hover {
  text-decoration: none;
}

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

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

#global-footer ul li {
  display: block;
}

.centered-text-split-column-left-image-always .fixed-image-height {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.centered-text-split-column-left-image-always .var-image-height {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.centered-text-split-column-left-image-always .text-container {float: right;padding: 5em 0;}



/*--SIGNUP--*/
#signup-newsletter {
  width: 100%;
  height: 700px;
  height: auto;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -165px;
  position: fixed;
  z-index: 999999;
  text-align: center;
  /*display: none; */
  width: 900px;
  height: 330px;
  background: #fff;  
}

#signup-newsletter .inner {
  padding: 135px 0 72px;
/*   width: calc(100% - 60px); */
  /* border-top: 2px solid; */
  margin: 0 auto;
}

#signup-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 246, 246, .85);
  z-index: 99999;
  /*display: none;*/
}

#signup-newsletter input[type=email] {
  position: relative;
  background: transparent;
  border-color: #fff !important;
  color: #fff;
  text-transform: none !important;
}

#signup-newsletter .close {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}

#signup-newsletter h1 {
	margin-bottom: 40px !important;
}

#signup-newsletter input[type=submit] {
  /* position: relative; */
  /* padding: 0; */
  /* background: transparent; */
  /* border: none; */
  /* font-style: italic; */
  /* text-transform: uppercase; */
  /* letter-spacing: .2em; */
  /* font-size: 18px; */
  /* font-weight: 600; */
  /* margin-top: 0; */
  /* margin-bottom: 20px; */
  padding: 9px 0 9px;
}

#signup-newsletter ::-webkit-input-placeholder {
  color: #000;
}

#signup-newsletter :-moz-placeholder {
  color: #000;
}

#signup-newsletter ::-moz-placeholder {
  color: #000;
}

#signup-newsletter :-ms-input-placeholder {
  color: #000;
}

.close {
  margin-bottom: 0;
}

#signup-newsletter #mc-embedded-subscribe-form input[type="email"] {
    display: inline-block;
    max-width: 400px;
}



/*--HOMEPAGE--*/
#sb_instagram {
  padding: 0 !important;
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: calc(25% - 20.25px);
  /* width: calc(25% - 26.25px); */
  margin-right: 27px !important;
  padding: 0 !important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-of-type {
  margin-right: 0px !important;
}

.section-title .icon {
  display: inline-block;
  vertical-align: middle;
}

.section-title .icon svg {
  display: block;
}

.section-title .title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 11px;
}

hr.red {
  height: 3px;
  background: #EC1C2C;
  width: 35px;
  margin: 20px 0;
}

.section-3-feat-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-size: 100% !important;
  background-position: 0 0 !important;
}






/*--SHOP--*/
.page-id-95 iframe {
  position: relative;
  display: block;
  border: none;
  overflow: visible;
  /* height: auto; */
  width: 100%;
}


/* --PRESS-- */
.press-container .inner {
	padding: 0 13px;
}

.press-thumb {
	height: 342px;
}

#press-section hr {
	margin-top:0;
	margin-bottom:0;	
}

h2.newsletter {
	display: inline-block;
	line-height: 1;
	margin-right: -4px;
}

#mc-embedded-subscribe-form input[type="email"]{
	display: inline-block;
	max-width: 330px;
	background: #EFEFEF;
	margin: 0 25px;
	color: #000;
	font-size: 14px;
	padding: 11px 18px;
	font-weight: 600;
}

#mc-embedded-subscribe-form input[type="submit"]{
	display: inline-block;
	padding: 12px 0;
	border: none;
	background: #EC1C2C;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	width: 175px;
	margin: 0;
	margin-left: -4px;
}

#press-section {
	padding-bottom: 0;
}



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

}


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

}


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

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

	body {
    font-size: 14px;
    padding-top: 85px;
 }
	
	h1 {
	  font-size: 22px;
	}
	
	h2 {
	  font-size: ;
	}
	
	h3 {
	  font-size: 12px;
	}
	
	h4 {
    font-size: 12px;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

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

  .half-section-block {
    margin-bottom: 20px !important;
  }

  .section-block {
    margin-bottom: 80px!important;
  }

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

  .xsmall-wrapper {
    width: ;
    max-width: ;
  }

  .small-wrapper {
    width: ;
    max-width: ; 
  }

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

  .medium-wrapper {
    width: ;
  }

  .large-wrapper {
    width: ;
  }

  .xlarge-wrapper {
    width: ;
  }

  p {
    margin-bottom: 30px;
  }

  .full-width-section {
    padding: 80px 0;
  }


  /*--HEADER--*/
  #logo {
    margin: 0 auto;
    width: 200px;
  }

  #logo svg {
    width: 100%;
    height: auto;
  }

  #global-header {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #global-header.active-header #desktop-global-nav {
    top: 9px;
  }

  #global-header.active-header {
    padding: 22px 0 20px;
  }

  #desktop-global-nav {
    top: 7px;
    right: 0%;
  }

  /*--HOMEPAGE--*/
  .section-3-feat-img {
    background-size: cover !important;
    width: 50%;
  }

  hr.red {
    margin: 17px 0;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: calc(25% - 15px);
    margin-right: 20px !important;
    padding: 0 !important;
  }
  
  #mc-embedded-subscribe-form input[type="email"] {
    max-width: 240px;
  }
  
  #mc-embedded-subscribe-form input[type="submit"] {
    width: 145px;
  }
  
  

}

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

  .tablet-landscape-and-above {
    display: none;
  }

  .tablet-portrait-and-below {
    display: block;
  }

  body {
    font-size: ;
  }
  
  h1 {
    font-size: ;
  }
  
  h2 {
    font-size: ;
  }
  
  h3 {
    font-size: ;
  }
  
  h4 {
    font-size: ;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

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

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

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

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

  .xsmall-wrapper {
    width: ;
    max-width: ;
  }

  .small-wrapper {
    width: ;
    max-width: ; 
  }

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

  .medium-wrapper {
    width: ;
  }

  .large-wrapper {
    width: ;
  }

  .xlarge-wrapper {
    width: ;
  }


  /*--HEADER--*/


  /*--HOMEPAGE--*/
  .section-3-feat-img {
    background-size: cover !important;
    width: 45%;
    background-position: center !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: calc(50% - 7.5px);
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(2n),
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-of-type {
    margin-right: 0px !important;
  }
  
  
  
  #signup-newsletter {
    width: 90%;
    margin-left: 0;
    left: 5%;
/*     height: 349px; */
/*     margin-top: -174.5px; */
    height: auto;
    margin-bottom: 0;
  }
  
  #signup-newsletter .inner {
    padding: 110px 0 62px;
  }
  
  #signup-newsletter input[type=email] {
	  width: 300px;
  }  
  
  #signup-newsletter input[type=email] h1 {
	  margin-bottom: 
  }    
  
  #signup-newsletter .close {
    top: 30px;
    right: 30px;
	}
}

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

}

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

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

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

  .sixty-sixty:not(.mobile-columns),
  .fifty-fifty:not(.mobile-columns),
  .forty-forty:not(.mobile-columns),
  .thirty-thirty:not(.mobile-columns),
  .twentyfive-twentyfive:not(.mobile-columns),

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


  body {
    font-size: 12px;
    padding-top: 80px;
    line-height: 1.85;
  }
  
  h1 {
    font-size: 20px;
    line-height: 1.25;
  }
  
  h2 {
    font-size: ;
  }
  
  h3 {
    font-size: ;
  }
  
  h4 {
    font-size: ;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

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

  .mobile-half-margin-bottom {
    margin-bottom: 45px !important;
  }

  .half-section-block {
    margin-bottom: 15px !important;
  }

  .mobile-margin-bottom,
  .section-block {
    margin-bottom: 60px !important;
  }

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

  .xsmall-wrapper {
    width: ;
    max-width: ;
  }

  .small-wrapper {
    width: ;
    max-width: ; 
  }

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

  .medium-wrapper {
    width: 85%;
  }

  .large-wrapper {
    width: ;
  }

  .xlarge-wrapper {
    width: ;
  }

  .full-width-section {
    padding: 60px 0;
  }

  p {
    margin-bottom: 20px;
  }

  /*--HEADER--*/
  #logo {
    margin: 0 auto;
    width: 170px;
  }

  #logo svg {
    width: 100%;
    height: auto;
  }

  #global-header {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #global-header.active-header #desktop-global-nav {
    top: 8px;
  }

  #global-header.active-header {
    padding: 22px 0 20px;
  }

  #desktop-global-nav {
    top: 2px;
    right: 5px;
  }

  #desktop-global-nav ul li a {
    font-size: 10px;
  }  

  /*--HOMEPAGE--*/
  #section-3 {
    padding-top: 0;
  }

  #section-3 .wrapper {
    margin-top: 35px;
  }

  .section-3-feat-img {
    background-size: cover !important;
    width: 45%;
    background-position: center !important;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-of-type {
    margin-bottom: 0px !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(2n),
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-of-type {
    margin-right: 0px !important;
  }

  #section-4 .sm-col-12:last-of-type {
    margin-bottom: 0 !important;
  }

  .section-title .title {
    margin-left: 8px;
  }
  
  #slick-arrow-cont {
    bottom: -14px;
  }
  
  .wrapper.slicky {
    width: calc(90% + 25px);
    max-width: 985px;
  }
  
  h2.newsletter {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  #mc-embedded-subscribe-form input[type="email"] {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    margin:0 auto 10px;
    font-size: 12px;
  }
  
  #mc-embedded-subscribe-form input[type="submit"] {
    display: block;
    max-width: 100%;
    width: 100%;    
    box-sizing: border-box;
	margin:0;
    font-size: 12px;
    padding: 12px 0;	  
  }
  

#signup-newsletter {
    margin-top: 0;
    top: 20px;
    width: calc(100% - 40px);
    margin-left: 20px;
    left: 0;
}

#signup-newsletter .close {
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
}

#signup-newsletter svg {
    width: 100%;
    display: block;
    height: auto;
}
  
  #signup-newsletter .inner {
    padding: 70px 0 42px;
    width: 80%;
	}
  
  #signup-newsletter input[type=email], .homepage-newsletter-signup input[type=email] {
    width: calc(100%);
    box-sizing: border-box;
  }

  #signup-newsletter .button, .homepage-newsletter-signup .button {
    width: 100%;
  }

}