/*
 Theme Name:   Divi Child
 Theme URI:    http://test.creativetango.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;
}
*/




/*make the Divi main menu transparent 
http://www.divithemeexamples.com/make-the-divi-header-menu-transparent/   


#main-header {
color:#000;
opacity: 0.8 !important;
}
0=fully transparent
1=solid background
*/

/* make the Divi main menu transparent If you don't want the opacity applied to the text, but only to the background color you can use this in stead:

http://www.divithemeexamples.com/make-the-divi-header-menu-transparent/  
#main-header { 
background-color: rgba(255,255,255,0.8) !important; 
}

*/

/* Style Footer Credits */

#footer-info { 
text-align: left; 
color: white; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}

/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/

#footer-bottom .et-social-facebook a:hover {
	color: pink!important;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink!important;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink!important;;
}
#footer-bottom .et-social-rss a:hover {
	color: pink!important;
}


