/*
Theme Name: Montvalor
Theme URI: http://montvalor.ch/
Author: Deep Impact AG
Author URI: https://deep-impact.ch
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.montvalor-tabs .lqd-tabs-nav-wrap{
    margin-bottom: 0 !important;
}
.montvalor-tabs .lqd-tabs-content{
    margin-top:-1px;
    padding: 40px;
    border: 2px solid #c4a169;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;  
}
.montvalor-tabs .lqd-tabs-nav{
    gap:4px;
}
.montvalor-tabs .lqd-tabs-nav li a{
    padding: 20px;
    background:#E9E9E9;
    -webkit-border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.montvalor-tabs .lqd-tabs-nav li.active a{
    font-weight: 500;
}
.top-border-radius>.vc_column-inner{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-border-radius>.vc_column-inner{
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.vertical-line{
    position:relative;
    padding-left:15px;
}
.vertical-line::before {
    content: '';
    width: 2px;
    display: block;
    background: #DADDD9;
    height: calc(100% - 2.5em);
    left: 0;
    top: 0;
    position: absolute;
}
.vertical-line::after {
    content: '';
    width: 2px;
    display: block;
    background: #614B39;
    height: 30px;
    left: 0;
    top: 0;
    position: absolute;
}
.breadcrumb{
	margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
	}
.breadcrumb >ul>li{
    flex-wrap:nowrap;
	color:#404040;
}
.breadcrumb >ul>li>a{
	color:#404040;
}
.breadcrumb >ul>li:not(:last-child):after{
    content: '>';
}
.custom-team .lqd-tm-socials{
	/*background:#C4A169;*/
	background:rgb(196 161 105 / 80%);
}
@media screen and (max-width: 767px) {
   .montvalor-tabs .lqd-tabs-content{
		padding: 20px;
	}
	h1, h2{
		font-size:35px !important;
	}
	h3{
		font-size:25px !important;
	}
	.lqd-mobile-sec .navbar-header>.navbar-brand{
	   flex: 0 0 45.333333%;
	}
}