/* PARTNER SLIDE */

.o-partner-slider-container {
}

#o-partner-slider {
}

.o-partner-slider-item {
	width: 90%;
	padding-bottom: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.o-partner-slider-image {
	position:absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#partner-slider li {
	
}

.o-partner-slider-controls {
	display: flex;
	align-items: center;
}

#partner-slider-previous, #partner-slider-next {
	color: var(--color-jord);
	font-size: 1.4em;
	cursor: pointer;
}

.o-partner-slider-name-container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.o-partner-slider-name {
	color: var(--color-sand) !important;
	text-align: center;
	width: 100%;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3em;
}

/* Styling in editor */

.elementor-editor-active #partner-slider {
	display: flex;
	flex-direction: row;
	height: 200px;
	list-style: none;
	flex-wrap: no-wrap;
	overflow: hidden;
}

.elementor-editor-active #partner-slider li {
    display: flex;
    width: 20%;
}


/* PARTNER GRID */

.o-partner-grid-logo-box {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}

@media only screen and (min-width: 768px) {
	.o-partner-grid-logo-box {
		min-height: 360px;
	}
}

.o-partner-grid-image {
	background-size: contain;
	background-repeat: no-repeat;
	width: 95%;
	height: 95%;
	background-position: center center;
}

@media only screen and (min-width: 768px) {
	.o-partner-grid-image {
		width: 70%;
		height: 70%;
	}
}

.o-partner-grid-content-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.o-partner-grid-content-box {
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
	.o-partner-grid-content-box {
		margin: 3em;
	}
}

.o-partner-grid-content-box h2 {
	font-size: 1.4em;
	line-height: 1.em;
}

.o-partner-grid-name {
	font-size: 2em;
	font-weight: 700;
	font-family: "Mont", sans-serif;
	color: var(--color-sand);
	text-align: center;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
}

.o-partner-grid-meta-header {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.o-partner-grid-meta, .o-partner-grid-meta a {
	font-weight: 600;
	color: var(--color-test);
	font-size: 1em;
}

.o-partner-grid-meta {
	margin-bottom: 6px;
}

.o-partner-grid-meta i {
	margin-right: 8px;
}

.o-partner-grid-meta a {
	text-decoration: none;
}

.o-partner-grid-container .row {
}

.o-partner-anchor-row {
	height: 80px;
	border: 1px slid red;
}