/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. blog_section start 
2. blog_pagination_section start

*/


/* --------------------------------------
blog_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	background-color: #fafafa;
	margin-bottom: 30px;
}
.blog_section .blog-post-wrapper .post-thumbnail{
	float: left;
	position: relative;
}

@media (min-width : 992px) and (max-width : 1199px) {
	
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
  
}

@media (min-width : 768px) and (max-width : 991px) {
	
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
  
}

@media (max-width : 767px) {
	
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

.blog_section .blog-post-wrapper .post-thumbnail::before{
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  border-top: 22px solid transparent;
  border-right: 24px solid #fafafa;
  border-bottom: 20px solid transparent;
  z-index: 10;
}
.blog_section .blog-post-wrapper .post-thumbnail ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta{
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li{
  margin-right: 10px;
  display: inline-block;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li:last-child{
  margin-right: 0;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a {
	display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
	line-height: 0px;
	color:#fff;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a:hover {
	background-color: #fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.comments {
	background-color: #1491cb;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.comments:hover {
	color: #1491cb;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.likes {
	background-color: #eb768c;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.likes:hover {
	color: #eb768c;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.share {
	background-color: #73c8b7;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.share:hover {
	color: #73c8b7;
}
.blog_section .blog-post-wrapper .blog-content{
	overflow: hidden;
	padding: 40px;
}
.blog_section .blog-post-wrapper .blog-content .entry-header{
	margin-bottom: 20px;
	background:transparent;
}
.blog_section .blog-post-wrapper .blog-content .entry-title {
	line-height: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .blog-content .entry-title a {
	color: #313131;
}
.blog_section .blog-post-wrapper .blog-content .entry-title a:hover {
	color: #4285f4;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li {
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li:last-child {
	border-right: 0;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li a:hover{
	color: #4285f4;
}
.blog_section .blog-post-wrapper .blog-content .entry-content p:last-of-type {
	margin-bottom: 0;
}

/*blog gallery post*/

#blog_slider_section .carousel-control {
  top: 50%;
  margin-top: -13px;
  bottom: auto;
  width: 26px;
  height: 26px;
  line-height:28px;
  font-size: 14px;
  color: #969595;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_slider_section .carousel-control.left,
#blog_slider_section .carousel-control.right {
  background-image: none;
  background-color: #fafafa;
}

#blog_slider_section .carousel-control:focus, 
#blog_slider_section .carousel-control:hover {
  background-color: #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #4285f4;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
  margin-left: 5px;
}
.readmore_btn{
	display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #4285f4;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.readmore_btn:hover{
    color: #fff;
	background:#194690;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* --------------------------------------
blog_section end
----------------------------------------- */


/* blog_pagination_section start */

.blog_pagination_section{
	float:left;
	width:100%;
	margin-top:50px;
	text-align:center;
}
.blog_pagination_section ul{
	display:inline-block;
}
.blog_pagination_section ul li{
	float:left;
	margin-left:20px;
}
.blog_pagination_section ul li:first-child{
	margin-left:0px;
}
.blog_pagination_section .prev i{
	margin-right:10px;
}
.blog_pagination_section .next i{
	margin-left:10px;
}
.blog_pagination_section ul li a i{
	font-size:16px;
}
.blog_pagination_section .prev{
	margin-left:0px;
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.blog_pagination_section .next{
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.blog_pagination_section ul li a{
	float:left;
	color:#4285f4;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:1px solid #e0e0e0;
}
.blog_pagination_section ul li a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}

/* blog_pagination_section end */


/* media query css for mobile */

@media only screen and (max-width : 480px) {
	

	.blog_pagination_section .prev{
		width:70px;
	}
	.blog_pagination_section .next{
		width:70px;
	}	
	.blog_pagination_section ul li {
		margin-left: 10px;
	}
}

@media only screen and (max-width : 390px) {
	
	.blog_pagination_section .prev i{
		display:none;
	}
	.blog_pagination_section .next i{
		display:none;
	}
	.blog_pagination_section .prev{
		width:50px;
	}
	.blog_pagination_section .next{
		width:50px;
	}	

}


