/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization starts here
------------------------------------------------------- */

.footer-menu { float: right; }
.footer-menu li { display: inline-block; margin-left: 20px; }
.footer-menuitem a { display: inline-block; font-size: 14px; position: relative; text-align: center; transition: color 300ms ease 0s; color: #d0d0d0; text-decoration: none; }
.footer-menuitem a:hover { color: rgba(255, 255, 255, 1) !important; }


/* Dark Divi */

#main-content, .et_pb_section {
background-color: #2e2e2e;
}

.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 {
    color: #d0d0d0 !important;
}

h1, h2, h3, h4, h5, h6 {
color: #d0d0d0;
padding-bottom: 10px;
line-height: 1em;
font-weight: 500;
}
body {
color: #f0f0f0;
}
#et-footer-nav {
background-color: rgba(0,0,0,0.05);
}
.et_pb_blog_grid .et_pb_post {
margin: 0px 60px 60px 0px;
width: 280px;
border: 1px solid #000;
float: left;
padding: 19px;
background-color: #222222;
word-wrap: break-word;
}
.et_pb_toggle_open {
padding: 20px;
background: none repeat scroll 0% 0% #222222;
}
.et_pb_toggle_close {
background-color: #222222;
padding: 20px;
}
.et_pb_toggle_title:before {
content: “”;
position: absolute;
right: 0px;
font-size: 16px;
color: #d0d0d0;
}
.et_pb_toggle_close h5.et_pb_toggle_title {
color: #d0d0d0;
}
.et_pb_toggle_open h5.et_pb_toggle_title {
color: #d0d0d0;
}

/* End Dark Divi */

/* Add a semi-transparent background to slider text */
/* Set the semi-transparent background color */
.slider_bg .et_pb_slide_content,
.slider_bg .et_pb_slide_description h2,
.slider_bg .et_pb_more_button_wrap {
	background-color: rgba(0, 0, 0, 0.5);	 
}

/* Hide the content area if empty (no title and no content) */
.et_pb_slide_description:first-child .et_pb_slide_content:empty { display:none; }

/* Add 30px of padding to the background */
.et_pb_slide_description h2 {
	padding: 30px 30px 10px 30px !important;
	margin-top:-30px;
	margin-left:-30px;
	margin-right:-30px;
}
.et_pb_slide_description .et_pb_slide_content,
.et_pb_more_button_wrap
 {
	padding:0px 30px 30px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
@media only screen and ( max-width: 479px ) { 
	.et_pb_slide_description h2 {
		padding-bottom: 30px !important;
	}
	.et_pb_more_button_wrap {
		display:none;
	}
}

/* Give the background rounded corners */
.et_pb_slide_description h2 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.et_pb_slide_description div:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
@media only screen and ( max-width: 479px ) { 
    .et_pb_slide_description h2 {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
}

/* End: Add a semi-transparent background to slider text */
