/* Buttons */

.button {
	z-index: 2;
}

.goldbar__hero__left__inner .button--black.button--contrast {
	margin: 0 10px 10px 0;
}

/* Header Customisation */

.custom *{
	box-sizing: border-box;
}

.cl-header{
    width: 100%;
	height: 300px;
    /* min-height: 360px; */
    background-image: url(/images/goldbar/Discover_Gold-Header-01.jpg);
    background-size: cover;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	margin-bottom:30px;
}

/* .full-width-video {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
} */

.cl-header img{
    width: 300px;
    /* position: absolute; */
    /* z-index: 2; */
	margin-bottom: 20px;
}

/* .full-width-video .video-holder {
  position: relative;
  width: 100%;
  height: 1000%;
  -webkit-filter: brightness(0.6);
      filter: brightness(0.6);
} */

/* .full-width-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

@media screen and (max-width:800px) {
  .cl-header.full-width-video {
    height: 260px;
  }
}

@media screen and (max-width:600px) {
  .cl-header.full-width-video {
    height: 200px;
  }
}

@media screen and (max-width:400px) {
  .cl-header.full-width-video {
    height: 180px;
  }
}

.cl-cta{
    background-color: #314C89;
    color: white;
    border: 1px solid white;
    padding: 12px 15px;
    /* border: none; */
    border-radius: 25px;
    cursor: pointer;
    margin: 20px 10px 0 0px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-align: center;
    width: 47%;
  }
  .cl-cta.white{
    background-color: #FFF;
    color: #314C89;
    /* border: none; */
  }
  .cl-cta i{
    margin-left: 18px;
    font-size: 12px;
  }
  .cl-cta:hover{
    background-color: #FFF;
    color: #314C89;
    text-decoration: none;
    border: 1px solid #314C89;
  }
  .cl-cta.white:hover{
    background-color: #314C89;
    color: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
  }

.seo{
    width: 80%;
    margin: 30px auto;
    text-align: center;
}
.seo-text{
    font-size:16px;
    color: #314C89;
}
.seo .lc-section-title{
    color: #000;
}

@media screen and (max-width:400px) {
  .seo{
    width: 90%;
    margin: 20px auto;
    text-align: center;
  }
  .seo .lc-section-title{
    color: #314C89;
    font-size: 25px;
  }
}

/*  Gold bar */

.goldbar {
	font-size: 17px;
	line-height: 28px;
	color: #43484B;
}

.goldbar .btn {
	font-size: 18px;
	text-decoration: none;
	border: none;
	box-shadow: none;
	text-align: center;
	color: #fff;
	background-color: #43484B;
	border: 1px solid #43484B;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	min-width: 200px;
	padding: 0 15px;
	margin: 20px 0;
	transition: .3s all;
}

.goldbar .btn:hover,
.goldbar .btn:focus {
	background-color: #000;
	border-color: #000;
}

.goldbar .btn.inverse {
	color: #43484B;
	background-color: #fff;
	border-color: #fff;
}

.goldbar .btn.inverse:hover,
.goldbar .btn.inverse:focus {
	background-color: transparent;
	color: #fff;
}

.section.group.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.goldbar__hero {
	background-color: #131315;
	color: #fff;
	min-height: 500px;
	border-radius: 22px;
	overflow: hidden;
}

.goldbar__hero__left {
	width: 70%;
	padding: 60px 120px 80px 120px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.goldbar__hero__left .btn {
	display: none;
	visibility: hidden;
}

.goldbar__hero__left__inner>*:nth-child(1) {
	margin-top: 0;
}

.goldbar__hero__left__inner>*:nth-last-child(1) {
	margin-bottom: 0;
}

.goldbar__hero__left__heading {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 30px;
}

.goldbar__hero__left p {
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	margin: 0 0 20px;
	font-weight: normal;
}

.goldbar__hero__right {
	width: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	padding: 60px 120px;
}

.goldbar__hero__right__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	z-index: 2;
}

.goldbar__hero__right__overlay--bottom {
	display: none;
}

.goldbar__hero__right__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.goldbar__hero__right .btn {
	position: relative;
	z-index: 2;
	margin: 0;
}

.goldbar__cta {
	background-color: #131315;
	color: #fff;
	min-height: 500px;
	position: relative;
}

.goldbar__cta__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.goldbar__cta__left {
	width: 50%;
	padding: 60px 70px 80px 70px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	z-index: 3;
}

.goldbar__cta__left__inner>*:nth-child(1) {
	margin-top: 0;
}

.goldbar__cta__left__inner>*:nth-last-child(1) {
	margin-bottom: 0;
}

.goldbar__cta__left__heading {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

.goldbar__cta__left p {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	margin: 0 0 20px;
	font-weight: normal;
}

.goldbar__cta__left .btn {
	margin-top: 5px;
}

.goldbar__cta__right {
	width: 50%;

}

.goldbar__range {
	padding: 60px 0;
}

.goldbar__range__heading {
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin: 0 0 40px;
	font-weight: normal;
}

.goldbar__range__row {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 25px);
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.goldbar__range__item {
	/* width: calc(33.333% - 25px); */
	width: calc(25% - 25px);
	margin: 0 12.5px 30px;
	text-align: center;
}

.goldbar__range__item__image {
	width: 100%;
	height: auto;
	margin: 0;
}

.goldbar__range__item__heading {
	margin: 30px 0 20px;
	font-size: 20px;
	font-weight: normal;
	padding: 0 30px;
}

.goldbar__range__item p {
	font-size: 17px;
	line-height: 28px;
	padding: 0 30px;
}

.goldbar__range__item .btn {
	margin: 20px 0 0 0;
}

.goldbar__range__carousel {
	/*display: flex;
flex-wrap: wrap;*/
	width: calc(100% + 12px);
	margin-left: -6px;
	margin-right: -6px;
}

.goldbar__range__carousel .flickity-prev-next-button {
	top: 33%;
	background-color: rgba(255, 255, 255, .5);
}

.goldbar__range__carousel__item {
	padding: 0 7.5px;
	width: 25%;
	text-align: center;
	margin: 0 0 30px;
	position: relative;
}

.goldbar__range__carousel__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.goldbar__range__carousel__item__image {
	width: 100%;
	height: auto;
	margin: 0;
}

.goldbar__range__carousel__item__heading {
	font-size: 18px;
	margin: 20px 0 5px;
	line-height: 28px;
	font-weight: normal;
}

.goldbar__range__carousel__item p {
	font-size: 18px;
	line-height: 28px;
}

.goldbar__twocol-range {
	padding: 60px 0 30px;
}

.goldbar__twocol-range__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 30px;
}

.goldbar__twocol-range__item {
	width: 50%;
	padding: 0 67px;
	margin: 0 0 60px;
	text-align: center;
}

.goldbar__twocol-range__item__image {
	width: 100%;
	height: auto;
	margin: 0;
}

.goldbar__twocol-range__item__heading {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	padding: 0 30px;
	margin: 30px 0 20px;
}

.goldbar__twocol-range__item ul {
	list-style: none;
	padding: 0 30px;
	margin: 0 0 10px;
}

.goldbar__twocol-range__item ul li {
	text-align: center;
}

.goldbar__twocol-range__item ul li:before {
	content: '• ';
}

.goldbar__threecol-range {
	padding: 60px 0;
}

.goldbar__threecol-range__row {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 25px);
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.goldbar__threecol-range__item {
	width: calc(33.333% - 25px);
	margin: 0 12.5px 30px;
	text-align: center;
}

.goldbar__threecol-range__item__image {
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #707070;
}

.goldbar__threecol-range__item__heading {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	padding: 0 30px;
	margin: 30px 0 20px;
}

.goldbar__threecol-range__item ul {
	list-style: none;
	padding: 0 30px;
	margin: 0 0 10px;
}

.goldbar__threecol-range__item ul li {
	text-align: center;
}

.goldbar__threecol-range__item ul li:before {
	content: '• ';
}

.goldbar__threecol-range__btn-wrapper {
	width: 100%;
}

.goldbar__threecol-range__btn-wrapper .btn {
	width: 100%;
}

.goldbar__threecol-range__btn-wrapper .btn i {
	float: none;
	width: auto;
	height: auto;
	line-height: inherit;
	background-color: transparent;
	text-align: inherit;
	margin-right: 0;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.goldbar__footer {
	padding: 30px 0 60px;
}

.goldbar__footer__intro {
	text-align: center;
	padding: 0 120px;
	margin: 0 0 90px;
}

.goldbar__footer__intro__heading {
	margin: 0 0 40px;
	font-weight: normal;
	font-size: 30px;
}

.goldbar__footer__sub-nav {
	background-color: #F7F7F7;
	padding: 60px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}

.goldbar__footer__sub-nav__heading {
	text-align: center;
	width: 100%;
	font-weight: normal;
	font-size: 30px;
	padding: 0 60px;
	margin: 0 0 60px;
}

.goldbar__footer__sub-nav__row {
	display: flex;
	flex-wrap: wrap;
}

.goldbar__footer__sub-nav__item {
	width: 33.333%;
	padding: 0 60px;
	text-align: center;
	margin: 0 0 30px;
}

.goldbar__footer__sub-nav__item i {
	font-size: 50px;
	margin: 0 0 10px;
}

.goldbar__footer__sub-nav__item__heading {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
}

.goldbar__footer__sub-nav__item p {
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 10px;
}

.goldbar__footer__sub-nav__item .btn {
	width: 100%;
	margin: 30px 0 0;
}

.goldbar__footer__outro {
	text-align: center;
	padding: 0 120px;
	margin: 0 0 90px;
}

.goldbar__footer__outro h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.goldbar__footer__outro h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.goldbar__footer__outro h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.goldbar__footer__outro h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.goldbar__footer__outro h5 {
	font-size: 17px;
	font-weight: normal;
	margin: 40px 0 10px;
}

.goldbar__footer__outro h6 {
	font-size: 17px;
	font-weight: normal;
	margin: 40px 0 10px;
}

.goldbar__footer__outro p {
	font-size: 17px;
	line-height: 28px;
}

.goldbar__footer__outro ul {
	list-style: none;
	padding: 0 30px;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 28px;
}

.goldbar__footer__outro ul li {
	text-align: center;
}

.goldbar__footer__outro ul li:before {
	content: '• ';
}

.goldbar__link {
	position: relative;
	display: block;
}

.recycled__shopbox__tag {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 0;
	background-color: #3B7D33;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	pointer-events: none;
}

.recycled__shopbox__tag i {
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

@media only screen and (max-width: 1100px) {
	.goldbar__hero__left {
		padding: 60px 80px 70px 60px;
	}

	.goldbar__hero__right {
		padding: 60px;
	}

	.goldbar__cta__left {
		padding: 60px 60px 70px 60px;
	}
}

@media only screen and (max-width: 840px) {
	.section.group.flex {
		padding-left: 25px;
		padding-right: 25px;
	}

	.goldbar__hero {
		flex-direction: column-reverse;
	}

	.goldbar__hero__left {
		width: 100%;
		padding: 40px 0;
	}

	.goldbar__hero__left .btn {
		display: inline-block;
		visibility: visible;
	}

	.goldbar__hero__right {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px;
		height: 350px;
	}

	.goldbar__hero__right__overlay {
		display: none;
	}

	.goldbar__hero__right__overlay--bottom {
		display: block;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: auto;
		position: absolute;
		z-index: 2;
	}

	.goldbar__hero__right .btn {
		display: none;
		visibility: hidden;
	}

	.goldbar__hero__left__heading {
		font-size: 35px;
	}

	.goldbar__range__heading,
	.goldbar__footer__intro__heading,
	.goldbar__footer__sub-nav__heading {
		font-size: 22px;
	}

	.goldbar__range__row {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.goldbar__range__item {
		width: 100%;
		margin: 0 0 60px;
	}

	.goldbar__range__item .btn {
		margin: 10px 0 0;
	}

	.goldbar__cta__left {
		width: 100%;
		padding: 90px 0;
	}

	.goldbar__cta__bg {
		object-position: 75% center;
	}

	.goldbar__cta {
		align-items: center;
		min-height: 0;
	}

	.goldbar__cta:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 2;
	}

	.goldbar__twocol-range__row {
		padding: 0;
	}

	.goldbar__twocol-range__item {
		width: 100%;
		padding: 0;
	}

	.goldbar__range__carousel__item {
		width: 100%;
		padding: 0 5px;
		margin: 0;
	}

	.goldbar__threecol-range__item {
		width: 100%;
		margin: 0 0 60px;
	}

	.goldbar__footer__intro {
		padding: 0;
		margin: 0 0 60px;
	}

	.goldbar__footer__sub-nav {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px;
		padding: 60px 25px 0;
		margin-bottom: 30px;
	}

	.goldbar__footer__sub-nav__heading {
		padding: 0;
	}

	.goldbar__footer__sub-nav__item {
		width: 100%;
		padding: 0;
		margin: 0 0 60px;
	}

	.goldbar__footer__outro {
		padding: 0;
		margin: 0 0 60px;
	}
}

@media only screen and (max-width: 600px) {
	.recycled__range__row .recycled__shopbox__tag {
		font-size: 13px;
		line-height: 27px;
		height: 27px;
		top: 8px;
	}

	.recycled__range__row .recycled__shopbox__tag i {
		font-size: 14px;
	}
}