/*
Theme Name:     ChuckBanker
Description:    Child theme for Chuck Banker Consulting Services
Author:         RybkaDesign
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.fab .et-pb-icon { font-size: 0; }
.fab .et-pb-icon::after { font-family: "FontAwesome" !important; }
.fab.et_pb_blurb_position_top .et-pb-icon::after { font-size: 48px; }
.fab.et_pb_blurb_position_left .et-pb-icon::after { font-size: 16px; }
.fab-plane .et-pb-icon::after { content: "\f072"; }
.fab-bridge .et-pb-icon::after { content: "\f018"; }
.fab-split .et-pb-icon::after { content: "\f24e"; }
.fab-book .et-pb-icon::after { content: "\f02d"; }

/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
background-color: #F0F0F0;
border: 5px solid #666666;
}

.wpcf7-form {
margin: 25px;
}

.et_pb_text p:last-of-type {padding-bottom:20px;}
div.wpcf7-response-output {margin: 1em 0;padding:1em 2em;}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {border:none;color:#fff;}
div.wpcf7-mail-sent-ok {background-color:#9c0;}
div.wpcf7-validation-errors {background-color:#f90;}
span.wpcf7-not-valid-tip {color:#999;font-size:12px;}

.download-icon {
	padding:10px;
	width:100%;
	text-align:center;
}

/*quck command for left justified center text*/
.left-text {
	text-align:left;
}

/*VERTICALLY CENTER ANY CONTENT IN DIVI*/
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

/*reel in that banner*/
.et_menu_container {
	max-width:1920px !important;
  }

/*mobile menu button color*/
span.mobile_menu_bar:before {
	color: #333333 !important;
}

/*------------------------------------------------*/
/*-----------[GQ - COMPACT SUB-MENU]--------------*/
/*------------------------------------------------*/
 
/* drop down menu - level 1 */
.nav li ul {
	width: 300px;
	padding: 0px;}
.nav li li {
	line-height: 16px;}
#top-menu li li {
	padding: 0 0px;}
#top-menu li li a {
	font-size: 15px;
	width: 300px;
	padding: 10px 10px;
	font-weight: 400;}

/* drop down menu - level 2 */
.nav li li ul {
	top: -3px;
	left: 300px;}

/* change drop down icon in submenus only */
#top-menu li .menu-item-has-children > a:first-child:after {
	top: 6px;
	right: 5px;
	font-size: 14px;
	font-weight: 400;
	content: "5";}



/*preloader color*/
.home.load-light:after {
	color:#f9c022 !important;
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1089px ) {
	#top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
	}