/* Department CSS Document */
/*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 ========================== */

/* 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: #fff;
	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%);
}

/* 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;
}

/* Blog Slider Overrides */

.blog-slider li {
	padding: 0;
}

.blog-slider h2 {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-left: 7px solid #fff;
	padding-left: 10px;
	color: #fff;
}

.featured-slider a, .featured-slider a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2E2D2D;
}


.featured-content {
	padding: 20px 20px 80px 20px;
}

.featured-content p {
	font-family: "Raleway", sans-serif;
}

.slick-dots {
    padding-left: 0;    
    left: 50%;
	right: auto;
    opacity: 1.0;    
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
	bottom: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slick-dots button {
	width: 20px;
	height: 20px;
	box-shadow: none;
	background-color: #ebebeb;
}

.slick-dots li {
	margin: 5px 8px 5px 8px;
}

.slick-dots .slick-active button {
	background: rgb(39,94,55);
	background: radial-gradient(circle, rgba(39,94,55,1) 25%, rgba(235,235,235,1) 25%);
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
.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;
}
	
#exposure-feed {
	grid-template-columns: 0 1fr 1fr 1fr;
}
	
/* Blog slider overrides */
	
.slick-slider a {
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: center;
}

.featured-content {
	padding: 40px 40px 80px 40px;
}
	
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

.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);
}

/*Blog slider overrides */
.featured-content {
	padding: 60px 100px 100px 100px;
}
	
	
	
}/*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*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
