/**
 * Stylesheet declaration for KATSCH PHOTOGRAPHER
 *
 *
 * @url        /news
 * @author     Tanja Almasy
 * @copyright  (c) 2020 ACTS Communication GmbH
 * @license    all rights reserved
 */


/*---------------------------------
NEWS ENTRIES
-----------------------------------*/
.grid {
	margin-bottom 			: 70px;
}

figure.gallery-item  {
	width 					: 50%;
	margin-bottom 			: 70px;
	padding-right 			: 15px;
	padding-left 			: 15px;
}

@media all and (max-width:768px) {
	figure.gallery-item  {
		width 					: 100%;
		margin-bottom 			: 40px;
	}
}

figure.gallery-item .thumb {
	position 				: relative;
	overflow 				: hidden;
	cursor 					: pointer;
	margin-bottom 			: 15px;
	background 				: rgb(77,1,151);
	background 				: -moz-linear-gradient(90deg, rgba(77,1,151,1) 0%, rgba(147,114,56,1) 100%);
	background 				: -webkit-linear-gradient(90deg, rgba(77,1,151,1) 0%, rgba(147,114,56,1) 100%);
	background 				: linear-gradient(90deg, rgba(77,1,151,1) 0%, rgba(147,114,56,1) 100%);
	filter 					: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d0197",endColorstr="#937238",GradientType=1);
}

figure.gallery-item:hover a {
	text-decoration 		: none;
}

figure.gallery-item .thumb > img {
	position 				: relative;
	min-height 				: 100%;
	opacity 				: 1;
	width 					: calc(100% + 60px);
	-webkit-transform 		: translate3d(-50px,0,0);
	-ms-transform 			: translate3d(-50px,0,0);
	-o-transform 			: translate3d(-50px,0,0);
	transform 				: translate3d(-50px,0,0);
	-webkit-transition 		: opacity .35s, transform 0.35s;
	-o-transition 			: opacity .35s, transform 0.35s;
	transition 				: opacity .35s, transform 0.35s;
}

figure.gallery-item .thumb:hover img {
	opacity 				: .65;
	-webkit-transform 		: translate3d(0,0,0);
	-ms-transform 			: translate3d(0,0,0);
	-o-transform 			: translate3d(0,0,0);
	transform 				: translate3d(0,0,0);
}

figure .overlay {
	position 				: absolute;
	top 					: 0;
	left 					: 0;
	width 					: 100%;
	height 					: 100%;
	/*padding: 3rem;*/
	text-align 				: center;
}

figure .overlay:before {
	position 				: absolute;
	content 				: '';
	top 					: 45px;
	right 					: 45px;
	bottom 					: 45px;
	left 					: 45px;
	border 					: 1px solid #FFFFFF;
	opacity 				: 0;
	-webkit-transform 		: translate3d(-20px, 0, 0);
	-ms-transform 			: translate3d(-20px, 0, 0);
	-o-transform 			: translate3d(-20px, 0, 0);
	transform 				: translate3d(-20px, 0, 0);
	-webkit-transition 		: opacity .35s, transform .35s;
	-o-transition 			: opacity .35s, transform .35s;
	transition 				: opacity .35s, transform .35s;
}

figure.gallery-item .thumb:hover .overlay:before {
	opacity 				: 1;
	-webkit-transform 		: translate3d(0,0,0);
	-ms-transform 			: translate3d(0,0,0);
	-o-transform 			: translate3d(0,0,0);
	transform 				: translate3d(0,0,0);
}

figure.gallery-item .overlay .sunglasses {
	position 				: absolute;
	top 					: 50%;
	left 					: 50%;
	opacity 				: 0;
	-webkit-transform 		: translate3d(calc(-50% - 20px), -50%,0);
	-ms-transform 			: translate3d(calc(-50% - 20px), -50%,0);
	-o-transform 			: translate3d(calc(-50% - 20px), -50%,0);
	transform 				: translate3d(calc(-50% - 20px), -50%,0);
	-webkit-transition 		: opacity .35s, transform .35s;
	-o-transition 			: opacity .35s, transform .35s;
	transition 				: opacity .35s, transform .35s;
}

figure.gallery-item .thumb:hover .overlay .sunglasses {
	opacity 				: 1;
	-webkit-transform 		: translate3d(-50%,-50%,0);
	-ms-transform 			: translate3d(-50%,-50%,0);
	-o-transform 			: translate3d(-50%,-50%,0);
	transform 				: translate3d(-50%,-50%,0);
}

#load-more {
	left 					: 50%;
	-webkit-transform 		: translateX(-50%);
	-ms-transform 			: translateX(-50%);
	-o-transform 			: translateX(-50%);
	transform 				: translateX(-50%); 
	margin-bottom 			: 170px;
}




/*
.entry {
	margin-bottom 			: 50px;
}

.entry:nth-child(odd) {
	padding 				: 0 20px 0 0;
}

.entry:nth-child(odd) h3 {
	text-align: right;
}

.entry:nth-child(even) {
	padding: 0 0 0 20px;
}

@media all and (max-width:992px) {
	.entry:nth-child(odd) {
		padding: 0 15px;
	}

	.entry:nth-child(even) {
		padding: 0 15px;
	}
}

@media all and (max-width:767px) {
	.entry:nth-child(odd) h3 {
		text-align: left;
	}
}

.entry .content {
	border: 1px solid var(--primary-7);
	padding: 20px;
	position: relative;
}

.entry .content:after {
	position: absolute;
	content: '';
	width:calc(100% + 2px);
	height: 5px;
	bottom: -1px;
	right: -1px;
	left: -1px;
	top:auto;
}

.entry:nth-child(odd) .content:after {
	background: linear-gradient( to right, var(--primary-2) 0%, var(--primary-1) 100%);
}

.entry:nth-child(even) .content:after {
	background: linear-gradient( to left, var(--primary-2) 0%, var(--primary-1) 100%);
}

.entry .content .date {
	font: 400 10px/21px 'Poppins';
	color: var(--primary-7);
	text-transform: uppercase;
	margin-bottom:15px;
	display: block;
}

.entry .content p {
	font: 400 13px/21px 'Poppins';
	color: var(--primary-6);
}

.entry .content a {
	display: block;
	text-align: right;
	color: var(--primary-2);
	font: 500 12px/21px 'Poppins';
}

.entry .content a:hover {
	text-decoration: none;
	color: var(--primary-1);
}

.entry .content a span {
	padding-right: 10px;
	-webkit-transition: padding .3s ease 0s;
	-o-transition: padding .3s ease 0s;
	transition: padding .3s ease 0s;
}

.entry .content a:hover span {
	right: 0px;
	padding-right: 0px;
	padding-left:10px;
}*/




