.blog-section {
	position: relative;
	width: 100%;
}

.blog-section .align-left {
	float: left;
}

.blog-section .align-right {
	float: right;
	right: 0;
}

.blog-section .align-top {
	position: relative !important;
}

.post-article {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f4fbff;
	min-height: 185px;
}

.blog-feed .post-article {
	margin-bottom: 30px;
}

.flxel-post-thumbnail {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	bottom: 0;
    height: 100% !important;
    position: absolute;
}

.flxel-post-thumbnail a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display:block;
}

.flxel-post-thumbnail img {
	width: 100%;
	height: auto !important;
}

.flxel-post-content {
	padding: 25px 30px 0;
	min-height: 185px;
	color: #43474c;
}

.flxel-post-meta {
	margin-bottom: 10px;
}

.flxel-post-category .cat-item {
	margin-right: 10px;
	font-size: 15px;
}

.flxel-post-meta {
	color: #43474c;
    font-size: 13px;
}

.flxel-posts-pagination {
	color: #999999;
	font-family: "Avenir-Heavy",sans-serif;
	font-size: 13px !important;
	text-align: center;
}

.flxel-posts-pagination .page-numbers{
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px 10px;
	color: #999999;
}

.flxel-posts-pagination .page-numbers:hover {
	background: #f5f5f5;
}

.flxel-posts-pagination .page-numbers.current  {
	color: #43474c;
}

.flxel-posts-pagination .page-numbers.prev,
.flxel-posts-pagination .page-numbers.next {
	color: #66ccff;
}


/** Grid **/
.grid-1-3 {
	width: 33.3333%;
}

.grid-2-3 {
	width: 66.6666%;
}

.grid-1-2 {
	width: 50%;
}

.grid-full {
	width: 100%;
}

/** Feed **/
.blog-feed .flxel-post-header h4 {
	font-family: 'Avenir-Heavy', sans-serif;
	position: relative;
	margin-bottom: 35px;
}

.blog-feed .flxel-post-header h4 a {
	font-size: 17px;
	letter-spacing: 0.4px;
	color: #43474c;
}

.blog-feed .flxel-post-header h4::before {
    background: #cccccc none repeat scroll 0 0;
    bottom: -18px;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    width: 43px;
}

.blog-feed .flxel-post-category  ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

.blog-feed .flxel-post-category  ul li{
	list-style-type: none;
	float: left;
}

.blog-feed .flxel-post-category ul li a{
	background: #000033 none repeat scroll 0 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
    padding: 12px 14px;
	display: block;
}

.blog-feed .flxel-post-category a:hover{
	color: #ffffff;
}

/**** Homepage Blog ****/
.blog-homepage .flxel-post-content {
	background-image: url('../image/blog-bg.jpg');
	padding-bottom: 25px;
	position: relative;
}

.blog-homepage .flxel-post-content::before {
    top: -20px;
    content: " ";
    left: 30px;
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 23px 20px 23px;
	border-color: transparent transparent #000033 transparent;
}

.blog-homepage .flxel-post-content.align-left::before {
    top: 20px;
    content: " ";
    left: unset;
	right: -20px;
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 0 23px 20px;
	border-color: transparent transparent transparent #000033;
}

.blog-homepage .flxel-post-content.align-right::before {
    top: 20px;
    content: " ";
    left: unset;
	right: unset;
	left: -20px;
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 20px 23px 0;
	border-color: transparent #000033 transparent transparent;
}

.blog-homepage .flxel-post-header h4 {
	font-family: 'Avenir-Heavy', sans-serif;
	position: relative;
	margin-bottom: 35px;
}

.blog-homepage .flxel-post-header h4 a {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.4px;
}

.blog-homepage .flxel-post-header h4::before {
    background: #ffffff;
    bottom: -18px;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    width: 43px;
}

.blog-homepage .flxel-post-header h4 a:hover {
    color: #ffffff;
}

.blog-homepage .flxel-post-text {
	color: #ffffff;
	font-size: 17px;
}

.blog-homepage .flxel-post-text p {
	margin-bottom: 10px;
}

.blog-homepage .flxel-post-link a{
  font-family: 'Avenir-Heavy', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #00cccc;
  text-transform: uppercase;
}

.blog-homepage .flxel-post-link a:hover{
  color: #00cccc;
}

/**** mobile ****/
@media only screen and (max-width: 767px) {

/** Grid **/
.grid-1-3 {
	width: 100%;
}

.grid-2-3 {
	width: 100%;
}

.grid-1-2 {
	width: 100%;
}

.flxel-post-content {
	min-height: 200px;
}

.flxel-post-thumbnail {
    min-height: 190px;
    position: relative;
}

	
}


