/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*App-V landinspagina*/

body.page-id-8371 {
	background-color: white !important;
}

/*Blog TechVentix met lange titel*/
.postid-8435 #page-header-bg,
.postid-8435 #page-header-wrap {
	max-height: 700px !important;
}

/*First tab hilighted*/
.wpb_wrapper.tabbed:not([data-style="toggle-button"]).clearfix ul > li:first-child a {
  	border-color: #3f65a4 !important;
    border: 3px;
    border-style: solid;
    border-bottom: none;
}

/*Footer addition*/
.zf-fmFooter button{
	margin-top: 5px;
}

/*second header*/
.second-nav, 
.second-nav a {
	border:0px !important;
	margin-top:2px;
}

/*header*/
.button-border a::before {
	border-color:white !important;
}

.button-border a:hover::before{
	border-color:#E37231 !important;
}
.row-bg-overlay{
	overflow:hidden;
}

/*CTA background*/
.background-banner .row-bg-overlay::after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    height: 140%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(14.6875rem, 50%);
    background-image: url(https://staging.appventix.com/wp-content/uploads/2024/10/2024.AppVentiX-icon_inverse.png);
    background-position: center right;
	opacity: 0.4; 
}


/*Off Canvas Logo*/
.off-canvas-menu-container.mobile-only:before {
    background: url(https://staging.appventix.com/wp-content/uploads/2024/10/2024.AppVentiX-icon_inverse.png) no-repeat;
    content:"";
    width:100%;
    position: absolute;
    height: 100%;
    background-size: 188px;
    transform: translateY(350px);
	opacity:0.4;
}

/*header buttons*/
@media (max-width: 504px) {
.main-header .wpb_wrapper .nectar-button {
	width:100%;
	margin-left:0px !important;
	margin-right:0px;
}
 

}  
