/*!
Theme Name: LTI-insights
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lti-insights
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

LTI-insights is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	scroll-behavior: smooth
}
.ltii{
	background-color: #F2F2F2 !important;
}
.ltii p{
	font-size: 1rem;
}
.header-wrapper {
	position: relative;
	z-index: 9999
}

a:not(.btn) {
	opacity: 1;
	transition: all 0.3s ease
}

a:not(.btn):hover {
	opacity: 0.9
}

.dot-text {
	position: relative;
	padding-left: 12px;
	display: inline-block;
	margin-bottom: 12px
}

.dot-text:not(:last-child) {
	margin-right: 16px
}

.dot-text:before {
	content: "";
	height: 5px;
	width: 5px;
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	border-radius: 100%;
	background-color: #F38020;
}

.dot-white:before {
	background-color: #fff
}

.dot-primary:before {
	background-color: #F38020
}

.dot-secondary:before {
	background-color: #006FB9
}

.unstyled {
	padding: 0;
	margin: 0;
	list-style: none
}

.img-cover img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.img-cover-center-right img {
	object-position: center right
}

.img-cover-bottom-right img {
	object-position: bottom right
}
.ltii .form-select,
.ltii .form-control {
	border: 0 !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	margin-bottom: 0 !important;
	height: auto;
	box-shadow: none !important;
	border-bottom-color: #A6A6A6 !important;
}
.ltii .fa-search{
	color: #A6A6A6 !important;
}
.ltii .form-control-white:focus,
.ltii .form-control-white {
	color: #fff !important;
	border-bottom-color: #fff !important;
}

.ltii .form-control-white::placeholder {
	color: #fff !important;
}

.form-error {
	font-size: 12px;
	font-weight: 600;
	color: #e32024;
	display: block;
	margin-top: 8px
}
@media (min-width: 768px) {
	.post-search-wrapper {
		max-width: 320px
	}
}
.btn-call-wrapper {
	position: fixed;
	left: auto;
	right: 25px;
	bottom: 25px
}
.btn-call-wrapper .btn-call {
	height: 50px;
	width: 50px;
	font-size: 20px
}
.swiper-button {
	bottom: 120px
}
.swiper-button-next,
.swiper-button-prev {
	background: #fff;
	border-radius: 100%;
	height: 28px;
	width: 28px;
	text-align: center
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 12px;
	color: #000
}
.filter-wrapper {
	background: transparent;
	margin-top: -45px;
	z-index: 9;
	position: sticky;
	top: 0px;
	transition: all 0.3s ease
}
.ltii .filter-wrapper .form-select {
    border: 1px solid #A6A6A6 !important;
}

@media (max-width: 767px) {
	.ltii .filter-wrapper .form-select {
		font-size: 14px
	}
}
.cm-badge {
	background-color: #cfcfcf;
	color: #000;
	font-size: 12px;
	padding: 2px 6px;
	display: inline-block
}
.latest-grid-4 .card-post,
.set-of-3 .card-post a{
	background: #fff;
}
.set-of-3 .card-post:nth-child(5) a,
.latest-grid-4 .card-post:first-child {
    background: #f38020;
}
.set-of-3 .card-post:nth-child(2) a,
.latest-grid-4 .card-post:last-child {
    background: #006FB9;
}
.set-of-3 .card-post:nth-child(2) a,
.set-of-3 .card-post:nth-child(5) a,
.latest-grid-4 .card-post:first-child a,
.latest-grid-4 .card-post:last-child a {
    color: #fff;
}
.set-of-3 .card-post:nth-child(2) a .cm-badge,
.set-of-3 .card-post:nth-child(5) a .cm-badge,
.latest-grid-4 .card-post:first-child a .cm-badge,
.latest-grid-4 .card-post:last-child a .cm-badge,
.set-of-3 .card-post:nth-child(2) a .dot-text:before,
.set-of-3 .card-post:nth-child(5) a .dot-text:before,
.latest-grid-4 .card-post:first-child a .dot-text:before,
.latest-grid-4 .card-post:last-child a .dot-text:before {
    background: #fff;
}
.btn-back{
	cursor: pointer;
}
.post-topic:not(.no-industries):after {
    content: "|";
    transform: translateX(10px);
    display: inline-block;
}
/* #wpadminbar{
	display: none;
} */

/* Sub Menu */
.filter-wrapper .sub-menu {
	background-color: #d4d4d4;
	padding: 10px;
}
.filter-wrapper .sub-menu a {font-size: 16px;}
.filter-wrapper .sub-menu a:hover {color: #f58220;}
.filter-wrapper .sub-menu ul {
	width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-wrapper .sub-menu ul li {
	min-width: 90px;
    text-align: center;
}