/*
Theme Name: Divi Child
Description: Child theme for Divi 3+
Author: Websites.ca
Template: Divi
Version: 0.4.3
*/

#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 {   
	list-style-position: outside;
	margin-left: 25px;
	padding: 0 0 20px; 
}
#left-area ol, .entry-content ol, .comment-content ol, #left-area ul, .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; }
      
.websitesca-footer-link, .websitesca-footer-link a {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 11px;
	font-weight: 400 !important;
}

/*===== MOBILE ====*/
  
@media only screen and (max-width: 768px){

.websitesca-footer-link, #footer-bottom .textwidget { 
	text-align: center !important; 
}
}