/*
Theme Name:  Salient Child Theme
Version:     1.0.0
Description: Bison Studio Custom Theme
Author:      Bison Studio
Author URI:  https://bison.studio
Template: salient
*/
img,svg{
	vertical-align:middle
}
#footer-outer,
#ajax-content-wrap>.container-wrap {
	background-color: transparent !important;
}
#ajax-content-wrap{
	background-image: url(/wp-content/uploads/2026/02/Background.svg);
	background-position: center bottom;
	background-repeat:repeat;
	background-size:cover
}
body #header-outer {
	backdrop-filter: blur(28.399999618530273px)
}
body #header-outer, 
body #header-space{
	margin-top: max(calc(var(--container-padding) / 4.5), 25px);
}
body #header-outer .container {
	padding-left: max(calc(var(--container-padding) / 2), 25px);
	padding-right: max(calc(var(--container-padding) / 2), 25px);
}
.auto{
	margin: 0 auto !important 
}
.bg-contain>.row-bg-wrap>.inner-wrap>.row-bg{
	background-size:contain !important
}
body.material .nectar-button {
	margin:0;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}
body.material .nectar-button.has-icon{
	flex-direction: row-reverse;
}
body.material .nectar-button.has-icon span {
	transform: translateX(0px) !important;
}
body.material .nectar-button.has-icon i {
	position: relative;
	inset: 0;
	transform: translateY(0%) translateX(0px) !important;
	height: 24px !important;
	width: 24px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
body.material .nectar-button.has-icon i.fa-play:before {
	content: none;
}
body.material .nectar-button.has-icon i.fa-play {
	background-image: url(/wp-content/uploads/2026/02/Vector.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}
body.material .nectar-button.has-icon.small {
	padding-right: 25px;
	padding-left: 25px;
}
body.material .nectar-button.see-through {
	border-width: 1px;
}
body.material .nectar-button.medium {
	padding-left: 35px;
	padding-right: 35px;
}
body.material .nectar-button.large {
	padding-left: 50px;
	padding-right: 50px;
}
.mb-15{
	margin-bottom:15px !important
}
body #footer-widgets .row {
	border-bottom: 1px solid #DFDFDF;
}
body #footer-outer #copyright {
	font-size: 10px;
	background-color: transparent;
	padding: 25px 0;
}
#footer-outer #copyright p {
	margin-top: 0px;
}
#footer-outer .widget h4 {
	margin-bottom: 12px;
	font-size: 13px;
}
.material #footer-outer #footer-widgets .col ul li {
	font-size: 12px;
	padding: 0 !important;
}
.material #footer-outer #footer-widgets .col ul li:not(:last-child) {
	padding-bottom: 10px !important;
}
#copyright .col {
	margin: 0 !important;
	width: 100%;
}
#copyright .col.span_5 p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction:column
}
.copy-menu {
	display: flex;
	align-items: center;
	gap: 20px;
}
.wpcf7-form {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin: 0 -15px;
}
.wpcf7-form>* {
	padding: 0 15px;
}
.wpcf7-form label {
	display: block;
	margin-bottom: 8px;
}
.wpcf7-form .wpcf7-form-control-wrap textarea,
.wpcf7-form .wpcf7-form-control-wrap input {
	border: 1px solid #D7D7D7 !important;
	background-color: #fff;
	border-radius: 50px;
	padding: 12px 20px;
	color: #0A0A0A80;
	font-size: 13px;
	resize: none;
	outline: none;
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
	border-radius:20px;
	height:150px
}
textarea::placeholder,
input::placeholder {
	color: #0A0A0A80;
}
.wpcf7-form .wpcf7-submit {
	width: 100%;
	font-size: 13px;
	min-height: 50px;
	/*     background-image: url(/wp-content/uploads/2026/02/Icon.svg);
	background-repeat: no-repeat;
	background-position: 56% center;
	background-size: 18px; */
}
.border-bottom>.row-bg-wrap>.inner-wrap>.row-bg {
	border-bottom: 1px solid #4B4B4B;
}
.nectar-link-underline-effect a {
	background-image: none !important;
}
.list-icon ul {
	margin: -15px 0 0;
}
.list-icon ul li {
	list-style: none;
	line-height: 28px;
	position: relative;
	padding-left: 28px;
}
.list-icon ul li:before {
	content: '';
	background-image: url(/wp-content/uploads/2026/02/Vector-1.svg);
	width: 15px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 55%;
	background-size: 12px;
	background-repeat: no-repeat;
	transform: translate(0px, -50%);
}
.knowledge_list {
	display: grid;
	gap: 40px;
}
span.subheading {
	display: block;
	color: #D9A132;
	font-size: 11px;
	margin-bottom: 12px;
}
.knowledge_post h4 a {
	color: currentColor;
}
.knowledge_post h4 {
	color: currentColor;
	margin:0 !important
}
.knowledge_post {
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #FFFFFF45;
	padding-bottom: 30px;
}
.knowledge_featured{
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	display: block;
	height: 192px;
}
.event_featured:has(.default_profile),
.knowledge_featured:has(.default_profile){
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F4F4F40A;
}
.event_featured>img:not(.default_profile),
.knowledge_featured>img:not(.default_profile){
	height:100% !important
}
.event_featured>img,
.knowledge_featured>img{
	margin:0 !important;
	object-fit:cover
}
.play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	cursor: pointer;
}
.play-icon svg {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
.event_featured {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	height: 395px;
}
.list__icon {
	margin: 20px 0;
}
.list__icon li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
}
.list__icon li img{
	margin:0 !important
}
.list__icon li+li {
	margin-top: 12px;
}
.event_content{
	position:relative;
	color:#D7D7D7
}
.event_post {
	display: grid;
	gap: 40px;
	align-items:center
}
.event_tag {
	font-size: 10px;
	color: #000;
	background-color: #D9A132;
	border-radius: 30px;
	padding: 4px 16px;
	display: inline-block;
	margin-bottom: 20px;
}
.mb-5{
	margin-bottom:5px !important
}
.w-100{
	width:100% !important
}
.mb-0{
	margin-bottom:0 !important
}
.text-btn p a {
	display: inline-flex;
	gap: 5px;
	color: var(--nectar-page-text-color, #000000);
}
.text-btn p img {
	margin: 0 !important;
}
.custom-gallery .col {
	width: 20% !important;
	position: relative !important;
	inset: 0 !important;
	transform: translate(0px) !important;
}
.custom-gallery .work-info,
.custom-gallery .work-info-bg {
	display: none;
}
.custom-gallery .portfolio-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: auto !important;
}
.custom-gallery .portfolio-items .col .work-item{
	box-shadow: 20px 20px 20.2px 0px #00000040;
}
@media only screen and (min-width: 1000px) {
	#copyright .col.span_5 p {
		flex-direction:row	
	}
	body #footer-outer .row {
		padding: 40px 0px;
	}
	#footer-outer .container {
		padding: 0 140px;
	}
	#footer-outer {
		padding: 20px 0;
	}
	.container{
		padding:0 160px
	}
}
@media (min-width: 691px) {
	.event_post {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.knowledge_list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.w-60 {
		width: 60%;
	}
	.w-40 {
		width: 40%;
	}
	#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li.current-menu-item:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 40%;
		width: 1px;
		background-color: #D9A132;
		transform: translate(-50%, 0px);
	}
	.minus-margin{
		margin-left:-50px;
		margin-right:-50px
	}
}

.hidden-style {
	display: none !important;
}
.video-popup {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.video-popup:not(.active){
	display:none
}
.video-popup-inner {
	position: relative;
	width: 80%;
	max-width: 800px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup-close {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.knowledge_featured {
	position: relative;
	cursor: pointer;
}
html:has(.video-popup.active) {
    overflow: hidden;
}
html:has(.video-popup.active) #ajax-content-wrap {
    z-index: 9999;
}