/**
 * Theme Name:     SFE
 * Author:         Vishal Ramsoedh
 * Template:       lawyerbase
 * Text Domain:	   sfe
 * Description:    Lawyer Base Wordpress Theme
 */

.home header.gdlr-header-wrapper {
    background: transparent;
    position: absolute;
    width: 100%;
}

.home .gdlr-header-inner:not(.gdlr-fixed-header) {
    background: transparent;
}

.home .top-bar-right-text-inner {
    color: #fff;
}

.home .top-social-wrapper .social-icon {
    background: #fff;
    border-radius: 100px;
}

.home .gdlr-header-inner:not(.gdlr-fixed-header) .gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .home .top-navigation-wrapper {
		display: none;
	}
	
	.elementor-swiper-button.elementor-swiper-button-next, .elementor-swiper-button.elementor-swiper-button-prev {
		display: none !important;
	}
}



h1.gdlr-blog-title,
.gdlr-blog-content,
.gdlr-sidebar .gdlr-sidebar-title-color, .gdlr-sidebar-title-color a,
.gdlr-sidebar .gdlr-widget-title,
.textwidget,
.practice *:not(i),
.gdlr-portfolio-style2 *:not(i),
.gdlr-related-portfolio *:not(i),
.gdlr-sidebar *,
.stunning-item-title, .stunning-text-title,
.stunning-item-caption, .stunning-item-icon, .stunning-text-caption,
.gdlr-post-author .post-author-title,
.gdlr-comments-area .comments-title, 
.gdlr-comments-area .comment-author, 
section.comment-content, 
.gdlr-comments-area .comment-author{
    color: #fff !important;
}

body:not(.home)  header.gdlr-header-wrapper, body:not(.home) .gdlr-header-inner {
    background: #001c49;
}
footer {
    border-top: 1px solid #262626 !important;
}

#contact_bottom .container{
	display: flex;
	flex-wrap: wrap;
}
#contact_bottom .container .four.columns{
	display: flex;
	flex: 1 1 33.33%;
	box-sizing: border-box;
}
#contact_bottom .gdlr-box-with-icon-ux {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#contact_bottom .gdlr-box-with-icon-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Optional: Align content inside */
}
.page-id-1629 .footer-wrapper{
	display: none;
}
#honors_awards_content{
	background: #001c49 !important;
}