
*, html, body{
font-size:100%; /*OR font-size:16px;*/
text-rendering:optimizeSpeed
}

body p{
color: #555;
line-height: 1.79;
text-rendering:optimizeLegibility
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-bottom: 10px;
    line-height: 1.8;
}

h2 {
    font-size: 26px;
    color: #000;
	text-rendering:optimizeLegibility
}

h3 {
	font-size: 23px;
    color: #555;
	text-rendering:optimizeLegibility
}
#featured-content figure a {
    display: block;
    line-height: 0;
    text-align: center;
}

.pdb-pagination {
   display: none;
}

mark, ins {
    background: #fff;
    text-decoration: none;
}

.home.blog .paging-navigation {
    display: none;
}

.pagination{
 display:none;
}

.home.blog .paging-navigation {
    display: none;
}

.entry-content ul > li {
    list-style-type: square;
    line-height: 2;
}

.entry-content ol > li {
    list-style-type: decimal;
	    line-height: 2;
}

#hero-content .more-link, .button, .more-button a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    width: max-content;
    display: none;
}

.wp-block-post-author__bio {
    font-size: 100%;
    margin-bottom: 0.8em;
}

#featured-content, .section {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}

#breadcrumb-list .wrapper {
    background-color: #f5f5f5;
    color: inherit;
    padding: 5px 20px 5px 20px;
    font-size: 1em;
}

#exampleLayoutId{
padding-top:1rem;
padding-right:1rem;
padding-bottom:1rem;
padding-left:1rem;
}
.exampleLayoutClass{
margin-top:1rem;
margin-right:1rem;
margin-bottom:1rem;
margin-left:1rem;
}
/*theme meta data hide from post page */
.comments-link, .entry-meta .cat-links {
    margin-right: 10px;
    display: none;
}

.entry-meta .posted-on a:before {
    content: "\f307";
	display:none;
}

/* Remove extra whitespace on the home page */
.home .elementor-21 {
    overflow: hidden;
}

.home .elementor-inner {
    left: -3px;
}

body{
width:100%;
overflow-x:hidden;
}