/*
Theme Name: EKPR THEME
Theme URI: https://codecanyon.net/user/sbthemes/portfolio?ref=sbthemes
Author: SBThemes
Author URI: https://codecanyon.net/user/sbthemes/portfolio?ref=sbthemes
Description: https://codecanyon.net/user/sbthemes/portfolio?ref=sbthemes
Version: 1.0
License: Private
Tags: ekpr
Text Domain: ekpr
*/

html, body {
	font-family: 'Raleway', sans-serif;
}
.text-center {
	text-align:center;
}
img {
	max-width:100%;
	height:auto;
}
h1{
	font-weight:bold;
	font-size: 17px;
	color: #000;
}
.btn {
	border:2px solid #555;
	color:#555;
	text-decoration:none;
	text-transform:uppercase;
	line-height:normal;
	font-size:13px;
	font-weight:bold;
	padding:10px 15px;
	border-radius:0;
	box-shadow:none;
}
.btn:active, .btn:focus, .btn:hover {
	box-shadow:none;
	outline:none;
}
.msgbox {
	position:fixed;
	top:0;
	left:0;
	font-family: inherit;
	font-size:13px;
	font-weight:500;
	color:#fff;
	text-align:center;
	width:100%;
	z-index:9999;
}
.msgbox.overlay:before {
	content:'';
	top:0;
	left:0;
	position:fixed;
	background:#373b40;
	opacity:0.78;
	height:100%;
	width:100%;
}
.msgbox a.close {
	color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 30px;
	opacity:0.5;
}
.msgbox a.close:hover {
	opacity:1;
}
.msgbox a:not(.close) {
	color:inherit;
	text-decoration:underline;
}
.msgbox > div {
	display:inline-block;
	min-height:35px;
	border-radius:0 0 3px 3px;
	padding:8px 40px 8px 30px;
	cursor:pointer;
	position:relative;
	z-index:1;
}
.msgbox .error {
	background:#f43c2f;
	box-shadow: 0 1px 8px rgba(255, 78, 78, 0.7);
}
.msgbox .success {
	background:#4aab4e;
	box-shadow: 0 1px 8px rgba(95, 214, 131, 0.5);
}
.msgbox .info {
	background:#2196f3;
	box-shadow:0 1px 8px rgba(136, 118, 255, 0.5);
	padding:8px 30px;
}

header .logout {
	text-align: right;
    margin-top: 15px;
    padding-right: 30px;
}

#content {
	margin-top:70px;
}
.heading {
	position:relative;
}
.heading .btn-go-back {
	position: absolute;
    top: 0;
    left: 0;
	z-index:99;
	margin-left:15px;
}
.page-title {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	letter-spacing: 1px;
}
.page-title::after {
	content: '';
    height: 1px;
    background-color: #555;
    display: block;
    width: 60px;
    margin: 20px auto 0;
}
.btn-view-report {
	padding:8px 50px;
	margin:50px 0 0;
}
.btn-view-report .fa {
	padding-right:15px;
	font-size:18px;
}

.login-title {
	letter-spacing: 2px;
	margin-top: 30px;
	font-size:18px;
}
#login-form {
	margin-top: 55px;
}
#login-form .form-group{
	text-align: center;
}
#login-form input, #login-form button {
	border-color: #4F4F4F;
	border-radius: 0;
}
#login-form input {
	
}
#login-form label {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	width: 100%;
}
#login-form button {
	background: #000;
	border-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 0.7px;
	transition:all .3s ease-in;
}
#login-form button:hover {
	background: #fff;
	color: #000;
}

.post-pagination {
	text-align:center;
}
.post-pagination a, 
.post-pagination span {
	display:inline-block;
	border: 1px solid #ddd;
	padding: 8px 12px;
	line-height: 14px;
	border-radius: 3px;
	text-decoration:none;
}
.post-pagination .current {
	background-color:#555;
	color:#fff;
	border: 1px solid #555;
}


/* Posts Collection */
.posts-collection {
	margin-top: 50px;
}
.posts-collection .post-box {
	margin-bottom: 30px;
}
.posts-collection .post-box img {
	cursor:pointer;
	width: 100%;
}
.posts-collection .post-box h2 {
	font-family: 'Lato';
	font-size:14px;
	margin: 10px 0;
}
.posts-collection .post-box h2 a {
	color:#555;
	text-decoration:none;
}

/* Posts Feed */
.posts-feed .post-box a {
	text-decoration:none;
}
.posts-feed .post-box h2 {
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	color:#555;
}



@media (min-width: 992px) {
	.posts-collection .ekpr-gallery .col-sm-4:nth-child(4n+1) {
		clear:left;
	}
}
@media (max-width: 991px) {
	.posts-collection .ekpr-gallery .col-sm-4:nth-child(3n+1) {
		clear:left;
	}
}
@media (max-width: 767px) {
	.posts-collection .ekpr-gallery .col-sm-4:nth-child(3n+1) {
		clear:none;
	}
	.posts-collection .ekpr-gallery .col-sm-4:nth-child(2n+1) {
		clear:left;
	}
}
@media (max-width: 768px) {
	.logo {
		text-align: center;
	}
	header .logout {
	    position: absolute;
		top: 0;
		right: 0;
		width: auto;
		z-index: 50;
	}
	.posts-collection .col-sm-4 {
		float:left;
		width:50%;
	}
	.heading .btn-go-back {
    	position: static;
		margin: 0 auto 50px;
		display: block;
		width: 200px;
	}
}
@media (max-width: 450px) {
	.posts-collection .col-sm-4 {
		width:100%;
	}
}