/*
 Theme Name:     Enerkem Oy
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Enerkem Oy
 Author:         Plusverkot Oy
 Author URI:     https://www.plusverkot.fi
 Template:       Divi
 Version:        1.0.1
*/
 
 
/* =Theme customization starts here ------------------------------------------------------- */ 
.et_color_scheme_pink #top-menu li.current-menu-item > a{
/* 	border-bottom: 1px solid #ee00ff; */
}


#palvelut > .et_pb_column{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#page-container{
	padding-top: 0px;
}
/*
#main-header{
	display: none;
}
*/

.expanded{
	opacity: 1 !important;
	height: 100% !important;
	display: block !important;
}

.lomake{
	transition: all .5s ease-in-out;
	opacity: 0;
	display: none;
}
.et-fb-preview--desktop .lomake {
	display: block;
	opacity: 0.95;
	border: 2px dashed #FF0000;
}

.title_grad h1, .title_grad h2, .title_grad h3{
  background: -webkit-linear-gradient(#00ceea,#02bee0,#0e68a8, #134293);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.et-fb-preview--desktop #faq{
	height: auto;
}


.faqrow{
	height: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
	margin: auto;
}

.et-fb-preview--desktop .faqrow{
        margin-top: 100px;
        position: relative !important;
}

@media screen and (min-width: 981px) {
	.faq{
	    display: flex;
	    flex-flow: column wrap;
	    margin-left: -8px;
	    width: 100%;
	}

	.faqrow .faq{
	        opacity: 0;
        	transition: opacity 1s, z-index .2s 1s;
	}

	.faqrow:first-child .faq{
        	opacity: 1;
	}

	.faqrow:hover .faq{
        	opacity: 1;
	}
	.faqrow .et_pb_column{
	    height: 100%;
	}

	.faqrow .et_pb_accordion_item{
	        width: 49% !important;
	        margin-left: 0.5%;
		margin-bottom: 10px !important;
	}
}

@media (max-width: 980px){
.et_pb_column .et_pb_module {
    margin-bottom: 10px !important;
}
}

.et-fb-preview--desktop .faq {
	opacity: 1;
}

.et-fb-preview--desktop .faqrow .et_pb_accordion_item{
	width: 100% !important;
}

