.single-whizzy_proof_gallery {
	#popup-selector {
		display: none;
	}
	.whizzy-data {
		margin-bottom: 40px;
		@media (max-width: 1199px) {
			margin-bottom: 60px;
		}
		@media (max-width: 991px) {
			margin-bottom: 50px;
		}
		.grid{
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			width: 100%;
		}
		.grid__item {
			display: inline-block;

			.entry__meta-box {
				display: inline-block;

				span {
					display: inline-block;
					padding-right: 40px;
				}
				.meta-box__title {
					display: inline-block;
					padding-right: 10px;
				}
			}

			.aheto-btn.aheto-btn--primary {
				margin-left: 15px;
				position: relative;
				display: inline-block;
				box-sizing: border-box;
			}

			&:last-child {
				margin-left: auto;
				@media (max-width: 991px) {
					padding-top: 20px;
					flex: auto;
					width: 100%;
				}
				button:not(:last-child) {
					@media (max-width: 991px) {
						margin-left: 0;
					}
				}
			}
		}
	}

	.date-post {
		display: none;
	}

	#whizzy_proof_gallery {
		margin-bottom: 50px;

		.proof-photo {
			cursor: pointer;
			overflow: hidden;
			margin-bottom: 30px;
			@media only screen and (max-width: 767px) {
				margin-bottom: 15px!important;
				padding-left: 0!important;
				padding-right: 0!important;
				max-width: 100%;
				width: 100%;
			}

			.img-wrap {
				height: 180px;
				width: 100%;
				position: relative;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;

				&:before {
					position: absolute;
					display: block;
					content: '';
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background-color: rgba(var(--ca-dark), 0.3);
					opacity: 0;
					transition: all 0.5s ease;
				}
			}

			.proof-photo__container {
				position: relative;
			}

			.proof-photo__meta {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

			.proof-photo__status {
				display: none;
			}

			.meta__action {
				&.zoom-action {
					font-size: 0;
					padding: 0;
					position: absolute;
					background-color: transparent !important;
					top: 0;
					width: 100%;
					height: 180px;
					z-index: 49;
				}

				&.w-select-action {
					font-size: 0;
					border: 1px solid rgba(var(--ca-light), 0.5);
					white-space: nowrap;
					padding: 0;
					width: 24px;
					height: 24px;
					box-sizing: border-box;
					position: relative;
					text-decoration: none;
					opacity: 0;
					z-index: 50;
					margin-left: 15px;
					margin-top: 15px;
					display: flex;
					align-items: center;
					justify-content: center;
					text-align: center;
					flex-wrap: wrap;
					transition: all 0.5s ease;

					&:hover {
						opacity: 1;
					}

					.button-text {
						font-size: 0;
						white-space: nowrap;
					}

					&:before {
						content: '\f067';
						font-family: "FontAwesome";
						font-size: 14px;
						line-height: 24px;
						padding-left: 2px;
						color: var(--c-light);
						transition: all 0.5s ease;
					}
				}
			}

			.actions-nav {
				margin: 0;
			}

			.proof-photo__bg {
				position: relative;

				.proof-photo__id {
					position: absolute;
					display: block;
					top: 50%;
					max-height: 100%;
					padding: 0 15px;
					word-break: break-all;
					transform: translateY(-50%);
					left: 0;
					width: 100%;
					//font-size: 20px;
					//font-weight: 400;
					color: var(--c-light);
					text-align: center;
					opacity: 0;
					transition: all 0.5s ease;
				}

			}

			&:hover {
				.proof-photo__id {
					opacity: 1;
					transition: all 0.5s ease;
				}

				.img-wrap:before {
					opacity: 1;
					transition: all 0.5s ease;
				}

				.meta__action {
					&.w-select-action {
						opacity: 1;
						background-color: transparent;
						transition: all 0.5s ease;

						&:hover:before {
							transform: rotate(90deg);
							transition: all 0.5s ease;
						}
					}
				}

			}

			&.selected {
				.meta__action.w-select-action {
					opacity: 1;
					border: 1px solid var(--c-dark);
					background-color: var(--c-dark);

					&:before {
						content: '\f00c';
						transition: all 0.5s ease;
					}
				}

				&:hover .meta__action.w-select-action:hover:before {
					transform: rotate(0deg);
					content: '\f068';
					transition: all 0.5s ease;
				}
			}
		}
	}

	.title {
		text-align: left;
	}

	.no-thumb .main-top-content {
		margin-bottom: 15px;
	}

	.recent-post-single {
		display: none;
	}

	.comments {
		display: none;
	}
}


.whizzy_proof_gallery {
	.meta__action,
	.meta__action:focus,
	.meta__action:hover {
		box-shadow: none;
	}
	.proof-photo__bg {
		display: block !important;
		margin: 0 auto;
		height: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.single-whizzy_proof_gallery{
		.single-content > .title,
		.title {
			padding-top: 20px;
			text-align: center;
		}
		.whizzy-data {
			text-align: center;
			margin-bottom: 30px;
			.grid__item {
				display: block;
				width: 100%;
				button {
					margin-bottom: 15px;
				}
				.entry__meta-box span {
					padding-right: 0;
				}
				&:last-child {
					padding-top: 20px;
					float: none;
				}
			}
		}
		.no-thumb .main-top-content {
			margin-bottom: 0;
		}
		#whizzy_proof_gallery {
			margin-bottom: 40px;
			margin-right: 0!important;
			margin-left: 0!important;
		}
	}

	.single-content.no-thumb .main-top-content .title {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box button {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}



#whizzy_proof_gallery{
	&.masonry .img-wrap {
		height: auto !important;
	}
	.flexbox,
	.flexbox__item,
	.flexbox__item ul,
	.flexbox__item ul li,
	.flexbox__item ul li a.zoom-action {
		display: block;
		height: 100% !important;
	}
	.flexbox__item ul li:not(:first-child) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}



.proof-photo img {
	width: 100%;
}

.single-whizzy_proof_gallery #whizzy_proof_gallery .proof-photo .actions-nav {
	overflow: hidden;
}


.whizzy_proof_gallery .proof-photo .nav--stacked > li {
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.single-whizzy_proof_gallery #whizzy_proof_gallery .proof-photo.col-md-6 .img-wrap {
		height: 280px;
	}
}


.whizzy-filters {
	margin: 70px -10px 65px;
	width: calc(100% + 20px);
	button {
		padding: 3px 10px;
		//text-transform: uppercase;
		background: transparent;
		border: none;
		//color: #222;
		//font-size: 16px;
		margin-bottom: 5px;
		color: var(--c-dark);
		b{
			transition: all .4s ease;
		}
		&:not(.is-checked){
			b{
				font-weight: inherit;
			}
		}
		&:not(.is-checked):hover b{
			color: var(--c-grey);
		}
	}
}

@media only screen and (max-width: 767px) {
	.whizzy-filters {
		text-align: center;
		margin: 25px auto 20px;
	}
}