/*
Theme Name:     Zinc.org v3 Divi
Theme URI:      http://zinc.org/
Description:    Customized Divi for ILZRO
Author:         IONA interactive
Author URI:     http://www.ionainteractive.com
Template:       Divi
Version:        4.17.4
*/

html, body {
	overflow-x: hidden;
}

@media (min-width: 981px) {
	#et-top-navigation {
		float: left;
		padding-left: 266px;
		margin-left: 30px;
	}

	.et_fullwidth_nav .et-search-form {
		left: 266px;
		right: initial;
	}

	.et_fullwidth_nav .et_close_search_field {
		left: 925px;
		right: initial;
	}
}

#top-menu li {
	padding-left: 5px;
}

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

.divimegapro-body ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

h2 {
	font-weight: bold;
	color: #069;
}

sup {
	font-size: 0.6em;
}

small {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.3;
}

.home-essential h2 {
	font-size: 3.2em;
	margin-bottom: 0.6em;
}

.home-versatile h2 {
	font-size: 3.5em;
	margin-bottom: 0.6em;
	color: #999;
}

.home-durable h2 {
	font-size: 3.5em;
	margin-bottom: 0.6em;
}

.home-essential p, .home-versatile p, .home-durable p {
	line-height: 2em;
	padding-bottom: 2em;
}

.home-sustainable svg {
	width: 100%;
	height: auto;
}

.zinc-chunk.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	z-index: 5;
}

.zinc-chunk .et_pb_fullwidth_header_scroll a::before {
	content: 'learn more';
	font-size: 1rem;
	display: block;
	color: #000;
	text-align: center;
	width: 200px;
	position: relative;
	left: 0;
	top: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	font-size: 1.5rem;
}
.zinc-chunk .header-content {
	margin-bottom: 9% !important;
	display: none;
}

.zinc-chunk .header-content .et_pb_module_header {
	letter-spacing: 0.07em;
}

.zinc-chunk .et_pb_header_content_wrapper ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 32px;
}

.zinc-chunk .et_pb_header_content_wrapper ul li {
	position: absolute;
	left: -100%;
	top: -100%;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.zinc-chunk .et_pb_header_content_wrapper ul li::after {
	position: absolute;
	content: '\f111';
	font-family: FontAwesome;
	font-size: 0.5em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(1) {
	left: 12%;
	top: 20%;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(1)::after {
	right: -1.5em;
	bottom: -1em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(2) {
	left: 78%;
	top: 22%;
	font-size: 1.1em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(2)::after {
	left: -1.5em;
	bottom: -1em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(3) {
	left: 72%;
	top: 70%;
	font-size: 1.5em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(3)::after {
	left: -1.5em;
	top: -1em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(4) {
	left: 14%;
	top: 68%;
}

.zinc-chunk .et_pb_header_content_wrapper ul li:nth-child(4)::after {
	right: -1.5em;
	top: -1em;
}

.zinc-chunk .et_pb_header_content_wrapper ul li a {
	color: inherit;
}

.zinc-chunk-image {
	display: block;
	overflow: hidden;
	position: absolute;
	min-height: 803px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	/*
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/wp-content/uploads/sites/24/2018/03/chunk.png);
	*/
}

.zinc-chunk-image svg {
	width: 120%;
	height: auto;
	position: relative;
	top: 50%;
	left: -10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zinc-chunk-image #btnDurable, .zinc-chunk-image #btnSustainable, .zinc-chunk-image #btnVersatile, .zinc-chunk-image #btnEssential, .zinc-chunk-image #btnForLife, .home-sustainable #btnRecycling, .home-sustainable #btnConsumption, .home-sustainable #btnProduction {
	cursor: pointer;
}

ul.et_pb_side_nav {
	right: initial;
	left: 0;
	background: rgba(0,0,0,0.1);
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 5px;
}

ul.et_pb_side_nav.et-visible {
	-webkit-animation: fadeInLeft 1.5s 1 cubic-bezier(.77,0,.175,1);
	-moz-animation: fadeInLeft 1.5s 1 cubic-bezier(.77,0,.175,1);
	-o-animation: fadeInLeft 1.5s 1 cubic-bezier(.77,0,.175,1);
	animation: fadeInLeft 1.5s 1 cubic-bezier(.77,0,.175,1);
}

ul.et_pb_side_nav li.side_nav_item, ul.et_pb_side_nav li.side_nav_icon {
	padding: 7px 4px;
}

ul.et_pb_side_nav a {
	position: relative;
}

ul.et_pb_side_nav .side_nav_item a {
	text-indent: initial !important;
	background-color: transparent !important;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	width: auto;
	height: 12px;
}

ul.et_pb_side_nav .side_nav_item a.active {
	background-color: transparent !important;
}

ul.et_pb_side_nav .side_nav_item a i {
	display: block;
	text-indent: -9999px;
}

ul.et_pb_side_nav .side_nav_item a.fa::before {
	content: "\f1db";
}

ul.et_pb_side_nav .side_nav_item a.active.fa::before {
	content: "\f111";
}

ul.et_pb_side_nav .side_nav_item a[data-title]::after {
	content: attr(data-title);
	position: absolute;
	left: 26px;
	top: -5px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	opacity: 0;
	transition: opacity 500ms;
	background: rgba(0,0,0,0.1);
	padding: 5px 10px;
	white-space: nowrap;
}

ul.et_pb_side_nav .side_nav_item:hover a::after {
	opacity: 1;
}

ul.et_pb_side_nav .side_nav_divider {
	border-top: 1px solid #fff;
	margin: 10px -6px 0 -6px;
}

ul.et_pb_side_nav .side_nav_icon a {
	display: block;
	color: #fff;
	height: 12px;
}

#main-footer {
	position: relative;
	background: #00adef;
	background: -moz-linear-gradient(left, #00adef 0%, #00adef 47%, #0068cd 100%);
	background: -webkit-linear-gradient(left, #00adef 0%,#00adef 47%,#0068cd 100%);
	background: linear-gradient(to right, #00adef 0%,#00adef 47%,#0068cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#0068cd',GradientType=1 );
	z-index: 2;
}

.footer-widget .et_pb_widget {
	width: 100%;
}

.footer-widget h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px !important;
}

.video-controls {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	color: #fff;
	width: 100%;
}

.video-controls .playpause {
	position: absolute;
	right: 0;
	bottom: 10px;
	float: left;
	width: 32px;
	text-align: center;
	padding: 4px 8px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}

.video-controls .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
}

.video-controls .progress div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 10px;
	background: #fc6;
}

.entry-content .video-table table {
	border: none;
}

.entry-content .video-table tr td {
	padding: 0;
	border: none;
}

.entry-content .video-table tr td:first-child {
	padding-right: 1em;
}

body > svg {
	display: none;
}

.interactive-posts {
	clear: both;
}

.interactive-posts article {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	padding: 15px;
	border-bottom: 30px solid #ccc;
	box-shadow: 2px 2px 11px rgba(0,0,0,0.5);
}

.interactive-posts .entry-title {
	font-size: 18px;
	line-height: 1.3;
}

.interactive-posts .post-meta {
	display: none;
}

.interactive-posts .post-meta,
.interactive-posts .post-content {
	font-size: 14px !important;
	line-height: 1.5;
}

.interactive-posts .inner {
	overflow: hidden;
	width: 100%;
	max-height: 30em;
}

.interactive-posts .post-content {
	width: 100%;
}

.interactive-posts article > .post-content {
	overflow: hidden;
	max-height: 30em;
}

.interactive-posts .post-content:after {
	content: '+ READ MORE';
	color: #fff;
	font-weight: 600;
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 85%;
	padding: 5px 15px;
	cursor: pointer;
}

.interactive-posts .downloader .post-content:after {
	content: '+ DOWNLOAD';
}

.interactive-posts .post-content .et_pb_column {
	width: 100% !important;
}

.interactive-post-content .mfp-container {
	padding: 0 5%;
}

.interactive-post-content .mfp-content {
	background: #fff;
	padding: 20px;
}

.interactive-post-content .mfp-content ul {
	list-style-type: disc;
	margin-left: 1.5em;
}

.interactive-post-content .post-image {
	float: right;
	width: 100%;
	height: auto;
	max-width: 30%;
	margin-left: 5%;
}

.interactive-post-filter {
	position: absolute;
	right: 2%;
	top: -70px;
	width: 31.33%;
}

.interactive-post-filter .select2-container .select2-selection--single {
	height: 36px;
}

.interactive-post-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.interactive-post-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.interactive-posts .post-download {
	display: none;
}

.mapplic-tooltip-content {
	padding-right: 10px;
}

.panel {
	position: fixed;
	right: -15.625em;
	width: 15.625em;
}

.push {
	position: relative;
}


@media (max-width: 980px) {
	.interactive-posts article {
		width: 31.33%;
	}
}

@media (max-width: 768px) {
	.interactive-posts {
		padding-top: 70px;
	}
	.interactive-posts article {
		width: 48%;
	}
	.interactive-post-filter {
		top: 0;
		width: 98%;
	}
}

@media (max-width: 640px) {
	.interactive-post-filter {
		right: 0;
		width: 100%;
	}
	.interactive-posts article {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

#global-form {
	background-image: url(images/optin-bg.jpg);
	background-position: center top;
	background-size: cover;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

#global-form img.emblem {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}

#global-form .gform_wrapper {
	margin: 0;
}

#global-form .gform_wrapper form {
	text-align: center;
}

#global-form .gform_wrapper .gform_heading {
	margin: 0;
}

#global-form .gform_description {
	display: none;
}

#global-form .gform_wrapper h3.gform_title {
	margin: 30px 0 0 0;
	color: #5e5a5c;
	font-weight: 700;
	font-size: 1.25em;
}

body #global-form .gform_wrapper ul li.gfield {
	margin: 0;
	padding-right: 16px;
}

#global-form .gfield_label {
	display: none;
}

#global-form input[type=text] {
	display: inline-block;
	background: #00adef;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	width: 220px;
	border: none;
}

#global-form input[type=submit] {
	display: inline-block;
	background: #00adef;
	color: #fff;
	border: none;
	padding: 10px;
	font-size: 1em;
	margin: 0 !important;
	cursor: pointer;
}

#global-form .gform_wrapper .gform_body,
#global-form .gform_wrapper .gform_footer {
	display: inline-block;
	clear: none;
	padding: 0;
	margin: 0;
	width: auto;
}

#global-form .gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

.accordion-slider .as-panel {
	cursor: pointer;
}

.accordion-slider .as-panel.as-opened {
	cursor: initial;
}

.accordion-slider .as-panel::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 7px;
	left: calc(50% - 8px);
	bottom: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #fff;
	opacity: 1;
	z-index: 1000;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.accordion-slider .as-panel:hover::before {
	background-color: #999;
}

.accordion-slider .as-panel.as-opened::before {
	display: none;
	opacity: 0;
}

.accordion-slider.as-opening .as-panel::before {
	display: none;
	opacity: 0;
}

.accordion-slider.as-overlap .as-panel {
	overflow: hidden;
}

.accordion-slider .as-layer {
	-webkit-font-smoothing: antialiased;
}

.accordion-slider .as-panel img {
	position: relative;
	left: -60vw;
	-webkit-transition: left 700ms ease-out 10ms;
	transition: left 700ms ease-out 10ms;
}

.accordion-slider .large-text {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.5;
}

.drop-down-links-menu .select2 {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.accordion-slider .large-text {
		font-size: 12px;
	}
}

.accordion-slider .shaded-background {
	background: rgba(64,64,64,0.5);
	padding: 5vw 4vw 5vw 5vw;
	height: 100%;
}

.accordion-slider .white-text {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {
	.accordion-slider .as-layer {
		width: 60vw !important;
	}
	
	.et_pb_side_nav {
		display: none !important;
	}
}

.accordion-slider .as-panel.as-opened img {
	left: 0vw;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget.sidebar-2 {
	width: 30.875%
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget.sidebar-3 {
	width: 15.875%
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget.sidebar-4 {
	width: 17.875%
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget.sidebar-5 {
	width: 18.875%
}

.search-results article {
	margin-top: 2em;
}

.search-results #main-content .container:before {
	display: none;
}

.search-results #left-area {
	width: 100%;
	padding-right: 0;
}

.search-results #sidebar {
	display: none;
}

.search-results article > a > img {
	display: none;
}

.global-opt-in  ::placeholder {
	color: #fff;
	font-style: italic;
	opacity: 1;
}

.global-opt-in ::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	opacity: 1;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	color: #fff;
}

#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
	padding-right: 0;
}

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
	display: none;
}

@media (min-width: 981px) {
	#main-header .nav li ul { display: none; }
}

@media (max-width: 980px) {
	.et_header_style_left .logo_container { min-height: 80px; }
	#et_top_search { display: none; }
	.et_header_style_left #logo, .et_header_style_split #logo { max-width: 70%; }
	#side-nav .mobile-only { display: block; }
	.tippy-trigger-mobilemenu { display: none !important; }
}

/* popups-for-divi plugin styles */
.evr_fb_popup_modal {
    background: rgba(0, 0, 0, 0.75);
}

.popup_outer_wrap .divi-area-wrap,
.popup_outer_wrap .popup,
body.evr_popup_open #page-container #main-content {
	transition: all 0s;
}

body.evr_popup_open #page-container #main-content {
	filter: none;
	opacity: 1;
}

.popup table td {
	vertical-align: top;
}
.popup table td:first-of-type {
	padding-right: 10px;
}

@media screen and (max-width: 690px) {
	.popup .et_pb_column {
		width: auto;
		float: none;
	}
}

.members-logos img {
	max-height: 70px;
}
