/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@media only screen and ( min-width: 800px ) {
.blog-list a img  {
    float: left;
    width: 40%;
    padding-right: 20px;
    vertical-align: bottom;
    padding-bottom: 30px;
}
}

.wp-pagenavi {
	text-align: left;
}

/*********************************
change logo for fixed header 
**********************************/
.et-fixed-header #logo {
content: url(http://bb0.4ed.myftpupload.com/wp-content/uploads/2018/05/LV-Name-Horizontal.png);
}



/*Top Nav Styles*/

#main-header, #et-top-navigation {
    text-transform: uppercase;
}

#et-info-phone {
	display: none;
}

#et-info-email {
	display: none;
}

#et-secondary-menu {
	margin-bottom: 10px;
}

/*Top Nav Buttons*/

#top-header .et-social-icon a {
    font-size: 16px;
}


#et-info, #et-secondary-menu>ul>li a {
	padding: 5px;
    font-size: 16px;
}

li.menu-item-7117 {
	background-color: #ed1f24;
}

li.menu-item-7118 {
	background-color: white;
}

li.menu-item-7118>a {
	color: #213e99 !important;
}

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #e7363b !important; 
    opacity:1 !important;
}


/*red-blue underlines*/
.two-color-underline
{
    display: inline-block;
    position: relative;
}
.two-color-underline:before , .two-color-underline:after
{
    content:'';
    position: absolute;
    left: 20%;
    bottom: 0;
}
.two-color-underline:before
{
    width: 60%; 
    border-bottom: 3px solid #ed1f24;
}

.two-color-underline:after
{
    width: 30%;
    border-bottom: 3px solid #213e99;
}

/*white-blue underlines*/
.white-blue-underline
{
    display: inline-block;
    position: relative;
}
.white-blue-underline:before , .white-blue-underline:after
{
    content:'';
    position: absolute;
    left: 20%;
    bottom: 0;
}
.white-blue-underline:before
{
    width: 60%; 
    border-bottom: 3px solid #ffffff;
}

.white-blue-underline:after
{
    width: 30%;
    border-bottom: 3px solid #213e99;
}


.ctf-tweet-actions {
	padding-left: 35%;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: none;
 background: transparent;
 border: 2px solid #3855b0;
 font-size: 18px;
 color: #3855b0;
 padding: 9px 20px;
 border-radius: 5px;
 letter-spacing: 1px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}


#footer-bottom {
	padding: 0;
}

/* transparent blue image overlay */

.overlay {
 position: relative;
 pointer-events: none;  
 }
  
.overlay:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: rgba(56,85,176,0.6);
 opacity: 0;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
 -ms-transition: 0.5s;

 }
  
.overlay:hover:after {
 opacity: 1.0;
 }
 
.et_pb_portfolio_filters {
	 display: none;
 }