/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.post_con .fl-post-feed-post{
    padding-bottom : 50px;
    margin-bottom : 50px;
}

.new-twitter-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: black;
    border: 2px solid #000000;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
}

.new-twitter-icon a img {
    height: 17px;
    margin-right: 10px;
    filter: invert(1);
}

.new-twitter-icon a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.new-twitter-icon a:hover {
    background: transparent;
    color: #000;
}

.new-twitter-icon a:hover img {
    filter: none;
}
.text-white-underline h2.fl-heading {
    color: #fff;
}

.bt-loactions-wrap .bt-locations-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.bt-locations-grid-wrap .bt-locations-grid-item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.bt-locations-grid-wrap .bt-locations-grid-content img {
    width: 100%;
	height: 250px;
    object-fit: cover;
}

.bt-locations-grid-wrap .bt-locations-grid-content {
    border: 1px solid #e1e1e1;
}
.bt-locations-grid-wrap .bt-location-detail {
    padding: 15px;
}

.bt-locations-grid-wrap .bt-location-detail .bt-location-name {
    font-size: 23px;
    font-weight: 600;
    color: #003471;
    margin-bottom: 10px;
	min-height: 55px;
	line-height: 27px;
}
.bt-locations-grid-wrap .bt-location-btn a {
    border: 2px solid #003471;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    background: #003471;
    color: #fff;
    transition: all 300ms ease-in-out;
    font-weight: 500;
    margin-top: 20px;
}

.bt-locations-grid-wrap .bt-location-btn a:hover {
    background: #fff;
    color: #003471;
}
/* Service section*/
.bt-services-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.bt-services-grid-wrap .bt-service-item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.bt-service-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    cursor: pointer;
}

.bt-service-card .bt-service-icon {
    width: 80px;
    height: 80px;
    background: #eff4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}

.bt-service-card .bt-service-icon img {
    max-width: 100%;
    width: 60px;
}

.bt-service-card .bt-service-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #8ec640;
}

.bt-service-card .service-description {
   font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #6f6f6f;
}
.bt-services-grid-wrap .bt-service-tile h4 {
    font-size: 32px;
    color: #003471;
    margin-bottom: 20px;
}

.bt-services-grid-wrap .bt-service-tile p {
    font-size: 16px;
    line-height: 25px;
}

.bt-services-grid-wrap .bt-service-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/*Responsive*/
@media (max-width: 991px) {
    .bt-locations-grid-wrap .bt-locations-grid-item {
        width: 50%;
    }
    .bt-services-grid-wrap .bt-service-item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .bt-locations-grid-wrap .bt-locations-grid-item {
        width: 100%;
    }
    .bt-locations-grid-wrap .bt-location-detail .bt-location-name {
        font-size: 20px;
		min-height: unset;
    }
    .bt-locations-grid-wrap .bt-location-btn a {
        padding: 9px 15px;
        font-size: 16px;
    }
    .bt-services-grid-wrap .bt-service-item {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .bt-services-grid-wrap .bt-service-item {
        width: 100%;
    }
}


/* New Header */
.bt-header .bt-header-right-menu .fl-col-content.fl-node-content > .fl-module {
    width: auto;
}
.bt-header {
   background: rgb(0 0 0 / 50%);
}

.fl-theme-builder-header-sticky .bt-header {
    background: rgb(0 0 0 / 70%);
}
.bt-header nav > .menu > .mega-menu.fl-has-submenu > .sub-menu > .menu-item-has-children .fl-has-submenu-container > a {
    color: #29abe1;
}
.bt-header nav > .menu > .mega-menu.fl-has-submenu > .sub-menu {
    flex-wrap: wrap;
    max-width: 890px;
    margin: 0 auto;
    padding: 30px 10px;
    border-bottom: 4px solid #29abe1;
}
.bt-header nav > .menu > .mega-menu.fl-has-submenu > .sub-menu > .menu-item-has-children {
    width: 33.33%;
}

/*Header Responsive */
@media (max-width:768px){
	.fl-menu-responsive-toggle-mobile nav {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0px 20px;
    background: rgb(0 0 0 / 70%);
    top: 77px;
}
	.bt-header-right-menu .fl-menu-responsive-toggle-mobile {
    text-align: right;
}

	.bt-header .bt-header-right-menu .fl-col-content.fl-node-content > .fl-module{
		width: 100%;
	}
}