/* -------------------------------------- */
/* -------------- Carousel -------------- */
/* -------------------------------------- */

/* --- Carousel Slide --- */
.pgh-promotions-carousel__slide {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0px 6px;
}
@media only screen and (min-width: 1024px) {
  .pgh-promotions-carousel__slide {
		flex-direction: row;
		gap: 64px;
	}
}

/* --- Column layout --- */
.pgh-promotions-carousel__leftColumn,
.pgh-promotions-carousel__rightColumn {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	justify-content: center;
}
.pgh-promotions-carousel__leftColumn {
	order: 2;
}
.pgh-promotions-carousel__rightColumn {
	order: 1;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-carousel__leftColumn {
		order: 1;
	}
	.pgh-promotions-carousel__rightColumn {
		order: 2;
	}
}

/* --- Title --- */
.pgh-promotions-carousel__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* --- Short description --- */
.pgh-promotions-carousel__description {
	margin-bottom: 20px;
}
.pgh-promotions-carousel__description p {
	line-height: 1.4;
}

/* --- Link button --- */
.pgh-promotions-carousel_linkWrapper {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-carousel_linkWrapper {
		margin-bottom: 40px;
	}
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom.pgh-promotions__button {
	/* display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 8px 19px;
	border: 1px solid black;
	color: black; */
	border-color: rgb(22, 22, 23);
	color: rgb(22, 22, 23);
	background-color: transparent;

	font-family: "Open Sans" !important;
	font-weight: 700 !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom.pgh-promotions__button:hover {
	opacity: 1;
	background-color: #b49238;
  color: #ffffff;
	border-color: transparent;
}
/* @media only screen and (min-width: 1024px) {
	.pgh-promotions__button {
		font-size: 14px;
		padding: 10px 24px;
	}
} */

/* --- Navigation Buttons --- */
.pgh-promotions-carousel__buttonGroup {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 15px;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-carousel__buttonGroup {
		gap: 25px;
	}
}
.pgh-promotions-carousel__prevArrow,
.pgh-promotions-carousel__nextArrow {
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.pgh-promotions-carousel__prevArrow {
	background-image: url("../png/prevarrowslick.png");
	background-size: cover;
	background-position: 50%;
}
.pgh-promotions-carousel__prevArrow:hover {
	background-image: url("../png/prevarrowslickhover.png");
	opacity: 1;
}
.pgh-promotions-carousel__nextArrow {
	background-image: url("../png/nextarrowslick.png");
	background-size: cover;
	background-position: 50%;
}
.pgh-promotions-carousel__nextArrow:hover {
	background-image: url("../png/nextarrowslickhover.png");
	opacity: 1;
}

/* Error handling and other messages */
.pgh-promotions-carousel__noResultsText {
	text-align: center;
}


/* -------------------------------------- */
/* -------------- Listing -------------- */
/* -------------------------------------- */

/* --- List container --- */
.pgh-promotions-list {
	text-align: center;
}
.pgh-promotions-list__container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	row-gap: 40px;
	column-gap: 30px;
}
.pgh-promotions-list__container .pgh-promotions-list__item {
	flex-basis: 100%;
	flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-list__container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		column-gap: 40px;
	}
  .pgh-promotions-list__container .pgh-promotions-list__item {
		flex-basis: 47.666666%;
		flex-grow: 0;
	}
}

/* --- List images --- */
.pgh-promotions-list__imgWrapper {
	position: relative;
  height: 100%;
  /* Formula is: (height / width * 100%) */
  /* padding-top: calc(0.75 * 100%); */
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-list__imgWrapper {
		height: 0;
		/* Formula is: (height / width * 100%) */
		padding-top: calc(0.75 * 100%);
	}
}

.pgh-promotions-list__container .pgh-promotions-list__item img {
	position: relative;
	height: 100%;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-list__container .pgh-promotions-list__item img {
		/* width: 100% !important; */
	position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
	}
}

/* --- List title --- */
.pgh-promotions-list__title {
	font-size: 24px;
	line-height: 1.2;
	margin: 11px 0;
	font-weight: 700;
	text-transform: uppercase;
}

/* --- List short description --- */
.pgh-promotions-list__shortDescription {
	width: 80%;
	margin: 0 auto;
}
.pgh-promotions-list__shortDescription p {
	margin-bottom: 0;
	color: black;
}

/* --- List load more button --- */
.pgh-promotions-list .pgh-promotions__button {
	margin-top: 30px;
}
.pgh-promotions-list .pgh-promotions__button.hidden {
	display: none !important;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-list .pgh-promotions__button {
		margin-top: 40px;
	}
}


/* -------------------------------------- */
/* --------- Single Promotions ---------- */
/* -------------------------------------- */

.pgh-promotions-single {
	margin-top: 28px;
	margin-bottom: 56px;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-single {
		margin-top: 36px;
		margin-bottom: 72px;
	}
}

.pgh-promotions-single__image {
	width: 100%;
}

.pgh-promotions-single__title {
	font-size: 43px;
	line-height: 1.4;
	font-weight: 600;
}
.entry-content .pgh-promotions-single__title {
	margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-single__title {
		font-size: 55px;
		line-height: 1.2;
	}
	.entry-content .pgh-promotions-single__title {
		margin-top: 2.5rem;
	}
}

.pgh-promotions-single__subtitle,
.pgh-promotions-single__tncTitle {
	font-size: 19px;
	line-height: 1.4;
	color: #967A2E;
	font-weight: 600;
	margin: 14px 0 24px 0 !important;
}
@media only screen and (min-width: 1024px) {
	.pgh-promotions-single__subtitle,
	.pgh-promotions-single__tncTitle {
		font-size: 24px;
		line-height: 1.2;
		margin: 18px 0 30px 0 !important;
	}
}

.pgh-promotions-single__tncTitle {
	color: #646464;
	margin: 14px 0 !important;
}

.pgh-promotions-single__separator {
	height: 1px;
	width: 100%;
	border-top: 1px solid #D0D0D0;
	margin-bottom: 32px;
}
