/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */


.page-header .container-fluid { padding: 0; }



/* === Video Header Area ==== */

.video-header .introduction {
	padding: 40px 50px 50px 60px;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-image: url(../jpg/apfy_bgrepeat_greentone.jpg);
	z-index: 1;
}

.video-header .introduction:before {
	content: '';
    width: 10px;
    height: 35px;
    transform: skew(-20deg);
    background: transparent;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    left: -20px;
    top: 20px;
}

.video-header .social-icons {
	font-size: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social {
	text-align: center;
}

.social-icons span {
	padding: 4px;
}

.social-icons svg {
	height: 32px;
    fill: #275d38;
}

.social-icons svg:hover {
	fill: #071009;
}



/* ==== End Videa Header Area ==== */



/* ==== Expanding Menu Cards ==== */



.expand-card-container {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
}

.expand-card-container h3, .expand-card-container h3 a {
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	margin: 0px;
	font-weight: bold
}

.expand-card-container .expand-card-title {
	text-align: center;
}

.expand-card-container ul li {
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
}

.expand-card-container img {
	border-radius: 10px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top center;
}

.expand-card-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}

.expand-card-content {
	background-color: #fff;
	border-radius: 10px;
	width: 90%;
	align-content: center;
	position: relative;
	padding: 15px;
}

.expand-card-hidden {
	display: none;
	overflow: hidden;
	transition: max-height 0.3s ease;

}
.expand-card-hidden.active {
	display: block;
	/*max-height: 300px; */
}

.expand-card-hidden ul {
	list-style-type: none;
	padding-left: 0px;
}

.expand-card-hidden ul li:before {
	content: '\f02b';
	font-family: "Font Awesome 5 Pro";
	margin-right: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #D6D6D6;
}

.toggle-btn {
	display: inline-flex;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #fff;
	border-radius: 50%;
	width: 23px;
	height: 23px;
}

.toggle-btn:before {
	content: "\f0c9";
	width: 25px;
	height: 25px;
	font-family: "Font Awesome 5 Pro";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.toggle-btn.button-active:before {
	content: "\f00d";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.expand-card-content.content-active {
	top: -50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.expand-card-content.content-active .expand-card-title {
	display: none;
}

/* ==== End Expanding Menu Cards ===== */

/* Wolverine Stories Landing Page Section */
/* Wolverine Stories */
.ws-landing-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-auto-flow: row;
}

.ws-landing-primary, .ws-landing-secondary, .ex-story-img-wrapper {
	overflow: hidden;
}

.ws-landing-title {
	grid-column: 2 / 3;
	grid-row: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ws-landing-title:hover a {
	color: #275d38;
	text-decoration: none;
}


.ws-landing-primary {
	grid-column: 1 / 3;
}

.ws-landing-primary a, .ws-landing-secondary a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.ws-primary-details, .ws-secondary-details {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: rgba(0, 0, 0, 0.4);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
}
/* ==== End Wolverine Stories =====*/


/* Exposure PHoto Stories */
#exposure-feed {
	display: grid;
	grid-template-columns: 0 1fr;
}

a.ex-stoy-link, a.ex-story-link:hover {
	text-decoration: none;
}

a.ex-stoy-link h2.ex-story-title, a.ex-stoy-link h5.ex-story-publish-date {
	text-decoration: none;
	color: #3C3C3C;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding-left: 25px;
}

a.ex-stoy-link h2.ex-story-title {
	align-self: center;
}

a.ex-stoy-link h5.ex-story-publish-date {
	align-self: start;
}

#exposure-feed .ex-story {
	padding: 20px;
}

.ex-story-meta {
	margin-top: 15px;
	display: grid;
	grid-template-columns: 30px auto;
 	grid-template-rows: 1fr;
}

.ex-story-meta::before {
	content: '\f08e';
	font-family: "FontAwesome";
	color: #275D38;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	border-right: 1px solid #707070;
	place-self: center;
	padding: 5px 15px;
}

.ex-story:hover .ex-story-meta::before {
	text-decoration: none;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {


	
	/* ==== Wolverine Stories =====*/
	.ws-landing-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	}	

	.ws-landing-title {
		grid-column: 2 / 3;
		grid-row: 4 /5;
	}

	.ws-landing-primary {
		grid-column: 1/3;
	}	


	.ws-landing-primary a, .ws-landing-secondary a, .ws-primary-img, .ws-secondary-img {
		width: 100%;
		height: 100%;
	}


	.ws-landing-primary-img, .ws-primary-img, .ws-secondary-img {
		z-index: 1;
		position: relative;
		object-fit: cover;
	}

	/* === End Wolverine Stories ==== */

	#exposure-feed {
	grid-template-columns: 0 1fr 1fr 1fr;
}
	

}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
		/* Social Icons */
	.video-header .social-icons {
    justify-content: space-between;
}
	
	/* End Social Icons */

	/* === Video Hero Section ==== */
.video-header {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr .75fr .75fr;
	margin-bottom: 80px;
}

.video-header video {
	grid-column: 1 / 9;
    grid-row: 1 / 3;
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}

.video-header .introduction {
	grid-column: 2 / 5;
    grid-row: 2 / 4;
}

/* ==== Default Card Styles ==== */


.video-header .social {
	grid-column: 6 / 8;
    grid-row: 3 / 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* === End Video Header ==== */
	
	/*==== Expanding Menu Cards ===== */
	section.expand-card-parent-section {
	min-height: 320px;
}
	
	.region.expand-card-region {
		position: absolute;
		z-index: 10;
	}
	
	
.expand-card-section {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
	.expand-card-container:hover .expand-card-content {
		top: -50px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.expand-card-container:hover .expand-card-hidden {
		display: block;
		max-height: 300px; /* Adjust as needed */
	}

	.expand-card-container:hover .toggle-btn:before {
		content: "\f00d";
		width: 100%;
		height: 100%;
		font-family: "Font Awesome 5 Pro";
		font-size: 14px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/* === Expanding Menu Cards === */
	.expand-card-img {
	height: 180px;
	}

	

	.expand-card-container:hover .expand-card-title {
		display: none;
	}

	/* ==== End Expanding Menu Cards =====*/

	/* ==== Wolverine Stories ====*/
	.ws-landing-container {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		margin-left: -15px;
		margin-right: -15px;
	}

	.ws-landing-title {
		grid-column: 5;
		grid-row: 1 / 2;
	}

	.ws-landing-title:hover .ws-arrow {
		transform: translate(30px);
	}

	.ws-landing-primary {
		grid-column: 1/3;
		grid-row: 1 / 3;
	}

	.ws-secondary-details {
		opacity: 0;
	}

	.ws-secondary-details, .ws-primary-img, .ws-secondary-img, .ws-arrow, img.ex-story-img {
		transition: 0.3s ease-in-out;
	}

	.ws-landing-secondary:hover .ws-secondary-details {
		opacity: 1;
	}

	.ws-landing-primary:hover img.ws-primary-img, .ws-landing-secondary:hover img.ws-secondary-img, .ex-stoy-link:hover img.ex-story-img {
		transform: scale(1.1);
	}

	/* === End Wolverine Stories =====*/

	


}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {


}/*end media query*/

/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1700px) {

.expand-card-container img {
    height: auto;
}


}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
