/*!
Theme Name: Irani Venture
Theme URI: http://underscores.me/
Author: Simplyad
Author URI: http://underscores.me/
Description: Custom theme: Irani Venture, developed by Simplyad
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: irani_venture
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Irani Venture is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:

----------------------------------------------------------------
*/
/* 
homepage */
/* 





*/

main.front-page section.grid-section ul li.about-1 .content{   


}

main.front-page section.grid-section ul li.about-1 .content .text-wrapper{
	    font-size: 2.5vw;
		line-height: 1.2em;
}

main.front-page section.grid-section ul li.about-1 .content .image-container{
	height:90%;     width: 70%;
}


main.front-page section.grid-section ul li.about-1 .content .image-container img{
	height: inherit;
    object-fit: cover;
}

 main.front-page section.grid-section ul li .content-container a{

    line-height: initial;
}

main.front-page section.grid-section ul li.about-3 .content-bg .content .text-wrapper, main.front-page section.grid-section ul li.about-4 .content-bg .content .text-wrapper{
	 line-height: initial;
}

.page-template-about-page .hero .text-container .title span{
	background-repeat:no-repeat;
}
/* about */
.page-template-about-page .hero .text-container .title span{
	background-position: right;
    background-size: 80%;
}



/* portfolio */


main.companies section.companies-grid .grid-container .companies-list .cell .text-container{
	padding-top: clamp(10px, 7px + 3px, 25px);
}

main.companies section.companies-grid .grid-container .companies-list .cell .text-container .content{
	line-height: 1.3;
}


main.investment-team section.members-grid .grid-container .member .content-container .content-bg{
	    height: fit-content;

}


/* screens */

@media (max-width: 1300px){

main.front-page section.grid-section ul li.about-3 .content-bg .content .text-wrapper,
main.front-page section.grid-section ul li.about-4 .content-bg .content .text-wrapper{
	height: 8em;
    overflow-x: hidden;
    overflow-y: scroll;
	}
	
	
	main.front-page section.grid-section ul li.about-3 .content-bg .content .text-wrapper::-webkit-scrollbar,
	main.front-page section.grid-section ul li.about-4 .content-bg .content .text-wrapper::-webkit-scrollbar {
    width: 2px;
}
	
		
	main.front-page section.grid-section ul li.about-3 .content-bg .content .text-wrapper::-webkit-scrollbar-track,
	main.front-page section.grid-section ul li.about-4 .content-bg .content .text-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
	
	
	main.front-page section.grid-section ul{
		display:block;
	}
	
}