/*
Theme Name: Photography Child
Theme URI: http://themes.themegoods2.com/photography/demo1
Description: Premium Photography Portfolio Theme
Version: 1.0
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: photography
Template: photography
*/

#elementor-sticky-header.main-menu-wrapper {
	background-color: rgb(255, 255, 255);
}

.porfolio-item figure{ position:relative;overflow: hidden;}
.porfolio-item figure a .overbg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
	opacity: 0;
	background: rgba(0,0,0,0.4);
}
.porfolio-item:hover figure a .overbg {
  opacity: 1;
}

.porfolio-item figure img {
	transition: all 1500ms ease-out 0ms;
}

.porfolio-item figure a {
	transform: translateZ(20px);
position: relative;
}

.porfolio-item figure a::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 50%;
	left: 20px;
	width: 0;
	height: 0;
	border: 1px solid #ffffff;
	border-right: none;
	border-bottom: none;
	transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
	z-index: 2;
}
.porfolio-item figure a::after {
	content: '';
	position: absolute;
	top: 20px;
	width: 0;
	right: 20px;
	height: 0;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
	z-index: 1;
}
.porfolio-item:hover figure a::before {
	width: calc(50% - 20px);
	height: calc(100% - 41px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.porfolio-item:hover figure a::after {
	width: calc(50% - 20px);
	height: calc(100% - 41px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.porfolio-item figure figcaption.wp-caption-text {
	color: #ffffff;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 34px !important;
	font-weight: 600;
	letter-spacing: -0.5px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	display: flex;
	
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 2;
	-webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
    transition-delay: 0s;
  opacity: 0;
  transition-delay: 0.4s;
	
}

.porfolio-item figure figcaption::before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 0%;
	left: 20px;
	width: 1px;
	height: 1px;
	opacity: 0;
	border-color: #ffffff;
}

.porfolio-item figure figcaption::after {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 1px;
	height: 1px;
	opacity: 0;
	border-color: #ffffff;
}
.porfolio-item:hover figure figcaption::before {
	opacity: 1;
	border-bottom: 1px solid #fff;
	width: calc(50% - 20px);
	height: 1px;
	transition:  width 0.15s ease-out 0.3s;
}

.porfolio-item:hover figure figcaption::after {
	opacity: 1;
	border-bottom: 1px solid #fff;
	width: calc(50% - 20px);
	height: 1px;
	transition:  width 0.15s ease-out 0.3s;
}


.porfolio-item:hover figure img {
	transform: scale(1.1);
}
.porfolio-item:hover figure figcaption.wp-caption-text {
  opacity: 1;
}


.galleria-theme-nextgen_pro_lightbox .galleria-info-title {
	display: none !important;
}


