/**
* Theme Name: Creote Child
* Description: This is a child theme of Creote, generated by Merlin WP.
* Author: <a href="http://steelthemes.com/steelthemes">Steelthemes</a>
* Template: creote
* Version: 1.0.0
*/

.font-weight-4 {
	font-weight: 400;
}

/* Home */
.team_box.style_one .share_media {
	display: none;
}

@media (min-width: 768px) {
	.time_line_section.style_one .time_line_box .time_inner .content p {
		min-height: 100px;
	}
}

/* Contact */
input::placeholder,
textarea::placeholder {
	text-transform: none;
}

.wpcf7-form-control-wrap input[type="file"] {
	margin-top: 6px !important;
}

/* Nos offres */
.job_filters .search_remote_position {
	display: none;
}

.job_listing .meta {
	display: none;
}

/* Single Job */
.single_job_listing .date-posted {
	display: none;
}

/* ELEMENT - Offers Slider */
.offers-slider .list-item {
	min-height: 310px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 30px;
	border-color: var(--primary-color-three);
	background-color: #f5f6f9;
	border: 1px solid var(--border-color-dark);
}

.offers-slider .list-item>* {
	margin-top: 1.25em;
	display: block;
}

.offers-slider .list-item img {
	max-width: 85px;
	margin: 0 auto;
	border-radius: 15px;
	border-color: var(--primary-color-three);
	background-color: #ffffff;
	transition: transform ease 250ms;
}

.offers-slider .list-item:hover img {
	transform: scale(1.05);
}

.offers-slider .list-item h3 {
	font-size: 1.2rem;
	line-height: 1.65;
}

.offers-slider .list-item>div>* {
	color: #999;
}

.offers-slider .owl-dots {
	margin: 1em;
	text-align: center;
}

.offers-slider button.owl-dot {
	width: 0.75em;
	height: 0.75em;
	margin: 0 0.5em;
	background-color: var(--primary-color-two);
	border-radius: 50%;
}

.offers-slider button.owl-dot.active {
	background: var(--primary-color-one);
}