/**
        * Theme Name: NT Agricom Child
        * Description: This is a child theme of NT Agricom, generated by Merlin WP.
        * Author: <a href="http://ninetheme.com/about">Ninetheme</a>
        * Template: nt-agricom
        * Version: 1.6.1
        */

.custom-btn.primary:hover{
	color: #ffffff;
}

#home-partners h3 {
	font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 2rem;
}
#home-partners p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}


@media only screen and (min-width: 1200px)
{
	.intro__text{
		margin-top: 80px;
	}
	.intro__title {
		font-size: 6rem !important;
		letter-spacing: 1.0rem !important;
	}
}

	.intro__text{
		margin-top: 80px;
	}
	.intro__title {
		font-size: 4rem !important;
		letter-spacing: 0.6rem !important;
	}

@media only screen and (min-width: 768px){
	#top-bar {
		padding-bottom: 5px;
	}
}
#top-bar__navigation a:not(.custom-btn) {
    font-size: 1.5rem;
}
#top-bar__navigation .submenu{
	width: 300px;
}
span.caret {
	color: #37774c!important;
}

.intro.index-header{
	min-height: unset !important;
	padding: 80px 0 40px 0 !important
}

body.home div#partner div.vc_gitem-row-position-bottom { display: none; }

body.home div#partner div.vc_gitem-zone { margin-bottom: -130px; }

@media only screen and (max-width: 767px){
	#top-bar__navigation {
		text-align: left !important;
		padding-top: 30px;
	}
	#menu-agriteca-primary {
		vertical-align: top !important;
	}
	#top-bar__navigation ul {
		width: 100%;
		padding: 10px 30px;
	}
	#top-bar__navigation ul li {
		width: 100%;
	}
	#top-bar__navigation:before {
		display: none;
	}
	#top-bar__navigation li:not(.li-btn) a {
		padding: 10px 5px;
	}
	.intro__title {
    font-size: 2.5rem !important;
    letter-spacing: 0.3rem !important;
}
}

