/*
Theme Name: MyTheme
Theme URI: https://example.com/mytheme
Author: Your Name
Author URI: https://example.com
Description: A modern, responsive WordPress theme built with Bootstrap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mytheme
*/

/* Basic Reset */
 

.justify{
    text-align: justify;
}

.light-bg {
    background:url("../images/homeTxtBg.png");
  }

  .dark-bg {
    background-color: #1F386B !important;
    color:#fff;
  }

  .dark-bg h3{ 
    color:#fff;
  }

  .pg-img{
    float:left;
    padding-right: 20px;
  }

  .entry-content ul{
    padding-left: 50px;
  }
  .entry-content li{
    list-style: square;
  }
  .blog-posts .entry-content ul{
    padding-left: 0 !important;
  }
  .blog-posts .entry-content li{ 
    list-style: none !important;
  }


 

  ul.wp-block-page-list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
  }
  ul.wp-block-page-list li {
    margin: 5px 0;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
  }
  ul.wp-block-page-list li:hover:before {
    background: none;
    border-color: transparent;
  }
  ul.wp-block-page-list li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }


  /* -------- List border bottom ---------- */
ul.wp-block-page-list li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
ul.wp-block-page-list li:last-child {
  border-bottom: none;
}
ul.list-border-bottom.no-padding li {
  padding-bottom: 0px;
}
ul.wp-block-page-list li:last-child {
  border-bottom: none;
}