

.template_single .article_content {
	width: 66%;
	float: left;
	font-size: 18px;
    line-height: 1.9em;
}

.template_single .article_content .wp-block-image:first-child {
	margin-bottom: 0;
}

.template_single .article_content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.template_single .article_sidebar {
	width: 30%;
	float: right;
}

.template_single .article_sidebar_inner {
	background-color: #fff;
	z-index: 1;
}

.fixed_sidebar.fixed::before {
	content: '';
	position: absolute;
	top: -20px;
	width: 100%;
	height: 30px;
	background-color: #fff;
	z-index: -1;
}

.template_single .article_sidebar_inner:not( .fixed ) + .article_sidebar_placeholder {
	display: none;
}

.template_single .article_sidebar .widget-title {
	margin-top: 0;
}

.template_single .article_sidebar .widget_media_image img {
	width: 100%;
}

.template_single li {
	line-height: inherit;
    margin-bottom: 10px;
}

.template_single > .breadcrumbs {
	margin-bottom: 20px;
}

.template_single > .breadcrumbs > span {
	padding: 0 10px;
	font-weight: bold;
}

.template_single > .breadcrumbs > span:first-child {
	padding-left: 0;
}

.template_single > .breadcrumbs > span:last-child {
	padding-right: 0;
}

.template_single h1 {
	margin: 10px 0 10px 0;
	line-height: 1.2;
}

.template_single .article_content .featured_image {
	width: 100%;
	padding-top: 56%;
	position: relative;
}

.template_single .article_content .featured_image img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.template_single .article_content .featured_image + .box_wrap {
	margin-top: 36px;
}


.single .disclaimer {
	margin-bottom: 15px;
}

.single .disclaimer a {
	color: inherit;
}


@media( max-width: 768px ){

	.template_single .article_content {
		width: 100%;
		float: none;
		font-size: 16px;
		line-height: 1.6em;
	}

	.template_author {
		font-size: 16px;
		line-height: 1.6em;
	}

	.template_single .article_sidebar {
		display: none;
	}

	.single .disclaimer {
		margin-top: 0px;
	}

}

.template_single .article_video {
	position: relative;
}

.template_single .article_video:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.template_single .article_video iframe,
.template_single .article_video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.template_single .article_video video {
	object-fit: cover;
	object-position: center;
}

.article_share_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .article_share_row {
        width: 66%;
    }
}

.wp-caption-text,
.wp-block-image figcaption {
	font-family: inherit;
  	font-size: 11px;
	font-style: italic;
	line-height: 1.5em;
	margin: 6px 0 26px 0;
	text-align: left;
}


@media( max-width: 500px ){

	.expand_on_mobile,
	.wp-block-table .box-group.table_box.expand_on_mobile {
		margin-left: -20px;
		width: calc( 100% + 40px )!important;
	}
	.expand_on_mobile .expand_on_mobile {
		margin-left: 0;
		width: 100%!important;
	}

	.template_single .article_content .featured_image {
		padding-top: calc( ( 100% + 40px ) / 100 * 56 );
	}
}

.wp-block-table.alignleft,
.wp-block-table.aligncenter,
.wp-block-table.alignright {
	display: block;
}







#onesignal-popover-container {
	z-index: 101!important;
}
#onesignal-bell-container {
	z-index: 99!important;
}

.pros-cons {
    margin-bottom: 1.75em;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2em;
}

.pros-cons__title-green {
    color: var(--wp--preset--color--vivid-green-cyan);
}

.pros-cons__title-red {
    color: var(--wp--preset--color--vivid-red);
}

@media screen and (min-width: 768px) {
    .pros-cons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2em;
    }
}


.article_content .btn {
    font-weight: 500;
}

.article_content .btn strong {
    font-weight: 700;
}
