/* 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(255,255,255,0.95);
    z-index: 900;
    display: block;
}

.modal-closed {
    visibility: hidden;
    background: rgba(255,255,255,0);
}

.modal-closed * {
    visibility:hidden;
}

.modal-inner-wrapper {
    background: rgba(255,255,255,0.95);
    padding: 0;
    width: 400px;
    border: 1px solid #323031;
    padding: 20px;
    /* color: #323031; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* 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: 15px;
    right: 15px;
    font-size: 35px;
   }

#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;
}

.instagram-pics li a {
    display:block;
}

.instagram-pics li img {
     display:block;
     width:100%;
     height:auto;
}

/*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;
    text-transform: uppercase;
    font-weight: 200;
    color: #222;
    font-size: 28px;
    margin: 5px 20px 5px;
    line-height:1em;
}

.sf--profile-link-wrapper span {
        font-family: "freight-sans-pro",sans-serif !important;
    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;
  }

    .sf--profile-link-wrapper {
      width: calc(100% - 40px);
      left: 20px;
      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: rgb(152,133,63);
    font-style: italic;
    font-weight: 300;
}

html #tribe-events-content a {
    color:rgb(152,133,63);
    -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: rgb(152,133,63);
}

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;
}

.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;
}

.gravityview p {
    font-size:inherit !important;
    font-family: "freight-text-pro",sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.single-gravityview .content-area .entry-content h4 {
     font-size:inherit !important;
    font-family: "freight-text-pro",sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 22px;
    text-transform: uppercase;
    margin-top:5px;
}

/*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;
    border: 1px solid;
    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;
/*    font-family:"freight-display-pro";*/
    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: 330px;
    object-fit: cover;
}

@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: 22px !important;
        line-height:1.2;
        font-family: 'Cormorant Garamond', serif;
        font-style: normal;
        font-weight: 300;
        text-align: center;
    }

        .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;
}

.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 {
 border-bottom:2px solid;
 padding-bottom:10px;
 margin-bottom:10px;
}

#main article.post-tile-new h4 {
 
}

.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;
}

.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%;
}



@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 {
    border-bottom:1px solid;
    font-size:20px;
}

#masthead div:nth-of-type(3) {
        vertical-align: top;
    text-align: right;
}

.is-tablet #menu-social-links-sidebar {
    top: 115px !important;
}

.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) {

    #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 {
    text-align:center;
    }
    
#main  article .entry-content  .searchbanner h3  {
    font-family: "freight-sans-pro",sans-serif !important;
    font-style: normal !important;
    text-transform: uppercase!important;
    font-size: 20px;
}

.searchbanner input {
    padding: 10px;
    width: 50%;
    margin: 10px;
}
    
.searchbanner button {
    padding: 10px;
}
    
.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;
}

.searchbanner form {
    background: rgba(0,0,0,0.5);
    margin: 20px;
    padding: 20px;
    border: 2px solid;
}


.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
    }
