/*
Theme Name: Divi 2 Child 1
Description: Child theme for Divi 2
Author: Websites.ca
Template: Divi
Version: 0.1.2
*/

@import url("http://www.trappersautoparts.com/wp-content/themes/Divi/style.css");

.et_nav_text_color_light #et-info a {
  color: rgba(255, 255, 255, 0.6);
}
.et_nav_text_color_dark #et-info a  {
  color: rgba(0, 0, 0, 0.5);
}

  .entry-content ol, .comment-content ol { 
    list-style-position: outside;
    padding: 5px 0 23px 35px;
  }

  .post-navigation {
    padding-top: 30px;
}
  
  #overlay, #lightbox {
     z-index: 100000;
  } 
  
 .post-password-required .entry-content {
    padding: 50px;
}

#footer-info a {
     font-weight: 400;
  }
  .websitesca-footer-link, .websitesca-footer-link a {
     font-size: 11px;
     color: rgba(255,255,255,0.2);
  }

  
/*===== MOBILE ====*/

 @media only screen and (max-width: 980px) {
		
  }
  
  @media only screen and (max-width: 767px){
    .websitesca-footer-link { 
	   text-align: center; 
	}
  }