/*
Theme Name: MatchPoint AI
Description: Theme for MatchPoint Studio
Author: DFS
Template: salient
Version: 1.0
*/

:root {
  --brand: #b4823c; /*brand accent color*/
  --brand2: #0f2c2d; /*brand secondary accent color*/
  --logo: url('/wp-content/uploads/2022/07/matchpoint-symbol-full-color-rgb.svg'); /*brand logo url*/
}
/*login styles*/
body.login {
  background: #fff;
}
body.login, body.login p, body.login a, body.login li, body.login h1, body.login h2, body.login h3, body.login h4, body.login h5, body.login h6, body.login label, body.login input, #wpadminbar a {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
body.login h1 a {
  background: var(--logo) no-repeat center bottom;
  background-size: contain;
  height: 100px;
  width: auto;
  max-width: 170px;
  margin-bottom: 20px;
  pointer-events: none;
}
.login form {
  border: none;
  box-shadow: 0 0 30px -5px rgba(0,0,0,.15);
  border-radius: 10px;
  position: relative !important;
  padding-top: 15px;
}
body.login input[type=password], body.login input[type=text] {
  height: 45px;
  border-radius: 5px;
}
body.login input[type=password]:focus, body.login input[type=text]:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
  outline: 2px solid transparent;
}
body.login .button .dashicons {
  color: var(--brand);
}
body.login input#wp-submit {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none !important;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: opacity .2s;
}
body.login input#wp-submit:hover {
  opacity: .8;
}
body.login form input[type=checkbox], body.login form input[type=checkbox]:focus {
  height: 16px;
  width: 16px;
  border: 1px solid #676767;
  border-radius: 50px;
  -webkit-appearance: none;
  box-shadow: none;
}
body.login form input[type=checkbox]:checked {
  background: #676767;
  border: 2px solid #fff;
  box-shadow: 1px 0 0, -1px 0 0, 0 1px 0, 0 -1px 0;
}
body.login form input[type=checkbox]:before {
  display: none !important;
}
body.login form .input {
  margin-bottom: 10px;
}
body.login .forgetmenot {
  position: absolute;
  bottom: 10px;
}
body.login #backtoblog {
  display: none;
}
body.login #nav {
  margin: 15px 0;
  text-align: center;
}
body.login h1 a:focus {
  box-shadow: none;
  color: transparent;
}
body.login #login_error, .login .message, .login .success {
  position: absolute;
  top: 25px;
  width: 316px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: none;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-left: -4px;
  padding: 8px 5px;
}
/*END login styles*/

body, a, h1, h2, h3, h4, h5, h6, input {
	/*-moz-osx-font-smoothing: auto;*/
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
p, label {
	-moz-osx-font-smoothing: grayscale;
}
header#top nav > ul > li > a {
	-moz-osx-font-smoothing: grayscale;
}
a.nectar-button, input.button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a[href^="tel"]{
  color: inherit  !important;
  text-decoration: none !important;
}
.mobileEle, .hideEle {
	display: none !important;
}
.hideNavLink, .hideNavLink a {
	visibility: hidden;
	opacity: 0;
	padding:  0 !important;
	margin: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	text-indent: -999999px;
}
.accessTxt {
	position: absolute;
	font-size: 0;
	opacity: 0;
	pointer-events: none;
}
.page-title {
	display: none;
}
ul li {
	padding-bottom: 10px;
}
a {
	cursor: pointer;
}
.off-canvas-menu-container ul.menu li {
	padding-bottom: inherit;
}
#header-outer[data-format=default] #social-in-menu {
    margin: -3px 0 0 15px;
}
body.material #header-outer #social-in-menu i {
	width: auto;
	margin-right: 15px;
}
body.material #header-outer #social-in-menu a:last-child i {
	margin-right: 0;
}
body.material #header-outer #social-in-menu i.fa.fa-linkedin {
    top: -2px !important;
}
/*#header-outer[data-lhe="animated_underline"] #top nav > ul > li:not(.button_social_group) > a, #header-outer[data-lhe="animated_underline"] ul li > a .menu-title-text {
    height: 100%;
    display: flex;
    align-items: center;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li.current-menu-item > a .menu-title-text:after {
	border: none !important;
    background: #000;
    height: calc(100% + 1px);
    width: calc(100% + 28px);
    left: -14px;
    top: -1px;
    bottom: auto;
    transform: skewX(-20deg);
    z-index: -1;
}
#header-outer[data-lhe="animated_underline"] ul li.current-menu-item > a .menu-title-text {
	color: #fff !important;
}*/
.sf-sub-indicator {
    position: absolute;
    right: -3px;
    left: auto;
    top: calc(50% - 9px);
}
/*#header-outer.transparent .phoneNav {
    position: absolute !important;
    top: 10px;
    right: 0;
}*/
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after {
    bottom: 37%;
	transform-origin: center !important;
}
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li>a:after {
	display: none !important
}
#slide-out-widget-area[data-dropdown-func].fullscreen-split .inner .off-canvas-menu-container li li a {
	font-size: 24px !important;
    line-height: 30px !important;
}
#slide-out-widget-area.fullscreen-split .right-side p:not(:last-child) {
    padding-bottom: 20px !important;
}
.menuleftCol {
    float: left;
    margin-right: 50px;
	margin-bottom: 20px;
}
.menuRightCol {
    float: left;
	margin-bottom: 20px;
}
.menuEmail {
	font-size: 22px;
	line-height: 24px;
}
#slide-out-widget-area.fullscreen-split .right-side a {
    display: inline-block !important;
}
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
    background-image: none !important;
}

body.home #header-outer[data-has-menu][data-format][data-padding][data-using-logo].transparent > #top .slide-out-widget-area-toggle[data-custom-color="true"] .lines-button:after, body.home #header-outer[data-has-menu][data-format][data-padding][data-using-logo].transparent > #top .slide-out-widget-area-toggle[data-custom-color="true"] a .lines-button i:before, body.home #header-outer[data-has-menu][data-format][data-padding][data-using-logo].transparent > #top .slide-out-widget-area-toggle[data-custom-color="true"] a .lines-button i.lines:after, body.material #header-outer .slide-out-widget-area-toggle[data-custom-color="true"] a .close-line, body.material #header-outer[data-using-logo].transparent .slide-out-widget-area-toggle[data-custom-color="true"] a .close-line, body.material:not(.mobile) #header-outer.transparent .slide-out-widget-area-toggle[data-custom-color="true"] a .close-line, body.styleOver.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line {
    /*background-color: #000 !important;*/
}
#header-outer.detached.scrolling #top #logo {
    margin: 20px 0;
}
#footer-outer .container {
    padding: 0 40px;
	max-width: 100%;
}
#footer-outer #copyright ul.social {
    padding-right: 0 !important;
}
.hmHeroLeftCol .leftInnerCol {
	width: 40vw;
}
.hmHeroLeftCol:before {
    content: '';
    position: absolute;
    width: 41vw;
    height: 100%;
    left: 0;
    background: #fff;
    transform: skew(14deg);
}
.hmHeroRightCol .row_col_wrap_12_inner .vc_column-inner>.wpb_wrapper, .hmHeroRightCol .row_col_wrap_12_inner .vc_column-inner .nectar-video-bg {
    height: 100vh;
    min-height: 760px !important;
}
.hmHeroRightCol .row_col_wrap_12_inner .vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmHeroRightCol .nectar_video_lightbox.play_button_with_text {
    margin-left: 21vw;
}
.hmHeroRightCol .nectar_video_lightbox.play_button_with_text[data-style=small] span.play {
    height: 6vw;
    width: 6vw;
    min-width: 80px;
    min-height: 80px;
}
.hmHeroRightCol .nectar_video_lightbox.play_button_with_text[data-style=small] svg {
    height: 2vw;
    width: 2vw;
    margin-left: 4px;
    min-height: 30px;
    min-width: 30px;
}
.hmHero .nectar-highlighted-text h1 {
    width: 34vw;
	font-size: min(90px,max(42px,4.7vw)) !important;
	line-height: 1em;
}
.hmHero p {
	width: 33vw;
	max-width: 600px;
    font-size: min(28px,max(14px,1.5vw));
    line-height: 1.3em;
}
.nectar-button.large {
	font-size: 15px;
    line-height: 19px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 230px;
    text-align: center;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit], body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-form-submit=see-through] .container-wrap input[type=submit] {
    padding: 13px 35px!important;
}
body.material .hmHero .nectar-button.large {
	padding: 5px !important;
	float: left;
    font-size: 1.1vw;
	line-height: 1em;
    text-align: center;
    margin-right: 15px;
    width: 14vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: auto;
    min-height: auto;
}
.hmHero .nectar-button:last-child {
	margin-right: 0 !important;
}
.nectar-split-heading {
    margin-bottom: 0 !important;
}
.rt-wpls .slick-track {
    display: flex !important;
    align-items: center;
}
.logosRow .rt-wpls .slick-slide img {
	margin: 0 auto;
    max-height: 100px;
    object-fit: contain;
	filter: grayscale(1);
	opacity: .8;
}
.google5Inner {
    max-width: 275px;
    margin: 0 auto !important;
}
.wpforms-field-textarea {
    clear: both;
}
.footerRow .row_col_wrap_12 {
    max-width: 1680px;
    margin: 0 auto !important;
    padding: 0 40px !important;
}
.footerRightCol:before {
    content: '';
    position: absolute;
    left: 0;
    width: 67vw;
    height: calc(100% + 120px);
    top: -60px;
    background: var(--brand2);
}
.footerLeftCol {
    padding-right: 60px !important;
}
.footerLeftCol h2 {
	margin-top: -25px !important;
}
.formCol input, .formCol textarea, .footFormRow input, .footFormRow textarea {
	border-radius: 0;
    border: 1px solid var(--brand2);
    background: transparent;
}
.footFormRow .wpforms-container textarea.wpforms-field-large {
    height: 160px;
}
.footerLeftCol input {
    padding: 10px;
    border-radius: 0;
    border: 1px solid var(--brand2);
    background: transparent;
}
.footerLeftCol .wpforms-container textarea.wpforms-field-large {
	height: 110px;
	padding: 10px;
	border-radius: 0;
    border: 1px solid var(--brand2);
    background: transparent;
}
.footerRightCol {
    padding-left: 60px !important;
}
.footCol .nectar_icon i, .footSubCol .nectar_icon i, .fullWidthFooter .nectar_icon i {
    font-size: 26px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2em !important;
}
.footCol .nectar_icon, .footSubCol .nectar_icon, .fullWidthFooter .nectar_icon {
    padding: 0 !important;
	margin-right: 20px;
}
.footCol .nectar_icon_wrap:last-child .nectar_icon, .footSubCol .nectar_icon_wrap:last-child .nectar_icon, .fullWidthFooter .nectar_icon_wrap:last-child .nectar_icon {
	margin-right: 0;
}
.footSubCol .nectar_icon_wrap, .fullWidthFooter .nectar_icon_wrap {
    margin-bottom: 0 !important;
} 
.footColWrap {
    width: 66.66%;
    display: flex;
    justify-content: end;
}
.footCol:not(.footCol1) {
    width: auto;
	padding-top: 30px !important;
}
.footCol2 {
	margin-right: 60px;
}
.footCol a, .fullWidthFooter a {
	display: inline-block;
	color: #fff;
	opacity: 1 !important;
}
.footSubCol a + i, .fullWidthFooter a + i {
	transition: color .2s !important;
}
.footCol a:hover, .footSubCol a:hover + i, .fullWidthFooter a:hover, .fullWidthFooter a:hover + i {
	color: var(--brand) !important;
}
.footSubCol img {
    max-height: 70px;
    width: auto;
    float: right;
}
.footAbout {
    width: 25vw;
    max-width: 360px;
}
.footLogo {
    max-width: 300px !important;
}
.fullWidthFooter .footAbout {
	width: auto;
    max-width: 500px;
}
.footAddressTxt {
    float: right;
}
.formCol > .vc_column-inner {
    padding: 50px 60px 55px 60px;
}
.footer2 .footBadge {
    max-width: 200px !important;
    margin-bottom: 20px !important;
    float: right;
}
.footRightGroup {
	padding-top: 25px !important;
}

.single-post .nectar-social.fixed {
	display: none !important;
}
.single-post h1.entry-title {
    font-size: 48px !important;
    line-height: 1.3em !important;
	max-width: 900px !important;
}
.nectar-shape-divider-wrap {
    transform: translateX(-2px);
    width: calc(100vw + 4px) !important;
}
.aboutHero .nectar-highlighted-text h1 {
    text-transform: capitalize;
	max-width: 640px;
}
.momentsInnerRow {
	max-width: 540px !important;
	margin: 0 auto !important;
}
.aboutVidCol .nectar_video_lightbox.play_button:before {
    border-color: #fff !important;
}
.aboutVidCol .nectar_video_lightbox path {
    fill: #fff !important;
}
.mileRow .nectar-milestone .subject {
	letter-spacing: 0 !important;
    font-size: 20px !important;
    line-height: 1.1em !important;
    font-weight: 600 !important;
}
.quoteBlock p {
    font-size: 26px;
    line-height: 1.1em;
}
.portfolio-items .col .work-item h3 {
    font-size: 18px;
    line-height: 1.1em;
}
.portfolio-items .col .work-item p {
	display: none !important;
}
body .portfolio-filters-inline {
    background: transparent !important;
}
.portfolio-filters-inline ul li a, .portfolio-filters-inline:not([data-color-scheme="default"]) .container ul li .active {
    color: #000 !important;
}
.portfolio-filters-inline ul li a, .portfolio-filters-inline:not([data-color-scheme="default"]) .container ul li .active {
    color: #000 !important;
    font-size: 20px !important;
    line-height: 1.1em !important;
}
.max860 {
    max-width: 860px;
    margin: 0 auto;
}
#ajax-content-wrap .portfolio-filters-inline[data-color-scheme*="-underline"] a {
    margin: 0 20px;
}
.page-thank-you #contact {
	display: none !important;
}
.thanksRow {
	padding-top: 15vh !important;
	padding-bottom: 30vh !important;
}
.grecaptcha-badge {
	display: none !important;
}
.fullWidthFooter a.privacyLink {
    font-size: 14px;
    opacity: .8 !important;
}
#cookie-law-info-bar {
  z-index: 999999999 !important;
}
.styleOver .olark-launch-button-wrapper {
    z-index: 999 !important;
}
.team-member .team-meta h3 {
    font-size: 24px !important;
    line-height: 1.3em !important;
}
.vidTestiRow .nectar-video-box {
    margin-bottom: 10px !important;
}
.portGal {
    margin-top: -40px;
}
.awsm-job-item {
    display: flex !important;
    align-items: center !important;
}
.awsm-job-item h2.awsm-job-post-title {
    margin-bottom: 0 !important;
}
.single-awsm_job_openings #contact {
    display: none;
}
.cky-notice-des P:last-child {
	padding-bottom: 0 !important;
}
/* New CSS */
.aiHero > .vc_column-inner, .vidHeroRow .vc_col-sm-12 .vc_column-inner {
    height: 100vh;
	min-height; 620px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#ajax-content-wrap .layout-stacked[data-text-layout="all_middle"] .item-main {
    height: auto;
}
.aiHero > .vc_column-inner > .nectar-video-wrap:before {
    content: '';
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 58%, rgba(0, 0, 0, 0.28) 75%, rgb(0, 0, 0) 97%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.nectar-post-grid-item .meta-excerpt {
    font-size: 26px;
    line-height: 1.3em !important;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 20px;
}
.nectar-sticky-media-sections.content-spacing-20vh .nectar-sticky-media-section__content-section:not(:last-child) {
    margin-bottom: 0;
}
.nectar-sticky-media-section__content-section:first-child {
    margin-top: 15vh;
}
.nectar-sticky-media-section__content-section:last-child {
    margin-bottom: 30vh;
}
.nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap {
    padding: 10%;
}
.nectar-fancy-box[data-style="color_box_hover"] .inner {
    justify-content: flex-start;
}
.nectar-fancy-box[data-style="color_box_hover"] .inner p {
    opacity: 1 !important;
    font-size: 18px !important;
    line-height: 1.3em !important;
}
.span_12.light .nectar-icon-list-item .content {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}
.span_12.light .nectar-icon-list-item .content h4 {
    font-size: 30px;
    line-height: 1.3em;
}
.clientsCol > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nectar-highlighted-text.font_size_3vw h3 {
    font-size: 3.25vw;
}

/***********************************RESPONSIVE CSS****************************************/
@media only screen and (max-width: 1300px) {
	.introRow .superHead {
    	font-size: 20px !important;
	}
	.introHead h2 {
		width: 42vw;
		max-width: 440px;
    	font-size: 42px !important;
	}
	.introTxt p {
    	font-size: 16px;
	}
	.introStats h2 {
    	font-size: 33px !important;
	}
	.introStats p {
    	font-size: 17px;
	}
	.footAbout {
    	width: auto;
    	max-width: 100%;
	}

}
@media only screen and (max-width: 1265px) {
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
    	font-size: 1.2vw !important;
    	margin: 0 10px !important;
	}
	#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a {
		margin: 0 !important;
	}
	#header-outer[data-format=default] #social-in-menu {
    	margin-left: 5px !important;
	}
	#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a:last-child i {
    margin-right: 0 !important;
	}
	#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a i {
    	font-size: 16px;
    	margin-right: 12px;
	}
}
@media only screen and (max-width: 1200px) {
	.nectar-scrolling-tabs .scrolling-tab-nav h3 {
    	font-size: 18px;
	}
}
@media only screen and (max-width: 999px) {
	.deskEle {
		display: none !important;
	}
	.mobileEle {
		display: block !important;
	}
	.navBtn {
    	margin-top: 30px;
	}
	#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li.navBtn > a {
    	font-size: 24px !important;
    	background: var(--brand);
    	width: 220px;
    	text-align: center;
    	height: 48px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.footerRightCol:before {
    	width: 100vw;
    	left: -40px;
	}
	.footerRightCol {
    	padding-left: 0 !important;
	}
	.footCol:not(.footCol1) {
    	width: auto;
		padding-top: 0 !important;
	}
	.footSubCol img {
    	float: left;
	}
	.footColWrap {
    	width: 100%;
    	margin-top: 30px;
    	justify-content: flex-start;
	}
	.footerLeftCol {
    	padding-right: 0 !important;
    	margin-bottom: 120px !important;
	}
	.formCol > .vc_column-inner {
    	padding: 30px 40px 35px 40px;
	}
	.footAddressTxt, .footer2 .footBadge {
		float: none;
	}
	.footRightGroup {
		padding-top: 25px !important;
	}
	.hmHeroLeftCol .leftInnerCol {
		width: 100%;
	}
	.hmHero .nectar-highlighted-text h1 {
    	width: 100%;
    	font-size: 54px !important;
    	max-width: 400px;
	}
	.hmHero p {
		width: 100%;
    	font-size: 18px;
		max-width: 420px;
		padding-right: 20px;
	}
	body.material .hmHero .nectar-button.large {
    	font-size: 16px;
    	width: calc(50% - 20px);
    	height: 50px;
    	max-width: 220px;
	}
	.hmHeroLeftCol:before {
    	width: 110%;
    	bottom: -60px;
    	transform: rotate(6deg);
    	top: auto;
    	left: -5px;
	}
	.hmHeroRightCol .row_col_wrap_12_inner .vc_column-inner>.wpb_wrapper, .hmHeroRightCol .row_col_wrap_12_inner .vc_column-inner .nectar-video-bg {
    	min-height: 400px !important;
    	height: 400px;
	}
	.hmHeroRightCol .nectar_video_lightbox.play_button_with_text {
    	margin-left: 15px;
    	margin-top: 40px;
	}
	.google5Inner {
    	max-width: 220px;
	}
	.introHead h2 {
    	width: 90%;
	}
	.hmStickyRow .nectar-scrolling-tabs .scrolling-tab-content>div {
    	padding-bottom: 60px !important;
	}
	.hmStickyRow .nectar-scrolling-tabs .scrolling-tab-mobile-title .inner {
    	margin-bottom: 0;
	}
	.hmTeamRow .wpb_wrapper h2.vc_custom_heading {
    	font-size: 11vw !important;
    	line-height: 1.3em !important;
	}
	.portfolioLinkRow .inner-wrap, .portfolioLinkRow .vc_column-inner {
    	height: 420px !important;
	}
	.homeTesti .testimonial_slider:not([data-style*=multiple_visible]) blockquote p {
		font-size: 14px;
    	line-height: 1.5em;
	}
	.stickRightTxt h3 {
    	font-size: 18px !important;
    	line-height: 1.2em !important;
	}
	.nectar-recent-posts-single_featured h2 {
    	font-size: 34px !important;
    	line-height: 1.1em !important;
	}
	.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    	font-size: 22px;
    	line-height: 1.1em;
	}
	.vidCaro .nectar-flickity.nectar-simple-slider[data-arrows="true"] .flickity-slider .cell {
    	padding: 0 !important;
	}
	.vidCaro .nectar-simple-slider .flickity-prev-next-button {
		display: none !important;
	}
	.vidCaro .nectar-simple-slider .flickity-page-dots {
    	bottom: -70px;
	}
	.processLeftCol .wpb_wrapper h3.vc_custom_heading {
    	font-size: 18px !important;
    	line-height: 1.3em !important;
	}
	.recentLeftInner {
    	margin-left: 8% !important;
	}
	.single-post h1.entry-title {
    	font-size: 32px !important;
	}
	.aboutHero .nectar-highlighted-text h1 {
    	font-size: 32px;
    	line-height: 1.1em;
	}
}
@media only screen and (max-width: 690px) {
	#header-outer.detached.scrolling #top #logo {
    	margin: 5px 0;
	}
	.footSubCol2 img {
    	margin-bottom: 20px !important;
	}
	.wpforms-container .wpforms-field {
		width: 100% !important;
    	margin: 0 !important;
	}
	.hmTeamRow .wpb_wrapper h2.vc_custom_heading {
    	font-size: 13vw !important;
	}
	.processLeftCol .nectar-fancy-ul li {
    	font-size: 18px;
	}
	.processLeftCol .wpb_wrapper h3.vc_custom_heading {
    	font-size: 16px !important;
    	line-height: 1.3em !important;
	}
	.row .col .nectar-highlighted-text h3 {
		line-height: 1.1em !important;
	}
	.nectar-recent-posts-single_featured h2 {
    	font-size: 26px;
	}
	#ajax-content-wrap .portfolio-filters-inline[data-color-scheme*="-underline"] a {
    	margin: 0 8px;
    	font-size: 15px !important;
	}
	.vidHeroRow .vc_col-sm-12 .vc_column-inner {
    	height: 70vh;
	}
}
