/*
Theme Name:	Enfold Child
Theme URI:	
Description: EVAA AI Custom Child Theme. 
Requires Enfold Theme:	http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Author:	alison bates
Version:	1.0
Template:	enfold
*/

/*
White: #ffffff #EAE7E9
Canvas: #f6f6f1
Dark Canvas: #909081
Plum: #300D21
Pink: #E00090

font-family: "Archivo", sans-serif;
font-family: "DM Sans", sans-serif;
font-family: "Inter", sans-serif;
*/

:root {
  --light: #FFFFFF;
  --light-op:#EAE7E9;
  --canvas: #f6f6f1;
  --dark-canvas: #909081;
  /*--light-p: #300D21;*/
  --light-p: #6B5B66;
  --dark-head: #300D21;
  --pinky: #E00090;
}

/*-- STANDARD --*/

body#top {
	/*border:5px solid red !important;*/
}

#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 {
   	text-transform:none;
}

#top h1, #top h2 {
	font-family: "Archivo", sans-serif;
	color:var(--dark-head);
}

#top h3, #top h4, #top h5, #top h6 {
	font-family: "DM Sans", sans-serif;
}

#top .av-special-heading.modern-quote .av-special-heading-tag,
#top .av-special-heading.modern-quote .av-subheading p {
	text-align:left;
} 

#top .av-special-heading.modern-centered .av-special-heading-tag,
#top .av-special-heading.modern-centered .av-subheading p {
	text-align:center;
}

#top .av-special-heading.modern-centered h4.av-special-heading-tag {
	font-weight:500;
}

#top p,
#top ul li {
	font-size:18px;
	line-height:28px;
	font-weight:400;
	font-family: "DM Sans", sans-serif;
	color:var(--light-p);
}

#top h1 {
	font-weight:100;
	font-size:54px;
	line-height:60px;
	text-transform:none;
	margin-bottom: 15px;
	color:var(--light-op) !important;
}

#top.home .av-special-heading-h1.av-special-heading .av-subheading p {
	font-size:22px;
	line-height:28px;
	font-weight:500;
}

#top .av-special-heading-h1.av-special-heading .av-subheading p {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;	
}

#top .hero p {
	font-weight:400;
	font-size: 20px;
	line-height: 32px;
}

#top .hero .avia_textblock p {
	margin:0 0 30px 0;
	color:var(--light-op);
}

#top h2, #top h3 {
	font-weight: 200;
	font-size: 38px;
	line-height: 42px;
}

#top .av-special-heading-h2.av-special-heading .av-subheading.av-subheading_above p {
	font-weight:400;
	font-size: 22px;
	line-height: 27px;
	margin-bottom:30px;
}

#top .av-special-heading-h3.av-special-heading.modern-centered .av-subheading p {
	margin:30px auto;
	max-width:60%;
}

#top h4.av-special-heading-tag {
	color:var(--light-p) !important;
	margin-top:10px;
}

#top .alternate_color h4.av-special-heading-tag {
	color:unset !important;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
}

#top h6 {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
}

/*-- END STANDARD --*/


/*-- GLOBAL ELEMENTS --*/

strong {
	font-weight:500;
}

.clear {
	clear:both;
}

.block {
	display:block;
}

.hide {
	display:none;
}

#top .z-index {
	z-index:10;
}

#top .relative {
	position:relative;
}

#top .absolute {
	position:absolute;
}

#top .responsive {
	position:relative;
}

#top .radius,
#top .radius img {
	border-radius:17px;
}

#top .shadow,
#top .shadow img {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .special_amp {
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-style: inherit;
	line-height:inherit;
	color:inherit;	
}

#top .list-3-col ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#top .list-2-col ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}


#top .no-padding .content {
	padding:0;
}

#top .small p {
	font-size:.8em;
	opacity:.8;
}

/*-- END GLOBAL ELEMENTS--*/

#top .image-overlay.overlay-type-extern {
	display:none !important;
}


/*-- LAYOUT --*/

#top .content {
	padding:80px 0;
}

#top .avia-section-no-padding .content {
	padding:0;
}

/* background video fix */
#top .avia-section.av-section-with-video-bg {
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

#top .avia-section.av-section-with-video-bg .avia-slideshow-inner,
#top .avia-section.av-section-with-video-bg .avia-bg-video-wrap,
#top .avia-section.av-section-with-video-bg .av-section-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

#top .avia-section.av-section-with-video-bg .avia-slideshow-inner video,
#top .avia-section.av-section-with-video-bg .avia-slideshow-inner iframe,
#top .avia-section.av-section-with-video-bg .avia-bg-video-wrap video,
#top .avia-section.av-section-with-video-bg .avia-bg-video-wrap iframe,
#top .avia-section.av-section-with-video-bg .av-section-video-bg video,
#top .avia-section.av-section-with-video-bg .av-section-video-bg iframe {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%, -50%);
    object-fit: cover !important;
    z-index: 1;
    background-color: #000;
    pointer-events: none;
}

#top .avia-section.av-section-with-video-bg video[style],
#top .avia-section.av-section-with-video-bg iframe[style] {
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
    min-height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#top .hero-overflow.right {
	position: absolute;
    width: 75% !important;
    right: -30%;
    min-height: 600px;
}

#top .hero-overflow.right img {
	max-width: 600px !important;	
}

/*#top .hero-overflow.left {
	width: 45% !important;
	left: -10%;
	min-height: 600px;
}*/

#top .hero-overflow img {
	max-width: 600px !important;	
}

#top .hero.overflow-visible {
	overflow:visible;
	max-height:600px !important;
}

#top .center.flex_column {
	float:none !important;
	margin: 0 auto;
}


/*column elements*/
/*column with image*/
#top .flex_column.img-icon,
#top .flex_column.box-icon {
	background:var(--light);
	border-radius:17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	padding:60px 40px 40px;
}

#top .flex_column.box-icon {
	padding:20px 20px 20px 30px;
}

#top .flex_column.top-icon {
	background:transparent;
	border-radius:0;
	box-shadow: none;
	padding-top:30px;
}

#top .flex_column.top-icon .avia_image,
#top .flex_column.box-icon .avia_image {
	height:80px;
	width:auto;
}

#top .flex_column.top-icon .av-special-heading {
	margin-top: 25px;
}

#top .flex_column.img-icon .avia-image-container {
	position: absolute;
    right: 0;
    left: 0;
    top: -80px;
} 

#top .flex_column.img-icon h4,
#top .flex_column.top-icon h4,
#top .flex_column.box-icon h4 {
	font-weight:500;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	/*text-transform: uppercase;*/	
	margin-bottom:30px;
}

#top .flex_column.top-icon .av-special-heading h4,
#top .flex_column.box-icon .av-special-heading h4 {
	margin-bottom:15px;
	color:var(--dark-head);
}

#top .flex_column.box-icon .av-special-heading {
	margin-top:30px;
	display:inline-block;
}

#top .flex_column.img-icon .av-special-heading-h4 .av-subheading p,
#top .flex_column.box-icon .av-special-heading-h4 .av-subheading p {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-align: center;
}

#top .flex_column.box-icon .av-special-heading-h4 .av-subheading p {
	text-align:left;
}

#top .main_color .avia-svg-icon svg:first-child {
	stroke: var(--pinky);
	fill: var(--pinky);
}

.box-icon .iconlist_icon,
.avia-icon-list .iconlist_icon { 
  color: var(--pinky);
}

.box-icon .iconlist_icon .av-icon-char,
.avia-icon-list .iconlist_icon .av-icon-char[data-av_svg_icon="check"]{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  line-height: 1;
  margin-top: -.1em;
  transform: scale(.8);
  transform-origin: 50% 50%;
}

.box-icon .iconlist_icon .av-icon-char::before,
.avia-icon-list .iconlist_icon .av-icon-char[data-av_svg_icon="check"]::before{
  content: "";
  position: absolute;
  width: 1.15em;
  height: 1.15em;
  border: .1em solid var(--pinky);
  border-radius: 999px;
  box-sizing: border-box;
}

.box-icon .iconlist_icon .av-icon-char svg,
.avia-icon-list .iconlist_icon .av-icon-char[data-av_svg_icon="check"] svg{
  width: 1.05em !important;
  height: 1.05em !important;
	transform: translateY(0.5px) scale(1.15);
	transform-origin: 20% 185%;
	display: block;
  margin-top:0;
}

.box-icon .iconlist_icon .av-icon-char path,
.avia-icon-list .iconlist_icon .av-icon-char[data-av_svg_icon="check"] path{
	fill:  var(--pinky); 
	stroke:var(--light);
	/*stroke-width: 1.6px;*/
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

#top .hero .flex_column.av_one_fourth {
	border-radius:17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	min-height:325px;
	padding:20px 30px;
}

#top .hero .flex_column.av_one_fourth h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
}

#top .hero .flex_column.av_one_fourth p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;	
}

/*counter*/

#top .counter .flex_column.av_one_fourth {
	/*border-radius:17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);*/
	min-height:325px;
	padding:20px 30px;
}

#top .counter .avia-animated-number-title .avia-single-number,
#top .counter .avia-animated-number-title .avia-animated-number,
#top .counter .avia-animated-number-title .avia-no-number {
	color:var(--pinky);
	font-size:30px;
	font-weight:600;
	line-height:36px;
	
}

#top .counter .avia-no-number {
	font-size:inherit;
	opacity:1;
}

#top .counter .avia-single-number {
	margin: 30px 0 15px;
	display: inline-block;	
}

#top .counter .avia-animated-number-content,
#top .counter .avia-animated-number-content p,
#top .counter .avia_textblock p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:var(--light-p);
}

#top .counter .avia-animated-number-content strong {
	font-weight:500;
	color:var(--light);	
}

#top .counter .av-special-heading.modern-quote h3.av-special-heading-tag,
#top .counter .av-special-heading-h3.av-special-heading .av-subheading p {
	color:var(--light-p);
}

#top .main_color .av_one_fourth.av-special-heading {
	margin-left:6%;
}

/*end column elements*/

/*-- END LAYOUT --*/



/*-- HEADER --*/


/*-- Logo --*/

#top span.logo {
}

#top span.logo img,
#top span.logo svg {
	max-height: 30px !important;
    height: 100%;
    width: auto;
    margin: 15% 0px;	
}

#top .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    text-align: right;
    font-size: 30px;
    margin: 10px;
}

/*-- End Logo --*/

/*-- Main Menu --*/

#top #header .main_menu {
	width:80%;
	font-family: "DM Sans", sans-serif;
}

#top #header .ubermenu .ubermenu-item-level-0 {
	vertical-align:middle;
}

#top #header_main .container, #top .main_menu ul:first-child>li a {
	height:unset;
	line-height:unset;
}

#top #header .ubermenu .ubermenu-nav {
	height:68px;
	line-height:68px;
}

#top #header .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	border:none;
}

#top #header.header_color ul ul {
	background-color:#FAFAF8;
}

#top #header .ubermenu .ubermenu-nav .ubermenu-targt:hover .ubermenu-submenu {
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent var(--light) transparent;
	transform: rotate(0deg);*/
}

#top #header .ubermenu .ubermenu-target-text,
#top #header .ubermenu .ubermenu-target-text span/*,
#top #header .av-main-nav > li > a,*/
/*#top #header av > li > a .avia-menu-text*/ {
	font-weight:400;	
	font-size:14px;
	line-height:28px;	
}

#top #header .ubermenu.ubermenu-transition-slide .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega, 
#top #header .ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
	padding:30px;
}

/*#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text,*/
#top #header.header_color.av_header_transparency .ubermenu li span.ubermenu-target-text {
	color:var(--pinky);
}

#top #header.header_color.av_header_transparency .ubermenu .ubermenu-submenu li span.ubermenu-target-text,
#top #header.header_color .ubermenu .ubermenu-submenu li span.ubermenu-target-text {
	color: #002515;	
}

#top #header.header_color .ubermenu .ubermenu-submenu li span.ubermenu-target-title {
	font-family: 'Archivo';
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

#top #header.header_color .ubermenu .ubermenu-submenu li.ubermenu-column-full span.ubermenu-target-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}


#top #header.header_color .ubermenu .ubermenu-submenu li span.ubermenu-target-description {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	max-width:75%;
}

#top #header.header_color.av_header_transparency .ubermenu .ubermenu-submenu li.ubermenu-column-full span.ubermenu-target-description {
	line-height:28px;
}

#top #header .ubermenu-item.ubermenu-active > ul.ubermenu-submenu {
	overflow: visible !important;
	clip: auto !important;
	z-index: 0 !important;
}

#top #header li.ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    position: relative !important;
}

#top #header li.ubermenu-item-level-0.ubermenu-active > .ubermenu-target::after {
	content: '' !important;
	display: block !important;
	position: absolute !important;
	bottom: 0px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	border-width: 10px !important;
	border-style: solid !important;
	border-color: transparent transparent #FAFAF8 transparent !important;
	width: 0 !important;
	height: 0px !important;
	line-height: 0 !important;
	font-size: 0 !important;
	z-index: 999999 !important;
	clear: none !important;
	background: transparent !important;
}

#top #header .ubermenu-item.ubermenu-has-submenu > a.ubermenu-target {
   padding-top: 15px;
}

#top #header .ubermenu-submenu li.ubermenu-item:first-child span span.ubermenu-target-title {
	font-family: "Archivo";
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	margin-bottom:10px;
}

/*#top .avia_mega_div .avia-bullet {
	display:none;
}*/

/*#top .menu-item {
	cursor:pointer;
}*/

#top .avia-menu.av-main-nav-wrap {
	width:100%;
}

#top ul#avia-menu {
	width:100%;
	display:inline-block;
}


#top ul#avia-menu li.menu-item-top-level.current-menu-item li a,
#top ul#avia-menu li.menu-item-top-level li a {
	text-transform:none;
}

#top ul#avia-menu li.menu-item-top-level a:hover,
#top ul#avia-menu li.menu-item-top-level:hover ul a:hover,
#top ul#avia-menu li.menu-item-top-level.active-parent-item a,
#top ul#avia-menu li.menu-item-top-level.current-menu-item a,
#top ul#avia-menu li.menu-item-top-level.active-parent-item ul a:hover,
#top ul#avia-menu li.menu-item-top-level.current-menu-item ul a:hover,
#top ul#avia-menu li.menu-item-top-level.current-menu-item li.current_page_item a,
#top ul#avia-menu li.menu-item-top-level.current-menu-item li.current_page_item a:hover,
#top ul#avia-menu li span.mega_menu_title {
	
}



/*-- End Main Menu --*/



/*-- Search --*/

/*-- End Search --*/



/*-- END HEADER --*/


/*--BUTTONS--*/

#top .avia-button-wrap {
	font-family: "Inter", sans-serif;	
}

.menu .avia-button {
    margin: 30px auto;
	font-family: "DM Sans", sans-serif;
}

#top .alm-item .avia-button-wrap {
	margin-top:30px;
}


#top .avia-button.avia-color-theme-color {
	background-color:var(--pinky);
	border-color:var(--pinky);
	color:var(--light);
}

#top .avia-button.avia-color-white {
	background-color:var(--light);
	border-color:var(--light);
	color:var(--pinky);	
}

#top .avia-button,
#top .menu .av-menu-button a {
	border-radius:100px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
}

#top .avia-button {
	color:var(--light);
	background-color:var(--pinky);
	border-color:var(--pinky);
}

#top .avia-button.avia-size-large,
#top .menu .av-menu-button a {
	padding:12px 30px 10px;
}

#top.contact-us .avia-button.avia-size-large{
		padding:12px 20px 10px;
} 

#top .avia-button.avia-color-dark {
	text-transform:uppercase;
	border-bottom:2px solid #002515;
	color:#002515;
}

/*-- END BUTTONS --*/


/*-- FORMS --*/


/*-- END FORMS --*/


/*-- FOOTER --*/

#top #footer {
	padding:50px 0 0;
}

#top #footer .widget_nav_menu ul ul li:before {
	content:'';
}

#top .avia-section + #text-13 {
    max-width: 1310px;
    margin: 0 auto;
}

/*-- Footer Menus --*/

#top .footer_color .av_one_fourth {
	margin-left: 4%;
}

#top .footer_color .av_one_fourth.first {
	width:25%;
}

#top #footer .widget {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#top #footer .flex_column .widget_nav_menu li,
#top #footer .flex_column .widget_nav_menu li a,
#top #socket .flex_column .widget_nav_menu li a {
	padding: 0;
    border: none;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
}

#top #footer .avia-builder-widget-area.clearfix {
   /* display: inline-block;*/
    vertical-align: top;
    /*margin-left: 15%;*/
	width:auto;
}

#top #footer .flex_column .widget_nav_menu li .sub-menu {
	margin-left:20px;
}

#top #socket .widget.widget_nav_menu,
#top #socket .widget.widget_nav_menu a {
	padding-bottom:0;
}

#top #footer .widget.widget_nav_menu {
	padding-top:0;
	margin-top:0;
}

#top #socket .flex_column ul.menu li {
    margin: 0 10px;
    display: inline-block;
}

#top #socket .flex_column ul.menu li a {
		
}

#top #socket p {
	margin:0;
}

#top #footer strong {
	
}

#top #footer h3.widgettitle {
    font-weight:500;
    font-size: 14px;
	line-height:32px;
	text-transform:none;
	margin-bottom:0;
	color:var(--light-p);
	text-align:left;
}

#top #footer p,
#top #socket .copyright {
    font-weight: 400;
    font-size: 16px;
	line-height:24px;
	text-transform:none;
	color:var(--light-p);
	text-align:left;
}

/*-- End Footer Menus --*/

/*-- Footer Social --*/

#top #footer .social_bookmarks {
	margin-top:5px;
}

#top #footer .social_bookmarks li {
	display:inline-block;
	float: none;
    margin-right: 8px;
	color:var(--canvas);
    font-size: unset;
    font-weight: unset;
    line-height: unset;
}

#top #footer .social_bookmarks li a {
	border-radius:50px;	
	background-color:var(--light-p);
	color:var(--canvas);
}

#top #footer .social_bookmarks li a:hover {
	background-color:var(--light-p);
}

#top #footer .social_bookmarks li a svg {
	fill:var(--canvas);
}

/*-- End Footer Social --*/


/*-- Socket --*/

#top #socket .copyright {
	margin: 20px 0;
}

#top #footer .avia-button-wrap {
    margin: 60px auto 0;
}

#top #footer .avia-button,
#top .av-menu-button a {
	background-color:var(--light-p);
	border-color:var(--light-p);
	color:var(--canvas);
}

#top #socket .av-menu-button a .avia-menu-text,
#top #wrap_all .socket_color .av-menu-button-colored > a .avia-menu-text {
	background:transparent;
	border:none;
}

#top #socket {
	display:inline-block; 
	width:100%; 
	margin:0; 
	line-height:75px; 
	text-align:center; 
	font-size:14px;
}

#top #socket .container {
    padding-top: 60px;
}

#top #socket .sub_menu_socket {
	float:none;
}

#top #socket ul {
	list-style:none; 
	padding:0;
	margin:0;
}

#top #socket ul li {
	display:inline-block; 
	padding:0; 
	margin:0;
}

#top #socket .av-menu-button {
	width: 100%;
	line-height: 100px;
	text-align: left;
	margin:30px 0 10px;	
}
 
#top #socket a {
	margin:0 0 0 10px; 
	text-decoration: none;
}

#top #socket a span.avia-menu-text {
	line-height:normal;
}

#top #socket a:last-child,
#top #socket a:first-child {
	margin:0;
}

#top #socket a:hover, 
#top #socket a:focus {
	text-decoration: none; 
}

#top #socket span.avia-menu-text::after {
    content: '|';
    font-size: 16px;
    font-weight: 100;
    margin: 0 10px;
    line-height: normal;
}

#top #wrap_all #socket li.menu-item:last-child span.avia-menu-text::after,
#top #wrap_all #socket .av-menu-button-colored > a span.avia-menu-text:after {
	content:'';
	margin:0;
	background:transparent;
}


/*-- End Socket --*/

/*-- END FOOTER --*/


/*-- BASIC CONTENT --*/

#top .solutions-block ul li {
	font-weight:500;
	font-size: 20px;
	line-height: 26px;
	break-inside:avoid;
}

#top .solutions-block .av_one_fourth {
	padding:0 15px 40px;
}

#top .testimonials {
	background-color:#002515;
	margin-bottom:30px;
}

#top .testimonials .avia-slider-testimonials .avia-testimonial-arrow-wrap {
	display:none;
}

#top .testimonials .avia-slider-testimonials,
#top .testimonials .avia-grid-testimonials {
	max-width:80%;
	margin:0 auto;
}

#top.resource-type-customer-story .testimonials .avia-slider-testimonials,
#top.resource-type-customer-story .testimonials .avia-grid-testimonials {
	max-width:100%;
	margin:0 auto;
}

#top.company .testimonials .avia-slider-testimonials,
#top.company .testimonials .avia-grid-testimonials {
	max-width:100%;
}

#top .testimonials .avia-slider-testimonials div {
	background:transparent;
	border:none;
}

#top .testimonials .avia-slider-testimonials div.avia-testimonial-content p,
#top .testimonials .avia-grid-testimonials div.avia-testimonial-content p {
	font-family: 'Archivo', sans-serif;
	font-weight: 200;
	font-style: italic;
	font-size: 32px;
	line-height: 42px;
	color:var(--light);
	text-indent: -10px;
    overflow: visible;
    padding: 0 0 0 10px;
}

#top.company .testimonials {
	background-color:transparent;
}

#top.company .testimonials .avia-slider-testimonials div.avia-testimonial-content p,
#top.company .testimonials .avia-grid-testimonials div.avia-testimonial-content p {
	color:#002515;
}


#top .testimonials .avia-slider-testimonials div.avia-testimonial-meta-mini,
#top .testimonials .avia-slider-testimonials div.avia-testimonial-meta-mini strong,
#top .testimonials .avia-grid-testimonials div.avia-testimonial-meta-mini,
#top .testimonials .avia-grid-testimonials div.avia-testimonial-meta-mini strong {
	color:var(--light-p);
	font-size:22px;
	line-height:26px;
}

#top .testimonials .avia-slider-testimonials div.avia-slideshow-arrows,
#top .green-box.carousel div.avia-slideshow-arrows,
#top .white-box.carousel div.avia-slideshow-arrows {
	margin: 0 15px;
}

/*#top .green-box.carousel .avia-smallarrow-slider-heading {
    display: table;
    width: 100%;
    bottom: -40px;
    position: absolute;
}*/

#top .testimonials .avia-slider-testimonials div.avia-slideshow-arrows a/*,
#top .green-box.carousel .avia-smallarrow-slider .avia-slideshow-arrows a,
#top .green-box.carousel .avia-smallarrow-slider .avia-slideshow-arrows*/
 {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 30px 15px 0;
}

#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.prev-slide,
#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.next-slide,
#top .green-box.carousel .av-control-minimal .avia-slideshow-arrows a.prev-slide,
#top .green-box.carousel a.avia-svg-icon.prev-slide,
#top .green-box.carousel .av-control-minimal .avia-slideshow-arrows a.next-slide,
#top .green-box.carousel a.avia-svg-icon.next-slide {
	right:0;
	left:0;
	top: 0;
    margin:50px 3px 0;
    border: none;
    border-radius: 100px;
	background: rgba(255, 255, 255, 0.2);
    color: var(--light);
	height:25px;
	width:25px !important;
	opacity:1 !important;
}

#top .green-box.carousel .av-control-minimal .avia-slideshow-arrows a.next-slide,
#top .green-box.carousel a.avia-svg-icon.next-slide {
	left:30px;
}

#top .green-box.carousel a.avia-svg-icon {
	background: rgba(144, 144, 129, 0.5) !important;
	margin:0 !important;
}

#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a.avia-svg-icon svg:first-child,
#top .green-box.carousel .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon svg:first-child {
    height: 15px;
    width: 15px;
    margin-top: 6px;
}

#top .green-box.carousel .slide-entry,
#top .white-box.carousel .slide-entry {
	border-radius:17px;
	background-color:#002515;
    padding: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .white-box.carousel .slide-entry {
	background-color:var(--light);
}

#top .green-box.carousel .av_one_fourth,
#top .white-box.carousel .av_one_fourth {
	margin-left:2%;
}

/*#top .green-box.carousel .first,*/
/*#top .green-box.carousel .no_margin {
	margin-left:0;
}*/

#top .green-box.carousel .content,
#top .white-box.carousel .content {
	padding:30px;
}

/*#top .green-box.carousel .owl-stage {
    display: table;
    table-layout: fixed;
    width: 100%;
    float: left;
}

#top .green-box.carousel .owl-stage .owl-item {
    display: table-cell;
}*/

/*#top .green-box.carousel .owl-stage {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#top .green-box.carousel .owl-stage .owl-item {
  display: table-cell;
  vertical-align: top;
}*/

#top .green-box.carousel h3.slide-entry-title,
#top .green-box.carousel .slide-entry-title h3,
#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry h3 {
	color:var(--light-p) !important;
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;	
}

#top .white-box.carousel h3.slide-entry-title,
#top .white-box.carousel .slide-entry-title h3,
#top .white-box.carousel .av-special-heading.av_one_fourth.slide-entry h3 {
	color:var(--light-p);
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;		
}

#top .green-box.carousel .entry-content,
#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry p,
#top .white-box.carousel .entry-content,
#top .white-box.carousel .av-special-heading.av_one_fourth.slide-entry p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align:left;
}

#top .white-box.carousel h3.av-special-heading .av-subheading p, 
#top .green-box.carousel h3.av-special-heading .av-subheading p {
	margin:15px 0;
}

#top .green-box.carousel .entry-content,
#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry p {
	color:var(--light);
}

#top .white-box.carousel .entry-content,
#top .white-box.carousel .av-special-heading.av_one_fourth.slide-entry p {
	color:var(--light-p);
}

#top .green-box.carousel.avia-content-slider,
#top .white-box.carousel.avia-content-slider {
	margin-top:30px;
}

#top .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry,
#top .white-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
	height:250px;
	overflow:hidden;
}

#top.optometry .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry,
#top.ophthalmology .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry,
#top.company .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
	height:325px;
}

#top.solutions-patient-engagement .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry,
#top.solutions-staff-management .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
	height:150px;
}

#top.solutions-ehr .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
	height:205px;
}

#top.optical .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
	height:300px;
}

#top.solutions-ehr-diagnostic-integrations .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
	height:275px;
}


/*#top .green-box.carousel .new-special-heading {
	display:none;
}*/

#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry,
#top .white-box.carousel .av-special-heading.av_one_fourth.slide-entry {
    margin-left: 2%;
    width: 22.5%;
}

#top.no-js .green-box.carousel .av-special-heading.av_one_fourth.slide-entry,
#top.no-js .white-box.carousel .av-special-heading.av_one_fourth.slide-entry {
    width: 45%;
    display: inline-block;
}

#top.no-js .green-box.carousel .av-special-heading.av_one_fourth.slide-entry.first,
#top.no-js .white-box.carousel .av-special-heading.av_one_fourth.slide-entry.first {
	margin-left:2%;
}

#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry.first,
#top .white-box.carousel .av-special-heading.av_one_fourth.slide-entry.first {
	margin-left:0;
}

#top .green-box.carousel .av-special-heading-h3.av-special-heading .av-subheading p,
#top .white-box.carousel .av-special-heading-h3.av-special-heading .av-subheading p {
	max-width:100%;
}

#top .green-box.carousel .owl-nav i,
#top .white-box.carousel .owl-nav i {
    color: #fff;
    background: rgba(144, 144, 129, 0.5) !important;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}

#top .green-box.carousel .owl-nav .owl-next, 
#top .green-box.carousel .owl-nav .owl-prev,
#top .white-box.carousel .owl-nav .owl-next, 
#top .white-box.carousel .owl-nav .owl-prev {
    display: inline-block;
    margin: 20px 5px;	
}

#top .wpex.horizontal-timeline.wpex-horizontal-left .timeline-media,
#top .wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label {
    width: 50%;
}

#top .wpex.horizontal-timeline.wpex-horizontal-left .timeline-media img {
	border-radius:17px;
}

#top .timeline .flex_cell {
    padding: 30px 50px 30px 8%;
}

#top .wpex.horizontal-timeline:not(.no-arr-top) .hor-container {
	padding:0 15px;
}

#top .wpex.horizontal-timeline .ex_s_lick-prev, 
#top .wpex.horizontal-timeline .ex_s_lick-next {
	background: rgba(144, 144, 129, 0.5);
	height:25px;
	width:25px !important;
	border:none;
	color:#fff;
	line-height:20px;
}

#top .wpex.horizontal-timeline .horizontal-nav .ex_s_lick-prev {
	top:-10%;
	left: 0;
}

#top .wpex.horizontal-timeline .horizontal-nav .ex_s_lick-next {
	top:-10%;
	left:30px;
}

#top .wpex.horizontal-timeline .ex_s_lick-prev:hover, 
#top .wpex.horizontal-timeline .ex_s_lick-next:hover, 
#top .wpex.horizontal-timeline .horizontal-content .ex_s_lick-next:hover, 
#top .wpex.horizontal-timeline .horizontal-content .ex_s_lick-prev:hover {
	background: rgba(144, 144, 129, 0.8);
}

#top .wpex.horizontal-timeline .timeline-hr:before,
#top .wpex.horizontal-timeline .timeline-pos-select {
/*	background: border: 1px solid;
*/
border-image-source: linear-gradient(90deg, #002515 0%, #D9D9D9 100%);
}

#top .wpex.wpex-horizontal-3.ex-multi-item .horizontal-nav h2 a, 
#top .wpex.horizontal-timeline .horizontal-nav li span.tl-point {
	font-family: "Archivo";
	font-weight: 100;
	font-size: 64px;
	line-height: 66px;
	color:#002515;
}

#top .wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current.ex_s_lick-active {
	
}

#top .wpex.horizontal-timeline .horizontal-nav li span.tl-point {
	display:block;
	line-height:60px;
}

#top .wpex.horizontal-timeline .timeline-details h2,
#top .wpex.horizontal-timeline .timeline-details h2 a {
	color:var(--light-p);
	font-family: 'Archivo';
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom:0;	
}

#top .wpex.horizontal-timeline .wptl-excerpt {
	border-top:none;
	margin:0;
	padding:0;
}

#top .wpex.horizontal-timeline .timeline-details span {
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	font-family: "DM Sans", sans-serif;	
}

#top .wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current span.tl-point:before {
    font-size: 10px;
	background: rgba(144, 144, 129, 0.5);
    border:0;
    top:80px;
}

#top .wpex.horizontal-timeline .timeline-hr {
    border-bottom: 3px solid #EEEEEE;
    top: 40px;
    height: 25px;
}

/*demo section*/
#top .request-demo h3 {
	color:var(--light);
	font-size: 38px;
	line-height: 40px;
	text-align: center;
}

#top .request-demo p {
	font-weight: 300;
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	color:var(--light);
    max-width: 75%;
    margin: 30px auto 50px
}

#top .request-demo .av-special-heading-h3.av-special-heading.modern-centered .av-subheading p {
	font-size: 28px;
    line-height: 36px;
	font-weight:300;
}

/*recent posts*/

#top .recent-posts.avia-section {
	padding-top:30px;
}

#top .recent-posts.avia-section .content {
	padding-top:30px;
}

#top.no-js .recent-posts {
	display:none;
}


#top .recent-posts .content {
	padding-bottom:30px;
}

#top .recent-posts h3.av-special-heading-tag {
	margin-bottom:20px;
}

#top .recent-posts .avia-content-slider-inner {
	min-height:550px;
}

#top .recent-posts .avia-content-slider-inner .slide-entry-wrap {
}

#top .recent-posts .slide-entry {
	background: var(--light);
	border-radius: 17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .recent-posts .slide-entry {
	min-height: 475px;	
}

#top .recent-posts .event.slide-entry {
	min-height: 550px;	
}

#top .recent-posts .slide-entry img,
#top .recent-posts .slide-entry .slide-image {
	border-radius: 17px 17px 0 0;
	max-height:220px;
}

#top .recent-posts .slide-entry .slide-content {
	padding:30px;
}

#top .recent-posts .slide-entry .slide-content h3.slide-entry-title.entry-title {
	font-weight:500;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
}

#top .recent-posts .slide-entry .slide-content .slide-entry-excerpt.entry-content {
	margin-bottom:15px;
}

.html_elegant-blog #top .recent-posts .post-entry .post-meta-infos, 
.html_elegant-blog #top .recent-posts .avia-content-slider .slide-meta,
.html_elegant-blog #top .recent-posts .avia-content-slider .blog-categories.minor-meta,
#top #ajax-load-more .alm-listing.posts-grid .slide-meta {
	display:none !important;
}

#top .recent-posts .slide-entry .slide-content .slide-entry-excerpt.entry-content {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;	
}

#top .recent-posts .slide-entry .slide-content .slide-entry-excerpt.entry-content .read-more-link a,
#top .template-blog .read-more-link a,
#top .resource-page article .read-more-link a{
	margin-top:25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-transform:uppercase;
	border-bottom:2px solid #002515;
	color:#002515;
}

#top .recent-posts .slide-entry .slide-content .slide-entry-excerpt.entry-content .read-more-link a::after,
#top .template-blog .read-more-link a::after,
#top .resource-page article .read-more-link a::after {
	content:"→";
		font-family: 'entypo-fontello';
}

#top .recent-posts .slide-entry .slide-content .more-link-arrow svg {
	/*display:none;*/
}

#top .recent-posts .slide-entry .slide-content .more-link-arrow::after {
	/*content:"\e88";
	font-family: 'entypo-fontello';*/	
}

/*Customer Stories page*/

#top .hero .customer-story {
	padding: 30px 30px 0;
	vertical-align: bottom;
	border-radius:17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .hero .customer-story * {
	color:var(--light);
	font-weight:500;
	text-transform:none;
}

#top .hero .customer-story .read-more-link a {
	text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

#top .hero .customer-story img {
	margin-bottom:20px;
}

/* Customer Stories Single */

#top.single-resources .hero {
	max-height: 350px;
}

#top.single-resources .hero.e-book {
	max-height: unset;
}

#top.single-resources .hero .content {
    padding: 50px;	
}

#top.single-resources .hero h1 {
	font-size: 38px;
	line-height: 40.5px;
}

#top.single-resources .hero .av-subheading.av-subheading_above {
	color:var(--light-p);
	font-family: "Archivo";
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 0%;
}

#top.single-resources .hero img {
	border-radius:17px;
}

#top.single-resources .testimonials .avia-slider-testimonials div.avia-testimonial-content p, 
#top.single-resources .testimonials .avia-grid-testimonials div.avia-testimonial-content p {
	font-style:italic;
	color:#002515;
	font-size: 28px;
	line-height: 40.5px;
}

#top.single-resources .testimonials .avia-button-wrap {
	margin-left: 10%;
}

#top.single-resources.resource-type-customer-story .testimonials .avia-button-wrap {
	margin-left: 0;
}


#top.single-resources .testimonials {
	background-color:transparent;
}

#top .lightbox {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 35%;
}

#top .alm-layouts .alm-listing .alm-layout.alm-2-col, 
#top .alm-layouts .alm-listing .alm-layout.alm-3-col, 
#top .alm-layouts .alm-listing .alm-layout.alm-4-col {
    display: inline-block;
    vertical-align: top;
    clear: none;
}

#top .alm-layouts .alm-listing .alm-blog-card-3 .alm-card-details {
    padding: 30px 0px;
}

.recent-posts.alm-item.alm-filters.flex_column.av_one_third {
	margin: 1% 0 2% 2%;
	width: 32%;
}

.recent-posts.alm-item.alm-filters.flex_column.av_one_third.first {
	margin-left: 0;
}

/*resources filters*/

 #top .alm-column,
 #top .hide-onfilter {
	 z-index:0;
 }

  #top .alm-filters-container {
	 margin:0;
 }
 
 #top .alm-filters-container .alm-filter {
	 display: block;
     margin-right: 4%;
     width: auto;
     /* float: right; */
     background: var(--light);
     padding: 0 30px;
     border-radius: 17px;
     min-width: 175px;
     text-align: center;
 }
 
#top .customer-story-filter {
	 width:100%;
	 top:75px;
	 z-index:10;
}

#top .customer-story-filter .alm-filters {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: flex-start;
}

#top .customer-story-filter .alm-filter {
}
  
#top .customer-story-filter .alm-filters-container .alm-filter {
	display:inline-block;
	padding:0px 10px;
}

#top .customer-story-filter .alm-filters-container .alm-filter .alm-filter--toggle {
	padding:0 10px;
}
 
#top .customer-story-filter .alm-filters-container {
	text-align:center;
}
 
/*#top .alm-filters-container .alm-filter--inner {
	 padding:0;
 }
*/ 
#top .alm-filters-container .alm-filter.alm-filter--search {
	 width:40%;
	 float:left;
 }
 
#top .alm-filters-container .alm-filter.alm-filter--search button[type=button] {
    display: none;
}	
  
#top .alm-filter--search .alm-filter--text-wrap::before {
 	/*font-family: 'ff-font-awesome' !important;
 	content: '\f002';*/
 	font-size: 30px;
 	position: absolute;
 	left: 10px;
 	top: 10px;
	color: #ccc;
}

#top .alm-filter--search .alm-filter--text-wrap input[type="text"] {
	padding:0 10px 0 35px;
	background: #F9F9F9;
}
#top .alm-filters-container .alm-filter--title .alm-filter--toggle::after,
#top .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded="false"]::after {
	display:none;
} 

#top .alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:after, 
#top .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:after {
    visibility: hidden;
    opacity: 0;
}


#top .alm-filters-container .alm-filter--title .alm-filter--toggle::before {
    top: calc(50% + 3px);
	content: '\E87a';
    font-family: 'entypo-fontello';
	padding-right: 10px;
}

#top .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded="false"]::before {
    top: calc(50% + 3px);
	content: '\E877';
    font-family: 'entypo-fontello';
	
}
 
#top .alm-filter--inner {
	/*position:absolute;
	top:70px;*/
	background:var(--light);
	/*padding:25px 30px 20px;
	z-index:10;*/
	/*box-shadow:0 12px 24px rgba(63, 105, 211, .15) !important;*/
	/*min-width: 260px;
    margin-left: -5%;*/
}

#top .alm-filters-container .alm-filter li div.alm-filter--link {
	padding:0 0 10px 0;
	font-size:16px;
	text-align:left;
}
 
#top .alm-filters-container .alm-filter li div.alm-filter--link::before,
#top .alm-filters-container .alm-filter li div.alm-filter--link.field-radio::after {
	display: none;
}

#top .alm-filters-container .alm-filter--title .alm-filter--toggle {
	line-height:normal;
	font-size: 16px;
	font-weight: 700;
	color: #002515;
	text-align:center;
	padding: 15px 10px;
    margin: 10px;
}

#top .alm-filters-container .alm-filter--title .alm-filter--toggle:hover,
#top .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded='true'] {
	/*border-bottom-width:5px;
	border-bottom-style:solid;
	border-color:#000869;*/
}

#top.blog .alm-filter--search .alm-filter--text-wrap input[type="text"] {
    margin: 0 auto;
    padding: 1px 35px 1px 1px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    height: 26px;
    background: #fff;
    border: none;
	opacity:1;
}

#top.blog .alm-filter--inner {
    padding: 10px;
}

#top.blog .alm-filters-container .alm-filter.alm-filter--search {
    margin: 0 auto;
    width: 96%;
}

#top.blog .alm-filters--submit-button {
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

#top.blog .main_color .alm-filter--search .alm-filters--submit-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    font-size: 18px;
    line-height: 1;
    color: var(--light-p);
    display: inline-block;
}

#top.blog .alm-filter--search .alm-filter--text-wrap input[type="text"]::placeholder,
#top.blog .alm-filter--search .alm-filter--text-wrap input[type="text"]::-moz-placeholder {
  color: var(--light-p) !important;
  opacity: 1 !important;
}

#top.blog .alm-filter--search .alm-filter--text-wrap input[type="text"]::-ms-input-placeholder,
#top.blog .alm-filter--search .alm-filter--text-wrap input[type="text"]:-ms-input-placeholder {
  color: var(--light-p) !important;
}

#top.blog .main_color .alm-filters--submit-button:hover::before {
    color:var(--pinky) !important;
}

#top #alm-selected-filters {
	clear:both;
}

#top #alm-selected-filters li {
	/*float:right;*/
	display:inline-block;
}

#top #alm-selected-filters li div,
#top #alm-selected-filters li div:focus, 
#top #alm-selected-filters li div:hover {
	color: var(--light-p);
    font-size: 16px;
    border-radius: 17px;
    line-height: 1.5em;
    padding: 10px 30px;
    background: var(--light);
}

#top #alm-selected-filters li div::after {
    content: "\D7";
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    opacity: 1;
    position: relative;
    left: 0;
    text-shadow: none;
    font-size: 20px;
    line-height: normal;
}

#top #alm-selected-filters li div:hover::after {
	color: #c8d5e6;
}

#top #alm-selected-filters li div::before {
	 display:none;
}

#top .ajax-load-more-wrap.green .alm-load-more-btn {
	background: transparent;
    border: 2px solid #002515;
    border-radius: 50px;
    color: #002515;
	text-transform:uppercase;
}

#top .alm-load-more-btn.more.done {
	display:none;
}

#top .alm-layouts .alm-listing .alm-cta h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
    margin: 10px 0;
}

#top .alm-layout.alm-cta p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

#top .alm-layouts .alm-listing .alm-cta img {
	border-radius:17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .av-alb-blogposts.template-blog,
#top .resource-page article {
	background: var(--light);
    padding: 30px;
    border-radius: 17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .fullsize .template-blog .bloglist-excerpt .post-title, 
#top .bloglist-excerpt .post-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
}

#top .template-blog h5 {
	margin-bottom:40px;
}

#top .template-blog p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;	
}

#top .template-blog .post-meta-infos, 
#top .template-blog .pagination span, 
#top .template-blog .pagination a {
	display:none;
}

#top .bloglist-excerpt .pagination {
	padding:0;
}

#top .bloglist-excerpt .more-link {
    background-color: transparent;
	border-radius:0;
	padding: 0;
	text-align:left;
}

#top .bloglist-excerpt .read-more-link,
#top .recent-posts .slide-entry .slide-content .slide-entry-excerpt.entry-content .read-more-link a {
	text-align:left;
	margin:0;
	padding:0;
}

#top .event .slide-meta .slide-meta-time {
	font-size:18px;
	color:#002515;
}

#top .html_elegant-blog .read-more-link a,
.html_elegant-blog #top .read-more-link {
	padding:0;
}

.html_elegant-blog #top .read-more-link {
	margin-top:30px;
	line-height:60px;
}

.html_elegant-blog #top .read-more-link a {
	margin:20px 0;
}

#top .resource-page article .slide-content {
	padding:30px;
}

#top .resource-page .post-entry,
#top .resource-page article .backround-img,
#top .resource-page article .flex_column_table {
	min-height:400px;
	padding:0;
}

#top .resource-page article .backround-img {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
	border-radius:0 17px 17px 0;
}

#top .resource-page article h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

#top .resource-page article p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;	
}

#top.about-us-partners h4.av-special-heading-tag {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	color: #002515 !important;
}

#top.about-us-partners .hr {
    margin: 0px 0;
}

#top.about-us-partners .hr-inner {
    left: 0;
    top: 0%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #000 !important;
}

#top.about-us-partners .anchor-menu a {
	color:var(--light-p);
}

#top.about-us-partners .anchor-menu a:hover,
#top.about-us-partners .anchor-menu a:active {
	color:#002515;
}

#top.about-us-partners-page .no_margin.av_one_fourth {
	    width: 23%;
}

#top.about-us-partners-page .no_margin {
    margin-left: 1%;
    margin-top: 1%;
}

#top.about-us-partners-page .no_margin.first {
    margin-left: 0;
}


#top .tablepress thead th, 
#top .tablepress tfoot th {
	background-color:#002515;
}

#top .tablepress thead th, 
#top .tablepress tfoot th,
#top .tablepress thead th strong {
	color:var(--light);
}

#top.contact-us .avia-button-wrap {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

#top.contact-us .avia-button-wrap a {
	width:100%;
}

#top.contact-us .hero .flex_column_table .av_one_fourth .av-special-heading {
	margin-bottom:125px;
}

/*-- END BASIC CONTENT --*/


/*-- BLOG --*/

/*-- single post --*/
#top.single-post h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
}

#top.single-post h1,
.html_modern-blog #top.single-post .post-entry h1.post-title {
	font-size: 42px;
	line-height: 50px;
	margin: 30px 0;
	text-transform:none;
}

.html_elegant-blog #top.single-post .post-entry .minor-meta {
	text-transform:none;
}

/*-- END BLOG --*/






/*-- HOME PAGE --*/



/*-- END HOME PAGE --*/

#top .gform_wrapper input, 
#top .gform_wrapper select {
	background-color: var(--pinky);
	border-color: var(--pinky);
	color: #002515;
	border-radius:17px;
}

/*-- RESPONSIVE --*/


@media  (min-width: 1600px) {
}

@media  (max-width: 1260px) {
}

@media  (max-width: 1080px) {
	#top .hero-overflow img {
	    max-width: 500px !important;
	}	
	
}

@media (max-width: 1080px) and (min-width: 989px) {
    #top #wrap_all .solutions-block {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 4%;
    }

    #top #wrap_all .solutions-block > .av-special-heading.av_one_fourth {
      width: calc(50% - 2%) !important; /* 48% with gap */
      float: none !important;
      clear: none !important;
      display: block !important;
      box-sizing: border-box !important;
      margin: 0 0 2em 0 !important;
    }
  
 }
 
 /* Tablet: 2 columns between 989px and 768px */
 @media (max-width: 989px) and (min-width: 768px) {
   #top #wrap_all .solutions-block {
     display: flex !important;
     flex-wrap: wrap !important;
     justify-content: space-between;
   }

   #top #wrap_all .solutions-block .flex_column.av_one_full {
       display: flex !important;
       flex-wrap: wrap !important;
       justify-content: space-between;
     }

     #top #wrap_all .solutions-block .flex_column .av-special-heading.av_one_fourth {
       width: 45% !important;
       float: none !important;
       clear: none !important;
       margin-bottom: 2em !important;
       box-sizing: border-box !important;
     }

     #top #wrap_all .solutions-block .flex_column .av-special-heading.av_one_fourth:nth-of-type(2n) {
       margin-right: 0 !important;
     }
 }
 

@media (max-width: 989px) {

	.responsive #top .ubermenu-nav .av-burger-menu-main {
		display:none;
	}
	
	#top .hero-overflow.left {
	    left: -20%;
	}
	
	#top .hero-overflow img {
	    max-width: 500px !important;
	}

	#top .list-3-col ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	
    #top #wrap_all .solutions-block {
      display: block;
    }

    #top #wrap_all .solutions-block .av-special-heading.av_one_fourth {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 2em;
    }
	
	
	#top .counter .avia-single-number,
	#top .counter .avia-animated-number,
	#top .counter .avia-no-number {
		font-size: 36px;
		line-height: normal;
	}
	
	#top .counter .avia-animated-number-content p, 
	#top .counter .avia_textblock p {
	    font-size: 18px;
	    line-height: normal;
	}
	
}

@media (max-width: 960px) {

	.responsove #top span.logo svg {
		margin:15% 0;
	}

	.responsive #top .ubermenu-nav .av-burger-menu-main {
		display:block;
	}

	#masthead-mobile,
	.responsive #top #header,
	.responsive #top #wrap_all .av_header_transparency {
	    background-color: var(--light) !important;
	    position: relative !important;
	    z-index: 100;
	}

	.av-burger-menu-main {
	    background-color: var(--light) !important;
	}

	.responsive #top #header .main_menu_wrap .av-hamburger-inner,
	.responsive #top #header .main_menu_wrap .av-hamburger-inner:before,
	.responsive #top #header .main_menu_wrap .av-hamburger-inner:after,
	.responsive #top #header .main_menu_wrap .menu-item a {
	    background-color: #fff !important;
	    color: #fff !important;
	}
	
	.responsive #top .hero.overflow-visible {
		max-height: 100% !important;
		margin-bottom:50px;
	}
	
	#top .wpex.horizontal-timeline .horizontal-nav .ex_s_lick-next {
		width:100%;
	}
	
	.wpex.horizontal-timeline.wpex-horizontal-left .timeline-media {
		width:40% !important;
	}
	
	#top .resource-page .post-entry, 
	#top .resource-page article .backround-img, 
	#top .resource-page article .flex_column_table {
		min-height: 435px;
	}
	
	
}

@media  (max-width: 860px) {
	#top .hero-overflow img {
	    max-width: 450px !important;
	}
}


@media (max-width: 767px) {

	.responsive #top .content {
	    padding: 60px 0;
	}
	
	#top .hero-overflow.right {
	    position: relative;
		width:100% !important;
	    width: unset;
	    right: unset;
		left:unset;
		min-height: 100px;
	}
	
	#top .hero-overflow.right img {
		max-width: 500px !important;	
	}
	
	.responsive #top #wrap_all .flex_column.img-icon {
		margin-bottom:75px;
		margin-top: 50px;
	}
	
	.responsive #top #wrap_all .flex_column.avia-builder-el-last.img-icon {
		margin-bottom:0px;
	}
	
	.responsive #top.home #wrap_all .flex_column.avia-builder-el-last.img-icon {
		margin-bottom:25px;
	}
		
	#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
		margin-top:0;
	}
	
	#top .av-special-heading-h3.av-special-heading .av-subheading p,
	#top .av-special-heading-h3.av-special-heading.modern-centered .av-subheading p {
		margin:10px 0 30px;
		max-width:100%;
	}
	
	#top .av-special-heading.modern-quote .av-subheading p {
		margin-bottom:10px;
	}
			
    .responsive #top #wrap_all .counter .flex_column,
	.responsive #top #wrap_all .flex_column.av_one_fourth {
        /*width: 47%;*/
        display: table-cell;
        float: left;
        /*margin-left: 2%;*/
	}
	
	.responsive #top .counter .flex_column.av_one_fourth {
		min-height:0;
		padding-bottom:0;
	}
	
	.responsive #top #wrap_all .counter .flex_column.first,
	.responsive #top #wrap_all .counter .flex_column:nth-child(5n),
	.responsive #top #wrap_all .flex_column.av_one_fourth.first,
	.responsive #top #wrap_all .flex_column.av_one_fourth:nth-child(5n) {
	    margin-left: 0 !important;
	}
		
    #top #header_main_alternate,
    #top #header #masthead-mobile,
    #top #header .mobile-only-menu-container {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
        line-height: 0 !important;
    }

    #top #header .av-burger-menu-main,
    #top .av-burger-menu-main-wrap,
    #top .responsive_menu_toggle,
    #top #header .main_menu_wrap,
    #top .avia-slide-out-wrap,
    #top #header #mobile-advanced,
	.responsive.html_mobile_menu_tablet .av-burger-menu-main/*,
    #top #header .main_menu*/ {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        line-height: 0 !important;
    }

    .html_mobile_menu_active #top #wrap_all .main_menu,
    .html_mobile_menu_active #top .av-main-nav.av-main-nav-mobile {
        display: none !important;
        visibility: hidden !important;
    }
	
	#top .wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label,
	#top .wpex.horizontal-timeline.wpex-horizontal-left .timeline-media,
	#top .wpex.horizontal-timeline.wpex-horizontal-left .timeline-media + div {
		width:100% !important;
	}
	
	.responsive #top #wrap_all .slide-entry {
		width: 100%;
		 margin-left: 1%;
	}
	
	.responsive #top #wrap_all .alm-item {
		width: 100%;
		 margin-left: auto;
	}
	
	#top .hero-overflow.left {
		left:auto;
		min-height: 1px;
		width: 100% !important;
	}
	
	#top .hero-overflow img {
		max-width: 100% !important;
	}
	
	#top .av-special-heading.modern-quote .av-special-heading-tag, 
	#top .av-special-heading.modern-quote .av-subheading p,
	#top .hero .avia_textblock p,
	#top .resource-page article h3 {
		text-align: center;
	}
		
	#top .green-box.carousel .entry-content, 
	#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry p, 
	#top .white-box.carousel .entry-content, 
	#top .white-box.carousel .av-special-heading.av_one_fourth.slide-entry p {
		text-align:center;
	}
	
	#top .box-icon .av-special-heading.modern-quote .av-special-heading-tag {
		text-align:left;
	}
	
	#top .hero .avia-button-left {
		display: block;
		text-align: center;
		clear: both;			
	}
	
	#top .hero .avia-position-left {
		float: none;
		display: inline-block;			
	}
	
	#top .resource-page article .backround-img {
		border-radius: 0px 0px 17px 17px;
	}
	
	#top .recent-posts .slide-entry img, 
	#top .recent-posts .slide-entry .slide-image {
		width:100%;
		max-height:100%;
	}
	
	#top .alm-filters-container .alm-filter {
		margin-right: 0;
	}
	
	#top .resource-page article .backround-img {
		background-position: center;
	}
	
	#top .hero .customer-story {
		display:none;
	}
	
	#top .customer-story-filter {
		top: 115px;
	}
	
	#top.blog .alm-filters-container .alm-filter.alm-filter--search {
		width: 100%;
	}
	
	#top .textwidget a.alignnone {
		display:block !important;
		text-align:center !important;
	}
	
	#top.contact-us .hero .flex_column_table .av_one_fourth .av-special-heading {
		margin-bottom: 90px;
	}
	
	#top.contact-us .hero .flex_column.av_one_fourth {
		min-height: 125px;
	}
	
	#top.contact-us p {
		text-align:center;
	}
	
	.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, 
	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
		margin: 0 0 20px 0 !important;
	}
	
	#top .list-3-col ul,
	#top .list-2-col ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	
	#top .owl-item .av-special-heading {
		margin-top:0;
	}
	
	#top #wrap_all .solutions-block .flex_column.av_one_full {
	    display: block !important;
	  }

	  #top #wrap_all .solutions-block .flex_column .av-special-heading.av_one_fourth {
	    width: 100% !important;
	    margin-right: 0 !important;
	    margin-bottom: 2em !important;
	  }
		
}

@media  (max-width: 601px) {
	
	#top .green-box.carousel .owl-item .av-special-heading.av_one_fourth.slide-entry {
		height:auto !important;
	}
	
}

@media  (max-width: 479px) {	
    .responsive #top #wrap_all .counter .flex_column,
	.responsive #top #wrap_all .flex_column.av_one_fourth {
        width: 100%;
        display: block;
        float: none;
        margin-left: 0;
	}

	#top .counter .avia-single-number,
	#top .counter .avia-animated-number,
	#top .counter .avia-no-number {
		font-size: 125px;
		line-height: normal;
		text-align:center;
	}

	#top .counter .avia-animated-number-content p, 
	#top .counter .avia_textblock p {
			font-size: 24px;
		    line-height: 27px;
	}
	
}

@media  (max-width: 319px) {
	
		
}


/*-- END RESPONSIVE --*/


/*-- evaa --*/

 {
	
}

#top #header.header_color.av_header_transparency .ubermenu li span.ubermenu-target-text {
	color:var(--pinky)
}

#top #header.header_color.av_header_transparency .ubermenu li li span.ubermenu-target-text {
	color:var(--light-p) !important;
}

#top .hero-overflow.left {
    width: 45% !important;
    left: 0;
    min-height: 600px;
}

#top #header .ubermenu .avia-button .ubermenu-target-text {
	line-height:normal;
}

.ubermenu .avia-button .ubermenu-target {
	padding:5px 20px;
}

#header.header_color.av_header_transparency .ubermenu li.avia-button span.ubermenu-target-text,
#header.header_color .main_menu ul li a:hover {
	color:var(--light);
}

#top .main_menu ul:first-child>li.avia-button>a:hover {
	opacity: .8;
	transition: opacity .4s ease-in-out;
}

#top .av-special-heading.modern-quote h2.av-special-heading-tag {
	font-size:38px;
	line-height:54px;
}

#top #wrap_all .custom-color-heading h1.av-special-heading-tag {
	color:var(--light) !important;
}

#top .solutions-block li,
#top .av-special-heading.modern-quote h3.av-special-heading-tag,
#top .av-special-heading-h3.av-special-heading .av-subheading p {
	color:var(--light-p);
	font-weight:300;
}

#top .hero .av-special-heading.modern-quote h3.av-special-heading-tag {
		color:var(--light);
}

#top .av-special-heading-h3.av-special-heading .av-subheading p {
	max-width:100%;
}

#top .solutions-block h4.av-special-heading-tag {
	color:var(--pinky) !important;
	font-weight:500 !important;
    font-size: 22px;
    line-height: 27px;
}

#top .solutions-block .content {
	padding:10px 0;
}

#top .solutions-block .av_one_third:nth-child(2) {
  width:40%;
}

#top .solutions-block .av_one_third:nth-child(3) {
  width:30%;
}

#top .solutions-block .av_one_third:nth-child(4) {
  width:30%;
}


#top .solutions-block img {
	margin-top:-10px;
	margin-bottom:20px;
	max-height: 70px;
    width: auto;
}

#top .solutions-block .av_one_half .av-special-heading {
	margin-top:0px;
}

@media (max-width: 767px) {

	#top .hero-overflow.left {
		min-height:1px;
		width:100% !important;
	}

	#top .solutions-block .av-equal-height-column-flextable.flex_column_table {
	    display: block !important;
	  }

	  #top .solutions-block .flex_column_table_cell,
	  #top .solutions-block .flex_column {
	    display: block !important;
	    height: auto !important;
	    min-height: 0 !important;
	  }
	  
    .responsive #top #wrap_all .solutions-block .flex_column.av_one_third {
        margin-bottom: 0;
		padding:30px;
    }
	
	.responsive #top #wrap_all .solutions-block .flex_column.av_one_half {
		padding:30px;		
	}
	
    #top .solutions-block .flex_column_table.av-equal-height-column-flextable:not(:last-child) {
        margin-bottom: 0;
    }

	.responsive #top #wrap_all .solutions-block .flex_column.av_one_third .hr {
		display:none !important;
		height:0;
	}

	#top .solutions-block .av_one_third:nth-child(1) {
	  border-radius:17px 17px 0 0;
	  padding-bottom:0;
	}

	#top .solutions-block .av_one_third:nth-child(2) {
  	  border-radius:0 0 0 0;
	  padding-top:0;
	  padding-bottom:0;
	}

	#top .solutions-block .av_one_third:nth-child(3) {
  	  border-radius:0 0 17px 17px;
	  padding-top:0;
	}	
	
	#top .solutions-block .avia-image-container.avia-align-left {
		float:none;
		text-align:center;
	}
	
	#top .solutions-block img {
		margin-left:auto;
		margin-right:auto;
	}
	
	#top .solutions-block ul {
		list-style-position: outside;
		  display: table;
		  margin: 0 auto;
		  text-align: left;
		  padding-left: 1.2em; 	
	}
	
	 #top .container_wrap .avia-buttonrow-wrap.avia-buttonrow-left {
		 text-align:center;
	 }
	
}

#top .testimonials {
	background-color:var(--light-p) !important;
}

#top .testimonials .avia-grid-testimonials div.avia-testimonial-meta-mini strong {
	color:var(--pinky) !important;
}

/*#top .avia-button {
	color:var(--light);
	background-color:var(--pinky);
	border-color:var(--pinky);
}
*/
#top .owl-stage-outer {
	height:175px;
}

#top .green-box.carousel .slide-entry {
	background-color:var(--light);
	height:150px !important;
}

#top .green-box.carousel .av-special-heading.av_one_fourth.slide-entry h3 {
    font-weight: 400;
}
