/*
Theme Name: Ave Child
Template: ave
Author: Guillermo Vazquez
Version: 1.0.0
*/
/*
.main-heading {
	background: green;
}*/

.intro-header {
	height: 100vh;
}

/*
.intro-header {
	background-image: url("images/home-header.jpg");
	background-size: cover;
	width: 100%;
    display: none;
   height: 100vh;
    min-height: 100%;
}

.intro {
	margin: 0 auto;
	text-align: center;
	padding-top: 40vh;	
}
*/
/*
.mw-16 {
	max-width: 16rem;
}*/


header {
	background-color: #12131a;;
}

.home header {
	background-color: transparent;
	position: absolute;
	width: 100%;
}


/* RESET */
h1 {
	line-height: 1.3!important;
}

header h2.pf-single-title.size-xl {
   font-size: 66px;	
}

header.pf-single-header h4 {
    font-size: 36px;
} 

.navbar-header.main-logo img {
	max-width: 16rem;
} 

/* Home */
.home-gallery {
	padding-top: 2rem;
}


/* Contact page */

.contact-page form label {
	width: 100%;
}

/* Portfolio Cards */
.masonry-item h3 {
	line-height: 1.7rem;
}

.masonry-item p {
	display: none;
}

/* invert Images caption order for liquid Images */
.liquid-img-group-img-container {
	display: flex;
    flex-direction: column;
}

.liquid-img-group-content.content-fixed-right {
	margin-left: 0!important;
	margin-top: 1rem;
	order: 2;
	writing-mode: horizontal-tb!important;
}


footer.main-footer:before {
    border-top: 1px solid #ccc;
    content: ''; 
    display: block;
    margin: 0 auto;
    padding: 2rem;
    width: 1170px;
}

/* POSTS PAGE */
.blog-single-details span.cat-links {
    display: none;
}

.social-icon li:last-child {display: none;} /* Hide Linkedin */

/* MEDIAQUERYS */


/* Large devices (desktops, 992px and up)*/
@media (min-width: 1199.98px)  { 
	.intro-header .liquid-parallax-container figure {
		background-size: contain;
		transform: none!important;
	}

}	
	






@media (min-width: 992px)
footer.main-footer:before {
    width: 970px;
}
@media (min-width: 768px)
footer.main-footer:before {
    width: 750px;
}
@media screen and (max-width: 767px) {
	header h2.pf-single-title.size-xl {
		font-size: 44px;		
	}

	.navbar-header.main-logo {
		background-image: url(https://jacintogalloso.com/wp-content/uploads/2023/04/jacinto-galloso-logo-mobile.svg);
		background-size: 14rem;
		background-repeat: no-repeat;
		min-height:8rem;
	}

	.navbar-header.main-logo img {
		display:none;
		visibility: hidden
    	
	}
}




