.languages span {
	position: relative;
}
  
.languages span:after {
	content: "/";
	position: absolute;
	right: 6px;
	top: 2px;
}
 
.languages span:nth-last-child(1):after,
.languages span:last-child:after {
	font-weight: 500;
	position: unset;
	content: '';
}

.languages {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
}

.languages span {
	color: #525d66;
	margin-right: 11px;
}

.languages span:after {
	right: -11px;
	top: -6px;
}

.languages span:hover {
	color: #21b6ef;
}
.blog-article section.posts-strip {
    padding: 0;
}
.grid-container {
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 18px 0 110px;
}

.global-component-page-body {
	width: 100%;
	max-width: calc(100% - 430px - 40px);
}

.global-component-page-body h4 {
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	margin-bottom: 25px;
	margin-top: 50px;
}
.global-component-page-body .posts-strip h4 {
    margin-top: 0;
}
.global-component-page-body p{
	font-size: 18px;
    font-weight: normal;
	color: #525D66;
	line-height: 30px;
	text-align: justify;
}
.blog-article .global-component-page-body p{
	text-align: left;
}
.blog-article .posts-strip p{
	text-align: justify;
	    text-align: left;
}
.global-component-page-body .content>div,
.global-component-page-body .content img {
	font-weight: normal;
	margin-bottom: 36px;
	line-height: 28px;
}
.global-component-page-body .content .heateor_sss_sharing_container {
    margin-bottom: 0;
}
.global-component-page-body .content .heateorSssClear {
    margin-bottom: 0;
}
.global-component-page-body .content img {
    max-height: 573px;
    width: auto;
	margin-bottom: 0;
	    margin-top: 36px;
}
.global-component-page-body article img {
	border-radius: 0;
	height: auto;
	width: 100%;
	height: auto;
}
.global-component-page-body p.color-blue {
    margin-bottom: 36px;
}
.global-component-sidebar {
	max-width: 430px;
	width: 100%;
	background-color: #f7f9fa;
}

.global-component-form {
	background-color: #282828;
	padding: 41px 46px 58px;
	text-align: center;
}

.global-component-form h4 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.17;
	text-align: center;
	color: #00afef;
}
.global-component-form .address h4 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 19px;
}

.blog-article {
	padding: 0;
}

.blog-article #post_title {
	font-weight: 500;
	margin-bottom: 21px;
}

.blog-article .info-section {
	margin-bottom: 21px;
}
 
.blog-article article .img img {
	border-radius: 0;
}
.share-section {
    margin-bottom: 40px;
}

.single-post .content ul,
.single-post .content ol,
.single-news .content ul,
.single-news .content ol {
	list-style: unset;
	padding-left: 20px;
}

.single-post .content a, 
.single-news .content a {
    color: #00afef;
    text-decoration: underline;
}

.single-post p.wp-caption-text,
.single-news p.wp-caption-text  {
    font-size: 80%;
}
@media (max-width: 940px) {
	.global-component-page-body,
	.global-component-sidebar {
		max-width: 100%;
	} 
	.blog-article .global-component-page-body iframe {
		max-width: 100%;
	}
}

@media (max-width: 550px) { 
	.share-section { 
		margin: 0 auto 40px; 
		width: 84%;
	}
	.blog-article #post_title {
		font-weight: 400;
		font-size: 28px;
	}
	.blog-article .inner-width {
		max-width: 100%;
	}
	.blog-article article .content>*,
	.blog-article article #post_title,
	.blog-article .info-section {
		padding: 0 21px;
	}
	.blog-article .info-section { 
		font-size: 15px;
	}
	.blog-article article .content img {
		padding: 0;
		width: 100%;
		height: auto;
	}
	.global-component-page-body h4 {
   	 font-size: 26px;
	}

	div.heateor_sss_horizontal_sharing li {
		width: 50px!important;
		margin: 0 1px!important;
	}
	.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing { 
		width: 50px!important; 
		height: 30px!important;
	}
}

