/*
Theme Name: Prague (Child Theme)
Theme URI: https://themeforest.net/user/fox-themes
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.1.1
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague-child
Template: prague
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

/*-------------------------------------------------------*/
/* PROJECT DETAILS BLOCK */
/*-------------------------------------------------------*/
.project-detail-block-outer {
	margin-top: 5%;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.main-menu li a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 5px 15px;
    opacity: .7;
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    color: white;
}