/*
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... */ 
#grantee .fl-heading text {
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black !important;
/*	opacity:.7 !important; */
	padding:5px 10px 5px 10px !important;
}
#grantee-title .fl-heading {
	background-color:black opacity .9 !important;
	/*opacity:.7 !important;*/
	padding:4px 10px 5px 10px !important;
}

.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-5cc8ce0a1e97d.fl-visible-desktop-medium {
margin-bottom: -10px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	  padding-bottom: 10px;
}
@media (min-width: 987px) {
#txbf-secondary-menu {
float: right;
padding-right: 40px;
}
}
@media only screen and (min-width: 787px ){
	.add-search-icon .fl-module-content .menu {
		margin-right: 10px;
	}

	.fl-row-content-wrap .fl-page-nav-search {
		margin-top: 20px;
	}

	.fl-row-content-wrap .fl-page-nav-search a {
		color: #fff;
	}
}
@media screen and (max-width:992px)
{
.logo {
    max-width:80% !important;
}
	/* NEW CSS */
}
/*
 Theme Name: Texas Bar Foundation
 Theme URI: http://www.ferreum.net/
 Version: 3.0.24
 Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 Author: Elegant Themes
 Author URI: http://www.elegantthemes.com
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 License: GNU General Public License v2
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/* Browser Reset */
/*
ol,
ul {
    list-style: none;
}
*/
/* Links */
/*
a {
    color: #2ea3f2;
    text-decoration: none;
}
*/

a:hover {
    text-decoration: none;
}

/* Clearfix */
.clear {
    clear: both;
}

br.clear {
    margin: 0;
    padding: 0;
}

.et_vertical_nav #page-container:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}
#txbf-secondary-nav a {
    margin-top: -5px !important;
}

/* Word Break */
#txbf-secondary-menu li,
#top-menu li {
    word-wrap: break-word;
}

/* Accent Color */
#top-header,
#txbf-secondary-nav li ul {
    background-color: transparent;
}

/* Containers */


.container {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}

/* Vertical Navigation */
.et_vertical_nav #page-container {
    position: relative;
    padding-top: 0 !important;
}

/* Pages */
.main_title {
    margin-bottom: 20px;
}

/* Header Styles */
.container {
    position: relative;
    text-align: left;
}

#top-header {
    z-index: 100000;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
	-moz-osx-font-smoothing: grayscale;
}

#top-header a,
#top-header a {
    color: #fff;
}

#top-header .container {
    padding-top: .75em;
    font-weight: 500;
	  font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}

.et_non_fixed_nav.et_transparent_nav #top-header,
.et_fixed_nav #top-header {
    top: 0;
    right: 0;
    left: 0;
}

#top-header {
    margin-left: 15px;
}


/* Contact Info */
#txbf-info {
    float: left;
}

#txbf-info-phone,
#txbf-info-email
{
    position: relative;
}

#txbf-info-phone:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
}

#txbf-info-phone {
    margin-right: 13px;
}

#txbf-info-email:before {
    margin-right: 4px;
    content: "\e076";
}

#txbf-secondary-menu {
    float: right;
}

#txbf-info,
#txbf-secondary-menu > ul > li a {
    display: block;
    padding-bottom: 0.75em;
}

#txbf-secondary-nav,
#txbf-secondary-nav li {
    display: inline-block;
    padding-left: 0 !important;
   /* padding-right:10px; */
}

#txbf-secondary-nav a {
    -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s, color 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s ease-in-out;
}

#txbf-secondary-nav li {
    margin-right: 15px;
}

#txbf-secondary-nav > li:last-child {
    margin-right: 0;
}
    
/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	.sub-menu {

    padding-left: 20px !important;

}
    
    /* Header Styles */
    
    #txbf-info,
    #txbf-secondary-menu {
        display: block;
        float: none;
        text-align: center;
    }
    
    #txbf-secondary-menu {
        margin-top: 12px;
    }
}

/* Clearfix */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

@media only screen and (max-width: 986px) and (min-width: 1px) {
    #txbf-info {
        float: none;
        text-align: center;
    }
    #txbf-secondary-menu {
        display: block !important;
        text-align: center !important;
        float: none !important;
    }
    #txbf-secondary-nav a {
        margin-top: -5px !important;
    }
}
@media only screen and (max-width: 986px) and (min-width: 769px) {
    #txbf-info {
        float: none;
        text-align: center;
    }
    #txbf-secondary-menu {
        display: block !important;
        text-align: center !important;
        float: none !important;
    }
    #txbf-secondary-nav a {
        margin-top: -5px !important;
    }
		.logo {
			max-width:100% !important;
}
}
@media (max-width: 768px) and (min-width: 375px) {
		#map-invis {
display: none !important;
}
 .et_secondary_nav_two_panels #txbf-secondary-menu {
        margin-bottom: 0px !important;
    }
    #txbf-secondary-nav a {
        margin-top: -25px !important;
    }
	.logo {
		max-width:40% !important;
}
#txbf-secondary-nav,
#txbf-secondary-nav li {
    display: inline-block;
    padding-left: 0px !important;
    padding-right:0px;
}
}
@media (max-width: 439px)
{
		#map-invis {
display: none !important;
}
/* li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3906 {
    padding-top: 11px;
    margin-top: 11px;
}
	*/
	.container {
		Padding: 10px 0px 10px 0px !important;
	}
	#top-header {
    margin-left: 0px !important;
}
.logo {
    max-width:70% !important;
}
}
#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon {
	display: none!important;
}
#wpadminbar #wp-admin-bar-wp-logo>.ab-item {
padding: 0 7px;
display: none !important;
}