/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

body.cpt_qr_bios-template-default #main {
	background: #fff;
}

.purple {
	color: #a03fb6;
}

.blue {
	color: #00a0dd;
}

body#top.cpt_qr_bios-template-default h1.bio-title {
	font-size: 75px !important;
}

#top.cpt_qr_bios-template-default #wrap_all .all_colors h2 {
    font-size: 32px;
}

@media (max-width: 1200px) {
	body#top.cpt_qr_bios-template-default h1.bio-title {
		font-size: 48px !important;
	}
	
	#top.cpt_qr_bios-template-default #wrap_all .all_colors h2 {
    font-size: 24px;
}
}

@media (max-width: 900px) {
	body#top.cpt_qr_bios-template-default h1.bio-title {
		font-size: 40px !important;
	}
	
	#top.cpt_qr_bios-template-default #wrap_all .all_colors h2 {
    font-size: 20px;
}
}

@media (max-width: 767px) {
	
	.cpt_qr_bios-template-default #wrap_all #main {
		margin-top: 33px;
	}

	body#top.cpt_qr_bios-template-default h1.bio-title {
		font-size: 32px !important;
		margin-bottom: 10px;
	}
	
	#top.cpt_qr_bios-template-default #wrap_all .all_colors h2 {
    	font-size: 15px;
	}
}

.bio-container {
	max-width: 1310px;
	margin: -33px auto 0;
	color: #76787b;
	font-size: 18px;
}

.bio-head-wrap {
	position: relative;
}

.bio-head {
	position: absolute;
	bottom: 50px;
	margin-left: 90px;
}

.bio-head h1, .bio-head h2 {
	color: #fff;
}

.bio-img-wrap img {
	display: block;
	vertical-align: top;
	box-shadow: 0px 24px 40px -2px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 24px 40px -2px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 24px 40px -2px rgba(0,0,0,0.50);
}

.bio-contact-mobile {
	display: none;
}

.bio-grid {
	display: grid;
	margin-top: 30px;
	grid-template-columns: auto 360px;
	grid-column-gap: 30px;
}

.bio-section {
	background: #ebebeb;
	border-radius: 24px;
	padding: 30px 60px;
	border: 0;
}

.bio-content {
	display: block;
	margin-left: 30px;
	font-size: 20px;
}

.bio-content > :fist-child {
	margin-top: 0;
}

.bio-contact, .bio-marketing, .bio-questions {
	padding: 15px 30px;
	margin: 0 30px 30px 0;
}

.bio-questions {
	margin: 30px 0 50px; 
}

.bio-contact {
	padding: 50px 30px 20px;
}

.bio-marketing {
	padding: 0 15px;
}

.bio-marketing-blk {
	padding: 25px 0;
}

.bio-marketing-blk .sheet, .bio-marketing-blk .social {
	text-align: center;
}

.bio-marketing-blk .sheet {
	margin-top: 10px;
}

.bio-marketing-blk .sheet:first-of-type {
	margin-top: 20px;
}

.sheet a {
	display: block;
	width: 70px;
	margin: 0 auto;
	transition: transform .15s ease-in-out;
}

.sheet:not(:last-child):after { 
    content:"";
	display: block;
    height: 2px; 
    width: 62%; /* or i.e: 500px */
    background:url("https://invidi.com/wp-content/themes/enfold-child/img/bg-border.svg") no-repeat;
	background-size: auto 2px;
	margin: 5px auto 16px;
}

.sheet a:hover {
	transition: transform .25s ease-in-out;
	transform: scale(1.04);
}

.bio-marketing-blk .social {
	padding: 6px 0;
}

.bio-marketing-blk .social:first-of-type {
	margin-top: 15px;
}

.bio-marketing-blk .social:not(:last-child):after { 
    content:"";
	display: block;
    height: 2px; 
    width: 62%; /* or i.e: 500px */
    background:url("https://invidi.com/wp-content/themes/enfold-child/img/bg-border.svg") no-repeat;
	background-size: auto 2px;
	margin: 15px auto 0;
}

.social a {
	display: block;
	position: relative;
	width: 40px;
	margin: 0 auto;
	background: #989899;
	border: 2px solid #fff;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	vertical-align: middle;
}

.social a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
}

.social a.purple:hover {
	background: #a03fb6;
	color: #fff !important;
}

.social a.blue:hover {
	background: #00a0dd;
	color: #fff !important;
}

.bio-marketing-blk img {
	max-width: 100%;
}

.bio-contact-label {
	display: inline-block;
	width: 20px;
	color: #a03fb6;
	margin-right: 10px;
	font-weight: 700;
	font-size: 14px;
}

.bio-contact ul {
	margin-left: 0;
	padding: 0 0px 0 35px;
}

.bio-address {
	display: grid;
	grid-template-columns: 20px auto;
	grid-column-gap: 10px;
	padding: 0 35px 0;
	line-height: 135%;
}

.bio-contact ul:after {
	content:"";
	display: block;
    height: 2px; 
    width: calc(100% + 40px);
    background:url("https://invidi.com/wp-content/themes/enfold-child/img/bg-border.svg") repeat-x;
	background-size: auto 2px;
	margin: 15px auto 0 -35px;
}

.bio-address i {
	font-size: 9px;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 18px;
    padding-top: 3px;
	color: #ebebeb;
	margin-top: 3px;
}

.bio-address i.purple {
	background-color: #ae44c5;
}

.bio-address i.blue {
	background-color: #00a0dd;
}

#top.cpt_qr_bios-template-default .main_color .av-minimal-toggle .toggler, .cpt_qr_bios-template-default .main_color .toggle_content {
	background: transparent;
	border-bottom: 0;
	position: relative;
	padding-bottom: 15px;
}

#top.cpt_qr_bios-template-default .main_color .av-minimal-toggle .toggler:after, .cpt_qr_bios-template-default .main_color .toggle_content:after {
	content:"";
	display: block;
    height: 2px; 
    width: calc(100% + 35px); /* or i.e: 500px */
    background:url("https://invidi.com/wp-content/themes/enfold-child/img/bg-border.svg") repeat-x;
	background-size: auto 2px;
	margin: 0 auto 0 -35px;
	position: absolute;
	bottom: 1px;
}

#top.cpt_qr_bios-template-default .main_color .av-minimal-toggle .toggler {
	line-height: 135%;
	font-weight: 600;
	font-size: 16px;
}

.cpt_qr_bios-template-default .js_active .toggler {
	padding-left: 40px;
}

.cpt_qr_bios-template-default .main_color .toggle_content {
	font-size: 16px;
	line-height: 135%;
	padding-bottom: 13px;
    padding-top: 2px;
}

.bio-questions .togglecontainer:first-of-type {
	margin-top: 10px;
}

.cpt_qr_bios-template-default .avia-post-nav {
	display: none !important;
}

.cpt_qr_bios-template-default .av-minimal-toggle .toggle_icon {
    margin-top: -12px;
    width: 24px;
    height: 24px;
	border-radius: 100%;
    background: #98989a;
}

.cpt_qr_bios-template-default .toggle_icon {
	left: 5px;	
}

.cpt_qr_bios-template-default .toggle_icon .vert_icon {
    border-left-width: 2px;
    left: 11px;
    top: 6px;
    height: 11px;
}

.cpt_qr_bios-template-default .toggle_icon .hor_icon {
    border-top-width: 2px;
    top: 10.5px;
    left: 6.5px;
    width: 11px;
}

.cpt_qr_bios-template-default .av-minimal-toggle .toggle_content {
    padding: 0px;
}

.cpt_qr_bios-template-default .av-minimal-toggle .single_toggle {
	margin-bottom: 2px;	
}

.btn-wrap {
	display: block;
	margin-top: 25px;
}

.btn-schedule {
	display: inline-block;
	color: #fff !important;
	font-weight: 700;
	padding: 8px 20px;
	border-radius: 24px;
	width: 100%;
	max-width: 320px;
	text-align: center;
}

.btn-schedule.purple {
	background-color: #a03fb6;
}

.btn-schedule.blue {
	background-color: #00a0dd;
}

.btn-schedule:hover {
	background: #5e2a6b;
	color: #fff !important;
	text-decoration: none !important;
}

.bio-marketing-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}

.bio-marketing-wrap > div:first-child {
	border-right: 4px solid #fff;
}

.bio-marketing-wrap > div:last-child {
	border-left: 4px solid #fff;
}


@media (max-width: 900px) {
	.bio-grid {
		grid-template-columns: auto 330px;
	}
	
	.bio-content {
		font-size: 18px;
	}
	
	.bio-contact ul {
		padding: 0 0px 0 15px;
	}
	
	.bio-contact ul:after {
    width: calc(100% + 40px);
	margin: 15px auto 0 -25px;
	}
	
	.bio-address {
		padding: 20px 15px 0;
	}
	
	.bio-section {
		padding: 30px 30px;
	}
	
	.bio-marketing {
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.bio-grid {
		display: block;
		margin-top: 0;
	}
	
	.bio-head {
    	bottom: 25px;
    	margin-left: 20px;
	}
	
	.bio-contact {
		display: none;
	}
	
	.bio-contact-mobile {
		display: block;
	}
	
	.bio-content {
		margin: 25px auto;
	}
	
	.bio-content > div:first-child {
		padding-top: 10px;
	}
	
	.bio-section {
		width: calc(100% - 40px);
		margin: 25px auto 0;
	}
	
	.bio-questions {
		margin-bottom: 25px;
	}
	
	.bio-meta {
		display: grid;
	}
	
	.bio-marketing {
		order: 2;
		margin-bottom: 50px;
		margin-top: 0;
	}
	
	.bio-address {
		padding-top: 0;
	}
}

.two-lists {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
}

.two-lists .list-left {
	padding-right: 25px;
}

.two-lists .list-right {
	padding-left: 25px;
	border-left: 3px dotted #aadfc9;
}

.two-lists li {
	margin-bottom: 20px;
}

body .gform_footer {
	padding-bottom: 0 !important;
}

body #gform_2 {
	margin-bottom: 0;
}

#gform_confirmation_wrapper_2, .dlm-nf-download-link {
	text-align: center;
}

body .gform_wrapper #gform_fields_2 .validation_message {
	background: #c02b0a;
	padding: 6px 12px;
}

.dlm-nf-download-link a, body #gform_submit_button_2 {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 10px auto 0;
	background: #00c091;
	border-radius: 24px;
	padding: 14px 100px;
	text-decoration: none !important;
	font-weight: 600;
	box-shadow: 5px 9px 22.5px 2.5px rgba(0, 0, 0, 0.15);
	text-shadow: 5px 9px 22.5px rgba(0, 0, 0, 0.15);
	transition: all .25s ease-in-out;
}

.dlm-nf-download-link a:hover, body #gform_submit_button_2:hover {
	box-shadow: 5px 10px 22.5px 2.5px rgba(0, 0, 0, 0.22);
	text-shadow: 5px 10px 22.5px rgba(0, 0, 0, 0.22);
	transition: all .25s ease-in-out;
}

body #gform_submit_button_2 {
	margin-top: 0;
}

.gform_confirmation_message_2 {
	font-size: 20px;
	font-weight: 700;
}

#top .main_color #gform_fields_2 input[type='text'], #top .main_color #gform_fields_2 input[type='email'] {
	border-radius: 18px;
	padding-left: 15px;
	color: #000;
}

#gform_fields_2 input::placeholder {
	color: #afafaf;
}

div.dotted-sep {
	display: block;
	border-top: 3px dotted #fff;
	opacity: 50%;
	margin: 0;
}

/* GENERAL */

body .avia-image-container-inner {
	border-radius: 0 !important;
}

/* menu fixes */
body .avia-menu-fx {
    height: 4px;
}

#header.header-scrolled .avia-menu-fx {
	bottom: -2px;
	height: 3px;
}

body .av-main-nav > li > a {
	font-weight: 400;	
}

/* fix dumb opacity default style */

body .full-op, body .full-op > .inner-border-av-border-fat {
	opacity: 100% !important;
}

.white {
	color: #fff;
}

.green {
	color: #00c091;
}

/* HEADING STYLES */


/* H1 Home */

#top #wrap_all .all_colors .custom-left-square-content h1 {
	color: #fff;
	margin-bottom: 0;
}

#top #wrap_all .all_colors .custom-left-square-content h1.green {
	color: #00c091;
	font-size: 48px;
}

.big-p-content.custom-01 {
    width: 80%;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	html #top #wrap_all .h1-ele.h1-small h1, #top #wrap_all .all_colors .h1-ele.txt-widget-over-square-left h1, #top #wrap_all .all_colors .custom-left-square-content h1 {
		font-size: 14px !important;
	}
	
	.big-p-content {
		line-height: 115%;
		font-size: 8px !important;
	}
}

@media screen and (max-width: 600px) {
	.big-p-content {
		line-height: 115%;
		font-size: 6px !important;
	}
}

@media screen and (min-width: 768px) {
	html #top #wrap_all .h1-ele.h1-small h1, #top #wrap_all .all_colors .h1-ele.txt-widget-over-square-left h1, #top #wrap_all .all_colors .custom-left-square-content h1 {
		font-size: 20px;
	}
	
	.big-p-content {
		line-height: 125%;
		font-size: 11px !important;
	}
}

@media screen and (min-width: 900px) {
	.big-p-content {
		font-size: 12px !important;
		line-height: 135%;
	}
}

@media screen and (min-width: 1025px) {
	html #top #wrap_all .h1-ele.h1-small h1, #top #wrap_all .all_colors .h1-ele.txt-widget-over-square-left h1, #top #wrap_all .all_colors .custom-left-square-content h1 {
		font-size: 30px;
	}
	
	.big-p-content {
		font-size: 13px !important;
		line-height: 150%;
	}
}

@media screen and (min-width: 1200px) {
	html #top #wrap_all .h1-ele.h1-small h1, #top #wrap_all .all_colors .h1-ele.txt-widget-over-square-left h1, #top #wrap_all .all_colors .custom-left-square-content h1 {
		font-size: 36px;
	}
	
	.big-p-content {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 1310px) {
	html #top #wrap_all .h1-ele.h1-small h1, #top #wrap_all .all_colors .h1-ele.txt-widget-over-square-left h1, #top #wrap_all .all_colors .custom-left-square-content h1 {
		font-size: 42px;
	}
}

@media screen and (max-width: 1200px) {
	html #top #wrap_all .h1-ele h1 {
		font-size: 48px;
	}
	
	#top #wrap_all .all_colors .custom-left-square-content h1.green {
		font-size: 40px;
	}
	
	html #top #wrap_all .left-half-h1-wrap {
		padding-left: 5% !important;
	}
	
	html #top #wrap_all .right-half-h1-wrap {
		padding-right: 5% !important;
	}
	
	html #top #wrap_all .h1-half h1 {
		font-size: 52px;
	}
}

@media screen and (max-width: 1024px) {
	html #top #wrap_all .h1-ele h1 {
		font-size: 40px;
	}
	
	html #top #wrap_all .left-half-h1-wrap {
		padding-left: 25px !important;
	}
	
	html #top #wrap_all .right-half-h1-wrap {
		padding-right: 25px !important;
	}
	
	html #top #wrap_all .h1-half h1 {
		font-size: 40px;
	}
	
	#top #wrap_all .all_colors .custom-left-square-content h1.green {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	html #top #wrap_all .h1-ele h1 {
		font-size: 28px;
	}
	
	html #top #wrap_all .h1-ele.txt-widget-over h1 {
		font-size: 22px;
	}
	
	html #top #wrap_all .h1-half h1 {
		font-size: 36px;
	}
	
	html #top #wrap_all .right-half-h1-wrap {
		padding: 0 0 70px !important;
	}
	
	html #top #wrap_all .left-half-h1-wrap {
		padding-bottom: 40px !important;
	}
	
	body .os-quad-wrap {
		padding-left: 0;
		border: 0 !important;
	}
	
	body .solutions-three-color {
		margin-bottom: 0 !important;
	}
	
	#top #wrap_all .all_colors .custom-left-square-content h1.green {
		font-size: 30px;
	}
}

/* H2 Home */

@media screen and (max-width: 1200px) {
	html #top #wrap_all .h2-ele h2 {
		font-size: 38px;
	}
}

@media screen and (max-width: 1024px) {
	html #top #wrap_all .h2-ele h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	html #top #wrap_all .h2-ele h2 {
		font-size: 26px;
	}
}

/* NAV Styles */

@media screen and (max-width: 1050px) {
	body#top #header .av-main-nav > li > a {
		font-size: 14px;
	}
}

#top #wrap_all .av-main-nav ul > li > a, #top .av-main-nav li:hover > ul {
	border: 0 !important;
}

#top .av-main-nav ul {
	margin-top: 1px;	
}

/* HOME Features Section */

body .home-features p {
	max-width: 800px;
	margin: 0 auto;
}

/* HOME CTA section fixes */

body .home-cta .avia-button {
	border-radius: 24px;
	font-weight: 600;
}

#home-news .slide-content {
margin-top: 15px;
}

#home-news article {
text-align: center;
}

#home-news article time {
margin-top: 10px;
}

#custom-page-head-100 .container {
  width: 100% !important;
  min-width: 100%;
  padding: 0;
  margin: 0;
}

#custom-page-head-100 img {
  width: 100% !important;
}

.responsive body#top #wrap_all #custom-page-head-100 > .flex_cell {
	padding: 0 !important;
	height: auto !important;
	width: 100% !important;
	min-height: 1px !important;
}

#top #custom-page-head-100 .container main {
  padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-grid {
	display: grid;
}

.custom-grid img {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
}

#top #wrap_all .custom-grid h1.page-title {
	text-align: center;
	line-height: 100%;
	color: #fff;
    z-index: 11;
    right: 0;
    max-width: 60%;
	position: absolute;
	margin: auto 50px;
	top: 50%;
    transform: translateY(-50%);
}

#top #wrap_all .custom-grid h1.page-title-small {
	text-align: center;
	line-height: 100%;
	color: #fff;
    z-index: 11;
    right: 0;
	left: 0;
    width: 80%;
	position: absolute;
	margin: auto 50px;
	top: 50%;
    transform: translateY(-50%);
	font-size: 32px;
}

#top #wrap_all .custom-grid .right-blk {
	position: relative;	
}

#top #wrap_all .custom-grid h2.page-sub-title {
	text-align: center;
	line-height: 100%;
	color: #fff;
    z-index: 11;
    right: 0;
    left: 0;
    max-width: 76%;
    position: absolute;
    margin: auto 25px 0 35px;
	top: 50%;
    transform: translateY(-50%);
	font-size: 48px;
}

#top #wrap_all .custom-grid h1.page-title.right-push {
	margin: auto 25% auto 50px;
}

@media screen and (max-width: 1490px) {
	#top #wrap_all .custom-grid h1.page-title {
		max-width: 90%;	
	}
	
	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 38px;
	}
}

@media screen and (max-width: 1200px) {
	#top #wrap_all .custom-grid h1.page-title {
		max-width: 100%;
		font-size: 40px;
	}
}

@media screen and (max-width: 1100px) {
	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 1000px) {
	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 26px;
	}
	
	#top #wrap_all .custom-grid h1.page-title-small {
		font-size: 24px;
	}
}

@media screen and (max-width: 900px) {
	#top #wrap_all .custom-grid h1.page-title, top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 36px;
	}
}

@media screen and (max-width: 800px) {
	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 22px
	}
}

@media screen and (max-width: 720px) {
	#top #wrap_all .custom-grid h1.page-title, top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 28px;
	}
	
	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 18px;
		max-width: 70%;
	}
	
	#top #wrap_all .custom-grid h1.page-title-small {
		font-size: 16px;
		width: 60%;
	}
}


@media screen and (max-width: 600px) {
	#top #wrap_all .custom-grid h1.page-title, #top #wrap_all .custom-grid h1.page-title.right-push {
		font-size: 24px;
		margin: auto 20px;
	}
	
	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 14px;
		max-width: 65%;
	}
	
	#top #wrap_all .custom-grid h1.page-title-small {
		font-size: 12px;
		width: 60%;
	}
}

@media screen and (max-width: 500px) {
	#top #wrap_all .custom-grid h1.page-title {
		font-size: 20px;
	}

	#top #wrap_all .custom-grid h2.page-sub-title {
		font-size: 10px;
		max-width: 73%;
		margin: 0 15px;
	}
	
	#top #wrap_all .custom-grid h1.page-title-small {
		font-size: 8px;
    	width: 50%;
	}
}

@media screen and (max-width: 415px) {
	#top #wrap_all .custom-grid h1.page-title {
		font-size: 18px;
	}
}


.custom-grid-01 {
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 0;
}

.custom-grid-01 .btm-blk {
	position: relative;
	vertical-align: middle;
}

.custom-grid-01 .left-blk > div {
	display: block;
	margin: 0;
	padding: 0;
}

.row-02 {
	position: relative;
	display: grid;
	align-items: center;
}

#top #wrap_all .row-02 p {
	position: absolute;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 36%;
    left: 0;
    right: 0;
    margin: -10px auto auto;
    text-align: center;
    line-height: 125%;
}

@media screen and (max-width: 1280px) {
	#top #wrap_all .row-02 p {
		font-size: 20px;
	}
}

@media screen and (max-width: 1050px) {
	#top #wrap_all .row-02 p {
		font-size: 16px;
	}
}

@media screen and (max-width: 800px) {
	#top #wrap_all .row-02 p {
		font-size: 12px;
	}
}

@media screen and (max-width: 650px) {
	#top #wrap_all .row-02 p {
		font-size: 10px;
		margin: -8px auto auto;
	}
}

@media screen and (max-width: 500px) {
	#top #wrap_all .row-02 p {
		font-size: 8px;
		margin: -5px auto auto;
	}
}

@media screen and (max-width: 400px) {
	#top #wrap_all .row-02 p {
		font-size: 6px;
	}
}

.orange {
	color: #eba900;
}

.blue {
	color: #00a0df;
}

.red {
	color: #f5333f;
}

.white {
	color: #fff;
}

.custom-grid-02 .content-wrap {
	display: block;
	position: absolute;
	width: 33%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px 45px;
	z-index: 11;
	text-align: center;
	top: 50%;
    transform: translateY(-50%);
}

#top #wrap_all .all_colors h1.triple-page-title {
	font-size: 38px;
	color: #fff;
	margin-bottom: 45px;
}

.custom-grid-02, .custom-grid-02 .row-01, .custom-grid-02 .row-02 {
	position: relative;
}

.custom-grid-02 figure span {
	display: block;
	font-size: 75px;
	margin-bottom: 20px;
	font-weight: 600;
}

.custom-grid-02 figure {
	font-size: 24px;
	font-weight: 700;
}

.custom-grid-02 p {
	line-height: 130%;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 1030px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.custom-grid-02 figure span {
		font-size: 58px;
	}
	
	.custom-grid-02 figure {
		font-size: 20px;
	}
	
	.custom-grid-02 p {
		font-size: 14px;
	}
}

@media screen and (max-width: 880px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.custom-grid-02 figure span {
		font-size: 42px;
		margin-bottom: 5px;
	}
	
	.custom-grid-02 figure {
		font-size: 16px;
	}
	
	.custom-grid-02 p {
		font-size: 12px;
	}
	
	.custom-grid-02 .content-wrap {
		padding: 30px 25px;
	}
}

@media screen and (max-width: 767px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.custom-grid-02 figure span {
		font-size: 46px;
		margin-bottom: 0;
	}
	
	.custom-grid-02 figure {
		font-size: 14px;
	}
	
	.custom-grid-02 p {
		font-size: 10px;
	}
	
	.custom-grid-02 .content-wrap {
		padding: 25px 25px;
	}
}

@media screen and (max-width: 650px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.custom-grid-02 figure span {
		font-size: 40px;
		margin-bottom: -5px;
	}
	
	.custom-grid-02 figure {
		font-size: 12px;
	}
	
	.custom-grid-02 p {
		font-size: 8px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 550px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 12px;
	}
	
	.custom-grid-02 figure span {
		font-size: 32px;
		margin-bottom: -5px;
	}
	
	.custom-grid-02 figure {
		font-size: 11px;
	}
	
	.custom-grid-02 p {
		margin-top: 0px !important;
		font-size: 8px;
	}
}

@media screen and (max-width: 550px) {
	#top #wrap_all .all_colors h1.triple-page-title {
		font-size: 10px;
	}
	
	.custom-grid-02 figure span {
		font-size: 24px;
		margin-bottom: -10px;
	}
	
	.custom-grid-02 figure {
		font-size: 9px;
	}
	
	.custom-grid-02 p {
		font-size: 6px;
	}
}

.row-02-01 {
	position: relative;
}

.custom-grid-03 {
	display: grid;
	grid-template-columns: 35% 30% 35%;
	text-align: center;
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
}

.custom-grid-03 > div {
	position: relative;
}

.custom-grid-03 .content-wrap {
	width: 100%;
}

.custom-grid-05 {
	display: grid;
	grid-template-columns: 35% 30% 35%;
	text-align: center;
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	align-items: center;
}

.custom-grid-05 a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-content: center;
  	flex-direction: column;
	color: #fff !important;
	font-size: 40px;
	font-weight: 600;
	height: 100%;
	position: relative;
	padding-bottom: 10px;
}

.custom-grid .custom-tab {
	height: 100%;
}

.custom-grid-05 .custom-tab:hover a {
	cursor: pointer;
	text-decoration: none;
}

.custom-grid-05 a:active {
	text-decoration: none;
}

.custom-grid-05 a.active:after {
	display: block;
	content: '';
	width: 75%;
	border-top: 3px dotted #fff;
	position: absolute;
	margin: 15px auto 0;
	bottom: 10px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 1300px) {
	.custom-grid-05 a {
		font-size: 30px;
	}
}

@media screen and (max-width: 1100px) {
	.custom-grid-05 a {
		font-size: 30px;
	}
}

@media screen and (max-width: 900px) {
	.custom-grid-05 a {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.custom-grid-05 a {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.custom-grid-05 a {
		font-size: 16px;
		padding-bottom: 10px;
	}
	
	.custom-grid-05 a.active:after {
		bottom: 4px;
		border-width: 3px;
	}
}

@media screen and (max-width: 500px) {
	.custom-grid-05 a {
		font-size: 12px;
		padding-top: 4px;
	}
	
	.custom-grid-05 a.active:after {
		bottom: 6px;

	}
}

@media screen and (max-width: 400px) {
	.custom-grid-05 a {
		font-size: 10px;
		padding-top: 0;
	}
	
	.custom-grid-05 a.active:after {
		bottom: 10px;
	border-width: 2px;
	}
}

.custom-grid-06 {
	display: grid;
	grid-template-columns: 35% 30% 35%;
	text-align: center;
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	align-items: center;
}

.custom-grid-06 a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-content: center;
  	flex-direction: column;
	height: 100%;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

.custom-grid-06 .custom-tab:hover a {
	cursor: pointer;
	text-decoration: none;
}

.custom-grid-06 a:active {
	text-decoration: none;
}

.custom-grid-06 a.active:after {
	display: block;
	content: '';
	width: 90%;
	border-top: 3px dotted #939292;
	position: absolute;
	margin: 15px auto 0;
	bottom: 10px;
	left: 0;
	right: 0;
}

.logo-nav {
	max-width: 60%;
	text-align: center;
	margin: 0 auto;
}

.logo-nav img {
	width: 70%;
	max-width: 275px;
	height: auto;
	display: inline-block;
    margin: 0 auto;
}

.icon-wrap {
	width: 70%;
    max-width: 200px;
    margin: 0 auto;
}

.icon-wrap img {
	width: 100%;
	max-width: 100%;
}

/* .custom-grid-06 .custom-tab:first-of-type .logo-nav img {
	width: 95%;
	max-width: 290px;
} */

#top #wrap_all .all_colors .txt-widget-over-square-left {
	position: absolute;
	display: block;
	left: 7%;
	width: 43%;
	padding: 50px;
	top: 50%;
    transform: translateY(-50%);
	text-align: center;
}

#top #wrap_all .all_colors .custom-left-square-content {
	position: absolute;
	display: block;
	left: 6.15%;
	width: 43%;
	padding: 50px;
	top: 50%;
    transform: translateY(-50%);
	text-align: center;
}

@media (max-width: 1024px) {
	#top #wrap_all .all_colors .custom-left-square-content {
		padding: 25px;
	}
}

.custom-left-square-divider {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.custom-left-square-divider {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

#top #wrap_all .all_colors .txt-widget-over-square-left-full {
	position: absolute;
	display: block;
	left: 6%;
	width: 43%;
	padding: 0 20px;
	text-align: center;
	background: transparent;
	top: 50%;
	transform: translateY(-90%);
}

@media screen and (max-width: 1100px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left-full p {
		font-size: 14px;
		line-height: 125%;
	}
	
	#top #wrap_all .all_colors .txt-widget-over-square-left-full {
		transform: translateY(-115%);
	}
	
	#top #wrap_all .all_colors .txt-widget-over-square-left-full .special-heading-border {
		display: none !important;
	}
}

@media screen and (max-width: 900px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left-full p {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left-full p {
		font-size: 10px;
	}
	
	#top #wrap_all .all_colors .txt-widget-over-square-left-full {
		padding: 0px 20px;
		transform: translateY(-130%);
	}
}

@media screen and (max-width: 767px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left, #top #wrap_all .all_colors .txt-widget-over-square-left {
		padding: 25px;	
	}
}

@media screen and (max-width: 660px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left-full .hr-custom {
		margin: 3px 0 !important;
	}
	
	#top #wrap_all .all_colors .txt-widget-over-square-left-full p {
		font-size: 8px;
	}
	
	#top #wrap_all .all_colors .txt-widget-over-square-left-full {
		transform: translateY(-130%);
	}
}

@media screen and (max-width: 600px) {
	
	#top #wrap_all .all_colors .txt-widget-over-square-left-full {
		transform: translateY(-200%);
	}
	#top #wrap_all .all_colors .txt-widget-over-square-left-full p {
		font-size: 6px;
	}
}

@media screen and (max-width: 540px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left-full {
		transform: translateY(-185%);
	}
}

@media screen and (max-width: 540px) {
	#top #wrap_all .all_colors .txt-widget-over-square-left-full {
		padding: 0 10px;
		transform: translateY(-193%);
	}
}

.custom-pad-20 {
	padding: 20px 0 !important;
}


/* SOLUTIONS */

.img-back-hold {
	z-index: 10;
	display: grid;
	margin-bottom: 0 !important;
}

#top .txt-widget-over {
	position: absolute !important;
	z-index: 11;
	max-width: 1310px;
	top: 50%;
    transform: translateY(-50%);
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: -10px !important;
	left: 0;
	right: 0;
}

#top .txt-widget-over.no-top {
	margin-top: 0px !important;
}

@media screen and (max-width: 1309px) {
	#top .txt-widget-over {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	#home-features .flex_column:not(:last-child) section.av_textblock_section {
		border-right: 0 !important;
	}
	
	#home-features .flex_column:not(:last-child) section.av_textblock_section {
		padding-right: 0;
	}
	
	#socket .sub_menu_socket li {
		line-height: 16px;	
	}

	.responsive #top.home #wrap_all .slide-entry {
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	.responsive #top.home #wrap_all .slide-entry {
		border-right: 0px;
		padding-right: 0px !important;
	}
}

#top #wrap_all #main .contact-bar {
	height: 50px !important;
	text-align: center;
	margin-bottom: -37px !important; 
}

#top #wrap_all #main .contact-bar p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Download Sheets */

#top #wrap_all .h3-download-sheet h3 {
	font-size: 27.5px;
	margin-left: -10px;
}

#top #wrap_all .product-sheet input[type=submit] {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 60px;
    border-radius: 44px;
	color: #ffffff;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.35); 
box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.35);
	position: relative;
	transition: top .15s ease-in-out;
	 top: -20px;
}
/* Conexus Sheet Form */
#top #wrap_all #gform_3.product-sheet input[type=submit] {
	background: #00c091;
}
/* Edge Sheet Form */
#top #wrap_all #gform_4.product-sheet input[type=submit] {
	background: #f47b20;
}
/* Pulse Sheet Form */
#top #wrap_all #gform_5.product-sheet input[type=submit] {
	background: #ae44c5;
}

#top #wrap_all .product-sheet input[type=submit]:active {
	top: -22px;
	transition: top .25s ease-in-out;
}

#top #wrap_all .product-sheet input[type=submit]:hover {
	background: #808080;
}

#top #wrap_all .all_colors h2.gform_submission_error  {
    font-size: 18px;
}

.product-sheet .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #afafaf;
	font-size: 14px;
}
.product-sheet .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #afafaf;
	font-size: 14px;
}
.product-sheet .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #afafaf;
	font-size: 14px;
}
.product-sheet .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: color: #afafaf;
	font-size: 14px;
}

.gform_confirmation_message_3, .gform_confirmation_message_4, .gform_confirmation_message_5 {
		text-align: center;
    font-weight: 700;
    margin-top: 50px;
}

#product-download-blk .dlm-nf-download-link a {
	background: #000;
}

/* 1480 */
@media (max-width: 1480px) {
	#top #wrap_all .h3-download-sheet h3 {
		font-size: 20px;
	}
	#top #wrap_all .product-sheet input[type=submit] {
    padding: 10px 30px;
	}
}

/* 1240 */
@media (max-width: 1240px) {
	#top #wrap_all .h3-download-sheet h3 {
		font-size: 16px;
	}
	
	#top #wrap_all .product-sheet input[type=submit] {
    font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 1240px) {
	#top #product-download-blk .no_margin.av_two_fifth {
    width: 30%;
		padding-left: 30px !important;
	}
	
	#top .no_margin.av_three_fifth 	{
    width: 70%;
		padding-right: 30px !important;
	}
}

/* 1240 */
@media (max-width: 900px) {
	#top #wrap_all .h3-download-sheet h3 {
		font-size: 13px;
	}
	
	@media (max-width: 767px) {
		#top #wrap_all .h3-download-sheet h3 {
		font-size: 26px;
	}
	}

.gray-dotted .av-flex-placeholder, .gray-dotted-02 .av-flex-placeholder {
	position: relative;
}

body .bg-cover {
	background-size: cover !important;
}

@media screen and (max-width: 1400px) {
	body .gray-dotted .av_one_full, body .gray-dotted-02 .av_one_full   {
	padding-left: 5% !important;
		padding-right: 5% !important;
}
}

@media screen and (max-width: 1024px) {
	body .gray-dotted .av_one_full, body .gray-dotted-02 .av_one_full   {
	padding-left: 25px !important;
		padding-right: 25px !important;
}
}

.gray-dotted .av-flex-placeholder:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	border-left: 4px dotted #949494;
}

.gray-dotted-02 .av-flex-placeholder:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	border-left: 4px dotted #949494;
}

.dotted-top-01 {
	border-top: 3px dotted rgba(255,255,255,.5) !important;
		margin-top: 10px;
	padding-top: 0px;
	line-height: 150%;
}

.dotted-top-01 p, .dotted-top-02 p {
margin-top: 12px !important;
}

.dotted-top-02 {
	border-top: 3px dotted #808080 !important;
	margin-top: 0px;
	padding-top: 0px;
}

.top-btm-white-border {
	border-top: 15px solid #fff !important;
	border-bottom: 15px solid #fff !important;
}

.top-btm-white-border-10 {
	border-top: 10px solid #fff !important;
	border-bottom: 10px solid #fff !important;
}

.top-white-border {
	border-top: 15px solid #fff !important;
}

.solutions-three-color {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 60px;
	margin: 50px 0;
}

@media screen and (max-width: 767px) {
	.solutions-three-color {
		grid-template-columns: 1fr;
	}
}

.tc-item {
	color: #fff !important;
	text-align: center;
	padding: 50px 30px;
	border-radius: 24px;
	position: relative;
	transform: scale(1);
	transition: transform .15s ease-in-out !important;
}

.tc-item:hover {
	text-decoration: none;
	transform: scale(1.02);
	transition: transform .25s ease-in-out !important;
}

.left-sep {
	position: absolute;
	height: calc(100% - 16px);
	width: 1px;
	left: -31px;
	top: 8px;
	display: block;
	border-right: 4px dotted #fff;
	opacity: .5;
}

.right-sep {
	position: absolute;
	height: calc(100% - 16px);
	width: 1px;
	top: 8px;
	right: -31px;
	display: block;
	border-right: 4px dotted #fff;
	opacity: .5;
}

@media screen and (max-width: 767px) {
	
	.gray-dotted .av-flex-placeholder:before, .gray-dotted-02 .av-flex-placeholder:before {
	border-left: 0;
}
	.tc-item {
	margin-bottom: 65px;
}
	.left-sep, .right-sep {
		display: none;
	}
}

.tc-item.green {
	background: #69bf4a;
}

.tc-item.red {
	background: #f4313f;
}

.tc-item.blue {
	background: #257ce1;
}

.tc-item:before, .tc-item:after {
	content: '';
	position: absolute;
	display: block;
	width: 152px;
	height: 9.5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
}

.tc-item:before {
	top: -16px;
}

.tc-item:after {
	bottom: -16px;
}

.tc-item.green:before, .tc-item.green:after {
	background-image: url('https://www.invidi.com/wp-content/uploads/2022/03/bar-top-btm-green.jpg');
}

.tc-item.red:before, .tc-item.red:after {
	background-image: url('https://www.invidi.com/wp-content/uploads/2022/03/bar-top-btm-red.jpg');
}

.tc-item.blue:before, .tc-item.blue:after {
	background-image: url('https://www.invidi.com/wp-content/uploads/2022/03/bar-top-btm-blue.jpg');
}

.tc-item.green:after, .tc-item.red:after, .tc-item.blue:after {
	transform: rotate(180deg);
}

.tc-item h3 {
	margin: 0 0 12px;
	font-size: 28px !important;
	color: #fff;
}

.tc-item p {
	border-top: 4px dotted rgba(255, 255, 255, .5);
	margin: 0 !important;
	padding-top: 10px;
}


.icons-solutions {
	display: block;
	width: 70% !important;
	max-width: 182px !important;
	margin: 0 auto !important;
	transform: scale(1);
	transition: transform .15s ease-in-out !important;
}

.icons-solutions:hover {
	transform: scale(1.02);
	transition: transform .25s ease-in-out !important;
}

.icons-solutions img {
	width: 100%;
	height: auto;
}

.os-quad-wrap {
	padding-left: 25px;
	border-left: dotted 4px #f5d482 !important;
}

.os-quad {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr
	align-items: start;
	grid-gap: 25px;
}

.quad-item {
	padding: 15px;
	background: #e49202;
	color: #000;
	text-align: center;
	border-radius: 24px;
	position: relative;
}

.os-quad:before {
	content: '';
	display: block;
	border-top: 4px dotted #f5d482;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	vertical-align: middle;
	height: 1px;
}

.os-quad:after {
	content: '';
	display: block;
	border-left: 4px dotted #f5d482;
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
height: 100%;
	width: 1px;
}

.os-quad .quad-item:first-child:after {
	content: '';
	display: block;
	width: 120px;
	height: 120px;
	background: url('https://www.invidi.com/wp-content/uploads/2022/03/icon-white-cross.png') no-repeat;
	background-size: contain;
	position: absolute;
    bottom: -83px;
    right: -83px;
  z-index: 100;
}


.quad-item h5 {
	color: #fff;
	font-size: 24px !important;
	margin-bottom: 10px;
}