@font-face {
    font-family: 'northwell';
    src: url('../fonts/northwell-webfont.woff2') format('woff2'),
         url('../fonts/northwell-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Slider */
.top-swipe {visibility: hidden;}
.slick-initialized { visibility: visible; }

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow  {
    position: absolute;
    border: 0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    z-index: 200;
    top: 50%;
    -ms-transform: translate(50px, 100px);
    -webkit-transform: translate(50px, 100px);
    transform: translate(0, -50%);
    overflow: hidden;
    text-indent: -300px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
    outline:0 !important;
}

.slick-arrow:hover {
    background: rgb(152,133,63);
}

.slick-arrow:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 2px solid #323031;
    border-left: 2px solid #323031;
    width: 50%;
    top: 25%;
    right: 15%;
    height: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.slick-prev, .slick-next {
    left:0;
}

.slick-next {
    left:auto;
    right:0;
    z-index: 2;
}

.slick-next:after {
    top: 25%;
    left: 15%;
    right: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slick-prev:hover:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.slick-next:hover:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* Modals */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px 30px;
    background: rgba(0,0,0,0.5);
    z-index: 900;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.modal#search-modal {
    background:#fff;
    }

.modal-closed {
    visibility: hidden;
    background: rgba(0,0,0,0);
}

.modal-closed * {
    visibility:hidden;
}

.modal-inner-wrapper {
    background: rgba(255, 255, 255, 1);
    background: repeating-linear-gradient(-190deg, #fff, #fff 50%, rgba(236, 225, 223, 1) 0, rgba(236, 225, 223, 1) 100%);
    padding: 0;
    min-width: 350px;
    border: 0;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-closed .modal-inner-wrapper {
    transform: translate(-50%, -250%);
    -webkit-transform: translate(-50%, -250%);
}

#mc_signup_form input:not(.button) {
    border: 0;
    border-bottom: 0;
    margin-top: 0;
    background: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 300;
    text-align: left!important;
    font-size: 20px;
    border:1px solid rgb(54, 57, 62);
 /*   box-shadow: 0 5px 20px -10px rgba(0,0,0,0.5);*/
    padding: 10px 15px;
}

#mc_signup_form .mc_var_label {
    text-align: left;
    /* font-variant: diagonal-fractions; */
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-left: 14px;
}

#mc_signup_submit {
    margin-top: 1.5em;
    width: 100%;
    border: 0;
    background: rgb(54, 57, 62);
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
}


#mc-indicates-required {
    width: 100%;
    text-align: right;
    font-style: italic;
    font-weight: 300;
}



/* Mailchimp modal form */

    .mc_error_msg {
        color: red;
        margin-bottom: 1.0em;
    }
    .mc_success_msg {
        color: green;
        margin-bottom: 1.0em;
    }
    .mc_merge_var{
        padding:0;
        margin:0;
    }
    #mc_signup_container {}
    #mc_signup_form {}
    #mc_signup_form .mc_var_label {}
    #mc_signup_form .mc_input {}
    #mc-indicates-required {
        width:100%;
    }
    #mc_display_rewards {}
    .mc_interests_header {
        font-weight:bold;
    }
    div.mc_interest{
        width:100%;
    }
    #mc_signup_form input.mc_interest {}
    #mc_signup_form select {}
    #mc_signup_form label.mc_interest_label {
        display:inline;
    }
    .mc_signup_submit {
        text-align:center;
    }
    ul.mc_list {
        list-style-type: none;
    }
    ul.mc_list li {
        font-size: 12px;
    }
    #ui-datepicker-div .ui-datepicker-year {
        display: none;
    }
    #ui-datepicker-div.show .ui-datepicker-year {
        display: inline;
        padding-left: 3px
    }

.widget_mailchimpsf_widget .widget-title {
        line-height: 1.4em;
        margin-bottom: 0.75em;
    }
    #mc_subheader {
        line-height: 1.25em;
        margin-bottom: 18px;
    }
    .mc_merge_var {
        margin-bottom: 1.0em;
    }
    .mc_var_label,
    .mc_interest_label {
        display: block;
        margin-bottom: 0.5em;
    }
    .mc_input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .mc_input.mc_phone {
        width: auto;
    }
    select.mc_select {
        margin-top: 0.5em;
        width: 100%;
    }
    .mc_address_label {
        margin-top: 1.0em;
        margin-bottom: 0.5em;
        display: block;
    }
    .mc_address_label ~ select {
        width: 100%;        
    }
    .mc_list li {
        list-style: none;
        background: none !important;
    }
    .mc_interests_header {
        margin-top: 1.0em;
        margin-bottom: 0.5em;
    }
    .mc_interest label,
    .mc_interest input {
        margin-bottom: 0.4em;
    }
    #mc_signup_submit {
        margin-top: 1.5em;
        width: 80%;
    }
    #mc_unsub_link a {
        font-size: 0.75em;
    }
    #mc_unsub_link {
        margin-top: 1.0em;
    }
    .mc_header_address,
    .mc_email_format {
        display: block;
        font-weight: bold;
        margin-top: 1.0em;
        margin-bottom: 0.5em;
    }
    .mc_email_options {
        margin-top: 0.5em;
    }
    .mc_email_type {
        padding-left: 4px;
    }

.mc_custom_border_hdr {
     font-family: "freight-big-pro",sans-serif;
     font-size: 24px;
     text-align: center;
     letter-spacing: 1px;
     margin-bottom:10px;
     text-transform: uppercase;
}

#mc_subheader {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}

/* Ajax Search */

.ajax-results {
    margin-bottom: 15px;
}

.ajax-form input {
    outline:0 !important;
    font-family: "freight-big-pro",sans-serif; font-style: italic;font-weight: 300; 
    border: 0;
    border-bottom: 1px solid #222;
    font-size: 50px;
    width: calc(100% - 50px);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ajax-form button{
    background: none;
    border: 0;
    font-size: 40px;
    margin-left: -20px;
    cursor:pointer;
}

.closer {
    display: block;
    position: absolute;
    color: #222;
    text-decoration: none;
    top: 0;
    right: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 35px;
    height: 35px;
    font-size: 35px;
}

   .closer i {display: none;}

  .closer:before,
  .closer:after {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    top: -3px;
    left: 17px;
    background: #222;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
  } 

.closer:after {
    transform: rotate(-45deg);
}

.closer:hover {
    color:rgba(206, 195, 193, 1);
}

.closer:hover:before,
  .closer:hover:after {
    background:rgba(206, 195, 193, 1);
  }

#search-modal .dropdown-menu-widget {
    display: inline-block;
    width:calc(16.6667% - 4px);
    vertical-align: top;
}

#search-modal .dropdown-menu-widget.widget-narrow {
    display: inline-block;
    width:calc(15% - 4px);
    vertical-align: top;
}

#search-modal .dropdown-menu-widget.widget-wide{
    display: inline-block;
    width:calc(25% - 4px);
    vertical-align: top;
}

#search-modal .dropdown-menu-widget div {
    padding:10px;
}

#search-modal input,
#search-modal option,
#search-modal select {
    background: none;
}

#search-modal .dropdown-menu-widget h3 {
     font-family: "freight-big-pro",sans-serif;
     font-size: 20px;
     text-align: center;
     letter-spacing: 1px;
    text-transform: uppercase;
}

#search-modal h2 {
    font-style: italic;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#search-modal .dropdown-menu-widget .dropdown-menu{
    cursor: pointer;
    border-radius: 0;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #3a4042;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 5px;
    outline: 0;
    border-width: 1px 0 2px 0;
    border-color: #3a4042;
    -webkit-appearance: none;
    appearance: none 
}
#search-modal .dropdown-menu-widget .dropdown-menu::-ms-expand {
    display: none;
}

.spinner {
    margin: 10vh auto;
    visibility: visible;
    width: 70px;
    text-align: center;
}

.spinner.spinnerhidden {
    margin: 5vh auto;
    visibility: hidden;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgb(152,133,63);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* Instagram */

.instagram-pics li {
    display: inline-block;
    width:calc(100% / 6 - 1px);
    margin:-3px 0;
    overflow: hidden;
    vertical-align: baseline;
    height: 100%;
}

.instagram-pics li a {
    display:block;
}

.instagram-pics li img {
         display: block;
    width: 100%;
    height: calc(100vw / 6);
    max-height: 249px;
    object-fit: cover;
}

/*Related posts*/

.zem_rp_wrap { margin-left: calc((100% - 98vw)/2);
    margin-right: calc((100% - 98vw)/2); 
}

.related_post_title {
    display: none;
}

.zem_rp_wrap ul {
    display: table;
    width: 100%;
    padding: 15px 3px;
    table-layout: fixed;
}

.zem_rp_wrap li {
    display: table-cell;
    position: relative;
    background-color:rgb(152,133,63);
}

.zem_rp_wrap li .zem_rp_thumbnail {
    display: inline-block;
    width: 50%;
    position: relative;
    margin-bottom: -6px;
    text-align: right;
}

.zem_rp_wrap li .zem_rp_title {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    top: 50%;
    bottom: auto;
    position: absolute;
    left: 50%;
    text-align: center;
    padding: 0 10px;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 17px;
    line-height: 1.2em;
    height: auto;
    color:#fff;
}

.zem_rp_wrap li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
}

/*Social shares*/

.nc_socialPanelSide.fade {
    left: 0!important;
    transform: scale(1)!important;
}

.nc_socialPanel .nc_tweetContainer a.nc_tweet {
    color:#fff!important;
}

div.nc_socialPanel .nc_tweetContainer {
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    border: 0!important;
    margin: 0!important;
}

/* Shortcodes */

.stretch {
-webkit-column-span: all;
column-span: all;
}

.sf--profile-link.basic a.sf--profile-title {
    pointer-events: none;
}


.col-content {
     display: inline-block;
    width: 47%;
    vertical-align: middle;
    margin-left: 2%;
}

.spns-biog {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    background: #fff;
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
    position: relative;
  }

.spns-biog a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 10px;
    font-size: 25px;
    height: 95px;
    line-height:95px;
    color:#3a4042;
}

.spns-biog a img {
  max-height: 75px;
  width:auto !important;
}

.spns-biog a.spns-web {
padding: 5px 10px 10px 20px;
}

.spns-biog a.spns-web img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.spns-biog a .fa {
    transform: translate(0, -5px);
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.spns-biog a:hover .fa {
  color:#3a4042;
}

.spns-biog .spns-title-wrap {
    text-align: center;
    position: relative;
    padding: 0 15%;
}

.spns-biog .spns-title-wrap::before {
    display: block;
    content: "";
    border-top: 1px dotted;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.spns-biog span {
      font-family: 'Linotype Didot eText W01';
    font-weight: 400;
    font-style: italic;
    position: relative;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 3px 6px;
    border: 1px solid;
    margin: auto;
    top: auto;
}

.spns-biog a.spns-lbfb {
padding: 10px;
}


.fa-snapchat-ghost {
    margin-right: 0;
}

.spns-biog a {
    color:#3a4042 !important;
}

.spns-biog.short a {
    height: 55px;
    line-height: 55px;
}


.spns-lbfb img {
    max-width:100px !important;
}

.headlist a img,
.blog .entry-meta .photo, .single .entry-meta .photo {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}


.pswp__button--share,
.pswp__button--fs,
.pswp__button--zoom,
.pswp__button--close  {
  position: relative;
}



.pswp__button--share:after,
.pswp__button--fs:after,
.pswp__button--zoom:after,
.pswp__button--close:after {
    display: block;
    position: absolute;
    content: "SHARE";
    width: 44px;
    line-height: 0;
    font-family: "freight-sans-pro",sans-serif;
    color: #fff;
    background: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    bottom: 5px;
    left: 0;
    text-align: center;
}

.pswp__button--fs:after {
    content: "FULL";
}

.pswp__button--zoom:after {
    content: "ZOOM";
}

.pswp__button--close:after {
    content: "CLOSE";
}

.show-it {
  display: block !important;
}

.hide-it {
  display:none !important;
}

.sf--profile-link {
    background-size: 60% !important;
    margin: 10px 0;
    height: 200px;
    background-position: 0% 50% !important;
    position: relative;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding-left: 40%;
}

.sf--profile-link.top-align {
  background-position: 0% top !important;
}

.sf--profile-link a {
    display: block;
    text-decoration: none !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    padding-right: 0;
    position: absolute;
}

.sf--profile-link .spns-rel {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
        min-height: 45px;
    border: 1px solid #999;
}

.sf--profile-link .spns-rel a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: auto;
    vertical-align: middle;
    width: auto;
    max-width: 140px;
    position: relative;
    font-size: 25px;
    color: #222;
}

.sf--profile-link .spns-rel a img {
  
}


.sf--profile-link-wrapper {
    display: block;
    width: calc(40% - 3px);
    height: 100%;
    top: 0;
    left: calc(60% + 3px);
    /* transform: translate(0, -50%); */
    /* -webkit-transform: translate(0, -50%); */
    margin-left: 0;
    text-align: center;
    background: #fff;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}




.sf--profile-link-wrapper em {
    display: block;
        font-family: "freight-sans-pro",sans-serif !important;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 15px;
    margin-bottom: -5px;
}

.sf--profile-link-wrapper strong {
    display: block;
/*     font-family: "freight-big-pro",sans-serif;
font-style: italic;

font-weight: 200; */
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    color: #222;
    font-size: 28px;
    margin: 5px 20px 5px;
    line-height:1em;
}

.sf--profile-link-wrapper span {
     font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;

    text-transform: uppercase;
    display: block;
    border: 1px solid;
    background:#fff;
    color:rgb(152,133,63);
    padding: 3px;
    margin: 0 40px 15px;
    padding: 5px;
    letter-spacing: 2px;
    font-size: 13px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
   }

.sf--profile-link a:hover .sf--profile-link-wrapper span {
    background: rgb(152,133,63);
    border-color:rgb(152,133,63);
    color:#fff;
}

.ag .slick-arrow  {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 768px) {

  .sf--profile-link {
      background-size: 50% !important;
  }

  .sf--profile-link-wrapper strong {
       font-size: 32px;
  }

  .sf--profile-link-wrapper {
      width: calc(50% - 3px);
      left: calc(50% + 3px);
      box-shadow: -3px 0 0 0px #fff;
  }

  .slick-arrow,
  .ag .slick-arrow  {
    width: 30px;
    height: 30px;
}

.ag .p1 {
    padding-left:0!important;
    padding-right:0!important;
}

}

@media screen and (max-width: 500px) {

  .sf--profile-link {
      background-size: cover !important;
      height: 250px;
      margin-bottom:140px;
  }

  .sf-socials {
      bottom: -135px !important;
}

    .sf--profile-link-wrapper {
      width: 100% ;
      left: 0;
      bottom: -125px !important;
      height: 70%;
      top: 15%;
      box-shadow: none;
      border: 0;
      background: rgba(255,255,255,0.9);
  }


  }


.sf--profile-link.basic {
    padding: 0;
    height: auto;
    border: 1px solid #999;
}

.sf--profile-link.basic a {
    position: relative;
    width: 100%;
}

.basic .sf--profile-link-wrapper em {
  padding-top:3px;
}

.sf--profile-link.basic .spns-rel {
    border:0;
}

.basic .sf--profile-link-wrapper {
    width: 98%;
    left: auto;
    position: relative;
    border-width: 0 0 1px 0;
    margin: 1%;
}

.basic .sf--profile-link-wrapper strong {
    font-size: 26px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 500px) {

  .basic .sf--profile-link-wrapper strong {
    font-size: 20px;
  }
}


/* Events */

html #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    right: auto;
    left: auto;
    width: 100%;
}

html #tribe-bar-form #tribe-bar-views {
    display: none;
}

html #tribe-bar-form {
    background: #fff;
}

html .tribe-events-list-separator-month {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 1em 0 0;
    background-color: #fff;
    padding: 10px;
    /* border-bottom: 1px solid rgb(152,133,63); */
    color: #8d8089;
    font-style: italic;
    font-weight: 300;
}

html #tribe-events-content a {
    color:#8d8089;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html #tribe-events-content a:hover {
    color:#323031;
}

html .tribe-events-list h2.tribe-events-list-event-title {
    float: none;
    display: block;
    text-align: left;
    font-size: 28px;
    /* font-family: 'Cormorant Garamond', serif; */
    font-style: normal;
    font-weight: 300;
    font-family: "freight-big-pro",sans-serif;
    letter-spacing: 1px;
}

html .tribe-events-loop .tribe-events-event-meta {
    float: none;
    clear: both;
    border: 0;
    margin: 5px 0 12px 0;
    /* line-height: 10px; */
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    overflow: visible;
    font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

html .single-tribe_events  .section-head span {
    font-size: inherit;
    padding: 0;
}

html .single-tribe_events h2.tribe-events-single-event-title {
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
}

html .tribe-events-schedule {
    margin: 10px 0;
    text-align: center;
    color: #8d8089;
}

html .single-tribe_events .tribe-events-schedule h3 {
    font-size: 16px !important;
}

html .tribe-events-divider {
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px !important;
}

html .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 8px;
    letter-spacing: 1px;
}

/* Team page */

.team-members  {
    text-align: center;
}

.team-member {
    display: inline-block;
    text-align: center;
    max-width: 140px;
    margin:10px 10px 30px;
    vertical-align: top;

}

.widget_woothemes_our_team h3.member {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 300;
}

.team-member img {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 5px
}

.page .team-member-text p:first-of-type,
.page .team-member p.role {
    font-size: inherit !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: inherit !important;
}

.our-team-author-archive a {
        border: 1px solid;
    display: inline-block;
    padding: 8px 10px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-family: "freight-big-pro",sans-serif;
    font-style: italic;
    letter-spacing: 1.5px;
}

.authorlist {
        margin-top: 50px;
}

.our-team-twitter {
    display: none !important;
}

.team-member-text li {
    display: inline-block;
    font-size: 14px;
    margin-right: 11px;
}

.page .team-member p.role {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(152,133,63);
}

.widget_woothemes_our_team .team-members {
    text-align: left;
}

.widget_woothemes_our_team .team-member {
    display: inline-block;
    text-align: left;
    max-width: initial;
    margin: 10px 10px 30px;
    vertical-align: top;
    padding-left: 170px;
    position: relative;
}

.is-ie .widget_woothemes_our_team .team-member {
    max-width: 100%;
}

.widget_woothemes_our_team .team-member figure {
    max-width: 150px;
    position: absolute;
    left: 0;
}

/* Ads */

.portable {
    visibility: hidden;
    height:1px;
    overflow: hidden;
}

.ag {
/*     padding:5px 5px 5px; */
/*     margin:30px auto 20px !important; */
    position: relative;
    display:none!important;
    
}

.ag-full {
    margin:30px auto 20px !important;
    max-width:1200px;
}

.hide-ads .ag,
.hide-ads .footer-unit {
    display: none !important;
}

/*.ag:before {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    content: "Suppliers we love";
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    position: absolute;
    top: -16px;
    left: 50%;
    min-width: 260px;
    transform: translateX(-50%);
}*/

.g {
    padding: 0;
    position: relative;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    min-width: initial !important;
    max-width: initial !important;
    min-height: initial !important;
    max-height: initial !important;
}
.g div {
    margin: 0; 
    width: auto; 
    height: auto;
    display: inline-block;
}

.g div img,
.g div a {
    display: block;
    margin:auto;
    height:auto;
    width: 100%;
}

.a.clear, .a.clear_l, .a.clear_r {
    clear:none;
    position: relative;
}

html .a {
    padding:5px;
}

html .g img,
html .a img {
    height:auto;
    width: 100% !important;
}

@media only screen and (max-width: 500px) {

  .basic .sf--profile-link-wrapper strong {
    font-size: 20px;
  }
}


/*Top 1 tile logic*/

html #outer #page #content div.ad-land,
html #outer #page #content div.ad-port {
    display: block !important;
}

.b-p .b-land,
html #outer #page #content .b-p div.ad-land,
html #outer #page #content .b-l div.ad-port,
.b-l .b-port
  {
    display: none !important;
}



/* Large side */

#adbar-largeside {
    max-width: 790px;
}

#adbar-top1l {
    max-width: 720px;
}


/* Footer Unit */

.footer-unit {
    max-width:380px;
    margin:20px auto;
}

.footer-unit a{
    display: block;
    margin:0 -5px;
}

.footer-unit img{
    display: block;
    height:auto;
    width:100%;
}

.footer-unit.viewport {
    max-width: 950px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.footer-unit.viewport a {
    display: block;
    position: absolute;
    bottom: auto;
    top: auto;
}

.footer-unit.viewport a img {
    display: block;
    height:auto;
    max-width:100%;
}

/* Jetpack sharing */

.sd-content ul li a.sd-button:before {
    font-size: 18px !important;
}

.sd-content ul li:before {
    display: none;
}

/*Zilla Likes*/

html .zilla-likes,
html .zilla-likes.active,
html .zilla-likes:hover {
    background-image:none !important;
        position: relative;
            padding-left: 25px !important;
}

.zilla-likes:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f004";
    color: #ccc;
    font-size: 22px;
    left: 0;
    top: 2px;
    padding-left: 0px;
}

.zilla-likes.active:before {
    color:#cc3300;
}

.zilla-likes:hover:before,
.zilla-likes.active:hover:before {
    color:rgb(152,133,63);
}

.zilla-likes-count {
    position: relative;
    font-family: 'freight-big-pro';
    font-size: 18px;
    color: #ccc !important;
    border-right: 1px solid;
    padding-right: 20px;
}

#getshare {
    
}


/* Gravity View templates */

.single-gravityview .page-numbers li:before,
.single-gravityview .post-details {
    display: none !important;
}
.single-gravityview .gv-list-view-title {
    text-align: left !important;
}
.single-gravityview .entry-title {
    font-size:45px !important;
}

.single-gravityview .content-area .entry-content  h3 {
    text-align: left;
    font-size: 30px;
    margin-bottom:0!important;
        text-transform: capitalize!important;
}


/*JIG Gallery*/

.pswp--zoom-allowed .pswp__img {
  cursor:default !important;
}



#mc_message {
    text-align: center;
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    max-width: 80%;
    margin: 0 auto 14px;
}


/*Promo banner*/

.promo {
  
    height: auto!important;
    margin-bottom: 0px;
    background: #fff;
}


/*Frizzly*/

.frizzly-container.frizzly-default48 div {

}

.frizzly-container.frizzly-default48 div.frizzly-icon-pinterest {
    background-color: rgba(152,133,63,0.5);
}

.frizzly-container.frizzly-default48 div.frizzly-icon-pinterest:hover {
    background-color: #CC2127;
}


.frizzly-container.frizzly-default48 div.frizzly-icon-facebook {
    background-color: rgba(152,133,63,0.5);
}

.frizzly-container.frizzly-default48 div.frizzly-icon-facebook:hover {
    background-color: #3B5998;
}

.frizzly-container.frizzly-default48 div.frizzly-icon-twitter {
     background-color: rgba(152,133,63,0.5);
}


.frizzly-container.frizzly-default48 div.frizzly-icon-twitter:hover {
    background-color: #55ACEE;
}

.sf-collection .sf-column {
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important; 
    column-count: 1 !important;
    -moz-column-gap: 20px;
    max-width: 750px !important;
    margin: 0 auto 50px !important;
}

.sf-collection .sf-column p strong a:first-of-type {
    padding: 12px 20px !important;
    display: block!important;
    font-size: 17px !important;
}

html .shop-page-wp-grid .shop-page-wp-item .shop-page-wp-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: #fff;
}

html .single .content-area .entry-content .shop-page-wp-image img {
    width: calc(100% - 16px);
    height: auto;
    position: absolute;
    left: 8px;
    margin: auto;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

html .shop-page-wp-grid .shop-page-wp-item {
    border: 15px solid #fff;
    background: #fff;
}

html .shop-page-wp-grid .shop-page-wp-item .shop-page-wp-description {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
}

html #main article .entry-content .shop-page-wp-grid .shop-page-wp-item .shop-page-wp-title h3 {
    font-size:20px !important;
    text-transform: uppercase!important;
    line-height:1.3 !important;
    font-style: normal !important;
    text-align: center !important;
}

#jp-vid {
  position: relative;
  overflow: hidden;
  height:300px;
  margin:40px auto;
  border:1px solid #ddd;
}

.home-bespoke {
    max-width:990px;
    margin:auto;
}





#jp-vid .banner_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

#jp-vid-inner {
    position: absolute;
    height:300px;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    z-index:1;
    text-align: center;
    border:15px solid #fff;
}
#jp-vid-inner svg {
    display: block;
    height: auto;
    width: 200px;
    margin: 20px auto -10px;
}

#jp-vid-inner svg path {
    fill: #FFF;
}

.modal-wrapper {
    background-image: url(http://www.jennypackham.com/media/wysiwyg/homepage_banner_1900x900_10_.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 300;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.modal-jp-hidden {
   /* display: none;*/
}


.modal-wrapper .modal-jp-inner {
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
    
}

.modal-wrapper .modal-jp-content {
    position: absolute;
    max-width: 900px;
    min-width:700px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main article .modal-wrapper .modal-jp-content h2,
.home-bespoke .modal-wrapper .modal-jp-content h2 {
    text-align: center !important;
    line-height:1.4;
        font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-size: 22px!important;
    text-transform:none!important;
}

.modal-wrapper .modal-jp-content a {
    color:#fff;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    border:1px solid;
    padding:5px 10px;
    margin:10px;
    text-decoration: none;
}
.modal-wrapper .modal-jp-content a:hover {
    background:#fff;
    color:#222;
}

a.modal-jp-close {
    color: #fff!important;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    display: block;
    top: 20px;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 26px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    text-decoration:none;
}

.modal-wrapper .modal-jp-content svg path {
    fill: #FFF;
}

.modal-wrapper .modal-jp-content svg {
    width: 260px;
    margin-bottom: 10px;
}


#main article .entry-content #jp-vid-inner h3,
.home-bespoke  #jp-vid-inner h3 { 
    color: #fff;
    display: block;
    text-align: center;
    border: 0;
    font-weight: 300!important;
    font-size: 50px;
    max-width: 60%;
    line-height: 1em;
    margin: 20px auto;
}

.home-bespoke  #jp-vid-inner h3 {
    font-family:"freight-big-pro";
    font-style:italic;
}

.home-bespoke  #jp-vid-inner a {
    text-decoration: none;
}

#main article .entry-content #jp-vid-inner a:not(.inherit),
.home-bespoke #jp-vid-inner a:not(.inherit) {
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

#main article .entry-content #jp-vid-inner h3 a,
.home-bespoke #jp-vid-inner h3 a {color:#fff; background:none!important;}

#main article .entry-content #jp-vid-inner a:hover,
.home-bespoke #jp-vid-inner a:hover  {
    background: rgba(0,0,0,0.4);
}

#b-40 .a-40 {
    margin: auto!important;
    display: inline-block !important;
    float: none !important;
}


.recent-posts-new .regular-post {
    width: 49%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}

.recent-posts-new .regular-post img {
width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    margin-bottom:10px;
}

@media only screen and (max-width: 780px) {
        #jp-vid,
        .home-bespoke  {
            display: block;
        }

        #main article .entry-content #jp-vid-inner h3,
        .home-bespoke #jp-vid-inner h3 {
            font-size: 40px;
            max-width: 90%;
        }

        #jp-vid-inner {
            border: 5px solid #fff;
        }

#jp-vid-inner svg {
    display: block;
    height: auto;
    width: 200px;
    margin: 60px auto -10px;
}

#jp-vid .banner_video {
    width: 130%;
    }

        #jp-vid {
    height: 300px;
    margin: 30px auto;
}

        .is-tablet .recent-posts-new .regular-post {
    width: 100%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}

.recent-posts-new .regular-post.mobile-hide {
    display: none;
}

    }

/*Readings*/
.single-readings .entry-header.simple-header .coverline .entry-title {
        font-size:40px;
        margin:0;
    }

.print-link {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    border: 1px solid;
    text-transform: uppercase;
    width: 300px;
    letter-spacing: 2px;
    font-size: 17px;
    padding: 10px;
        font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 600;
}

.single-readings .content-area p {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

        .single-readings .content-area p:first-of-type:first-letter {
    float: none;
    font-size: inherit;

    line-height: inherit;
    padding-top: auto;
    padding-right: 0;
    margin-right: 0;
}

.single-readings .panel {
    max-width:700px;
    margin-left:auto !important;
    margin-right:auto !important;
}

.single-readings .panel li {
    margin: 2px 5px;
    padding: 0;
}


@media print {
 /* styles go here */
    .single-readings #utility,
    .single-readings #mainmenu,
    .single-readings .slide-in-bottom,
    .single-readings #community,
    .single-readings .section-head,
    .single-readings #menu-pages,
    .single-readings #masthead,
    .single-readings .site-copyright,
    .single-readings .print-link,
    .print-hide {
        display: none;
    }

    .single-readings .entry-header.simple-header .coverline .entry-title {
        font-size:30px;
        margin:20px auto 0;
    }

    .single-readings .content-area {
    max-width: 70%;
    }

    .single-readings .content-area p {
        font-size: 16px!important;
        line-height:1.2;
        font-family: 'Cormorant Garamond', serif;
        font-style: normal;
        font-weight: 300;
        text-align: center;
    }

     .single-readings .footerlogo {
        position: fixed;
        bottom: 20px;
        left:auto;
        right:20px;
    }

    .single-readings .content-area p:first-of-type:first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding-top: auto;
    padding-right: auto;
}

}

/*Aug 2018 hotfixes*/

.single-post .lmd-meta-wrapper {
    max-width: 1000px;
    margin: auto;
    display: table;
    width: 100%;
    border-bottom:2px solid;
}

.single-post .lmd-meta {
    display: table-cell;
    width:auto;
    padding:10px;
    border-left:1px solid;
}

.single-post .lmd-meta a:after {
    display: none;
}

.single-post .lmd-meta.meta-designer {
min-width: 130px;
}

.single-post .lmd-meta.meta-wedding_style {
/*max-width: 140px;*/
}

.single-post .lmd-meta.meta-photographer {
    min-width: 110px;
    padding-right: 5px;
}


.single-post .lmd-meta:first-of-type {
    border-left:0;
}

.single-post .lmd-meta .cycler {
    min-height: 25px;
}

.single-post .entry-header h2 {
    bottom: 10px;
    text-shadow: 0 2px 80px rgba(0,0,0,1);
}

.single-post .entry-header.simple-header h2 {
    text-shadow: none;
}

.single .coverline .entry-title {
    max-width: 550px;
}

.single-post .entry-header:not(.simple-header):after {
    height: 100%;
   top: auto;
   bottom:0;
   opacity:0.3;
   background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.page .lmd-meta-wrapper {
    display:none;
}

.home .post-tile-new, 
.archive .post-tile-new, 
.search-results .post-tile-new {
   position: relative;
    overflow: visible;
    height: auto !important;
    padding:0;
        overflow: hidden;
}

.home .post-tile-new img,
.archive .post-tile-new img,
.search-results .post-tile-new img {
    width: 100%;
    height: 400px !important;
    position: relative;
    object-fit: cover;
}

.home .post-tile-new:hover img,
.archive .post-tile-new:hover img,
.search-results .post-tile-new:hover img {
    transform: scale(1);
}

.home .post-tile-new:after,
.archive .post-tile-new:after,
.search-results .post-tile-new:after {
    display: none !important;
}

.home .post-tile-new .post-details,
.archive .post-tile-new .post-details,
.search-results .post-tile-new .post-details {
    position: relative;
    margin: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: none;
    color: #222;
    z-index: 1;
    text-decoration: none;
    padding:0;
}

.home .post-tile-new .inset,
.archive .post-tile-new .inset,
.search-results .post-tile-new .inset  {
    background: #fff;
    margin: -30px 20px 0;
    z-index: 1;
    position: relative;
    padding: 10px 20px 0;
}

.home .post-tile-new .inset {
    margin: -20px 0px 0;
    padding: 10px 20px 0;
}

.home .post-tile-new .lmd-meta-wrapper,
.archive .post-tile-new .lmd-meta-wrapper,
.search-results .post-tile-new .lmd-meta-wrapper {
    margin-bottom:30px;
    padding-left:40px;
    padding-right:40px;
}

.home .post-tile-new .lmd-meta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.home .post-tile-new .lmd-meta,
.archive .post-tile-new .lmd-meta,
.search-results .post-tile-new .lmd-meta {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

#main article.post-tile-new h3 {
     padding-bottom: 0;
      line-height: 1.4;
    font-size: 19px;
    letter-spacing: 0.05em;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    text-transform: uppercase!important;
}

#main article.post-tile-new h4 {
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 4px;
    font-family: playfair-display, serif;
    font-family: canada-type-gibson, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase!important;
    font-style: normal;
}

.buttonlink, .comment-jump, .tribe-events-read-more, .commentform-wrapper input.submit, #main .gform_footer input.button, .mc_signup_submit .button {
    padding: 10px 15px 8px;
    text-transform: uppercase;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    font-style: normal;
     -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 2px;
}

.is-tablet.home .post-tile-new,
.is-tablet.archive .post-tile-new,
.is-tablet.search-results .post-tile-new  {
    height: auto !important;
    width: calc(100% - 30px) !important;
    margin-bottom: 10px !important;
}


.reading-list {
    text-align: center;
}

article.post-tile-new.reading-paper {
    width: 30vw !important;
    max-width: 300px !important;
    position: relative;
    min-width: 300px!important;
}

.archive .post-tile .reading-inner .post-details {
    padding-top: 0;
    height: 320px;
}

.archive .post-tile-new .reading-inner .lmd-meta {
    width: 49%;
}

.archive .post-tile-new .reading-inner .lmd-meta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-top:10px;
}

.archive .post-tile .reading-inner .post-details h3 {
    text-align: center;
    font-size: 22px;
}

.reading-paper .reading-inner {
    margin:15px;
    padding:20px;
    height:400px;
    z-index:3;
    position: relative;
    background:rgb(247, 246, 242);
}

.reading-paper .lmd-meta a:after,
.single-readings .lmd-meta.meta-style .cycler a:after {
    display: none!important;
}

.reading-paper .lmd-meta .cycler a,
.single-readings .lmd-meta.meta-style .cycler a {
     left: 50%;
    transform: translateX(-50%);
}

.single-readings .lmd-meta.meta-style .cycler {
    position: relative;
}

.reading-inner.stack-mid,
.reading-inner.stack-bottom {
    z-index:2;
    position: absolute;
    display: block;
    height: calc(395px);
    width: calc(30vw - 30px);
    max-width:270px;
    min-width: 270px!important;
    top: 0;
    left: 0;
    transform: translate(6px, 5px) rotate(1deg);
    background:rgb(234, 234, 226);
}

.reading-inner.stack-bottom  {
    background:rgb(225, 221, 212);
    z-index:1;
    transform: translate(6px, 7px) rotate(1.5deg);
}

.reading-paper:hover .reading-inner.stack-bottom {
    transform: translate(8px, 9px) rotate(3deg);
}

.reading-paper:hover .reading-inner.stack-mid {
    transform: translate(9px, 10px) rotate(5.5deg);
}

.reading-form {
    max-width:620px;
    margin:20px auto;
    padding:40px 10px 10px;
}

.reading-form h3 {
    line-height:1.2;
}

.reading-form-text textarea {
    min-height:500px;
    }
    
.post-type-archive-readings .main-menu li .sub-menu,
.page-template-taxonomy-style-php .main-menu li .sub-menu {
    z-index: 4;
 }

 .post-type-archive-readings .comment-jump,
.page-template-taxonomy-style-php .comment-jump  {
    margin-top:20px;
    display: inline-block;
    text-decoration: none;
    font-weight:300;
    letter-spacing: 2px;
    color: rgb(152,133,63) !important;
    background: #fff !important;
    max-width:200px;
}

 .post-type-archive-readings .comment-jump:hover,
.page-template-taxonomy-style-php .comment-jump:hover {
  background: rgb(152,133,63) !important;
    color: #fff !important;
}

 .post-type-archive-readings em.font-2,
.page-template-taxonomy-style-php em.font-2 {
    font-style: italic;
    font-size:20px;
    padding:0 5px;
}

.is-tablet.archive .reading-inner.stack-mid,
.is-tablet.archive .reading-inner.stack-bottom {
    width: calc(100% - 30px);
}

.main-menu li.short-menu {
    width: 160px!important;
}

.main-menu li.short-menu .sub-menu {
     margin: 0 5% 0;
}


#jp-link-outer {
    background-image: url(../../images/jp-outer.jpg);
    display: block;
    width: calc(100% - 40px);
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px;
    position: relative;
}

#jp-link-inner {
    background-image: url(../../images/jp-inner.png);
    display: block!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
        min-width: 290px;
    height: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.coverline em {
    font-size: 47px;
    line-height: 52px;
    letter-spacing: 1px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.coverline div.entry-title,
.coverline div.font-3 {
    text-transform: uppercase;
    font-size: 20px!important;
    letter-spacing: 2px;
    line-height: 1.2!important;
    font-weight: 400;
}

.coverline div.entry-title {
    font-size: 16px!important;
    line-height: 1.2!important;
    font-weight: 400;
    font-style: italic !important;
    font-family: playfair-display, serif !important;
    text-transform: none!important;
}


.page .coverline div.entry-title,
.single-readings .coverline div.entry-title {
    font-family: canada-type-gibson, sans-serif !important;
    font-weight: 100;
    font-style: normal !important;
    text-transform:uppercase!important;
    font-size:28px!important;
    }


.coverline div.font-3 {
font-family: playfair-display, serif;
    letter-spacing:1px;
    text-transform:none;
    font-style: italic;
}

@media only screen and (max-width: 580px) {

    #jp-link-inner {
      width: 65%;
    height: 210px;
}

#jp-link-outer {
    height: 340px;
    background-position: 30% center;
}

   html .is-mobile .real-wed .post-tile-new.a-l {
        height:auto!important;

    }

html .is-tablet .real-wed .post-details {
    padding: 0 10px;
}

html .home .post-tile-new .lmd-meta-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.home .post-tile-new .lmd-meta-wrapper,
.archive .post-tile-new .lmd-meta-wrapper,
.search-results .post-tile-new .lmd-meta-wrapper {
    margin-bottom: 10px;
}

.home .post-tile-new img,
.archive .post-tile-new img,
.search-results .post-tile-new img {
    height: 260px !important;
}


#main article.post-tile-new h4 {
    font-size:12px;
}

#main article.post-tile-new h3 {
    font-size:17px;
}

#masthead div:nth-of-type(3) {
        vertical-align: top;
    text-align: right;
}

.coverline div.font-3 {
    /* text-transform: uppercase; */
    font-size: 16px!important;
    line-height: 1.4!important;
    letter-spacing: 1px;
    font-weight: 400;
}

.coverline div.entry-title {
    text-transform: uppercase;
    font-size: 18px!important;
    letter-spacing: 2px;
    line-height: 1.2!important;
    font-weight: 400;
}

.is-tablet #menu-social-links-sidebar {
    top: 145px !important;
}

.is-tablet .trigger.right {
    top: 10px;
    position: relative;
}

.is-tablet.single-post .lmd-meta-wrapper {
    overflow: hidden;
}

.is-tablet.single-post .lmd-meta.meta-photographer,
.is-tablet.single-post .lmd-meta.meta-designer {
    min-width: 80px;
    max-width: 100px;
    padding-right:4px;
    padding-left:5px;
    overflow: hidden;
}

.is-tablet.single-post .lmd-meta.meta-location,
.is-tablet.single-post .lmd-meta.meta-wedding_style {
    min-width: 50px;
    padding-right:4px;
    padding-left:5px;
    max-width: 80px;
    overflow: hidden;
}

.is-tablet img.brand {
    width: 110px !important;
    margin-bottom: 35px !important;
}

        .single-post .mobile-hide,
        .single-post .lmd-meta.meta-wedding_style {
            /*display: none !important;*/
        }

        .single-post .lmd-meta:nth-of-type(2) {
            border-left:0;
        }

#jp-vid-inner svg {
    display: block;
    height: auto;
    width: 200px;
    margin: 35px auto -10px;
}

#main article .entry-content #jp-vid-inner a:not(.inherit), .home-bespoke #jp-vid-inner a:not(.inherit) {
    font-size: 20px;
    margin: 10px;
    }


    }


@media only screen and (max-width: 580px) {
    
    .collection-tile {
    padding:0 0 20px!important;
    width:calc(100%) !important;
    }

    #jp-link-inner {
      width: 68%;
      min-width: none;
    height: 210px;
    left:10px;
}

#jp-link-outer {
    width: calc(100% - 10px);
    height: 340px;
    background-position: 30% center;
    margin: 20px 5px;
 }

@supports (padding-top: env(safe-area-inset-top)) {
    .promo {
        padding-bottom: 30pt;
        height: auto!important;
        margin-bottom: 0px;
        background: #fff;
    }

    .slide-in-bottom .top-scroll {
        top: -110px;
    }
}

}


.searchbanner,
.searchbanner h2,
#main  article .entry-content  .searchbanner h3,
.bespoke-widget .searchbanner h3  {
    text-align:center;
    }
    
#main  article .entry-content  .searchbanner h3,
.bespoke-widget  .searchbanner h3   {
    font-family: "freight-sans-pro",sans-serif !important;
    font-style: normal !important;
    text-transform: uppercase!important;
    font-size: 20px;
    line-height: 1.2em;
}

.searchbanner input {
    padding: 10px;
    width: calc(100% - 200px);
    border: 1px solid #fff;
    background: rgba(255,255,255,0.3);
    margin: 7px;
    color: #fff !important;
    font-family: "freight-sans-pro",sans-serif !important;
    font-size: 16px;
    letter-spacing: 1px;
    outline:0;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.searchbanner:hover input {
    background: rgba(255,255,255,1);
    color: #111 !important;
}

.searchbanner input::-webkit-input-placeholder { /* Edge */
      color: #fff !important;
    font-family: "freight-sans-pro",sans-serif !important;
}

.searchbanner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #fff !important;
    font-family: "freight-sans-pro",sans-serif !important;
}

.searchbanner input::placeholder {
      color: #fff !important;
    font-family: "freight-sans-pro",sans-serif !important;
}

.searchbanner:hover  input::-webkit-input-placeholder { /* Edge */
      color: #000 !important;
    font-family: "freight-sans-pro",sans-serif !important;
}

.searchbanner:hover  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #000 !important;
    font-family: "freight-sans-pro",sans-serif !important;
}

.searchbanner:hover  input::placeholder {
      color: #000 !important;
    font-family: "freight-sans-pro",sans-serif !important;
}

.searchbanner button .fa-search {
    display:inline-block !important;
}
    
.searchbanner button {
    padding: 9px 7px;
    font-family: "freight-sans-pro",sans-serif !important;
    cursor: pointer;
    border: 2px solid rgba(236, 225, 223, 1);
    background: rgba(236, 225, 223, 1);
    color:#222;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;

}

.searchbanner button:hover {
    background:#fff;
    color:#222;

}
    
.searchbanner {
    margin: 10px;
    padding: 30px 20px 50px;
    background: url(https://prezolas3.s3.amazonaws.com/media/images/prezola_240418_3648_edited_copy_1zjbRzo.width-1920.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
    z-index:0;
}

.searchbanner:before {
     display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
            -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.searchbanner:hover:before {
    opacity:1;
}

.bespoke-widget .searchbanner {
    padding-top:50px;

}

.searchbanner form {
    background: rgba(0,0,0,0.5);
    margin: 20px;
    padding: 20px;
    border: 2px solid;
    z-index: 2;
    position: relative;
}

.searchbanner a {
    z-index: 2;
    position: relative;
    display: block;

}

.bespoke-widget {
    padding:20px;

}

.bespoke-widget .searchbanner form {
    background: rgba(0,0,0,0.5);
    margin: 20px auto;
    padding: 20px;
    max-width:800px;
    border: 2px solid;
}

#main article .entry-content .searchbanner h2,
.bespoke-widget .searchbanner h2
 {
    font-family: "northwell";
    text-transform: initial !important;
    font-size: 50px;
    margin-top:20px;
}



#main article .entry-content .searchbanner h3,
.bespoke-widget .searchbanner h3 {
    margin:15px 0 0 !important;
    border-bottom:0!important;
}

.bespoke-widget .searchbanner h3 {
    margin:25px 0 0 !important;
        font-size: 28px;
    letter-spacing: 2px;
}


.searchbanner h2 span {
    display: block;
    margin:30px auto -20px;
    width:250px;
                -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.searchbanner:hover h2 span {
   transform: scale(1.1);
}

    

.lb-linkouter {
    position:relative;
    display:block;
    max-width:1400px;
    margin:90px auto;
    }
    
.lb-linkwrapper {
    display: inline-block;
    position: relative;
    width: 33%;
    vertical-align: top;
    padding: 10px;
}
    
.lb-postlink {
    display:block;
    }
    
.lb-postlink img {
    width:100%;
    height:280px;
    object-fit: cover;
    display:block;
    }
    
.lb-postlink h4 {
    display: block;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    text-transform: uppercase!important;
    text-align: center;
    font-size: 26px;
    margin: 10px 10px 5px;
    letter-spacing: 1px;
}

.lb-cat p {
    display:block;
    text-align:center;
    font-style:italic;
        font-size: 18px;
    }

.quicklinks {
    display: block;
    text-align:center
    }
    
.quicklinks li {
      display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 5px;

   
    }
    
.quicklinks li a {
    display:block;
    height:100%;
    width:100%;
    padding: 5px 10px;
     border:1px solid
    }

/* Little Book Footer */

.lb-outer {
    position: fixed;
    z-index: 300;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
    transform: translateY(calc(100% - 50px));
}

.lb-outer.lb-active {
    transform:translateY(0);
}

.lb-outer .lb-close {
    position: absolute;
    top: 15px;
    right: 10px;
    left: auto;
    z-index: 10;
    color: rgb(54, 57, 62)!important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.lb-wrapper {
        position: relative;
    display: flex;
    font-family: "butler",sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 100%;
    margin: auto;
    color: rgb(54, 57, 62);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    background: rgba(236, 225, 223, 1);
}


.lb-wrapper form h3 {
    display: block;
    font-size: 26px;
    margin: 25px auto 20px;
    line-height: 1.1;
}

.lb-wrapper form img {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
    float: left;
}
    
.lb-wrapper form {
          position: relative;
    display: block;
    margin: 10px auto 20px;
    padding: 20px 40px 20px;
    text-align: center;
    width: 90%;
    min-width: 340px;
    }
    
.lb-wrapper select {
    font-family: canada-type-gibson, sans-serif !important;
    font-weight: 300;
    font-size:16px;
    letter-spacing:2px;
    text-transform:uppercase;
    width:100%;
    padding:10px;
    }
    
.lb-wrapper select option {
    font-weight:300;
    letter-spacing:2px;
    padding:5px 10px;
    }
    
@media only screen and (max-width: 500px) {

    .searchbanner form {
    background: rgba(0,0,0,0.5);
    margin: 0px;
    padding: 10px;
    border: 2px solid;
}

.searchbanner input {
    padding: 10px;
    width: calc(100% - 20px);
    font-size: 14px;
    letter-spacing: 1px;
    outline: 0;
}

.searchbanner button {
    padding: 6px;
    font-family: "freight-sans-pro",sans-serif !important;
    cursor: pointer;
    border: 2px solid #fff;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    width: calc(100% - 20px);
}

    .lb-wrapper form {
     margin: 5vh auto 20px;
}

   .lb-wrapper form h3 {
    font-size: 17px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .lb-wrapper form img {
        display: block;
        margin: 0 auto 10px;
        max-width: 120px;
        float: none;
    }
    .lb-wrapper form {
    padding: 20px 20px 20px;
    max-width: 90%;
    }
}



a.ticket-link {
    font-family: miller-headline, serif;
    letter-spacing: 0.5px;
    display: block;
    font-weight:400;
    background: rgba(236, 225, 223, 1);
    color: rgb(54, 57, 62)!important;
    margin: 20px auto 30px;
    padding: 15px 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 620px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position:relative;
}

a.ticket-link.ticket:after {
    position: absolute;
    font-style: normal;
    font-family: "FontAwesome";
    content: "\f145";
    right: -20px;
    background: rgb(54, 57, 62)!important;
    color: rgb(255, 255, 255)!important;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
    width: 40px;
    font-size:19px;
    height: 40px;
    font-size: 19px;
    padding: 4px 9px;
    text-align: center;
}

a.ticket-link.email:after {
    position: absolute;
    font-style: normal;
    font-family: "FontAwesome";
    content: "\f0e0";
    right: -20px;
    color: rgba(255, 255, 255, 1);
    background: rgb(54, 57, 62);
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
        font-size: 19px;
    width: 40px;
    height: 40px;
    padding: 7px 10px;
}

a.ticket-link:hover {
    color: rgba(255, 255, 255, 1)!important;
    background: rgb(54, 57, 62)!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }

a.ticket-link:hover:after {
    color: rgb(54, 57, 62)!important;
    background: rgba(236, 225, 223, 1)!important;
    }

.single-gravityview .lmd-meta-wrapper {
    display:none;
}

    
.feat-content {
    display: grid;
    grid-template-columns: [feat-text] 1fr [feat-slider] 3fr;
    margin:70px auto;
    max-width:1200px;
    
    }
    
.feat-heading-wrap {
     grid-column: feat-text;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.feat-img-wrapper {
    grid-column: feat-slider;
    width:100%;
    display: block;
    position:relative;
    height: 470px;
    }


@media only screen and (max-width: 900px) {
    
    .feat-content {
    display: grid;
    grid-template-columns: [feat-text] 1fr [feat-slider] 2fr;
    }
    
    
    }

.feat-img-list {
    display: block;
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top;
    }
    
    
.feat-heading {
    background: rgba(236, 225, 223, 1);
    padding: 40px 20px 40px 20px;
    position: relative;
    transform: translateX(40px);
    z-index: 1;
    color: rgb(54, 57, 62)!important;
    text-align: center;
    line-height: 2;
    text-decoration:none!important;
}

.feat-heading:hover {
    background: rgb(54, 57, 62)!important;
    color: rgb(255,255,255)!important;
    }

.feat-heading h2 {
    font-family: "butler",sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

.feat-heading span {
    font-family: "butler",sans-serif;
    font-style: normal;
    font-weight: 200;
    }
    
.feat-heading h4 {
     margin-bottom:10px;
         font-family: playfair-display, serif;
    letter-spacing: 1px;
    text-transform: none;
    font-style: italic;
    }
    
.feat-heading strong {
    display:block;
    margin:10px auto 0;
    padding:5px 10px;
      letter-spacing:2px;
    border:1px solid;
    text-transform:uppercase;
    }
    
.feat-heading h3 {
    font-family: canada-type-gibson, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}


.related-product {
    font-family: "freight-big-pro",sans-serif;
    font-weight:300;
    font-style:normal;
    text-transform: none;
    display: grid;
    grid-template-columns: [rel-words] 1.5fr [rel-img] 1fr;
    margin:20px auto 30px;
}

.related-text {
    grid-column: rel-words;
    position:relative;
}

.related-product p {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    display: block;
    padding: 25px 30px 40px;
    background: rgba(236, 225, 223, 1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 0 0 0;
    z-index: 3;
    font-size: 22px!important;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.3);
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.related-product:hover p {
    color: rgba(236, 225, 223, 1) !important;
    background-color:#323031;
    }

.related-product p a {
    color:#323031 !important;
 font-style: italic;
}

.related-product:hover p a {
    color: rgba(236, 225, 223, 1) !important;
    }

.related-product .related-link {
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position:relative;
    box-shadow: 0 5px 0 0px rgba(255,255,255,0);
}



.related-product:hover .related-link {
    padding-bottom: 2px;
    box-shadow: 0 3px 0 0px rgba(255,255,255,0.8);

}

.related-product .related-sponsor-link {
   
    
}

.related-product .related-sponsor-logo {
    display: block;
    margin:20px 0 0;
}

.related-product .related-sponsor-logo img {
    width:175px !important;
    height:auto!important;
    display: block;
}

.related-product:hover .related-sponsor-logo img {
   filter:invert(1);
}

.related-product .related-image {
    grid-column: rel-img;
    display: block;
    position:relative;

}

.related-product .related-image img {
    display: block;
    width:100% !important;
    height:350px !important;
    object-fit: cover;
    margin-left: -30px;
}

#connect .sf-links {
    display: grid;
    grid-template-columns: [link_left] 1fr [link_right] 1fr;
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px 0;
    width: calc(100% - 40px);
    background: none;
    filter: drop-shadow(0 5px 20px rgba(0,0,0,0.6));
}

#connect .sf-links a.designer-outlink {
    text-transform: uppercase;
    display: inline-block;
    grid-column: link_left;
    padding: 15px 5px;
    margin: -10px 5px;
    background: rgb(54, 57, 62);
    color: #fff;
        border: 2px solid #fff;
    font-size: 21px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#connect .sf-links a.designer-outlink + a.designer-outlink {
        grid-column: link_right;
}

#connect .sf-links a.designer-outlink:hover {
background:rgb(199, 154, 149);
}

#connect .back-to-top {
    display: none;
}

@media only screen and (max-width: 900px) {

    #connect .sf-links a.designer-outlink {
      font-size: 19px;
    letter-spacing: 2px;
}
    
    .feat-content {
    display: grid;
    grid-template-columns: [feat-text] 1fr [feat-slider] 2fr;
    }
    
    
    }
    
    
    
@media only screen and (max-width: 780px) {

    .related-product {
    grid-template-columns: [rel-words] 1fr [rel-img] 1fr;
}
    
    .feat-content {
    display: block;
    position:relative;
    }  
    
.feat-img-wrapper {
    width:100%;
    display: block;
    position:relative;
    height: 400px;
    margin-bottom: 230px;
    }
    
    .feat-heading-wrap {
        position: absolute;
        top:300px;
        width:75%;
        left:50%;
        transform:translateX(-50%);
        z-index:1;
     }
     
    
.feat-heading {
    width:100%;
    padding:30px;
    transform: translateX(0);
}

    
    
    }    
    
    @media only screen and (max-width: 580px) {

        #connect .sf-links {
    display: block;
}

#connect .sf-links a.designer-outlink {
    display: block;
    margin:5px auto;
    width:calc(100% - 30px);
    font-size:17px;
}

        .related-product p {
        font-size: 20px !important;
    padding: 20px;
}

.related-product .related-link {
    font-style: normal;
    font-size: 23px;
    font-weight: 600;
}
    
    
    .feat-img-wrapper {
        width:100%;
        height: 300px;
        margin-bottom: 190px;
        }
        
        .feat-heading-wrap {
            position: absolute;
            top:200px;
            width:90%;
            left:50%;
            transform:translateX(-50%);
            z-index:1;
         }
         
        
    .feat-heading {
        width:100%;
        padding:20px;
        transform: translateX(0);
}

/*     .feat-heading h2 {
font-size: 34px;
line-height: 1em;
text-align: center;
letter-spacing: 1px;
}
 */


.feat-heading h3 {
   font-size: 12px;
    letter-spacing: 4px;
}
    
    }    
    
    
   @media only screen and (max-width: 450px) {

        .related-product,
        .related-text,
        .related-image {
            display: block;
        }

        .related-text p {
            display: block;
            position: relative;
            margin: 20px 50px 0 0;
            transform: none;
            padding:30px;
            border:2px solid #fff;
        }

        .related-product .related-image img {
            width: 80% !important;
            margin: -30px 0 0 20%;
            height: 300px !important;
        }

   }
 
/* LMD Custom Banner Tool  */

.partner {
    display:block;
    position:relative;
    width:100%;
    max-width:1000px;
    margin: 20px auto;
    text-align:center;
    }
   
   
  .partner .bespoke-cycle {
       position:relative;
      
     }
     
      .partner .bespoke-cycle p {
                z-index: 2;
                color: #fff;
                display: block;
                position: relative;
                padding: 40px;
                font-size: 22px;
                font-family: "butler",sans-serif;
                font-style: normal;
                font-weight: 300;
                filter: drop-shadow(0 2px 10px rgba(0,0,0,0.8)) drop-shadow(0 2px 40px rgba(0,0,0,0.6));
     }
     
     
      .partner .bespoke-cycle p em {
          font-family: "freight-big-pro",sans-serif;
    font-style: italic;
    font-weight: 400;
    display:block;
    margin:10px auto;
    font-size:17px;
    letter-spacing:2px;
      }
     
     
           .partner .bespoke-cycle p a {
               padding: 0 0 10px;
              color: rgba(236, 225, 223, 1);
              text-decoration:underline;
                  background: none!important;
                  display: inline !important;
      
     }
     
                .partner .bespoke-cycle p a.bespoke-logo-link {
                      display: block;
      
     }
     
                     .partner .bespoke-cycle p a.bespoke-logo-link img {
                          display:block !important;
                            width:auto!important;
                            margin:0 auto 10px;
     }
     
    .partner .bespoke-cycle .bespoke-wrapper {
         position: absolute;
                width: 100% !important;
                height: 100% !important;
                top: 0;
                left: 0;
                z-index:1;
        
        }
     
    .partner .bespoke-cycle .bespoke-wrapper img {
                position: absolute;
                width: 100% !important;
                height: 100% !important;
                top: 0;
                left: 0;
                object-fit: cover;
                animation: fade 14s infinite;
                -webkit-animation: fade 14s infinite;
            }
            
            .partner .bespoke-cycle .bespoke-wrapper img.op-bottom {
                object-position:bottom;
            }
               
        .partner .bespoke-cycle .bespoke-wrapper img:nth-of-type(2) {
                animation: fade2 14s infinite;
                -webkit-animation: fade2 14s infinite;
            }
   
        .partner .bespoke-cycle .bespoke-wrapper img:nth-of-type(3) {
                animation: fade3 14s infinite;
                -webkit-animation: fade3 14s infinite;
            }
            
            
        .partner .bespoke-cycle .bespoke-wrapper img:nth-of-type(4) {
                animation: fade4 14s infinite;
                -webkit-animation: fade4 14s infinite;
            }
   
           @keyframes fade
        {
          0%   {opacity:1}
          25% { opacity: 0}
          50% { opacity: 0}
          75% { opacity: 0}
          100% { opacity: 1}
        }
        @keyframes fade2
        {
          0%   {opacity:0}
          25% { opacity: 1}
          50% { opacity: 0}
          75% { opacity: 0}
          100% { opacity: 0}
        }
        @keyframes fade3
        {
          0%   {opacity:0}
          25% { opacity: 0}
          50% { opacity: 1}
          75% { opacity: 0}
          100% { opacity: 0}
        }
        
        @keyframes fade4
        {
          0%   {opacity:0}
          25% { opacity: 0}
          50% { opacity: 0}
          75% { opacity: 1}
          100% { opacity: 0}
        }


.lmd-meta img.photo {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.lmd-meta img.photo + .meta-label {
    margin-top:10px;
    }

/*New ads*/

.partner-group {
text-align: center;
margin:20px auto;
    max-width: 1300px;
    overflow: hidden;
}

.partner .bespoke-random img {
    display:none;
    }
    
    .partner .bespoke-random {
    max-width: 800px;
    margin: auto;
}

.partner.rand-1 .bespoke-random img:nth-of-type(1),
.partner.rand-2 .bespoke-random img:nth-of-type(2),
.partner.rand-3 .bespoke-random img:nth-of-type(3) {
    display:block;
    }

.partner-group .partner {
    display: inline-block;
    width: calc(50% - 30px);
    padding: 5px;
    margin:auto 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.partner-group .partner.mobile {
    display: none;
}

.partner-group.partner-level-2 .partner {
    width: calc(25% - 30px);
}

.partner-group .partner:nth-of-type(1) {
    transform:translateX(-40px);
    -webkit-transform:translateX(-40px);
    opacity:0;
}

.partner-group .partner:nth-of-type(2) {
    transform:translateX(40px);
    -webkit-transform:translateX(40px);
    opacity:0;
}

.partner-group.partner-level-2 .partner:nth-of-type(2) {
    transform:none;
    opacity:0;
}

.partner-group.partner-level-2 .partner:nth-of-type(3) {
    transform:translateX(40px);
    -webkit-transform:translateX(40px);
    opacity:0;
}

.partner-group.p-onscreen .partner,
.partner-group.partner-level-2.p-onscreen .partner {
    transform:none;
    opacity:1;
}

.partner a {
    display: block;
    background:#000;
}

.partner img {
    display: block;
    width:100% !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity:1;
}

.partner a:hover img {
    opacity:0.8;

}

.partner .frizzly-hover-overlay {
    display: none!important;
}

.ig-link {
display: inline-block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin: -5px 0 0 10px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 4px 8px;
    line-height: 1;
    width: auto;
    vertical-align: middle;
     background:rgb(54, 57, 62);
    border-color:rgb(54, 57, 62);
    color:#fff !important;
    }
    
.ig-link span {
    position:relative;
    display:inline-block;
    width:auto;
    margin-left:0;
        margin-top: -1px;
    vertical-align:middle;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
    }
    
.ig-link:hover {
    color:rgb(54, 57, 62) !important;
    background:rgba(236, 225, 223, 1);
    border-color:rgba(236, 225, 223, 1);
    }    
    
.ig-link:hover span {
    margin-left:10px;
    }
    
.ig-link .fa {
    font-size:110%;
    margin-right:5px;
        position:relative;
    display:inline-block;
        vertical-align:middle;
    }

   .style-full.breakout .style-panel.hotfix a.undo  {
        padding: 0;
        position: relative;
        left: auto;
        margin: 0;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }

.lb-offers {
    text-decoration: none;
    color:#141414 !important;
      -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.lb-offers h3 {
    
}

.lb-wrapper {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*.lb-wrapper:hover {
    background-color: #8d8089;
}*/

.lb-wrapper:hover .lb-offers {
    color:#fff !important;
}

.lb-wrapper form h3 {
    display: block;
    font-size: 23px;
    margin: 15px auto 10px;
    line-height: 1.1;
}

.lb-wrapper form h3 {
    display: block;
    font-size: 23px;
    margin: 15px auto 10px;
    line-height: 1.1;
    font-family: 'canada-type-gibson', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px!important;
}

.lb-wrapper form {
    padding: 25px 40px 0px;
}

.sf--profile-link-wrapper {
    align-items: flex-start;
    background-color: #8d8089;
    border: 0 !important;
    }

.sf--profile-link-wrapper strong {
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    font-size: 22px !important;
    margin-left: auto;
    margin-right: auto;
}

.sf-socials {
    text-align: center;
    margin-left: 0;
}

.sf--profile-link .sf-socials a {
    color: rgba(236, 225, 223, 1) !important;
}

.sf--profile-link .sf-socials a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.sf--profile-link-wrapper span.iconfix {
    background: rgba(236, 225, 223, 1);
    color: #8d8089;
    font-weight: 400 !important;
    border:0;
    margin-left: auto;
    margin-right: auto;
}

.sf--profile-link a:hover .sf--profile-link-wrapper span.iconfix {
    background: rgba(255, 255, 255, 1);
    border-color: transparent;
    color: #8d8089;
}


#timer {
    margin: 25px 0 0;
}

#timer div {
    display: inline-block;
    font-size: 46px;
    font-weight: 100;
    margin: 0 5px;
    vertical-align: middle;
}


#timer div span {
    display: block;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:14px;
    margin-top:5px;
    letter-spacing: 2px;
}

#timer div#seconds {
    min-width: 52px;
}


   @media only screen and (max-width: 450px) {

    .lb-wrapper form {
    padding: 20px 10px 20px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}


#timer div {
    display: inline-block;
    font-size: 42px;
    font-weight: 100;
    margin: 0 3px;
    vertical-align: middle;
}

#timer div span {
    font-size:11px;

}


#timer div#seconds {
    min-width: 43px;
}

.lb-wrapper form h3 {
    font-size: 19px;
    line-height: 1.3;
    margin-top: 8px;
}

        .style-full.breakout .style-panel.hotfix {
            width: 49.5%;
            height: auto;
            overflow: initial;
            vertical-align: top;
        }

       .style-full.breakout .style-panel.hotfix img,
       .style-full.breakout .style-panel.hotfix:hover img {
            min-width: initial;
            height: calc(50vw - 20px);
            padding: 2px;
            width: 100%;
            object-fit: cover;
        }

        .style-full.breakout .style-panel.hotfix .col-content {
            display: block;
            width: 100%;
            vertical-align: initial;
            margin-left: 0;
            position: relative;
            top: auto;
            height: auto;
            margin: auto;
        }

        .style-full.breakout .style-panel.hotfix a{
            padding: 5px 15px !important;
            top: auto !important;
            bottom: auto!important;
            height: auto!important;
            min-height: initial;
            position: relative;
            transform: none;
            margin: 0 !important;
            background: none;
        }

        .style-full.breakout .style-panel.hotfix a.undo {
            padding:0 !important;
            margin: 0 !important;
            background: none;
        }

        .style-full.breakout .style-panel.hotfix span.freight {
            font-size: 19px !important;
            margin-top: 5px;
            margin-bottom: 20px;
        }

        .style-panel.hotfix .entry-title .linkbutton {
           display: none !important;
        }

        .style-panel .style-inner-wrap a {
             margin-bottom: 20px!important;
        }

        .partner-group .partner {
            display: inline-block;
            width: calc(100% - 22px);
            margin:auto;
        }
        .partner-group.partner-level-1 .partner {
           display: inline-block;
            width: calc(50% - 2px);
            margin: auto;
            padding: 0;
        }

        .partner-group.partner-level-1 .partner:nth-of-type(1){
            padding-right:3px;
        }

        .partner-group.partner-level-1 .partner:nth-of-type(2){
            padding-left:3px;
        }

        .partner-group.partner-level-1  {
            margin: 20px -15px;
        }

        .home .partner-group.partner-level-1 {
            margin: 20px 0px;
        }  

        .partner-group.partner-level-2 .partner,
        .partner-group.partner-level-2 .partner.mobile {
            width: calc(50%);
            padding:10px;
            display: inline-block;
        }

        .partner-group.partner-level-2 .partner:nth-of-type(1),
        .partner-group.partner-level-2 .partner:nth-of-type(3) {
            transform:translateX(-40px);
            -webkit-transform:translateX(-40px);
            opacity:0;
        }

        .partner-group.partner-level-2 .partner:nth-of-type(2),
        .partner-group.partner-level-2 .partner:nth-of-type(4) {
            transform:translateX(40px);
            -webkit-transform:translateX(40px);
            opacity:0;
        }

        .partner-group.partner-level-2.p-onscreen .partner {
            transform:none;
            opacity:1;
        }
        
        #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 33.3%;
}

    }
    
    
    .home-collection {
    margin-top:70px;
    margin-bottom:20px;
    }    
    
.home-collection h2 {   
    font-family: canada-type-gibson, sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin: 10px 15px 0 20px;
    max-width: 440px;
    line-height: 1.3;
}
 
.home-collection p {
    margin: 5px 20px 0 20px!important;
}
    
.collection-single {
    width:30vw;
    max-width:480px;
    }
    
.collection-single a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}
    
.collection-single img {
    display: block;
    width:100%;
    height:20vw;
    max-height:330px;
    object-fit:cover;
    }
    
.collection-single span {
    font-family: canada-type-gibson, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 6px 0;
    text-transform: uppercase;
}

.tns-outer {
    position: relative;
}

.tns-controls {
position: absolute;
    top: 15px;
    left: auto;
    right: 0px;
}
    
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
        font-family: canada-type-gibson, sans-serif;
    font-size: 26px;
    padding: 0;
    width: 30px;
    border-radius: 0;
    height: 40px;
    font-weight: 600;
    border: 0;
    color: #8d8089;
    outline: none!important;
    margin: 0;
    background: #fff;
}   

.tns-outer [aria-controls]:hover {
    color:#404040;
    }
    
.archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width:1400px;
    margin:0 auto;

}

.reading-tile {
    width: 33% !important;
    margin: 0!important;
    text-align: left;
    padding: 30px!important;
}

#main article.post-tile-new.reading-tile h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    text-transform: none!important;
    letter-spacing: 0;
    display: inline-block;
    position: relative;;
    margin-bottom: 6px;
}

#main article.post-tile-new.reading-tile h3:before {
    display: inline-block;
    position: relative;
    content: "";
    border-bottom: 1px solid #000;
    height: 5px;
    width: 30px;
    margin-right: 9px;
    top: -5px;
    /* margin-top: -10px; */
}

.reading-tile p {
    font-size: 16px;
    line-height:1.8;
    font-family: Georgia;
    font-weight: 400 !important;
    font-style: italic;
    letter-spacing: 0;
    }
    
.archive .post-tile-new.reading-tile .lmd-meta-wrapper {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.post-tile-new.reading-tile .lmd-meta-wrapper .meta-label {
    font-weight: 400!important;
    }
    
.post-tile-new.reading-tile .lmd-meta-wrapper .clean {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 13px;
    margin-top: 3px;
}


   @media only screen and (max-width: 450px) {
       
       
       
       
       
   }