/*
Theme Name: Nui Child
Theme URL: https://themeforest.net/item/nui-portfolio-elementor-wordpress-theme/40791594
Description: Child theme of Nui
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: nui
Version: 1.0
Text Domain: nui
*/ 
/*******Add Your Css Below This Line*********/


#page-header .page-header-inner.tt-wrap {
    padding-bottom: 30px !important;
}

/* LOGO */
body .tt-logo img {
    max-height: 150px;
}

 @media only screen and (max-width: 768px) {
    body .tt-logo img {
    	max-height: 65px;
  }                
}

.tt-logo {
    z-index: 1000 !important;
}

/* Startseite Fenster Titel weg 
.pgi-caption-inner.two_elementor_element {
    display: none;
}*/


/* HEADER FIX */
div#page-content {
    margin-top: -60vh;	    
    position: relative;
}

#page-header.ph-bg-image {
    height: 70vh;
}

.ph-caption {
    display: none;
}

 @media only screen and (max-width: 768px) {
    div#page-content {
    margin-top: -25vh;
	}

	#page-header.ph-bg-image {
    	height: auto;
	}
}      

 @media only screen and (max-width: 426px) {
    div#page-content {
    margin-top: -20vh;
	}
}   


/* portfolio */

@media only screen and (min-width: 1024px) {
	.single.single-portfolio .tt-np-image {
		position: relative !important;
		max-width: 400px;
		max-height: 400px;
	}

	.single.single-portfolio .tt-next-project.pn-image-cover-3 {
		padding: 80px 20px;
		max-width: 1282px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;    
	}
}
