/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://wechange.de
 Description:    Divi Child Theme
 Author:         Simon Liedtke
 Author URI:     https://wechange.de
 Template:       Divi
 Version:	 	 1.1.0
*/

/* TYPO */
body {
	font-feature-settings: "ss03", "ss04", "ss06";
}
body,
h1, h2, h3, h4, h5, h6,
#et-top-navigation,
#top-header .container {
	font-weight: normal;
}

.et_pb_text ul li,
.et_pb_text ol li {
	font-size: 24px;
	line-height: 48px;
}

h2 {
	margin-bottom: 50px;
}

/* DIVI FIXES */
a.et_pb_button:hover {
	color: white !important;
}

/* LINKS */
a[target="_blank"]:before {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	margin-top: 0.1em;
	margin-right: 0.2em;
	font-size: 0.8em;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	transform: rotate(45deg);
}

/* HEADER */
#top-header,
#main-header{
	font-family: 'bebasneue';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

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

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: right;
}

#et-secondary-menu {
	float: none !important;
	width: 75%;
	margin: 0 auto;
}

#et-secondary-nav {
	float: right;
}

#et-top-navigation {
    float: none !important;
	/* padding-left: 0 !important; */
	width: 75%;
	margin: 0 auto;
}

@media ( min-width: 678px ) {
	.et_header_style_left .logo_container {
		left: 12.5%;
	}
}

#top-menu li {
	padding-right: 20px;
}

#main-header {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#page-header {
	background-color: #7062b3;
	color: #fff;
	padding: 40px 0 60px;
}

#page-header .container .row {
	width: 75%;
	margin: 0 auto;
}

#page-header h1 {
	margin-bottom: 150px;
	color: #fff;
}

#page-header p {
	font-size: 24px;
	line-height: 32px;
}

/* LANGUAGE CHOOSER */
.wpml-ls-current-language > a span {
	display: none;
}

#et-secondary-nav > .wpml-ls-menu-item > a:first-child:after,
#top-menu > .wpml-ls-menu-item > a:first-child:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	content: "\f1ab";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: relative;
	top: 2px;
}

/* FOOTER */
#main-footer ul.menu li {
	padding: 0;
}

#footer-widgets .footer-widget li a:hover {
	color: #39bfbf !important;
}

#footer-widgets {
	width: 75%;
	margin: 0 auto;
}

#footer-widgets .footer-widget li:before {
	display: none;
}

#main-footer .et_pb_widget.widget_media_image img {
	width: 100%;
}

#main-footer .wpml-ls-current-language {
	display: none;
}

#footer-bottom {
	display: none;
}

.et_pb_widget ul li {
	margin-bottom: 0;
}

/* HOME */
body.home #page-header {
	padding-bottom: 0;
}

body.home #page-header h1 {
	margin-bottom: 0;
	width: 70%;
}

body.home #page-header .row {
	position: relative;
}

body.home #page-header p {
	display: block;
	width: 200px;
	height: 200px;
	background-color: #39bfbf;
	border-radius: 50%;
	padding: 40px 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	bottom: -350%;
	right: 8%;
	z-index: 100;
}



/* DIAGONAL TOP */
/*
body.home #page-header,
.diagonal-bottom {
    position: relative;
}

body.home #page-header::after,
.diagonal-bottom::after {
    width: 0;
    height: 0;
    content: "";
}

body.home #page-header::after,
.diagonal-bottom::after {
    border-style: solid;
	border-width: 0 0 200px 1920px;
    border-color: transparent transparent white transparent;
    position: absolute;
    bottom: 0;
	transition: 0.8s ease-in-out;
}

#main-header.et-fixed-header::after {
	bottom: 0;
}

@media (max-width: 767px) {
	body.home #page-header::after,
	.diagonal-bottom::after {
    	border-bottom-width: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	body.home #page-header::after,
	.diagonal-bottom::after {
    	border-bottom-width: 80px;
	}
}
*/

/* PROCESS STEP */
.process-step {
	position: relative;
	background-repeat: no-repeat;
	background-position: 33px 0;
	background-size: contain;
	background-image: url(/wp-content/themes/Divi-Child/img/process-step-1.svg);
}

.et_pb_row:nth-child(2) .et_pb_column:nth-child(2) .process-step {
	background-image: url(/wp-content/themes/Divi-Child/img/process-step-2.svg);
}

.et_pb_row:nth-child(2) .et_pb_column:nth-child(3) .process-step {
	background-image: url(/wp-content/themes/Divi-Child/img/process-step-3.svg);
}

.et_pb_row:nth-child(3) .et_pb_column:nth-child(1) .process-step {
	background-image: url(/wp-content/themes/Divi-Child/img/process-step-4.svg);
}

.et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .process-step {
	background-image: url(/wp-content/themes/Divi-Child/img/process-step-5.svg);
}

.et_pb_row:nth-child(3) .et_pb_column:nth-child(3) .process-step {
	background-image: url(/wp-content/themes/Divi-Child/img/process-step-6.svg);
}

.process-step h2 {
	position: absolute;
	top: 0;
	left: 33px;
	color: white;
	font-size: 180px;
	line-height: .6em;
	font-weight: bold;
	text-align: center;
	z-index: -1;
}

.process-step h4 {
	color: #7062B3;
	font-size: 16px;
	line-height: 24px;
}

.process-step h3 {
	font-size: 24px;
	line-height: 24px;
}

.process-step a {
	font-size: 16px;
	line-height: 24px;
}

.process-step a:before {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	margin-top: 0.1em;
	margin-right: 0.3em;
	font-size: 0.8em;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	transform: rotate(90deg);
}


/* PROJECT AIM */
.project-aim {
	position: relative;
	background-repeat: no-repeat;
	background-position: 33px 0;
	background-size: auto;
	background-image: url(/wp-content/themes/Divi-Child/img/project-aim-1.svg);
}

.et_pb_row:nth-child(2) .et_pb_column:nth-child(2) .project-aim {
	background-image: url(/wp-content/themes/Divi-Child/img/project-aim-2.svg);
}

.et_pb_row:nth-child(3) .et_pb_column:nth-child(1) .project-aim {
	background-image: url(/wp-content/themes/Divi-Child/img/project-aim-3.svg);
}

.et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .project-aim {
	background-image: url(/wp-content/themes/Divi-Child/img/project-aim-4.svg);
}

.project-aim .et_pb_text_inner {
	padding-top: 30px;
}

.project-aim h2 {
	position: absolute;
	top: 0;
	left: 33px;
	color: #ebebeb	;
	font-size: 180px;
	line-height: .6em;
	font-weight: bold;
	text-align: center;
	z-index: -1;
}

.project-aim h4 {
	color: #7062B3;
	font-size: 16px;
	line-height: 24px;
}

.project-aim h3 {
	font-size: 24px;
	line-height: 24px;
}

.project-aim p {
	font-size: 16px;
	line-height: 24px;
}

/* TWEET */
#ctf {
	margin-bottom: 30px;
}

#ctf a[target="_blank"]:before {
	content: "";
	display: none;
}

#ctf .ctf-header {
	border-bottom: none;
	padding-bottom: 30px;
}

#ctf .ctf-header-type-generic .ctf-header-generic-icon {
	background: transparent !important;
}

#ctf .ctf-header-text {
	display: none;
}

#ctf .ctf-header a {
	float: none;
}

#ctf .ctf-header-img {
	margin: 0 !important;
	float: none;
	border-radius: 0;
	width: 100% !important;
	height: auto !important;
	text-align: center;
}

#ctf .ctf-header-img-hover, #ctf .ctf-header-generic-icon {
	position: static;
}

#ctf .ctf-header-img-hover .fa, #ctf .ctf-header-generic-icon .fa {
	font-size: 50px;
	position: static;
	margin: 0;
}

#ctf .ctf-item {
	color: white;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
}

#ctf .ctf-author-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}

#ctf p.ctf-tweet-text:before {
	content: "»";
}

#ctf p.ctf-tweet-text:after {
	content: "«";
}

#ctf p.ctf-tweet-text a {
	color: white;
}

#ctf .ctf-author-box .ctf-author-name,
#ctf .ctf-author-box .ctf-author-screenname {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal !important;
}

#ctf .ctf-author-box .ctf-author-screenname {
	color: #39BFBF !important;
}

/* CAROUSEL */
.divi-carousel-base-wrap {
	padding: 0;
	overflow: visible;
}

.lSSlideWrapper.et-slider {
	overflow: visible;
}

.divi-carousel-item article,
.et_pb_blog_grid article.et_pb_post {
	border: 2px solid white;
	padding: 10px 20px;
	height: 300px;
	position: relative;
	margin: 0;
	margin-left: 50px; /* right column */
	transition: margin .2s ease-in-out;
}

/* left column */
.divi-carousel-item.active article,
.et_pb_blog_grid .column:nth-child(3n+1) article.et_pb_post {
	margin-left: 0;
	margin-right: 50px;
}

/* center column */
.divi-carousel-item.active + .divi-carousel-item article,
.et_pb_blog_grid .column:nth-child(3n+2) article.et_pb_post {
	margin-left: 25px;
	margin-right: 25px;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
	width: 33.3%;
	margin-right: 0;
}

.et_pb_blog_grid article.et_pb_post {
	border-color: #383838;
}

.et_pb_blog_grid article.et_pb_post:hover {
	border-color: #39bfbf;
}

.et_pb_blog_grid article .post-meta,
.et_pb_blog_grid article .post-meta a {
	color: #383838 !important;
}

.et_pb_blog_grid article.et_pb_post:hover .entry-title,
.et_pb_blog_grid article.et_pb_post:hover .post-meta,
.et_pb_blog_grid article.et_pb_post:hover .post-meta a {
	color: #39bfbf !important;
}

.divi-carousel-base-wrap ul.divi-carousel > li.divi-carousel-item article .post-meta,
.et_pb_blog_grid article .post-meta {
	font-size: 16px !important;
	line-height: 24px;
	visibility: hidden;
}

.divi-carousel-base-wrap ul.divi-carousel > li.divi-carousel-item article .entry-title,
.et_pb_blog_grid article .entry-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top: 0;
}

.divi-carousel-base-wrap ul.divi-carousel > li.divi-carousel-item article .entry-title,
.et_pb_blog_grid article .entry-title {
	position: absolute;
	top: 20px;
	left: 20px;
}

.divi-carousel-base-wrap ul.divi-carousel > li.divi-carousel-item article .post-meta .author,
.et_pb_blog_grid article .post-meta .author {
	position: absolute;
	bottom: 44px;
	left: 20px;
	visibility: visible;
}

.divi-carousel-base-wrap ul.divi-carousel > li.divi-carousel-item article .post-meta .published,
.et_pb_blog_grid article .post-meta .published {
	position: absolute;
	bottom: 20px;
	left: 20px;
	visibility: visible;
}

.et_pb_blog_grid article .post-content {
	display: none;
}

.divi-carousel-item article .entry-title a:hover {
	text-decoration: underline;
}

.et_pb_blog_grid article .entry-title a:hover {
	color: #39bfbf;
	text-decoration: underline;
}

.divi-carousel-base-wrap .divi-carousel-arrow i {
	position: relative;
}

.divi-carousel-base-wrap .divi-carousel-arrow i {
	display: none;
}

.divi-carousel-base-wrap:hover .divi-carousel-arrow {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    filter: none;
	-moz-opacity: 1;
}

.divi-carousel-base-wrap .divi-carousel-arrow.left {
	left: -70px;
}

.divi-carousel-base-wrap .divi-carousel-arrow.right {
	right: -70px;
}

.divi-carousel-base-wrap .divi-carousel-arrow.left:after,
.divi-carousel-base-wrap .divi-carousel-arrow.right:after {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	margin-top: 0.1em;
	margin-right: 0.2em;
	font-size: 25px;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #39BFBF;
	position: absolute;
	left: 15px;
	top: 10px;
}

.divi-carousel-base-wrap .divi-carousel-arrow.left:after {
	transform: rotate(-90deg);
}


.divi-carousel-base-wrap .divi-carousel-arrow.right:after {
	transform: rotate(90deg);
}


/* EVENTS */
.home #tribe-events-header,
.home #tribe-events-footer,
.tribe-events-page-title {
	display: none;
}

.tribe-events-list {
	margin: 40px 0;
}

.tribe-events-list .type-tribe_events:first-of-type {
	margin-top: 0;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
	padding-top: 2em;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
	margin-bottom: 0;
}

.tribe-events-list-separator-month {
	display: none !important;
}

.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-sidebar {
	width: 20%;
	display: block;
	float: left;
}

.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-content {
	width: 80%;
	display: block;
	float: left;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title,
.tribe-events-list .tribe-event-schedule-details,
.tribe-events-loop .tribe-events-event-meta {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 0;
}


.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
	height: 64px;
	display: inline-block;
}

.tribe-events-list .tribe-event-schedule-details {
	visibility: hidden;
	height: 64px;
	display: inline-block;
}

.tribe-events-list .tribe-event-schedule-details .tribe-event-date-start {
	visibility: visible;
	width: 10px;
}

.tribe-events-list .tribe-events-venue-details {
	margin: 0 !important;
}

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
	font-style: normal;
}

.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
	line-height: 24px;
}

.tribe-events-list .tribe-events-venue-details a {
	color: #383838;
	pointer-events: none;
  	cursor: default;
}

.tribe-events-list .type-tribe_events {
	margin-bottom: 0;
	border: 2px solid transparent !important;
	border-top-color: #34b4b5 !important;
	padding: 2.25em 0;
}

.tribe-events-list .type-tribe_events.tribe-events-first {
	border-top-color: #383838 !important;
}

.tribe-events-list .type-tribe_events.tribe-events-last {
	border-bottom-color: #383838 !important;
}

.tribe-events-ical {
	display: none !important;
}

.tribe_community_edit .tribe-button.submit, .tribe_community_list .tribe-button.submit {
	background: #34b4b5;
	width: auto;
}

.tribe_community_edit .button-primary, .tribe_community_edit .tribe-button.tribe-button-primary, .tribe_community_list .button-primary, .tribe_community_list .tribe-button.tribe-button-primary {
	background: #34b4b5;
}

#tribe-events .tribe-events-content p,
.tribe-events-loop .tribe-events-event-meta {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: normal !important;
}

.tribe-events-read-more {
	display: none;
}

@media only screen and (max-width: 768px) {
	.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-sidebar,
	.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-content {
		width: 100%;
	}

	.tribe-events-loop .tribe-events-event-meta {
		background: none !important;
		border: none !important;
	}

	.tribe-events-list .time-details, .tribe-events-list .tribe-event-schedule-details {
		padding: 0 !important;
	}

	.tribe-events-list .tribe-events-venue-details {
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
}

/* PORTFOLIO */
.et_pb_portfolio_grid_items .et_pb_grid_item {
	-webkit-box-shadow: 0px 5px 10px -5px #383838; 
	box-shadow: 0px 5px 10px -5px #383838;
	background: #fff;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .et_portfolio_image {
	overflow: hidden;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .et_portfolio_image:hover .et_overlay {
	display: none;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .et_portfolio_image img {
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -o-transition: all .2s ease; /* IE 9 */
    -ms-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
    max-width: 100%;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .et_portfolio_image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.et_pb_portfolio_grid_items .et_pb_grid_item .post-body {
	padding: 10px 20px;
}


.et_pb_portfolio_grid_items .et_pb_grid_item h2 a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	height: 50px;

}

.et_pb_portfolio_grid_items .et_pb_grid_item .post-excerpt {
	height: 80px;
	overflow: hidden;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .post-excerpt p {
	font-size: 12px;
	line-height: 16px;
	height: 80px;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .post-excerpt:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: '';
    display: block;
    height: 24px;
    position: relative;
    top: -24px;
    left: 0px;
}

.et_pb_portfolio_grid_items .et_pb_grid_item .post-meta a,
.et_pb_portfolio_grid_items .et_pb_grid_item .post-meta span {
	display: block;
	color: #39bfbf;
	font-size: 12px;
	line-height: 24px;
}

/* THREE COLUMN PORTFOLIO GRID LAYOUT */
@media only screen and ( min-width: 768px ) {
	.three-column-grid .et_pb_grid_item {
		width: 28.333% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(3n+1) {
		clear: left;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
		clear: unset !important;
	}
}

/* TIMELINE */
.timeline-milestone .et_pb_text,
.timeline-step .et_pb_text {
	width: 75%;
	margin: 0 auto;
}

.timeline-milestone h2,
.timeline-step h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}

.timeline-milestone h2 {
	padding: 40px 0;
}

.timeline-milestone h3 {
	position: absolute;
	left: -12.5%;
	top: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid white;
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 10px;
	font-weight: bold;
	margin-top: -35px;
}

.timeline-milestone + .timeline-milestone {
	margin-top: 4px;
}

.timeline-step .et_pb_column {
	padding: 70px 0;
}

.timeline-step h2 {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.timeline-step h3 {
	position: absolute;
	left: -12.5%;
	top: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #383838;
	color: #383838;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 16px;
	font-weight: bold;
	background-color: white;
	margin-top: -35px;
}

.timeline-step h3:before,
.timeline-step h3:after {
	content: " ";
	position: absolute;
	height: 15px;
	width: 100%;
	background-color: white;
	left: 0;
}

.timeline-step h3:before {
	bottom: -17px; /* height + border width */
}

.timeline-step h3:after {
	top: -17px; /* height + border width */
}

.timeline-step .et_pb_column_4_4:before {
	content: " ";
	height: 100%;
	position: absolute;
	top: 0;
	left: 70px;
	border-left: 2px solid #383838;
}

.timeline-step.et_pb_with_background h3 {
	background-color: #ebebeb;
}

.timeline-step.et_pb_with_background h3:before,
.timeline-step.et_pb_with_background h3:after {
	background-color: #ebebeb;
}

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}

/* ACCORDION */
.et_pb_toggle {
	border: none;
	border-bottom: 2px solid #383838;
}

.et_pb_toggle:first-child {
	border-top: 2px solid #383838;
}

.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
	color: #383838;
}

.et_pb_toggle_open,
.et_pb_toggle_close {
	background-color: transparent;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
}

.et_pb_toggle_open {
	padding: 20px 0;
}

.et_pb_toggle h5 {
	font-size: 16px;
	line-height: 24px;
}

.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #383838;
}

.et_pb_toggle_title:before {
	color: #383838;
}

/* VISA INFORMATION */
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #383838;
	border-radius: 0;
	font-size: 20px;
	line-height: 24px;
	padding: .3em 1em;
	width: 100%;
	display: inline-block;
	color: #383838;
}

.select-wrap:after {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-size: 0.8em;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	transform: rotate(180deg);
	position: absolute;
	right: 20px;
	top: 12px;
}

.select-wrap {
	width: 47%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.select-wrap:first-child {
	margin-right: 5%;
}

.visa-information {
	display: none;
}

body.et-fb .visa-information {
	display: block;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 31px;
}


/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
	display: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	
	display: block;
	width: 100%;
	max-width: 320px;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #0ebeff;
	-ms-word-break: normal;
	word-break: normal;
}

/* WECHANGE LOGGED IN/OUT */
body.wechange-logged-in .hide-logged-in,
body.wechange-logged-out .hide-logged-out {
	display: none;
}

body.wechange-epr-member .hide-epr-member,
body.wechange-no-epr-member .hide-no-epr-member {
	display: none;
}

body.et-fb .hide-logged-in,
body.et-fb .hide-logged-out,
body.et-fb .hide-epr-member,
body.et-fb .hide-no-epr-member {
	display: block;
}

.wechange-meta {
	font-size: 16px;
	line-height: 20px;
	color: #808080;
}

/* MAP */
body.page-map #page-header,
body.page-map #main-footer {
	display: none;
}

.map-toolbar {
	font-size: 16px;
	line-height: 24px;
}

.map-toolbar .et_pb_button_module_wrapper {
	margin-bottom: 0 !important;
}

/* ILLUSTRATION */
.et_pb_fullwidth_image {
	overflow: hidden;
	position: relative;
}

/* IFRAME */
.iframe-link {
	position: relative;
	text-align: center;
}

.iframe-link .et_pb_fullwidth_code,
.iframe-link .et_pb_code_inner {
	height: 100%;
}

.iframe-link .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(56, 56, 56, .6);
}

.iframe-link .et_pb_button {
	margin-top: 230px;
	display: inline-block;
}

.et_pb_button {
	color: #39bfbf;
	border-color: #39bfbf;
}

.et_pb_button:hover {
	color: white;
	background-color: white;
}

.et_pb_button_light {
	border-color: white;
	color: white;
}

.et_pb_button_light:hover {
	background-color: white !important;
	color: #383838;
	border: 2px solid white;
}

/* PROJECT DETAIL */
body.single-project #page-header {
	position: relative;
	padding: 0;
}

body.single-project #page-header img {
	width: 75%;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -80px;
}

body.single-project #page-header .nav-single {
	position: absolute;
	top: 50%;
	width: 75%;
	margin: 56px 12.5% 0;
}

body.single-project #page-header .nav-single a {
	text-indent: -9999px;
	display: inline-block;
}

body.single-project #page-header .nav-single .nav-previous,
body.single-project #page-header .nav-single .nav-next {
	position: relative;
	width: 48px;
	height: 48px;
	margin: 0 30px;
}

body.single-project #page-header .nav-single a:after {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 32px;
	color: #383838;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	background-color: white;
	border-radius: 50%;
	padding: 8px 15px;
}

body.single-project #page-header .nav-single .nav-previous a:after {
	transform: rotate(-90deg);
}

body.single-project #page-header .nav-single .nav-next a:after {
	transform: rotate(90deg);
}

body.single-project #content-area {
	margin-top: 150px;
}

body.single-project #content-area h1 {
	margin-bottom: 40px;
}

body.single-project .content-inner {
	width: 75%;
	margin: 0 auto 0;
}

body.single-project .post-meta span,
body.single-project .post-meta a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #7062b3;
}

body.single-project .entry-content {
	padding-top: 0;
}

/* PM MENU */
#pm-menu {
	width: 180px;
    position: fixed;
    right: 0;
    top: 200px;
    list-style: none;
}

#pm-menu ul {
	list-style: none;
}

#pm-menu ul li a {
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	color: #7062b3;
}

#pm-menu ul li a.mPS2id-highlight-first,
#pm-menu ul li a:hover {
	color: #39bfbf;
}

/* MOBILE MENU */
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et_toggle_slide_menu:after, .et-social-icon a:hover, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .et_pb_member_social_links a:hover, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .et_pb_widget li a:hover, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .wp-pagenavi span.current, .wp-pagenavi a:hover, .nav-single a, .posted_in a {
	color: #fff !important;
}

.et_mobile_menu {
	border-top: none;
}

.et_mobile_menu li a {
	border-bottom: none;
}

.et_mobile_menu li:not([id]) a {
	color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
	#page-header .container .row {
		width: 100%;
	}
	.et_pb_module {
		width: 100% !important;
	}
	.et_pb_row {
		width: 80% !important;
	}
	.divi-carousel-base-wrap .divi-carousel-arrow.left {
		left: -25px;
	}
	.divi-carousel-base-wrap .divi-carousel-arrow.right {
		right: -25px;
	}
	.divi-carousel-item.active article {
		margin-right: 0;
	}
	body.home #page-header h1 {
		width: 100%;
	}
	body.home #page-header p {
		bottom: -150%;
	}
	#et-top-navigation {
		width: 100%;
	}
	#footer-widgets {
		width: 100%;
	}
	.timeline-milestone h3 {
		left: 0;
	}
	.timeline-milestone h2 {
		padding-left: 90px;
	}
	.timeline-step .et_pb_column_4_4:before {
		left: 35px;
	}
	.timeline-step h3 {
		left: 0px;
		top: 35px;
	}
	.timeline-step h2 {
		padding-left: 35px;
	}
	.timeline-step .et_pb_text_inner {
		padding-left: 55px;
	}
	.select-wrap {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.et_pb_blog_grid .column {
		float: none;
	}
	.tribe-events-footer {
		display: none;
	}
	body.single-project .content-inner,
	body.single-project #page-header img,
	body.single-project #page-header .nav-single {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	body.single-project #page-header .nav-single {
		top: -35px;
	}
	body.single-project #page-header .nav-single .nav-previous,
	body.single-project #page-header .nav-single .nav-next {
		margin: 0;
	}
	body.single-project #content-area {
		margin-top: 50px;
	}
	#pm-menu {
		width: 100%;
	    position: static;
	    margin-bottom: 100px;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
/* 	#top-menu li a,
	#top-header,
	#top-header a,
	#et-secondary-nav li li a,
	#top-header .et-social-icon a:before {
		font-size: 12px !important;
	} */
}

.nf-form-fields-required {
	display: none;
}

.nf-form-layout {
	width: 75%;
	margin: 0 auto;
}

.nf-breadcrumbs li a {
	text-transform: uppercase;
}

.nf-mp-header {
	float: right;
}

.nf-form-content label {
	font-size: 20px !important;
}

.bg-turquoise a {
	color: #7062b3;
}

.et_header_style_left.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
.et_header_style_left.et_header_style_left #et-top-navigation nav>ul>li>a{
	padding-bottom: 1em;
}



.et_pb_svg_logo #logo {
	max-width: 144px;
}

#top-menu-nav {
	padding-left: 25px;
}

#top-menu li {
	padding-right: 8px;
}

/* FUNCTIONS */
.wechange-function h4 {
	font-size: 20px;
	font-weight: bold;
}

/* COMMUNITY HEADER */
#header-image {
	position: absolute;
	top: 100px;
	right: 0;
}