.widget-wrapper section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.caption {
  margin-top: 50px;
}
.memberships-template .club-membership-content, .memberships-template .prestige-membership-content {
  padding-bottom: 80px;
}
@media (max-width:1100px) {
  .memberships-template .prestige-membership {
    margin-top: 80px;
  }
}
@media (min-width:1100px) {
  .memberships-template .row {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .wine-quote {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
.memberships-template .club-membership-heading, .memberships-template .prestige-membership-heading {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  position: relative !important;
  width: auto;
  display: inline-block;
  padding: 20px;
}
.nav .tablet .two.columns a {
  top: -10px;
  position: relative;
}
.nav .mobile .four.columns {
  position: absolute;
  left: 2rem;
  top: 15px;
}
.modal-age .js-yes, .modal-age .js-no.hollow {
  padding: 23 0;
  text-align: center;
}
.intro.intro-section {
  height: auto;
  min-height: 530px;
}
.intro.intro-section > .row {
  margin-top: 200px;
}
body.view-wine_individual section.video_experience .font-small.desktop {
  margin-top: 30px;
}
body.view-home .video-display {
  height: 100%;
  padding: 0;
}
body.view-home .video-display .on-stop {
  height: 100%;
  min-height: 470px;
}
i.download.y-center + * {
  padding-left: 60px;
  text-decoration: underline;
}
.video-modal .ic-close {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-modal i.ic-close:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
body.view-home .play-vimeo-video {
  font-size: 24px;
  margin: 2rem;
}

.modal[data-size="large"] .modal-box {
  width: 80%;
}

#IFrameModal .modal-box {
  overflow: hidden;
  height: 80%;
}
#IFrameModal .modal-box .modal-body {
  height: 100%;
}
#IFrameModal .modal-box .modal-body .row:not(:first-child) {
  height: 100%;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.cms-content img {
    max-width: 100%;
}

.fc-header-title h2 {
  /*make it an h5 with styles*/
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 550px) {
  .fc-header-title h2 {
      font-size: 2.4rem;
  }
}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-size: initial;
}

#calendar .fc-content {
    pointer-events: none;
}
h2 a.book-now{
    margin-top: -100px;
    display: block;
    margin-bottom: 50px;
}