/*is-short is-small is-tablet is-mobile*/

@media only screen and (max-width: 780px) {
  #outer {
    visibility: hidden;
  }
  #outer.loaded {
    visibility: visible;
  }

  html .shop-page-wp-grid {
    text-align: center;
  }

html .shop-page-wp-grid .shop-page-wp-item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
        padding:10px 5px;
    border: 10px;
}

    .lb-linkwrapper {
    display: block;
    position: relative;
    width: 90%;
    max-width:500px;
    vertical-align: top;
    padding: 10px;
    margin:10px auto;
}


}


.mobile-hide {
    display: block;
}

.mobile {
    display: none;
}

.mobile.slick-slide {
  display: none!important;
}

.is-mobile .mobile-hide {
    display: none;
}

.is-mobile .mobile {
    display: block;
}

#outer {
	background:#fff;
}

@media only screen and (max-width: 460px) {
    


  html .shop-page-wp-grid .shop-page-wp-item {
    width: 95%;
    display: inline-block;
    vertical-align: top;
        padding:10px 5px;
    border: 10px;
}

  .top-swipe {
   /* display: none;*/
  }

.archive .post-tile .post-details .lmd-meta-wrapper, .search .post-tile .post-details .lmd-meta-wrapper, .real-wed .post-tile .post-details .lmd-meta-wrapper {
    margin-bottom: -5px;
}

}

/*Mobile Menu*/

    #mobile-menu.mobile-only {
       display: none !important;
    }

    #mobile-menu.mobile-only.mm-opened {
    	display: block !important;
    }

     #hamburger
      {
        box-sizing: border-box;
        display: block;
        width: 45px;
        height: 45px;
        position: fixed;
        border-radius: 50%;
        top: 10px;
        left: 10px;
        z-index: 10;
      background: rgb(152,133,63);
        outline:0;
      }
      #hamburger:before,
      #hamburger:after,
      #hamburger span
      {
        background: #fff;
      content: '';
      display: block;
      width: 25px;
      height: 4px;
      position: absolute;
      left: 10px;
      }
      #hamburger:before
      {
        top: 12px;
      }
      #hamburger span
      {
        top: 21px;
      }
      #hamburger:after
      {
        top: 30px;
      }

      #hamburger::before, #hamburger::after {
    background: rgb(152,133,63);
}

      /* Hamburger animation */
      #hamburger:before,
      #hamburger:after,
      #hamburger span
      {
        -webkit-transition: none 0.5s ease 0.3s;
        transition: none 0.5s ease 0.3s;

        -webkit-transition-property: transform, top, bottom, left, opacity;
        transition-property: transform, top, bottom, left, opacity;
      }
      html.mm-opening #hamburger:before,
      html.mm-opening #hamburger:after
      {
        top: 22px;  
      }
      html.mm-opening #hamburger span
      {
          opacity: 0;
      }

        html.mm-opening #hamburger
      {
         background:rgb(152,133,63);
      }

#hamburger span {
    color: #fff;
    background: none;
    top: 13px;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    z-index: 1 !important;
}


      html.mm-opening #hamburger:before
      {
        -webkit-transform: rotate( 45deg );
        transform: rotate( 45deg );
      }
      html.mm-opening #hamburger:after
      {
        -webkit-transform: rotate( -45deg );
        transform: rotate( -45deg );
      }


       html.mm-opening .my-wp-search {
        padding: 0;
        text-align: center;
      }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 10px 0; }
    .mm-menu .mm-list.mm-panel {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }


/*
  jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }


  .mm-list > li.menu-item-social {
  margin-top: 10px;
  padding: 8px;
  text-align: center;
  
}

  .mm-list > li.menu-item-social > a {
    display:inline-block;
    padding:7px;
    font-size: 25px;
  }

    .mm-list > li.menu-item-social:after {
      display: none!important;
    }

.mm-list > li.menu-item-search {
  background: url(images/glitter-bg.jpg) repeat-x 0 0;
  padding-bottom:2px;
}


  

  .mm-list > li.menu-item-search .menu-search-form {
    padding:10px;
    text-align: center;
  }

   .mm-list > li.menu-item-search .menu-search-form label {
    display: none
   }

    .mm-list > li.menu-item-search .menu-search-form input {
        background: #fff;
  width: calc(100% - 40px);
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 19px;
    }

.mm-list > li > a {
    color:#fff;
    text-transform: uppercase;
    font-family: "freight-big-pro",sans-serif;
    letter-spacing: 1.5px;
    font-size: 17px;
}

.mm-list > li > a span {
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
}

.mm-list {
  background-color:#323031 !important;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 27px;
}

.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {

  width: 10px;
  height: 10px;
}

.mm-list a.mm-subopen {
  background:none;
  width: 60px;
 }

 .mm-menu .mm-list > li > a.mm-subclose {
   background: url(images/glitter-bg.jpg) repeat-x 0 0;
  color: rgba(255, 255, 255, 1);
  text-align: center;
    padding: 20px;
  text-indent: 0;
    font-size: 1.8rem;
  font-weight: 300;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -10px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: #fff !important;
  /* background: #e7c7c1; */
}

.mm-list .menu-item a {
   display: block;
  color: rgb(152,133,63) !important;
  padding: 7px 15px;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 1px dotted rgba(0,0,0,0.3);
}

html.mm-opening #hamburger:after,
html.mm-opening #hamburger:before {
    background: #fff;
}

/*Removers*/

.is-small .community-inner li a span em,
.is-small .menu-item-home,
.is-tablet #mainmenu,
.is-tablet .menu-pages-2017-container,
.is-tablet .hashtag,
.is-tablet .community-inner li a span,
.is-mobile .comptag,
.is-small .zem_rp_wrap li[data-position='3'],
.is-tablet .zem_rp_wrap li[data-position='2'],
.is-tablet .instagram-pics li:nth-of-type(11),
.is-tablet .instagram-pics li:nth-of-type(10),
.is-tablet .instagram-pics li:nth-of-type(9),
.is-tablet .instagram-pics li:nth-of-type(8),
.is-mobile .style-slick-nav,
.ad-archive-1-3,
.is-tablet .ad-archive-1-3,
.lbfb:after {
	display: none;
}


/*Adjustments*/

.is-small:not(.is-tablet) .ad-archive-1-3,
.is-tablet .ad-archive-1-4  {
  display: block;
}

  .is-mobile .ag-full {
    margin-left:5px;
    margin-right:5px;
    padding-left:0;
    padding-right:0;
    border:0;
  }

  .is-mobile .ag {

  }

  .is-mobile .ag  {
/*    margin-left:-10px !important;
    margin-right:-10px !important;*/
  }

    .is-mobile .ag#adbar-top1p  {
    margin-left:1px !important;
    margin-right:1px !important;
  }

  .is-mobile .a {
    padding:2px;
  }

  .is-mobile .adslick-top1-full .a {
    padding: 20px 25px 20px 25px !important;
}

  .is-tablet .social-block.right-align {
    text-align: center;
  }

  .is-mobile .comment-jump {
    width: 100%;
  }

  .is-mobile .pl3,
  .is-mobile .pl2 {
    padding-left: 5px;
}
  .is-mobile .pr2 {
    padding-right: 5px;
  }

 .is-tablet #menu-social-links-sidebar {
    float: none;
    text-align: center;
    margin: 3px 0 -12px;
    padding-bottom: 0;
    font-size: 19px;
    position: absolute;
    left: 50%;
    top: 120px;
    width: 300px;
    transform: translateX(-50%);
}

.is-mobile #search-modal {
    padding-right: 10px;
    padding-left: 10px;
}

.real-wed {
	height:770px !important;
}

.is-mobile .real-wed {
    height: auto !important;
}

.real-wed .post-tile.a-l {
    width: 56%;
    height: 48%;
}

.real-wed .post-tile.a-p {
    width: 38%;
    height: 95%;
}

.real-wed .post-tile.b-p {
	width: 35%;
}

.real-wed .post-tile.b-l {
    width: 56%;
    top: -47%;
    left: 40%;
}

.real-wed .post-tile.pt3 {
  width: 31% !important;
  padding-top:0;
}

.is-900 .real-wed .post-tile.pt3 {
  width: 46% !important;
  height:50% !important;
}


.is-900 .real-wed .b-p.pt3 {
      width: auto !important;
    height: 45% !important;
}


html .is-900 #outer #page #content .pt3 div.ad-port {
  display: none!important;
}

html .is-900 #outer #page #content .pt3 div.ad-land {
  display: block!important;
}


.real-wed .post-tile.b-l.follows-p,
.is-tablet .real-wed .post-tile.b-l.follows-p {
  left:0;
}

.real-wed .post-tile.b-p.follows-l {
    top: calc(-51% + 3px);
}

 .is-tablet .real-wed .post-tile.b-p.follows-l {
    top: calc(-100% + 6px);
    left: 59%;
}

.is-tablet .real-wed .post-tile.b-l + .is-tablet .real-wed .post-tile.b-l  {
  width:100%;
}

.is-tablet .real-wed .post-tile.a-l.adplace-1 + .post-tile.a-l.adplace-2 {
    width: 97%;
    height: 40%;
        background-position: bottom;
}


.is-small .real-wed .post-tile.a-p {
    width: 38%;
    height: 90%;
}

.is-small .real-wed .post-tile.b-l {
    top: -41%;
}

.is-tablet .real-wed .post-tile.b-l {
    top: -32%;
    left: 41%;
}

.is-tablet .real-wed .post-tile.a-l {
    width: 56%;
    height: 58%;
}

.is-tablet .real-wed .post-tile.a-l.adplace-1 {
  height: 50%;
}

.is-tablet .lmd-meta {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1em;
}

.single.is-mobile .entry-header h2 {
     bottom: 3px;
  
}

.single.is-mobile .post-details h4 {
    margin-bottom: 7px;
    font-size: 17px;
}

.single.is-mobile .coverline .entry-title {
    font-size: 27px;
    max-width: 440px;
    margin-top: 0px;
    line-height: 1em;
}

.is-tablet .real-wed .post-details {
    padding: 25px;
}

.is-mobile .real-wed .post-tile {
  margin:2px;
}

.is-mobile .real-wed .post-tile.a-l {
    width: 100% !important;
    height: 300px !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
}

.is-mobile .real-wed .post-tile.a-p {
    width: 100% !important;
    height: 500px !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
}

.is-mobile .real-wed .post-tile.b-l {
    top: -28%;
    left: 44%;
    width: 54%;
}

.is-mobile .sectionlink {
    margin: 15px 10px 80px;
    color:#fff;
    background:rgb(152,133,63);
    padding:2.5%;
}

.is-tablet .real-wed .post-tile.a-p .post-details .lmd-meta-wrapper {
    border-top: 1px solid rgba(255,255,255,0.7);
    padding-top: 5px;
    margin-bottom: 20px;
}

.is-mobile .real-wed .post-tile .post-details h3 {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1em;
    /* text-align: center; */
}

.is-900 #search-modal .dropdown-menu-widget {
    width: calc(50% - 4px) !important;
        margin-bottom: 10px;
}

.is-900 #search-modal .dropdown-menu-widget.widget-wide {
    width: calc(100% - 4px) !important;
}

.ajax-results h2 {
	font-size:22px !important;
}

html .ajax-results-block div {
    width: calc(100% - 180px) !important;
}

html .ajax-results-block div.lmd-meta {
    width: 30% !important;
    margin-right:10px;
    display: inline-block;
    vertical-align: top;
}

.ajax-results img {
	height: auto;
	width:150px;
}

.is-900 .ajax-results img {
    height: auto;
    width: 100px;
}

.is-900 .ajax-form input {
    font-size: 36px;
    width:80%;
}

.is-900 .ajax-form button {
    font-size: 27px;
    margin-left: 0;
}

html .is-900 .ajax-results-block {
    width: calc(100% - 4px) !important;
    margin-bottom: 50px;
}

html .is-tablet .ajax-results-block .lmd-meta {
   display: none !important;
}

html .is-900 .ajax-results-block:nth-of-type(6),
html .is-900 .ajax-results-block:nth-of-type(5){
	display: none!important;
}

.is-mobile #search-modal .dropdown-menu-widget {
    width: 80% !important;
    margin: 0 auto 5px;
    display: block;
}

.is-mobile #search-modal .dropdown-menu-widget h3 {
    font-size: 17px;
}

.is-mobile .ajax-form {
    margin: 40px 20px 10px;
}

.is-mobile .ajax-form input {
    font-size: 36px;
    width: calc(100% - 40px);
    padding-bottom: 10px;
}

.is-mobile .ajax-form button {
    font-size: 20px;
    margin-left: 0;
}

.is-mobile .ajax-results {
  display: none!important;
}

.is-mobile #search-modal .dropdown-menu-widget div {
    padding: 5px 0 10px;
}

.is-mobile #search-modal h2 {
    font-style: italic;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.is-small .center-wrap {
    width: 90%;
}

.is-small #search-modal .dropdown-menu-widget .dropdown-menu {
	font-size:13px;
}

.is-tablet #search-modal {
	padding-top:20px;
}

.is-tablet #community {
    margin: 30px auto 150px;
}

.is-tablet .post-header {
	background-position:initial;
	background-size: 100%;
}

.is-tablet .post-header {
    background-position: center;
    background-size: 210%;
    background-attachment: scroll;
}

.is-tablet.archive .post-tile,
.is-tablet.search .post-tile {
	height:340px;
	    width: calc(100% - 30px);
    margin-bottom: 0px;
}

.is-tablet .instagram-pics li {
    display: inline-block;
    width: calc(100% / 4 - 1px);
    margin: -3px 0;
}

.is-tablet #main .full-width-gallery .justified-image-grid,
.is-tablet .zem_rp_wrap {
    margin-left: 0;
    margin-right: 0;
}

.is-mobile .comment-meta {
    float: none;
    width: 220px;
    font-size: 18px;
    padding-top: 25px;
}

.is-mobile .comment-content {
    float: none;
    width: 90%;
    margin-top: 0px;
}

.is-mobile .comment-author img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    width: 40px;
    height: 40px;
}

.is-tablet .community-inner {
    position: absolute;
    width: 100%;
    margin: auto;
    top: auto;
    bottom: -130px;
    margin-bottom: 0;
    right: 0;
    padding: 10px!important;
    padding: 20px;
}

.is-small .community-inner h2 {
    font-size: 21px;
    line-height: 1.2em;
}

.is-tablet .center-wrap {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
    transform: none;
}

.is-small .zem_rp_wrap li .zem_rp_title {
    font-size: 16px;
    line-height: 1.1em;
}

.is-mobile .zem_rp_wrap li {
    display: block;
    width: 100%;
}

.is-tablet #connect .sf-links h2 {
    font-size: 26px !important;
    display: block;
    margin: 0 10px 10px !important;
}


.is-tablet #connect .sf-links {
  padding:10px !important;
}


.is-mobile .style-panel img {
    width: 100% !important;
    height: auto;
    min-width: initial!important;
    left: 0!important;
    margin-left: 0!important;
}

.home.is-mobile .style-panel img {
    width: 165% !important;
    height: auto !important;
    transform: translateX(-10%) !important;
}

.home.is-mobile .style-inner .linkbutton{

    margin: 10px 0px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.home.is-mobile .style-panel {
    height: 360px;
}

.is-mobile.home .style-nav-images h2 {

    font-size: 10px;
}

.is-mobile.single .panel li, .is-mobile.archive .panel li, .is-mobile.search .panel li  {
    padding: 1px 5px;
    margin: 0px;
}

.is-mobile.archive .post-tile,
.is-mobile.search .post-tile {
    height: 340px;
/*    width: 100%;*/
}

.is-tablet .mobile-only {
	display: block !important;
}

.is-mobile .col-6 {
	float:none;
	width:100%;
}

.is-small .top-swipe .slick-slide,
.is-small .top-swipe .slick-slide a {
	height:470px;
}

.is-tablet .top-swipe .slick-slide,
.is-tablet .top-swipe .slick-slide a {
    height: 470px;
    max-width: 100vw;
    overflow: hidden;
}

.is-mobile .top-swipe .slick-slide,
.is-mobile .top-swipe .slick-slide a {
    height: 400px;
}

    .is-mobile .ls img {
    transform: translatex(-23%);
  }

.is-tablet img.brand {
    margin-top: 5px;
    width: 120px;
    margin-bottom: 25px;
}
.is-small .coverline em > span {
    font-size: 43px !important;
}

.is-small .coverline em {
    font-size: 43px !important;
    line-height: 36px;
    margin-bottom: 10px;
}

.is-tablet .coverline em > span {
    font-size: 40px !important;
}

.is-tablet .coverline em {
    font-size: 40px !important;
    line-height: 36px;
    margin-bottom: 10px;
}

.is-mobile .coverline em {
    font-size: 31px !important;
    line-height: 26px;
    margin-bottom: 4px;
}

.is-mobile .top-swipe .slick-arrow {
    width: 20px;
    height: 20px;
}

.is-mobile .coverline em > span {
  font-size: 33px !important;
}

.is-mobile .top-swipe .slick-slide a h2 {
  left: 20px;
    right: 20px;
}


.is-tablet .coverline > span:first-child {
    font-size: 13px;
    margin-bottom: 3px;
    padding-bottom: 0px;
}

.is-mobile #masthead .trigger:after{
	display: none;
}

.is-tablet .restrict {
    max-width: 760px;
}

.is-tablet .regular-post {
    width: 50%;
}

.is-mobile .regular-post {
    width: 100%;
}

.is-tablet .sectionintro {
    font-size: 20px;
}

.is-tablet .community-inner h2 {
    font-size: 18px;
}

.is-mobile .sticky-comp {
    margin: -20px auto 0;
}

.is-mobile .sticky-link{
    padding: 5px;
    font-size: 14px;
    line-height:1.3em;
/*    border:0;*/
}

.is-mobile  .slide-in-bottom .top-scroll {
   
}

.is-tablet .community-inner li {
    width: 47%;
    margin-bottom:0;
}
.is-tablet .community-inner li a i {
    font-size: 42px;
}

.is-tablet.home .style-slick-nav {
    width: calc(100% - 6px);
    margin: 5px 3px 70px;
}

.is-tablet.home .style-nav-images {
    max-height: 100px;
    border-right: 0;
   }

.is-tablet.home .style-nav-images h2 {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
 }

.is-tablet .spotlight-inner h3 {
    font-size: 30px;
}

.is-tablet .spotlight-inner {
    width: 80%;
}

.home.is-tablet .style-panel a, .home.is-tablet .style-panel .style-inner-wrap {
    padding: 20px 20px 10px;
    left: 0;
    top: auto;
    transform: none;
    bottom: 0;
    margin: 13px;
}

.home.is-mobile .style-panel a, .home.is-mobile .style-panel .style-inner-wrap {
  
}
.is-tablet.home #primary .style-panel .style-inner h2, .is-tablet.home h1.style-list-title {
    font-size: 33px;
}

.home.is-mobile  #primary .style-panel .style-inner h2, .home.is-mobile  h1.style-list-title {
   border-bottom: 0 !important;
    font-size: 28px!important;
}


.is-tablet .entry-header {
    height: 60vh;
}

.is-tablet  .single .post-details .lmd-meta {
    width: 48%;
    margin-right: 5px;
}

.is-tablet.single:not(.single-sponsor) .content-area p:first-of-type,
.is-tablet.page:not(.single-sponsor) .content-area > p:first-of-type {
    font-size: 21px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.3em;
    font-style: normal;
    font-weight: 300;
} 

.is-tablet.single .panel li, .is-tablet.archive .panel li,
.is-tablet.single .panel li, .is-tablet.search .panel li {
    padding: 1px 5px;
}

.is-tablet.community-inner {
    bottom: 2px;
    right: 16.7667%;
    padding: 20px 10px;
}

.slide-in-bottom .top-scroll {
     top: -60px;
  }

.is-tablet.single .entry-header.simple-header .coverline .entry-title,
.is-tablet.page .entry-header.simple-header .coverline .entry-title {
    font-size: 56px;
}


.is-mobile.single .entry-header.simple-header .coverline .entry-title,
.is-mobile.page .entry-header.simple-header .coverline .entry-title {
    font-size: 46px;
}

.is-tablet .entry-header.simple-header {
    height: auto;
}


/*Ad fixes*/

/*Top 3*/
.is-mobile #b-40 .block_inner {
    width: 100%;
    margin: auto;
    float: none;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
}

/*Top 2*/
.is-mobile #b-41 .block_inner {
    width: 50%;
    margin: auto;
    float: none;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
}

/*Top 1*/

.is-mobile #b-45 .block_inner {
    padding: 0 50px;
}

.is-mobile .ag#adbar-top1p {
    margin-top: 0!important;
}

/*Regular Plus (Premium)*/
.is-mobile #b-37 .block_inner,
.is-mobile #b-46 .block_inner {
    width: 90%;
    max-width: 370px;
    margin: auto;
    float: none;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
}


.is-mobile .lbfb {
    padding: 80px 20px 30px;
}

/*Extra (inc. regulars) */
/*.is-mobile #b-46 .block_inner {
    width: 50%;
    margin: auto;
    float: none;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
}

.is-mobile #b-46 .block_inner:nth-child(-n+6) {
    display: inline-block;
}*/


/*Large side*/
.is-mobile .ag .col-6.p1 {
    padding-left: 2px!important;
    padding-right: 2px!important;
    width: 50% !important;
    float: left!important;
}


.adslick-top3 .slick-track {
  margin:auto;
}

#adbar-top3.ag {
    border: 0;
    padding: 0;
}