/* 
Theme Name:		 OceanWP Child
Theme URI:		 http://childtheme-generator.com/
Description:	 OceanWP Child is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Ishak
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 oceanwp-child
*/

/* Remove list indentation on tablet and mobile */
@media (max-width: 1024px) {
  .negative-right-margin ul, 
	.negative-right-margin ol {
    margin-left: 0em !important;
    margin-right: -80px !important;
    padding-left: 0.9em !important;
  }
	.negative-right-margin {
    text-align: left !important;
	}
	/* Non-list elements inside .negative-right-margin get small left space, no right margin */
  .negative-right-margin p,
  .negative-right-margin h1,
  .negative-right-margin h2,
  .negative-right-margin h3,
  .negative-right-margin h4,
  .negative-right-margin h5,
  .negative-right-margin h6,
  .negative-right-margin div {
    margin-left: 0 !important;
    padding-left: 0.2em !important;
		text-align: left !important;
		margin-right: -40px !important;
  }
/* List items inside those lists */
  .negative-right-margin ul li,
  .negative-right-margin ol li {
    margin-left: 0 !important;
    padding-left: 0.2em !important;
		margin-right: -20px !important;
  }
	.negative-right-margin #ez-toc-container {
    width: 80% !important;   /* Makes it almost full width */
    max-width: 100% !important;   /* Ensures it doesn't exceed the screen */
    margin-left: 1% !important;   /* Centers the container */
    margin-right: 1% !important;
  }
}

/*
    Add your custom styles here
*/

