/* Custom CSS by Content Powered. Questions? Please email hello@contentpowered.com */

/* Blog homepage creation */

.blog section.avada-page-titlebar-wrapper {
    display: none;
}
.blog div#posts-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Blog single post */

.single .fusion-meta-tb.fusion-meta-tb-1.floated, 
.single .fusion-meta-tb.fusion-meta-tb-1.floated a {
    color: white;
}
.post-content p {
    font-size: 1.2rem;
	  line-height:2.5rem;
	  font-weight: 400;
}
.post-content h2 {
		margin-top:30px;
		margin-bottom:30px;
}
.post-content h3 {
		margin-top:30px;
		margin-bottom:30px;
}
.post-content img {
		border-radius:10px;
}
.post-content p a {
    color: #009aff;
    text-decoration: underline;
}
p.disclaimer-text {
    color: #999999;
    font-style: italic;
    background: #f8f8f8;
    padding: 23px 32px;
    margin: 30px 0px 50px 0px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    display: block;
}

/* Fix header bug with WP Rocket */

.fusion-tb-header {
    min-height: 241px;
}
a.awb-menu__main-a.awb-menu__main-a_regular {
    margin-top: 0px;
}

/* Fix nav header bug */

.fusion-fullwidth.fullwidth-box.fusion-builder-row-6.fusion-flex-container.has-pattern-background.has-mask-background.hundred-percent-fullwidth.non-hundred-percent-height-scrolling.fusion-no-small-visibility.fusion-sticky-container.fusion-custom-z-index {
    display: none !important;
}
.home .fusion-tb-header {
    min-height: 391px;
}

/* Fix staff bug */

.fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-center.fusion-content-layout-column.fusion-empty-column-bg-image.fusion-column-has-bg-image {
    max-height: 246px;
}
.lwptoc {
		font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 400;
}
b.lwptoc_title {
    font-family: "Open Sans";
    font-size: 40px;
}
.lwptoc_i {
    border-radius: 10px;
    padding: 40px 45px !important;
    background: #f8f8f8 !important;
    border: 1px solid #dbdbdb;
}