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

.themegoods-navigation-wrapper .menu-main-menu-container .nav li:first-child > a {
	margin-top: 0;
}

.menu-main-menu-container .nav {
	display: flex;
}

.portfolio-grid-subtitle {
	max-width: 80%;
	margin: 0 auto;
}



@media (max-width: 1024px) {
	
	.menu-main-menu-container .nav {
		flex-direction: column;
	}
	
	.portfolio_grid_title {
		opacity: 1 !important;
	}
	
	.portfolio-grid-subtitle {
		opacity: 1 !important;
	}
	
	.portfolio-grid-wrapper-overlay .figcaption:before {
		opacity: 1 !important;
	}
}

.single_portfolio .title_break {
	display: none;
}