/*
 * Template Name: Blog 3 Columns
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	padding: 4rem 0;
}
section.intro ul li a {
	color:#000;
}
/* -- Blog Section -- */
section.blog {
	padding: 4rem 0;
}
section.blog h2 {
	min-height: 45px;
}
section.blog p {
	color: #797979;
	font-size: .9rem;
	min-height: 85px;
}
section.blog .postinfo li a {
	color: #000;
}
section.blog nav li a {
	width: 30px;
	border: 1px solid #ccc;
	text-align: center;
	height: 30px;
	display: block;
	font-size: .9rem;
	padding-top: .2rem;
	color: #000;
}
section.blog nav li a:hover, section.blog nav li a.v-active-bg-color {
	color: #fff !important;
}

@media (max-width: 992px) {
section.blog nav li:last-child {
	display: none;
}
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #ccc;
}
.scrolltop i {
	top: -5px;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}

/*# sourceMappingURL=blog-2.css.map */
