
.elements-viewport
{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.elements-viewport .elements-canvas
{
	position: relative;
	padding-top: 1px;
	padding-left: 1px;
}

.elements-viewport .elements-canvas .element
{
	position: absolute;
	overflow: visible;
}

.element
{
	overflow: hidden;
}

.element .element-content
{
	line-height: 1.5;
	overflow: visible;
}

.element .element-content ul
{
	margin-left: 1em;
	list-style-position: inside !important;
	list-style: disc !important;
}

.element .element-content p
{
	line-height: 1.5;
}


/*****************
	Newsletter 
******************/

.og-share-wrap
{
	display: inline-block;
	clear: both;
	height: 100%;
/*	border: 1px solid #ddd; */
/*	padding: 10px; */
	
	margin-left: 5px;
}

.og-share-image
{
	display: block;
/*	display:none; */
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
	margin-right: 15px;
}

.og-share-image img
{
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.og-share-content
{
	float:left;
	width: auto;
}

.og-share-content-title,
.og-share-content-description
{
	width: auto;
    word-wrap: break-word;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #646567;
}

.og-share-content-title
{
	font-weight: bold;
	line-height: 1.69231;
	margin-bottom: 5px;
}

.og-share-content {
    width: 944px;
}
.og-share-content input, .og-share-content textarea 
{
    width : 400px;
}

.preview-image {
    margin-bottom: 20px;
}

@media (min-width: 767px) {
  .og-share-image {
    float:right;
  }
  .preview-image {
    float: left;
    /* margin-left:20px; */
  }
}


.p-title {
    color: #333;
    font-size: 1rem;
    width: auto;
    word-wrap: break-word;
    /* text-align: justify; */
    clear: both;
    overflow: hidden;
}
.cont-read {
    display: block;
}

#fill {
	height: 5px;
	display: block;
}
@media (min-width: 767px) {
	.post-content {
		padding-bottom: 40px;
	}
	.p-title {
		text-overflow: ellipsis;
		display: -webkit-box;
		word-break: break-word;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 54px;
	}
	#fill {
		display:none;
	}
}
 
 