/*
 Theme Name:   Divi Child
 Theme URI:    http://dbdt.com/wp-content/themes/Divi-child
 Description:  Divi Child Theme
 Author:       John Trimble
 Author URI:   http://tangonerd.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

/* header size before and after scrolling */
.et_header_style_centered #main-header .logo_container {
height: 120px !important;
}

/*push responsive menu down below header */
#responsive-menu
{
     margin-top: 120px !important;
}


/* ...............Team Member position description same color as team member name................ */
.et_pb_member_position {
color: #333333;
}



/* enable slider text and button on mobile (background image only enabled by default)*/
@media only screen and (max-width: 767px) {
.et_pb_slide_content, .et_pb_more_button, a.et_pb_more_button {
display: block !important;
}
}


/* suppress padding between rows on mobile*/
@media only screen and (max-width:767px) { 
.et_pb_row {
padding: 0 !important;
}}
	

/*enable responsive menu plugin*/
#click-menu {

z-index: 999999999 !important;
}


/*move slide description
.et_pb_slide_description {
padding: 133px 100px;!important;
}
*/


/*change description on slider--didn't do what we thought...
{.et_pb_slide_description {
	color: #ffffff; text-align: left;
} 
}
*/





/*change default height of slider
.et_pb_fullwidth_slider_0 .et_pb_slide{
height:600px!important;
}
*/