.breadcrumb {
	display: none;
}

.privateTastings__panel-597001 {
	margin: 30px auto 0;
}

@media (min-width: 960px) {
  .privateTastings__panel-597001 {
  	margin: 30px auto;	
  }
}

/***Title****/
.fc-layout .fc-layout__header{
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
}
.privateTastings__panel-597001 .fc-header {
	padding: 0 0 20px;
}
.fc-header {
	position: relative;
  	padding: 0;
  	overflow: hidden;
}
@media (min-width: 960px) {
  .fc-header {
      padding: 20px 0;
  }
}

.fc-header__title {
	display: inline-block;
    vertical-align: baseline;
    position: relative;
  	letter-spacing: .15em;
  	padding: 0 20px;
}
.fc-header__title::before, .fc-header__title::after {
    content: "";
    display: block;
    width: 1000px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #BBAC78;
}

.fc-header__title::before,
.shop-title__title::before {
	right: 100%;
}

.fc-header__title::after,
.shop-title__title::after {
	left: 100%;
}

.fc-divider {
  display: none;
}

/***copy/content***/
.twe-shop-title {
  color: #101010;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

.twe-shop-copy {
  color: #333;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
}

.twe-shops__link {
	color: #562345;
  	text-decoration: underline;
}

/***content boxes***/
.content-boxes {
	padding-top: 0;
  	padding-bottom: 0;
}
.content-boxes__copy {
	display: flex;
    flex-direction: column;
}
.content-boxes__title {
  order: 2;
}
.content-boxes__image {
  order: 1;
}
.content-boxes__copy {
  order: 3;
}
.twe-shops-learnMore {
  padding: 8px 30px;
  background-color: #562345;
  color: white;
  display: block;
  margin: 10px auto;
  width: 150px;
  height: 40px;
  font-size: 12px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.twe-shops-learnMore:hover {
	background-color: #bbac78;
    color: #fff;
}