/** bootstrap overrides */

.form-control {
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #f0f0f0;
}

/* form custom */

.form-custom {
	position: relative;
}

.form-arrow {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	position: absolute;
	top: 46px;
	right: 13px;
}

/*** helper classes */

.text-center {
	text-align: center;
}

.ptb20 {
	padding: 20px 0;
}

.p20 {
	padding: 20px;
}

.mlr10 {
	margin: 0 10px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mt20 {
	margin-top: 20px;
}

.white-back {
	background-color: #FFF;
}

.gray-back {
	background-color: #efefef;
}

.kw-theme-color-type-2 {
	border: 2px solid #0074d9;
}

.media-ads {
	padding: 20px 0;
}

.inline-flex {
	display: inline-flex;
}

.color-red {
	color: #ff0000;
}

.fit-content {
	width: fit-content;
}


/* select2 style */
.select2-container {
	display: block;
	width: 100% !important;
}

.select2-dropdown {
	border: 1px solid #f0f0f0;
}

.select2-container--default .select2-selection--single {
	border: 2px solid #f0f0f0;
}

.select2-container .select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.select2-container--default .select2-selection--multiple {
	border: solid #f0f0f0 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #f0f0f0 2px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #f0f0f0;
}

/* company filter style */

.filter-button {
	margin-top: 27px;
}

.filter-reset {
	display: block;
	margin-top: 36px;
}

.custom-image-back {
    background-image: url('../images/how-it-works.jpg');
    background-size: cover;
    background-position: center center;
}

.custom-text-wrap {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
	min-height: 227px;
}


/* custom pagination */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #00a1d9;
    border-color: unset;
}

.pagination>li>a, .pagination>li>span {
    color: #00a1d9;
}


/* theme overrides */

.kw-listing-item-data {
	min-height: 80px;
}

/* mailchimp overrides */

#mc_embed_signup input.email {
	display: inline-block !important;
	min-height: 51px !important;
}