
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
.containerBlog
{
	width: 1120px;
    margin: 0 auto;
	padding-bottom:20px;
}

#leftBlog {
    width: 65%;
    float: left;
    position: relative;
	padding-bottom: 50px;
}
#leftBlog li {
    list-style: none;
    float: left;
    margin-bottom: 30px;
    margin-right: 2.5%;
	position:relative;
	padding-left: 1em;
	width: 100%;
}
#leftBlog li strong{
	font: 1em / 1.1em Poppins-Regular;
    color: #262C57;
    font-weight: 600;
}

#leftBlog li:before
{
    content:"";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background: #262C57;
	border-radius: 50%;
}
#leftBlog li:hover .imageBlog {
	box-shadow: 1px 4px 10px #7d7d7d;
}
.imageBlog
{
	width: 100%;
    overflow: hidden;
    height: 200px;
    border-radius:3px; 
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}
#leftBlog li h3
{
    color: #00196A;
    font: 15px Poppins-Bold;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: underline;
    letter-spacing: 0.3px;
}
.theConte-Post h3
{
    color: #000;
    font: 15px Poppins-Bold;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: underline;
    letter-spacing: 0.3px;
}
.datePostBlog
{
    color: #252525;
    font: 14px  Poppins-Regular;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
	text-decoration:underline;
}
#leftBlog a
{
    text-decoration:none;
}
.excerptPost
{
    color: #333334;
    font-family: Poppins-Regular;
    font-size: 12px;
    padding-top: 5px;
    line-height: 16px;
    letter-spacing: 0.2px;

}
.excerptPost p
{
	margin:0px;
}
.buttonPost 
{
	background: #262c57;
    color: #fff;
    font: 14px Poppins-Regular;
    text-decoration: none;
    padding-top: 8px;
    float: left;
    padding-bottom: 8px;
    margin-top: 15px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}
.theFeaturedImage
{
	width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.theFeaturedImage img
{
	width: 100%;
    height:auto;
}
#rightBlog
{
	width:30%;
	float:right;
}
#rightBlog h2
{
	font-family:Poppins-Bold;
    font-size: 17px;
    text-align: left;
    color: #00196A;
    border-radius: 3px;
}
.contentCat
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #535F9D;
    margin-bottom: 15px;
}
.contentCat li
{
	list-style:none;
}
.contentCat li a
{
    color: #58585a;
    font: 14px Poppins-Regular;
    text-decoration: none;
    background: url("../images/item.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
}
.contentCat li a:hover
{
    text-decoration: underline;
}
.contentPost-Recent
{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contentPost-Recent li
{
    margin-bottom: 10px;
	list-style:none;
}
.contentPost-Recent li a
{
    display: flex;
    justify-content: space-between;
}
.contentPost-Recent li h4
{
    color: #2f9dd7;
    font: 13px Poppins-Regular;
    line-height: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: underline;
}
.imageRecent-Post
{
	width: 100px;
	height: 80px;
    border-radius: 3px;
}
.contentRecent-Post
{
	width: calc(100% - 125px);
}
.contentRecent-Post span
{
    color: #000000;
    font: 13px Poppins-Regular;
    display: block;
}
.excerptRecent-Post
 {
    color: #333334;
    font-family: light;
    font-size: 14px;
    padding-top: 5px;
    line-height: 16px;
}
.pluginPage
{
	width:100%;
	margin-top:15px;
}
.pluginPage iframe
{
	width:100% !important;
}
.hashtagPost {
    background:#2F9DD7;
    font: 12px Poppins-Regular;
    line-height: 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
    position: absolute;
    right: 10px;
    top: 20px;
}
.containerBlog h1
{
    font-family: Poppins-Bold;
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 25px;
    padding-bottom: 20px;
    color: #2F9DD7;

}
.textDescription-Blog {
    font: 13px  Poppins-Regular;
    color: #808080;
    text-align: center;
    display: block;
    line-height: 18px;
	padding-bottom:20px;
}
.theConte-Post
{
    color: #333334;
    font-family: Poppins-Regular;
    font-size: 13px;
    padding-top: 5px;
    line-height: 20px;
    text-align: justify;
    width: 85%;
}
.theConte-Post p
{
	margin-bottom:15px;
}
#leftBlog img
{
    max-width:100%;
    border-radius: 3px;
}
.buttonPost-Prev 
{
    color: #000;
    font: 16px Poppins-Bold;
    text-decoration: underline !important;
    background: url(../images/item.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
	float:right;
}
.datePost
{
	width:10%;
}
.contentFeatured 
{
	margin-top:30px;
}
.datePost h2 
{
    display: block;
    font: 3.5em/1em  Poppins-Bold;
    color: #000;	
	text-align:center;
}
.datePost span  
{
    display: block;
    font: 0.95em/1.2em Poppins-Regular;
    color: #2F9DD7;
    text-align: center;
    border-bottom: 1px solid #2F9DD7;
    padding-bottom: 5px;
    text-transform: lowercase;

}







@media screen and (max-width:1000px){

	.containerBlog {
		width: 650px;
	}
}
@media screen and (max-width:750px){

	.containerBlog h1 {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 15px;
		text-align:left;
	}
	.datePost h2 {
		font: 2em/1em Bold;
	}
	.datePost {
		width: 100%;
	}
	.contentFeatured {
		flex-flow: row wrap;
	}
	.theConte-Post {
		font-size: 13px;
		padding-top: 5px;
		line-height: 18px;
		width: 100%;
	}
	.containerBlog {
		width: 95%;
	}
	#leftBlog {
		width: 100%;
	}
	#rightBlog {
		width: 100%;
	}
	.buttonPost-Prev
	{
		margin-bottom:20px;
	}
	#leftBlog li {
		width: 100% !important;
		height: auto;
		margin-bottom: 30px;
		margin-right: 0px !important;
	}
	
	#leftBlog li:first-child .imageBlog {
		height: 250px !important;
	}
		
		

}


