
/*disbling case study button */

.portfolios .hover-animation-4 .portfolio_details .link-read-more{
	display: none !important;
}


.portfolios.has-gap .portfolio-item-wrapper, .portfolios.has-gap .portfolio-item-wrapper .portfolio-image, .portfolios.has-gap .portfolio-item-wrapper .portfolio-image .vamtam-responsive-wrapper{
	border-radius: 0px;
}
.type-jetpack-portfolio .portfolio-text-content .portfolio-content>.project-meta .meta-top {
	display:none !important;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header .mega-menu-link{
	font-weight: 700 !important;
}

article.type-jetpack-portfolio .client-logo {
	    margin-top: 0px;
}

.caldera-grid label{
	font-size:16px;
}

.caldera-grid .btn-default{
display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out,border .3s ease-out,background .3s ease-out,box-shadow .3s ease-out!important;
    font: 400 14px/1em var(--vamtam-primary-font-font-family);
    border-radius: 100px;
    border: none;
    padding: 16px 30px;
    -webkit-font-smoothing: auto;
    background: var(--vamtam-accent-color-1)!important;
    color: var(--vamtam-accent-color-1-hc)!important;
    box-shadow: 0 0 25px -14px var(--vamtam-accent-color-1);
	
}
.caldera-grid .btn-default:hover{
background: var(--vamtam-accent-color-6);
    color: var(--vamtam-accent-color-6-hc);
    box-shadow: 0 0 25px -14px var(--vamtam-accent-color-6);
}

.cf-page-btn-next{
	width:200px!important;
}

/*
 * Contact us header image height
 * */

.page-id-11412.fl-builder .meta-header{
	padding:100px 0px!important;
}

/*Projects Portfolio Unhide selected project type and do not strike through it*/
span.cbp-filter-item-active.cbp-filter-item{
	text-decoration:underline!important;
	visibility:visible!important;
	font-size:20px!important;
}
/*END*/

/*Hide project type in projects*/
.posted_in{
	display:none!important;
}

.has-background .meta-header-inside{
	height:7vh!important;
}

.page-id-7780 .meta-header-inside{
	height:35vh!important;
}

.page-id-11419 .wpcp-single-item{
	border:0px!important;
}

/*Services navigation menu start*/
#nav_menu-3 h2{
	font-weight:bold!important;
	color:#2a7d2e;
	font-size:30px;
}
#nav_menu-3 li{
	font-weight:500;
	font-size:19px;
}
#nav_menu-3 .sub-menu li{
	font-weight:400;
	font-size:16px;
}
#nav_menu-3 .current-menu-item > a{
	font-weight:600;
	color:#2a7d2e;
	text-decoration:underline;
}

#nav_menu-3 {
	margin-top:-90px;
}
/*Services navigation menu end*/