/* WP GALLERY */

/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

@media (max-width: 600px) {
	#wrapper .gallery-item {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		display: block;
	}
}.zdfooter-chaskell {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.corp-chaskell-wrap {
	position: relative;
}

.corp-haskell-logo {
	position: absolute;
	top: -20px;
}

.chaskell-text-menu {
	padding: 120px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.chaskell-text {
	font-style: italic;
	font-weight: 600;
	font-size: 32px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	width: 450px;
	max-width: 100%;
}

#ft-chaskell-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ft-chaskell-menu .menu, .chaskell-links {
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style: none;
}

.chaskell-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.chaskell_social_link {
	padding-right: 20px;
}

.chaskell_social_link a {
	font-size: 24px;
}

#ft-chaskell-menu .menu .menu-item{
	padding-bottom: 20px;	
}

#ft-chaskell-menu .menu .menu-item a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

@media (max-width: 767px) {
	.chaskell-text-menu {
		flex-direction: column;
	}
	
	#ft-chaskell-menu {
		padding-top: 20px;
	}
}