/*
Theme Name: lumen child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 2.0.1
*/
body{
 background: #FFFAF9!important;
}
#main, .layout-boxed-mode #main, .layout-boxed-mode.avada-footer-fx-sticky .above-footer-wrapper, .layout-boxed-mode.avada-footer-fx-sticky-with-parallax-bg-image .above-footer-wrapper, .layout-wide-mode #main, .layout-wide-mode #wrapper, body, html, html body.custom-background {
    background-color: #FFFAF9!important;
}

@media all and (min-width: 1200px) {
	#hero-home .fusion-column-wrapper,
	#hero-about .fusion-column-wrapper	 {
		background-size: contain !important;
		min-height: 700px;
	}
	.hero-content {
		max-width: calc(60% - 100px);
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.hero-content {
		max-width: calc(60% - 100px);
	}
}
@media all and (max-width: 991px) {
	#hero-home .fusion-column-wrapper,
	#hero-about .fusion-column-wrapper	 {
		background-size: contain !important;
		min-height: 60vh !important;
		background-position: center bottom !important;
	}

	.hero-content {
		max-width: calc(90% - 50px);
		margin: -30% auto 0 auto
	}
}

@media all and (max-width: 767px) {
	#hero-home .fusion-column-wrapper,
	#hero-about .fusion-column-wrapper	 {
		background-size: contain !important;
		min-height: 70vh !important;
	}	
	.hero-content {
		max-width: calc(90% - 20px);
		margin: -35% auto 0 auto

	}
}

@media all and (max-width: 500px) {
	#hero-home .fusion-column-wrapper,
	#hero-about .fusion-column-wrapper	 {
		background-size: contain !important;
		min-height: 60vh !important;
	}	
	.hero-content {
		max-width: calc(100% - 20px);
	}
}
.home-boxes > .fusion-column-wrapper {
    min-height: 450px !important;
}
/*.fusion-header-wrapper
{
    background: #fff;
    padding: 0 20px;
    padding: 0 20px;
    border-bottom: 2px solid #888;
}*/
.fusion-header{background-color: #FFFAF9 !important; }
/*.fbackground {background-color: #1e74d1 !important;color: #fff !important;}
.page-footer .container-fluid{background: #d9d9e1;}
footer.page-footer .fusion-copyright-content p{color: #000!important;}
.fusion-mobile-menu-design-modern .fusion-header>.fusion-row{background-color: #fff !important}*/

.fusion-is-sticky .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul{max-height: 300px !important}
/*Header Menu*/
.fusion-last-menu-item a span{
    color: #111;
    background: #ffd600;
    border: 1px solid #ffd600;
    border-radius: 4px;
    text-transform: none;
    font-family: "PP Neue Montreal Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 28px;
    padding-left: 40px;
}
.fusion-last-menu-item a span:before{
    content: "\f02d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #111;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    left: 18px;
}
.fusion-menu-description{display:none !important;}
/* 
.esg-filter-wrapper .esg-filterbutton{
    color: #333 !important;
    margin-right: 5px !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 1px 30px !important;
    border: none;
    line-height: 38px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px !important;
    font-weight: 700;
    font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #fff;
    margin-bottom: 5px;
}

.fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a, body, span
{
    font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
}
header .fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a, h1, h2
{
    font-family: "work sans", Arial, Helvetica, sans-serif !important;
}
.fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a, body, span, a
{
    font-family: "Libre Franklin", Arial, Helvetica, sans-serif !important;
}
h1 a, h2 a, h2 span
{
    font-family: "work sans", Arial, Helvetica, sans-serif !important;
}
.title-waymaker, .title-waymaker a
{
    font-size: 28px !important;
}
 */
.laptop-frame{
    position: fixed;
    margin-right: 50%;
    top: 220px;
    left: 0;
}
.products-menu-container {
    width: 100%;
    background: #FFFAF9;
    float: left;
    text-align: center;
    padding: 12px 0 7px 0;
}
.products-menu-container ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.products-menu-container li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 13px;
    font-weight: 300;
}
.products-menu-container li > a {
    color: #111;
    padding: 8px 25px !important;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
}
.products-menu-container #menu-what-we-offer li:first-child a:hover{
    color:#111 !important;
    border: 1px solid #111;
}
.products-menu-container #menu-what-we-offer li.current-menu-item:first-child{
    border-radius: 4px;
    background: #F3BE36;
}
.products-menu-container #menu-what-we-offer li.current-menu-item:first-child a{color:#fff;}

.products-menu-container #menu-what-we-offer li:nth-child(2) a:hover{
    color: #111 !important;
    border: 1px solid #111;
}
.products-menu-container #menu-what-we-offer li.current-menu-item:nth-child(2){
    border-radius: 4px;
    background: #F3BE36;
}
.products-menu-container #menu-what-we-offer li.current-menu-item:nth-child(2) a{color:#fff;}

.products-menu-container #menu-what-we-offer li:last-child a:hover{
    color:#111 !important;
    border: 1px solid #111;
}
.products-menu-container #menu-what-we-offer li.current-menu-item:last-child{
    border-radius: 4px;
    background: #F3BE36;
}
.products-menu-container #menu-what-we-offer li.current-menu-item:last-child a{color:#fff;}


.esg-dropdown-wrapper {background: white;}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton {display: inline-block;}

/* ---------------- TEAM ----------------- */
#team-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 14%;
	position: relative;
}
#team-grid img { border-radius: 50%; width: 100%;}
#team-grid h3 { margin: 0; font-size: 20px; text-transform: uppercase; font-weight: 600; color: #111; }
#team-grid .button-icon-left, 
.fusion-alert .alert-icon, 
.tribe-events-notices .alert-icon { margin: 0 !important; color: #B4B4B4; font-size: 18px; }
#team-grid .fusion-button { background: none !important; padding: 0 12px; }
.team-title { margin-bottom: 8px !important; }

.single-team-member {
	margin:0 0 40px 0;
	text-align: center;
	width: 33%;
	width: calc(33.33% - ( ( 12% + 12% ) * 0.3333 ) )
}
.single-team-member ul {
	padding-left: 0;
}

.single-team-member ul li{
	display: inline-block;
	list-style-type: none;
}


/* Calendar */

html:not(.avada-has-site-width-percent) .single-mec-events #main.width-100 {
	padding-left: 0;
	padding-right: 0;
}

.mec-container {width: 100% !important; max-width: 1200px;}

.mec-masonry-item-wrap .mec-label-normal {background: #1e74d1 !important;}
.mec-event-meta i:before, .mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {font-size: 14px;}

.tax-mec_category .mec-month-divider, .tax-mec_category .mec-event-date, .mec-t774 .event-grid-modern-head, .mec-event-more-info, .mec-single-event-category i.mec-sl-folder, .mec-single-event-category dt {
    display: none !important;
}

.mec-event-meta i:before, .mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}

.mec-single-event .mec-event-meta dl {
    margin-bottom: 0;
    float: none;
    margin-block-start: 0 !important;
    clear: left !important;
    display: table-cell;
}
.mec-single-event .mec-event-meta dd {padding-left: 15px;}

.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type {
	padding-top: 0 !important;
}
.mec-single-event .mec-event-meta dd.mec-events-event-categories {
    line-height: inherit !important;
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories {min-height: 30px;}
.mec-single-event-category dl {
    float: left !important;
}
.mec-single-event-date,
.mec-single-event-time,
mec-single-event-label,
.mec-single-event-category {
    display: flow-root;
    width: 100%;
    
}
.mec-single-event .mec-event-meta .mec-single-event-category dd {padding-left: 0px;}
.mec-single-event .mec-event-meta .mec-events-event-categories a {
	text-transform: uppercase;
    display: inline;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}



.cta-box {
    background: #fffaf9;
    padding: 24px;
}
.cta-box h3 {
    margin-left: 15px;
    margin-top: 0;
}

/* New Home Banner */
.banner-block-new-text {max-width: 850px; margin: 0 auto !important;}