/* changed the header on scroll */
/* Initial state */
.takeflight-header {
    background-color:#A0474700; 
    transition: background-color 0.3s ease;
}
.takeflight-header.scrolled {
    background-color:#ffffff!important; 	
}
.stature-icons svg.scrolled{
	fill:#999999!important;
}	
.stature-icons svg.scrolled:hover{
	fill:#fcb315!important;
}
.elementor-nav-menu .sub-arrow {
	display: none!important;
}
.header-menu nav ul li a.scrolled:not(.header-menu .sub-menu li a.scrolled){
	color: #444444!important;
}
.takeflight-header .elementor-element-6112b764, .takeflight-header .elementor-element-3330075, .takeflight-header nav {
	height: 100%!important;
}
.takeflight-header nav > ul > li:hover {
    border-top: 3px solid #fff;
}
.takeflight-header nav > ul > li.scrolled:hover {
	border-top: 3px solid #FCB315;
}
.takeflight-header nav > ul > li a:after {
	display: none!important;
}
body.blog .header-menu nav ul li a:not(.header-menu .sub-menu li a), body.single-post .header-menu nav ul li a:not(.header-menu .sub-menu li a) {
	color: #444444!important;
}
body.blog .stature-icons svg, body.single-post .stature-icons svg {
	fill: #999999!important;
}
body.blog .takeflight-header .elementor-element-15a230f4{
	border-bottom: 1px solid #FCB315;
	background: #fff;
}
/* blog archive page */
.blog-container {
	max-width: 1140px;
	padding: 15px;
	width: 100%;
	margin: auto;
}
.blog-container h1 {
	color: #686868;
	font-size: 20px;
}
.top-heading {
	margin-top: 100px;
	background: #f7f7f7;
}
.blog-container .site-main {
	display: flex;
}
.blog-container .site-main .page-content {
	width: 70%;
	padding-top: 30px;
}
.blog-container .site-main .right-sidebar{
	width: 30%;
	padding: 30px 20px;
}
.blog-container h1 a, .blog-container h2 a, .blog-container h3 a, .blog-container h1, .blog-container h2, .blog-container h3 {
	color: #2e2e2e !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    font-size: 24px !important;
    line-height: 30px;
}
.blog-container .author-name a {
	color: #252525 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
	text-decoration: none;
	font-size: 12px;
}
.read-more-container a {
	background-color: #fcb315;
    color: #fff;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	border-radius: 3px;
	transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
}

.read-more-container a:hover {
	background-color: #b07d0f;
	color: #fff;
}
.blog-icons {
	float: left;
    min-height: 150px !important;
    width: 60px !important;
	margin-left: 15px;
	margin-right: 15px;
}
.blog-icons .icon {
	padding: 20px 0;
	text-align: center;
	border-right: 1px solid #efefef!important;
}

/* News Page CSS START */
.heading-wrapper h1 {
	line-height: 20px;
	font-weight: 400;
	color: #686868 !important;
	margin: 25px 20px 15px;
	margin-left: 0;
}

.right-sidebar li {
	list-style-type: none;
	margin: 6px 0;
}

.right-sidebar a {
    color: #999999;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px !important;
}

.right-sidebar a:hover {
	color: #fcb315;
}
.right-sidebar ul {
	padding: 0;
	margin-bottom: 40px;
}

.page-content .post {
	padding-right: 15px;
}

.right-sidebar p {
	font-size: 14px;
	color: #333;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.post-container {
	margin: 0 20px 20px 100px;
}

.author-name {
	margin: 0 !important;
}

.author-name em {
	font-weight: 400;
    font-size: 12px;
    line-height: 23px;
}

.post-container .entry-title {
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-container .entry-title a {
	transition: all 0.15s ease-in-out;
}

.post-container .entry-title a:hover {
	color: #fcb315 !important;
}

.custom-excerpt {
	margin-bottom: 30px;
	line-height: 23px;
}

.read-more-container {
	padding: 20px 0;
}

.search-form form {
	position: relative;
}

.search-form input {
	margin: 0;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.12);
}

.search-form i {
	position: absolute;
    top: 13px;
    right: 14px;
    opacity: .4;
}

.featured-img {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	height: 350px;
}

.featured-img img {
	transition: all .15s ease-in-out;
	height: 100%;
}

.featured-img-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 14;
}

.img-hover-overlay {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	transition: opacity .25s ease-in-out;
	background-color: #fcb315;
}

.img-icon {
	position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    opacity: 0;
    margin: -24px 0 0 -24px;
	z-index: 10;
    transition: all 0.15s ease-in-out;
}

.img-icon i {
	font-size: 48px;
	color: #fff;
}

.featured-img:hover .featured-img img {
	transform: scale(1.1) !important;
}

.featured-img:hover .img-hover-overlay {
	opacity: .85;
}

.featured-img:hover .img-icon {
	opacity: 1;
}
.nf-field-label label a {
	color: #333!important;
}
.sbi_feedtheme_header_text h3 {
	color: #fff!important;
}
.sb_instagram_header{
	padding-top: 0!important;
}
@media (max-width: 1100px) {
	.site-main {
		max-width: 100% !important;
	}
}

@media (max-width: 800px) {
	.site-main {
		max-width: 100% !important;
		flex-direction: column;
	}
	
	.page-content {
		width: 100% !important;
	}
	
	.right-sidebar {
		width: 100% !important;
	}
}

@media (max-width: 400px) {
	.post-container {
		margin-right: 0 !important;
	}
}
/* News Page CSS END */

/* Single post CSS Start */
.single-post-title {
	margin-top: 100px;
	padding: 15px 0;
	background-color: #F7F7F7;
}

.single-post-heading {
	margin: 0 auto;
	max-width: 1140px;
}

.single-post-heading .entry-title {
	font-size: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
	margin: 25px 20px 15px;
    line-height: 120%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-container .category-take-flight-academy-news {
	flex-direction: column !important;
}

.single-page-content {
	width: 100% !important;
}
/* Single post CSS End */