/*
 * Template Name: Blog 1 Columns
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../img/1920x1080/img-20.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 8rem 0;
	position: relative;
}
section.intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
section.intro .intro-text ul {
	position: relative;
}
/* -- Blog Section -- */
section.blog {
	padding: 4rem 0;
}
section.blog p {
	color: #797979;
	font-size: .9rem;
}
section.blog img {
	width: 35px;
	height: 35px;
}
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-1.css.map */
