/*
Theme Name: Divi Child
Description: Child theme for Divi 4.25+
Author: Nara M
Template: Divi
Version: 0.5.8
*/

/* Fix the social icons  */ 
.et-social-linkedin a.icon:before { content: "\e09d"; }
.et-social-pinterest a.icon:before { content: "\e095"; }
.et-social-youtube a.icon:before { content: "\e0a3"; }

/* Slide in menu adjustments */
.et_slide_menu_top .et-social-dribbble { display: none; }
.et_slide_menu_top ul.et-social-icons { float: none; }

/* Fullscreen menu adjustments */
.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons {
	display: block;
}

#main-header, #top-header {
    z-index: 2000;
}
.entry-content ul ul, .comment-content ul ul {   
    list-style-type: circle;   
    margin-left: 25px;   
    padding: 0; 
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul {
    line-height: inherit;
}
.gallery img {
    border: none !important;
}
.gallery-caption {
    font-size: 12px;   
    line-height: 145%;   
    width: 95%; 
}
#caption { color: #444; }

.post-password-required .et_password_protected_form {
	width: 70%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

#mytags { margin-top: 15px; }
