/*
Theme Name: Lekker
Theme URI: https://lekker.qodeinteractive.com
Description: Portfolio Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: lekker
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


::-moz-selection {
    color: #fff;
    background: #8c9bd4
}

::selection {
    color: #fff;
    background: #8c9bd4
}

::-moz-selection {
    color: #fff;
    background: #8c9bd4
}

body {
	font-family: Open Sans;
}

.qodef-qi-button {
	font-weight: 700;
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	font-size: 20px !important;
    font-weight: 600;
}

#member-list img {
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	#member-list img {
		height: 350px;
	}
	.qodef-team-list.qodef-item-layout--info-follow .qodef-e-content {
		display: block;
	}
	.qodef-team-list.qodef-item-layout--info-follow .qodef-e-content h5 {
		font-size: 16px;
		padding: 0 5px 10px 5px;
		text-align: center;
	}
}
@media only screen and (max-width: 680px) {
	#member-list img {
		height: 300px;
	}
}


#qodef-page-mobile-header-inner .qodef-page-mobile-header-logo-opener {
	width: 100% !important;
	padding: 0 25px;
}


#qodef-page-outer .qodef-page-title.qodef--has-image .qodef-m-image {
	height: 100%;
}
#qodef-page-outer .qodef-page-title.qodef--has-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


#hubs-overview .imed-dash {
	height: 100%;
	z-index: 0;
}

#hubs-overview .imed-dash .elementor-widget-container, #hubs-overview .imed-dash .elementor-widget-container img {
	height: 100%;
}
#imed-animation-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
#imed-animation-wrapper .elementor-widget-wrap, #imed-animation-wrapper .elementor-container {
	position: static;
	height: 100%;
}


#imed-animation-wrapper #redgreen {
	z-index:10; }
#imed-animation-wrapper #bg {
	z-index:9; }
#imed-animation-wrapper #redblue {
	z-index:8; }
#imed-animation-wrapper #bluegreen{
	z-index:7; }

#imed-animation-wrapper.rotation-science #bluegreen {
	z-index:10; }
#imed-animation-wrapper.rotation-science #bg {
	z-index:9; }
#imed-animation-wrapper.rotation-science #redblue {
	z-index:8; }
#imed-animation-wrapper.rotation-science #redgreen{
	z-index:7; }

#imed-animation-wrapper.rotation-technology #redgreen {
	z-index:10; }
#imed-animation-wrapper.rotation-technology #bg {
	z-index:9; }
#imed-animation-wrapper.rotation-technology #redblue {
	z-index:8; }
#imed-animation-wrapper.rotation-technology #bluegreen{
	z-index:7; }

#imed-animation-wrapper.rotation-translation #redblue {
	z-index:10; }
#imed-animation-wrapper.rotation-translation #bg {
	z-index:9; }
#imed-animation-wrapper.rotation-translation #bluegreen {
	z-index:8; }
#imed-animation-wrapper.rotation-translation #redgreen{
	z-index:7; }





.custom-select {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.custom-select select {
	font-family: 'Arial';
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 12px 14px;
	outline: 0;
	border: 2px solid #162b81;
	border-radius: 5px;
	background: #ffffff;
	color: #162B81;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.custom-select select::-ms-expand {
	display: none;
}
.custom-select select:hover,
.custom-select select:focus {
	color: #162b81;
	background: #d5daef;
}
.custom-select select:disabled {
	opacity: 0.3;
	pointer-events: none;
}
.custom-select .select_arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0px;
    height: 0px;
    border: solid #162B81;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
}
.custom-select select:hover ~ .select_arrow,
.custom-select select:focus ~ .select_arrow {
    border-color: #000000;
}
.custom-select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}


@media only screen and (max-width: 680px) {
	section.qodef-elementor-content-grid>.elementor-container, #qodef-page-inner.qodef-content-grid {
		width: 100% !important;
	}
}


.elementor-pagination * {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif !important;
	font-weight: 400;
}
.elementor-pagination .current {
	font-weight: 700;
	color: #162B81 !important;
}


.qodef-breadcrumbs * {
	color: white !important;
}
