/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Book Antiqua';
	src: url('https://aleutian.nicadvertising.net/wp-content/uploads/2022/11/Book-Antiqua-Font.ttf');
}

.site-content {
	margin-bottom: 0px !important;
}
.woodmart-prefooter {
	padding-bottom: 0px !important;
}

.wd-fs-menu {
	z-index: 11111;
	padding-left: 30px;
	padding-right: 30px;
	left: 150px;
	right: auto;
	width: 27vw !Important;
	max-width: 400px;
	min-width: 370px;
	transition: all 0.3s ease-in-out !important;
	background: #FFF !important;
	/* 	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important; */
}
.wd-fs-menu.wd-opened {
	/* 	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%) !important; */
}

.wd-nav-fs>li>a,
.wd-nav-fs .wd-nav-opener,
.wd-dropdown-fs-menu .wd-sub-menu li a {
	color: #030E20 !important;
}
.wd-nav-fs>li>a,
.wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a {
	justify-content: flex-start !important;
}
.wd-nav-fs .wd-sub-menu {
	padding-left: 30px;
}
.wd-fs-menu .wd-action-btn.wd-style-icon>a {
	color: #000;
}
@media (max-width: 1024px) {
	.main-page-wrapper {
		padding-top: 0px;
	}
}
@media (min-width: 1025px) {
	.wd-nav-fs .wd-nav-opener {
		display: none;
	}
}


.hero-section > div {
	z-index: 1;
}
.hero-section > div.vc_column_container::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	transition: 0.3s ease-in-out;
	pointer-events: none;
	opacity: 0;
}
.hero-section > div.vc_column_container:hover::before {
	opacity: 1;
}
.hero-section .section-logo-top {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.hero-section .section-logo-top img {
	max-width: 350px
}
.hero-section .wd-info-box .info-box-inner {
	max-height: 0px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.hero-section > div.vc_column_container:hover .wd-info-box .info-box-inner {
	max-height: 200px;
}



/* INSIDE PAGES */
.custom-post-grid-row .vc_grid-item-mini{
	background: #E8EDF5;
	display: grid;
	place-content: center;
	padding: 0;
}
.vc_grid .post-img img {
	width: 100% !important;
}
.vc_custom_heading.post-text {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
	color: #030E20;
}
.vc_custom_heading.post-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 24px;
	color: #030E20 !important;
	margin-bottom: 10px !important;
}
.post-btn a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	color: #030E20 !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin-top: 30px;
}
/* select box */
.select-box {
	background-color: #fff;
	border-left: 4px solid #728FCE !important;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
/*team box  */
.team-box {
	background: #FFFFFF;
	padding: 0;
}
.team-box .info-box-subtitle {
	margin-bottom: 5px;
}
.team-box:hover .info-box-subtitle {
	color: #FFFFFF !important;
}
.team-box:hover h4.info-box-title {
	color: #fff !important;
}
.team-box .info-box-icon,
.team-box .info-box-icon img {
	width: 100%;
}
.team-box:hover {
	background: #030E20;
	transition: .3s ease-in-out;
}
.custom-menu ul.menu {
	display: flex;
	flex-wrap: wrap;
	margin-left: -22px;
	margin-right: -22px;
}
.wpb_single_image.img-style img {
	width: 210px !important;
}
.custom-menu ul.menu li {
	padding: 0 22px;
}

.custom-menu ul.menu li a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.custom-menu ul.menu li.menu-item-home a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 16px;
}
span.weight {
	font-weight: 300 !important;
}
span.privecy a::after {
	content: "|";
	padding: 0 5px;
	color: #7B7B7B !important;
}
span.privecy a {
	color: #7B7B7B !important;
}
span.policy a {
	color: #7B7B7B !important;
}
.select-box h4.info-box-title {
	margin-bottom: 0;
}
.menu-title h4.woodmart-title-container {
	font-family: 'Inter' !important;
}
/* MENU ADJUSTMENTS - KEN 10-17 */

@media (min-width: 1025px) {
	.wd-fs-menu {
		left: 0px;
		width: 33.33%;
	}
}
@media (max-width: 992px) {
	.main-page-wrapper {
		padding-top: 0px !important;
	}
	.mobile-nav.wd-side-hidden.wd-left {
		background: #000;
	}
	.mobile-nav .searchform input[type="text"] {
		border-bottom: 1px solid #fff;
	}
	button.searchsubmit {
		bottom: 3px !important;
	}
	.wpb_single_image.img-style {
		text-align: center !important;
		display: block !important;
	}
	.custom-menu ul.menu {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.menu-title {
		text-align: center !important;
	}
	.custom-social-icon-btn {
		text-align: center !important;
	}
	.custom-privecy-text {
		text-align: center !important;
	}
}
@media (max-width: 991px) and (min-width: 767px) {
	.custom-post-grid-row .vc_pageable-slide-wrapper>div {
		flex: 0 0 50% !important;
	}
	.custom-post-grid-row .vc_pageable-slide-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 1024px) and (min-width:991px) {
	.custom-post-grid-row .vc_grid-item-mini {
		display: grid;
		place-content: center;
		padding: 0 9px !important;
	}
	.vc_custom_heading.post-title {
		font-size: 20px !important;

	}
	.select-box {
		padding-left: 14px !important;
	}
}
@media (max-width: 1024px) and (min-width: 767px) {
	.vc_row.responsive-text-media-row {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}
}
.wd-fs-menu {
	background: #000 !important;
	z-index: 999999 !important;
}

.wd-nav-fs>li>a,
.wd-nav-fs .wd-nav-opener,
.wd-dropdown-fs-menu .wd-sub-menu li a {
	color: #fff !important;
}
@media (min-width: 1025px) {
	.secPaddingLeftRight {
		padding-left: max(calc(50vw - 665px), 160px) !important;
		padding-right: max(calc(50vw - 665px), 30px) !important;
	}
}
.sectionWithLogo {
	padding-top: 65px;
}
.sectionWithLogo .vc_column_container {
	position: static;
}
.sectionWithLogo .section-logo-top {
	position: absolute;
	top: 35px;
	left: max(calc(50vw - 700px), 160px);
}
.sectionWithLogo .section-logo-top img {
	max-width: 280px;
}
@media (max-width: 1024px) {
	.sectionWithLogo .section-logo-top {
		display: none;
	}
}

@media (min-width: 992px) {
	.list-multi-col {
		column-count: 2;
		column-gap: 30px;
	}
	.list-multi-col li {
		page-break-insde: avoid;
	}
}

.hero-section .info-box-content {
	z-index: 1;
}
/* MENU CHANGE REQUEST  KEN 10-26*/
.wd-dropdown-fs-menu.wd-design-default {
	width: 100% !important;
}
ul#menu-principle-investing-menu  > li.menu-item-has-children ul, ul#menu-investment-banking-menu > li.menu-item-has-children ul {
	padding-left: 20px;
}
.wd-fs-menu .wd-scroll-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	background: rgb(255 255 255 / 80%);
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
}
.wd-fs-menu {
	background: url(https://aleutian.nicadvertising.net/wp-content/uploads/2022/10/shutterstock_1499939441.jpg) !important;
	background-size: cover !important;
	background-position: center center !important;
}
ul#menu-principle-investing-menu li a, ul#menu-investment-banking-menu li a {
	color: #030e20 !important;
	font-size: 16px !important;
}
.wd-nav-opener:after {
	color: #030e20 !important;
}
ul#menu-principle-investing-menu > .menu-item-has-children > a, ul#menu-investment-banking-menu > .menu-item-has-children > a {
	font-weight: 600;
}
ul#menu-principle-investing-menu > .menu-item-has-children > a > .wd-nav-opener:after, ul#menu-investment-banking-menu > .menu-item-has-children > a > .wd-nav-opener:after {
	opacity: 0;
}
.wd-fs-close {
	z-index: 1;
}
@media (max-width: 1024px) {
	.mobile-nav.wd-side-hidden.wd-left.wd-left.wd-opened {
		background-image: url(https://aleutian.nicadvertising.net/wp-content/uploads/2022/10/shutterstock_1499939441.jpg);
		background-size: cover;
		background-position: center;
	}
	.mobile-nav.wd-side-hidden.wd-left.wd-left.wd-opened:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(255 255 255 / 80%);
		backdrop-filter: blur(5px);
	}
	.wd-nav-mobile li a {
		color: #030e20 !important;
	}
	ul#menu-main-menu.wd-nav-mobile > li > .wd-nav-opener {
		display: none;
	}
	ul#menu-main-menu.wd-nav-mobile > li > a {
		font-weight: 600 !important;
		background: rgb(255 255 255 / 50%);
	}

	/* INVESTMENT BANKING MENU */
	body.investment-banking li#menu-item-467 {
		display: none;
	}
	/* PRINCIPLE INVESTING MENU */
	body.principal-investing li#menu-item-468 {
		display: none;
	}
}

/* NAV SEARCH EDITS */
[class*="wd-header-search-form"] input[type='text'] {
	width: 50px !important;
	min-width: auto !Important;
	padding: 0px !important;
	opacity: 0;
}
.wd-search-full-screen-2.wd-fill.woodmart-search-full-screen-2.wd-opened {
	left: 155px;
}
.wd-search-full-screen-2 .searchform input[type="text"] {
	background: #0b1320;
	color: #fff !important;
}
.wd-search-full-screen-2.wd-opened button.searchsubmit {
	background: #263958 !important;
}
/* TEAM PAGE EDITS */
.team-box {
	background: #E8EDF5;
	padding: 0;
}
.team-box .info-box-icon img {
	border: 1px solid #f0f0f0;
}
.team-box .info-box-content {
	padding: 0 10px 20px;
}
.team-box a {
	color: #4A72B1 !important;
	text-decoration: none !important;
	border-bottom: none !important;
	transition: all 0.3s ease;
}
.team-box a:hover {
	color: #fff !important;
	letter-spacing: 1px;
}
.team-box-pop .box-icon-wrapper {
	text-align: center;
}
.team-box-pop .info-box-icon {
	border: 1px solid #f1f1f1;
}
.team-box-pop .info-box-subtitle {
	text-align: center;
	font-size: calc(14px + 1vw) !important;
	display: inline-block;
	width: 100%;
	margin: 0 15px auto;
}
.team-box-pop h4.info-box-title {
	text-align: center;
	font-weight: 600 !important;
	font-size: 16px !important;
	max-width: max-content;
	margin: 0 auto 20px;
	background: #030e20;
	color: #fff !important;
	padding: 15px;
}
.team-box-pop .info-box-inner {
	font-size: 16px;
	padding: 5%;
	border: 1px solid #f0f0f0;
}
.breaker {
	display: none !Important;
}
/* INVERT HEADER */
.invert-hdr .whb-header .whb-row {
	border-right-color: #202020 !important;
}
.invert-hdr .woodmart-burger-icon {
	--wd-header-el-color: #202020 !important;
	--wd-header-el-color-hover: #202020 !important;
}
.invert-hdr header button.searchsubmit {
	color: #202020 !important;
}
/*CONTACT PAGE EDITS */
.mapframe iframe {
	width: 100%;
	border-radius: 20px;
}
.contact-list .info-box-subtitle {
	font-family: var(--wd-header-el-font) !important;
	font-size: calc(14px + 1vw);
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px !important;
}
.contact-list h4.info-box-title {
	font-family: var(--wd-header-el-font) !important;
	color: #fff !important;
	font-weight: 400;
	font-size: 16px;
}
.contact-list {
	margin-bottom: 55px;
}
.contact-list {
	align-items: center !important;
}

/* HP EDITS */
div.hero-section .wd-info-box .info-box-inner {
	max-height: 100%;
}
.hero-section > div.vc_column_container:hover::before {
	opacity: 0 !important;
}
.hero-section > div.vc_column_container:hover::before {
	opacity: 0 !important;
}
.hero-section > div.nk-awb-wrap {
	filter: none !important;
	opacity: 1 !important;
}
.hero-section:hover > div:not(:hover)::before {
	opacity: 1;
}
.hero-section > div {
	transition: all 0.3s ease;
}
.hero-section:hover > div:not(:hover) {
	filter: blur(1px);
	opacity: .7;
}
.hero-section .info-box-inner {
	opacity: 0;
}
.hero-section > div:hover .info-box-inner {
	opacity: 1;
}
@media (max-width: 767px) {
	.hero-section {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.hero-section > div {
		width: 50%;
		height: 100vh;
	}
	div.website-wrapper .wd-rs-6364e63949d0a > .vc_column-inner, .hero-section * {
		padding-top: 0 !important;
	}
	.hero-section .info-box-inner p {
		font-size: 16px !important;
	}
	.nk-awb .nk-awb-overlay {
		opacity: 0;
	}
}
@media (min-width: 1025px) {
	ul#menu-principle-investing-menu > li > a, ul#menu-investment-banking-menu > li > a {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 20px !important;
	}
	div.wd-fs-menu {
		width: 100% !Important;
		max-width: 270px;
		min-width: 255px;
		padding-left: 0px !important;
		padding-right: 0px !important;
		bottom: auto !important;
		top: 50% !important;
		transform: translateY(-50%) translateX(-100%);
		border-radius: 0px 20px 20px 0px;
		overflow: hidden !important;
	}
	.wd-fs-menu.wd-opened {
		transform: translateY(-50%) translateX(0%);
		overflow: hidden !important;
		border-radius: 0px 20px 20px 0px;
	}
}