/* Button */
.cofi-button {
	display: inline-block;
	color: #ffffff;
    border-width: 0px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #02955d;
	transition: all 300ms ease 0ms;
	padding: 0.3em 1em;
    line-height: 1.7em;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #02955d;
}

.cofi-button:hover {
	color: #ffffff;
	border: 2px solid #02955d;
    padding: 0.3em 2em 0.3em 0.7em;
}

.cofi-button:after {
	content: "";
	color: #ffffff;
    line-height: inherit;
    font-size: inherit;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules;
    font-weight: 400;
	opacity: 0;
    position: absolute;
	transition: all .2s ease;
    text-transform: none;
	font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    text-shadow: none;
}

.cofi-button:hover:after {
	left: auto;
    margin-left: 0.3em;
    opacity: 1;
}


/* Lightbox */
body:not(.et-fb-root-ancestor) [class*='et-lb-content'] {
	position:fixed;
	visibility:hidden;
	z-index:999999;
	min-height:100%;
	transition:all .2s 0s;
	width: 100%;
    margin: 0 auto;
	top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
	display: flex;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content'] .et_pb_row {
	position:relative;
	background-color: #fff;
	padding: 3%;
}
.et-lb-open {
	visibility:visible!important;
	width:100%;
}
span.et-lb-close {
	font-size:46px;
	right: 0;
    top: 10px;
	display:block;
	color:#02955D;
	padding:10px;
	cursor:pointer;
	font-weight:bold;
	font-family:etmodules;
	z-index:99999999999999;
	position:absolute;
}
span.et-lb-close:hover {
	color: #6EBE4F;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content']:not(.et-lb-open) {
	transform:scale(.3);opacity:0;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-btn'] {
	cursor:pointer;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
	padding-bottom: 0;
}
@media (max-width: 1024px) {
	.convention-menu.et_pb_fullwidth_menu .et_pb_row {
		min-height: auto;
	}
}