
.cta_blog {
	background: #f7f7f7;
	margin-bottom: 50px;
	border-bottom: 5px solid #ccc;
	padding: 30px 30px 35px 30px;
	box-sizing: border-box;
	width: 100%;
}

.cta_blog_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.cta_blog .ct {
	margin-bottom: 10px;
	font-size: 20px;
}

.cta_blog p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
}

.CTA_left, .CTA_right {
	display: inline-block;
	vertical-align: middle;
}

.CTA_right {
	text-align: right;
}

.bottom_of_the_post_CTA .CTA_left {
	width: 70%;
}

.bottom_of_the_post_CTA .CTA_right {
	width: 30%;
}

@media (max-width: 767px) {
	.bottom_of_the_post_CTA .CTA_left, .bottom_of_the_post_CTA .CTA_right {
		width: 100%;
	}
	
	.CTA_right {
		margin-top: 20px;
		text-align: left;
	}
}

.related_post_CTA_post {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 30%;
	cursor: pointer;
}

.related_post_CTA_post:hover div.ct {
	bottom: 30px;
}

.related_post_CTA_post div.ct {
	color: #fff;
	position: absolute;
	bottom: 10px;
	font-size: 22px;
	left: 20px;
	padding: 15px;
	transition: all .5s;
	background: rgba(48, 70, 109, .7);
	max-width: 80%;
}

.related_post_CTA .related_post_CTA_content>.ct {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.related_post_CTA_post {
		padding-bottom: 100%;
	}
}

.share_post_CTA_content {
	text-align: center;
}

.share_post_CTA_content .CTA_left, .share_post_CTA_content .CTA_right {
	width: 47%;
}

.share_post_CTA_content .CTA_left {
	text-align: right;
}

.share_post_CTA_content .CTA_right {
	text-align: left;
}

.share_post_CTA_content .ct {
	margin: 0;
	margin-right: 20px;
}

.share_post_CTA_content .post-share__links a {
	background: #ccc;
	width: 40px;
	border: 1px solid #ccc;
	height: 40px;
	border-radius: 50%;
	transition: all .5s;
}

.share_post_CTA_content .post-share__links a:before {
	transition: all .5s;
}

.share_post_CTA_content .post-share__links a:hover {
	border-color: #30466d;
}

.share_post_CTA_content .post-share__links a:hover:before {
	transform: rotateY(180deg);
}

.CTAS_share_post_copy {
	margin-top: 30px;
}

.CTAS_share_post_copy input {
	background: #ccc;
	padding: 15px 20px;
	border-radius: 20px;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/copy.png");
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 98%;
	padding-right: 35px;
}

.CTAS_share_post_copy input.nitro-lazy {
	background-image: none !important;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity .3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767px) {
	.share_post_CTA_content .CTA_left, .share_post_CTA_content .CTA_right {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}
}

.cta_blog.tweet_this_CTA {
	background: unset;
	border: 0;
	padding: 20px;
}

.cta_blog.tweet_this_CTA .ct {
	font-size: 30px;
	color: #30466d;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
	line-height: 54px;
}

.cta_blog.tweet_this_CTA .post-share__links {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

.cta_blog.tweet_this_CTA .post-share__links a {
	display: inline;
	text-decoration: none;
	color: #232323;
	transition: all .5s;
}

.cta_blog.tweet_this_CTA .post-share__links a:before {
	top: -14px;
}

.cta_blog.tweet_this_CTA .post-share__links a:hover {
	color: #30466d;
}

.cta_blog .ct span {
	color: #30466d;
}

.subscription_CTA_content .CTA_left, .subscription_CTA_content .CTA_right {
	width: 48%;
}

.subscription_CTA_content .CTA_right .content {
	padding: 0;
	min-height: 100px;
}

.subscription_CTA_content {
	justify-content: space-between;
}

.subscription_CTA_content .CTA_right .b-subscribe {
	background: unset;
}

.subscription_CTA_content .CTA_right .b-subscribe .form {
	left: 0;
}

.subscription_CTA_content .ct {
	margin: 0;
}

.subscription_CTA_content .CTA_right .form__thks {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.cta_blog.tweet_this_CTA .ct {
		font-size: 20px;
		line-height: 30px;
	}
	
	.subscription_CTA_content .CTA_left, .subscription_CTA_content .CTA_right {
		width: 100%;
	}
	
	.subscription_CTA_content .container {
		width: 100%;
	}
	
	.subscription_CTA_content .b-subscribe .form {
		width: 100%;
	}
	
	.subscription_CTA_content .CTA_right .form__thks {
		margin-bottom: -35px;
	}
}

.cta_blog.faq_CTA {
	border: 0;
}

.cta_blog.related_post_CTA {
	background: #fff;
	border: 0;
	padding: 0;
	margin: 60px 0;
}

.cta_blog.related_post_CTA .ct.title-cta-rel {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: #424242;
	margin-bottom: 30px;
}

.cta_blog.related_post_CTA .related_post_CTA_content {
	background: #f4f5f7;
	display: flex;
}

.cta_blog.related_post_CTA .related_post_CTA_post {
	width: 35%;
}

.cta_blog.related_post_CTA .post_cta_title {
	width: 65%;
	padding: 45px 30px;
	box-sizing: border-box;
}

.cta_blog.related_post_CTA .post_cta_title div.ct {
	font-weight: 300;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: .8px;
	color: #424242;
	margin-bottom: 35px;
}

.cta_blog.share_post_CTA {
	background: #fff;
	padding: 0;
	margin: 50px 0;
	border: 0;
}

.share_post_CTA_content .CTA_left {
	text-align: left;
}

.share_post_CTA_content .CTA_left div.ct {
	font-weight: 300;
	font-weight: 300;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: .8px;
	color: #424242;
}

.share_post_CTA_content .post-share__links a {
	background: #fff;
}

.share_post_CTA_content .post-share__links.share {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.CTAS_share_post.cta_blog_content {
	justify-content: space-between;
}

.CTAS_share_post_copy input {
	background-color: #fff;
	font-weight: 500;
	font-size: 11px;
	line-height: 33px;
	letter-spacing: .4px;
	color: rgba(66, 66, 68, .6);
	border-radius: 0;
	border-bottom: 1px solid rgba(66, 66, 68, .2);
}

.CTAS_share_post_copy.tooltip {
	margin-top: 35px;
	position: relative;
}

.CTAS_share_post_copy.tooltip:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/broken-link.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 22px;
}

.CTAS_share_post_copy input {
	padding: 10px 25px;
	background-image: unset;
	padding-right: 45px;
}

.CTAS_share_post_copy.tooltip:after {
	content: "";
	display: block;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid rgba(66, 66, 66, .1);
	background-size: 15px;
	position: absolute;
	bottom: 11px;
	border-radius: 50%;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/copy.svg");
	right: 0;
}

.CTA-divider>span {
	border-bottom: 1px solid rgba(70, 70, 70, .2);
	width: 100%;
	display: block;
}

.CTA-divider {
	margin: 90px 0;
}

.cta_blog.bottom_of_the_post_CTA {
	padding: 0;
	margin: 40px 0;
	border: 0;
	background: #f4f5f7;
}

.cta_blog {
	margin: 60px 0;
}

.cta_blog_content {
	align-items: unset;
}

.bottom_of_the_post_CTA .CTA_left {
	padding: 60px 30px;
}

.bottom_of_the_post_CTA .CTA_left div.ct {
	font-weight: 300;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: .8px;
	color: #424242;
	margin-bottom: 30px;
}

.bottom_of_the_post_CTA .CTA_left p {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #424242;
	margin-bottom: 40px;
}

.bottom_of_the_post_CTA .CTA_right {
	background-position: 76% 0;
	background-size: 450%;
	background-repeat: no-repeat;
}

.section.b-related {
	background: #f4f5f7;
}

.bo-comments .content-2 {
	border-bottom: 0;
}

#wc-comment-header {
	display: none;
}

.bo-comments .content-2 .content__right {
	float: left;
}

.bo-article .content.my-content-post {
	padding-bottom: 30px;
}

.bo-comments.share-art .content__right .title {
	font-weight: 300;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: .8px;
	color: #000;
	max-width: 300px;
}

.bo-comments.share-art .content__right {
	display: flex;
	justify-content: space-between;
}

.bo-comments.share-art .content__right .share-left .post-share__link {
	width: 40px;
	height: 40px;
}

.bo-comments.share-art .content__right .share-left {
	padding-top: 0;
}

.bo-comments.share-art .content__right .share-left .post-share__links.share {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.shares-art {
	width: 300px;
	margin-right: -35px;
}

.post_cta_title .post-item__tag {
	background: #30466d;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding-right: 6px;
}

.cta_blog.subscription_CTA {
	background: #f4f5f7;
	border: 0;
}

.cta_blog.subscription_CTA .ct {
	font-size: 26px;
	font-weight: 300;
	margin: 10px 0;
	margin-bottom: 15px;
}

.cta_blog.subscription_CTA .subscription_CTA_content .CTA_left, .cta_blog.subscription_CTA .subscription_CTA_content .CTA_right {
	width: 100%;
}

.cta_blog.subscription_CTA .b-subscribe .form {
	width: 100%;
}

.cta_blog.subscription_CTA .container {
	padding: 0;
}

.cta_blog.subscription_CTA {
	padding-bottom: 15px;
}

.cta_blog.subscription_CTA .b-subscribe .form__control {
	height: 45px;
	font-size: 13px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.cta_blog.subscription_CTA .b-subscribe button {
	display: none;
}

.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
	position: absolute;
	right: 0;
	top: 2px;
}

.cta_blog.subscription_CTA .mc4wp-form-fields:before {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/mail.svg");
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 13px;
}

.CTAS_share_post_copy input {
	text-align: left;
}

@media (max-width: 767px) {
	.cta_blog.subscription_CTA .ct {
		font-size: 17px;
		margin-bottom: 0;
	}
	
	.share_post_CTA_content .CTA_left div.ct {
		margin-right: 0;
		font-size: 20px;
	}
	
	.share_post_CTA_content .CTA_left {
		text-align: center;
	}
	
	.share_post_CTA_content .post-share__links.share {
		justify-content: center;
	}
	
	.CTAS_share_post_copy.tooltip {
		margin-top: 30px;
	}
	
	.cta_blog.share_post_CTA {
		padding: 20px;
		background: #f4f5f7;
	}
	
	.CTAS_share_post_copy input {
		background-color: transparent;
	}
	
	.cta_blog.related_post_CTA .post_cta_title {
		width: 100%;
	}
	
	.cta_blog.related_post_CTA .related_post_CTA_content {
		flex-wrap: wrap;
		padding-bottom: 60%;
	}
	
	.cta_blog.related_post_CTA .post_cta_title {
		padding: 25px;
	}
	
	.shares-art {
		width: 100%;
	}
	
	.bo-comments.share-art .content__right {
		flex-wrap: wrap;
	}
	
	.bo-comments.share-art .content__right .title {
		margin-bottom: 40px;
	}
	
	.bo-comments.share-art .content__right .share-left .post-share__links.share {
		justify-content: space-around;
	}
}

@media (max-width: 767px) {
	.cta_blog.related_post_CTA {
		margin: 20px 0;
	}
	
	.cta_blog.related_post_CTA {
		margin-bottom: 20px;
	}
	
	.my-content-post .content__right {
		float: none;
	}
	
	.related_post_CTA_post {
		display: none;
	}
	
	.cta_blog.related_post_CTA .related_post_CTA_content {
		padding-bottom: 0;
	}
	
	.subscription_CTA_content .CTA_right .content {
		padding: 0;
		min-height: 50px;
	}
	
	.cta_blog.related_post_CTA .post_cta_title div.ct {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	
	.bottom_of_the_post_CTA .CTA_left {
		padding: 30px 30px 15px;
	}
	
	.bottom_of_the_post_CTA .CTA_left p {
		margin-bottom: 25px;
	}
}
