/*
Theme Name:         Salesmachine
Theme URI:          http://salesmachine.io/
Description:        A custom wordpress theme for Salesmachine.io
Version:            1.0.0
Author:             Martin Latrille (integration) & Florent Quinti (design)
Author URI:         http://mrtn.lt/ & http://salesmachine.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}


.figure--block {
	display: block;
	margin: 0 auto 0;
	max-width: 920px;
	width: 100%;
}

.figure--header {
	max-width: 600px;
	margin: 40px auto;
	margin-bottom: 0px;
}

.figure--block1 {
	max-width: 370px;
	width: 100%;
}

.figure--block4 {
	max-width: 520px;
	width: 100%;
}

.figure--block5 {
	max-width: 800px;
}

.overlay {
	position: relative;
}

.overlay__button {
	margin: -21px 0 0 -100%;
}

.overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
}

.about-us__title {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about-us__title::after {
	border-top: 2px solid #4485D1;
	content: "";
	display: block;
	margin-top: 5px;
	width: 35px;
}

.open-positions {
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	display: table;
	font-size: 17px;
	line-height: 75px;
	margin-bottom: 45px;
	padding: 0 25px;
	white-space: nowrap;
	width: 660px;
}

.open-positions__label {
	display: table-cell;
	text-align: left;
}

.open-positions a {
	font-size: inherit;
}

.open-positions__link {
	display: table-cell;
	text-align: right;
}

.about-us__text {
	font-size: 17px;
}

.color-white {
	color: white;
}

.integration .box {
	border-radius: 5px;
	border: solid 1px;
	border-color: #DEE0E2;
	margin: 20px;
	padding: 10px;
	min-width: 240px;
	height: 190px;
	color: #636363;
	font-size: 17px;
	font-weight: 500;
	float: none;
}

@media (min-width: 990px) {
	.integration .box {
		display: inline-block;
		width: 200px;
	}

	.col-md-12.center.integration {
		float: none;
		margin: auto;
		width: 1000px;
	}
}

.integration .box .logo {
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: white;
	text-align: center;
}

.integration .box .name {
	font-style: bold;
	padding-top: 20px;
	color: #636363;
}

.integration .box .category {
	font-size: 15px;
	color: #929292
}

.logo-integration {
	width: 150px;
	height: 35px;
}

.logo img {
	max-width: 150px;
	max-height: 35px;
}

#tour.block {
	padding-top: 10px;
}



.integration.block {
	padding-top: 0px;
}

.integration .section {
	color: #636363;
	font-size: 22px;
	font-weight: 500;
	padding-top: 45px;
	padding-bottom: 10px;
}