@font-face {
    font-family: "Pitch";
    src: url('../fonts/template/Pitch-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pitch Sans";
    src: url('../fonts/template/PitchSans-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

#ag-digital-overlap h1:not(wp-block-post-content h1),
#ag-digital-overlap h2:not(wp-block-post-content h2),
#ag-digital-overlap h3:not(wp-block-post-content h3),
#ag-digital-overlap h4:not(wp-block-post-content h4),
#ag-digital-overlap h5:not(wp-block-post-content h5),
#ag-digital-overlap h6:not(wp-block-post-content h6),
#ag-digital-overlap p:first-child:not(wp-block-post-content p) { 
    margin-block-start: revert;
    margin-block-end: revert;
	font-weight: revert;
}

.mobile {
	display: none;
}

body #ag-digital-overlap {
	background-color: #000;
}

.columns {
	display: flex;
}

.column {
	margin-right: 50px;
}

.column-image {
	max-width: 40%;
	margin-top: 35px;
}

.column-image img {
	max-width: 100%;
	height: auto;
	opacity: 0;
}

.image-john-colette {
	background-position: bottom left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.column-copy {
	max-width: 50%;
}

.first-column {
	width: 66.5%
}

.second-column {
	width: 33.5%;
	margin-right: 0;
}

.columns._1-1 .column .image-row {
	margin-top: 110px;
	margin-bottom: 80px;
}

#ag-digital-overlap h1, 
#ag-digital-overlap h2, 
#ag-digital-overlap h3 {
	font-family: 'Pitch Sans', sans-serif;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 50px;
	color: white;
}

#ag-digital-overlap h2, 
#ag-digital-overlap h3 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #FFD800;
}

#ag-digital-overlap h3 {
	color: #F581FF;
}

#ag-digital-overlap p {
	font-family: 'Pitch', serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 35px;
	color: white;
}

.image-row {
	display: flex;
	justify-content: space-between;
}

.image-row .image {
	flex-grow: 1;
	flex-shrink: 1;
}

.image-row .image img {
	width: 100%;
}

.column-copy .image-row .image {
	max-width: 31.5%
}

.column-copy .image-row .image:first-child {
	margin-right: 2.5%
}

.column-copy .image-row .image:last-child {
	margin-left: 2.5%;
}

.flex-gap {
	gap: 45px;
}

.large-image {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 500px;
	margin-bottom: 150px;
	z-index: 100;
	background: black;
}

.large-image img {	
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 30px;
}

.eye {
	margin: 350px auto;
	width: 608px;
	height: 912px;
	display: block;
}

.eye img {
	max-width: 100%;
	height: auto;
}

.image-row {
	max-width: 1250px;
	margin: 0 auto 250px;
}

.digital-overlap-footer {
	margin-top: 200px;
	border-top: 1px solid white;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.maxed {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.padded {
	padding: 50px;
}

.bottom-copy h3 {
	margin-bottom: 20px;
}

#ag-digital-overlap a {
	color: #8BDBFF;
	text-decoration: none;
}

.owl-container {
	display: none;
}

.dark.gazette_single_nav_container .gazette_single_nav_item {
	color: white;
}

.dark.gazette_single_nav_container .border_bottom_link {
	background: white;
}

.lightbox-image {
	cursor: pointer;
}

.larger-image-lightbox {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 9999;
}

.li-lightbox-content {
	position: relative;
	max-width: 80%;
	max-height: 80%;
	margin: 22% auto 0;
	z-index: 9999;
}

.li-lightbox-content img {
	max-width: 100%;
	height: auto;
}

.li-lightbox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
}

.owl-nav button {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 75px;
	height: 133px;
}

.larger-image-lightbox .owl-carousel .owl-nav button.owl-prev {
	left: -8%;
	background: url("/wp-content/themes/alys-beach/assets/images/ag-stories/the-beauty-of-digital-overlap/white_arrow_left.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.larger-image-lightbox .owl-carousel .owl-nav button.owl-next {
	right: -8%;
	background: url("/wp-content/themes/alys-beach/assets/images/ag-stories/the-beauty-of-digital-overlap/white_arrow_right.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-nav button span {
	display: none;
}

@media all and (max-width: 1600px) {
	.digital-overlap-footer {
		padding: 20px 4% 0;
		width: 92% !important;
	}

	.first-column {
		width: 55%;
		margin-right: 4%;
	}

	.second-column {
		width: 34%;
	}
}

@media all and (max-width: 768px) {
	.owl-container, .mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.columns {
		display: block;
	}

	.column {
		margin-right: 0;
	}

	.column .image-row {
		margin-top: 75px;
		margin-bottom: 25px;
	}

	.column-copy {
		max-width: 100%;
	}

	.column-copy img {
		width: 100%;
		margin: 0 auto;
	}

	#ag-digital-overlap h1 {
		margin: 10% 5%;
		padding-right: 10%;
	}

	#ag-digital-overlap h2 {
		margin: 10% 20% 10% 5%;
	}

	#ag-digital-overlap p, 
	#ag-digital-overlap h3 {
		margin: 2.5% 5%;
	}

	.mobile .owl-carousel {
		margin: 0 auto;
		width: 90%;
	}

	.mobile .owl-carousel img {
		max-width: 100%;
		height: auto;
	}

	.mobile .owl-carousel .owl-stage-outer {
		width: 110%;
	}

	.image-row {
		margin-top: 150px;
		margin-bottom: 100px;
		display: block;
	}

	.image-row.desktop {
		display: none;
	}

	.large-image {
		margin-top: 75px;
		margin-bottom: 0px;
		height: auto;
	}

	.eye {
		max-width: 90%;
		margin: 0 auto;
		height: auto;
	}

	.bottom-copy.padded.maxed, .first-column, .second-column {
		width: 100%;
		padding: 0;
	}

	.second-column {
		margin-bottom: 75px;
	}

	.digital-overlap-footer p:last-child {
		text-align: right;
	}

	.image-row.mobile {
		margin-top: 25px;
	}

	.owl-container .owl-carousel .owl-stage-outer {
		width: 110%;
	}

	.column-copy .image-row .image {
		max-width: 90%;
		margin: 0 auto;
	}

	.column-copy .image-row .image:first-child {
		margin-bottom: 2.5%;
	}

	.column-copy .image-row .image:first-child, .column-copy .image-row .image:last-child {
		margin-left: auto;
		margin-right: auto;
	}	
}