/*
Theme Name: Hubstaff SBS
Theme URI: https://superiorbizsolutions.com/
Author: Luis Conde
Author URI: http://superiorbizsolutions.com/
Description: Hubstaff client program screenshots
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Hubstaff SBS Superior Biz Solution
Text Domain: Hubstaff SBS
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
p, a, h1, h2, h3, h4, h5, h6, span, div, ul, ol, li{
	font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration: none;
	transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

/* Header */
header{
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
header .logo{
	display: inline-block;
}
header .logo img{
	display: block;
	max-width: 150px;
	height: auto;
	width: 100%;
}
header .menu{
	display: flex;
    justify-content: end;
    align-items: center;
}
header .menu-header-menu-container{
	margin-right: 20px;
}
header .menu-header-menu-container ul.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
header .menu-header-menu-container ul.menu li{
	display: inline-block;
	margin-right: 15px;
}
header .menu-header-menu-container ul.menu li:last-child{
	margin-right: 0;
}
header .menu-header-menu-container ul.menu li a{
	color: #333333;
	font-weight: 600;
}
header .menu-header-menu-container ul.menu li a:hover{
	color: #4ac4f3;
}
header .header-user{
	float: right;
	padding: 0;
	margin: 0;
}
header .header-user li{
	position: relative;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
	list-style: none;
}
header .header-user li ul{
	display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 5px 10px;
    background-color: #4ac4f3;
    border-radius: 5px;
}
header .header-user li:hover ul{
	display: block;
}
header .header-user li ul li a{
	color: #fff;
}

/* Body */
.screenshots,
.alert-error,
.login-form{
	min-height: 350px;
}
.alert-error > .row{
	height: 100%;
}
.alert-error .col-8{
	display: flex;
    justify-content: center;
    align-items: center;
}
.alert-error .col-8 .alert-warning{
	width: 100%;
	margin-bottom: 0;
}
.login-form{
	padding-top: 50px;
}
.login-form #loginform{
	max-width: 350px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
}
.login-form #loginform input:not([type=submit]):not(#rememberme){
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-form #loginform input#wp-submit{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
    background-color: #0d6efd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #0d6efd;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-form #loginform input#wp-submit:hover{
	background-color: #0b5ed7;
    border-color: #0a58ca;
}
.login-form .alert{
	max-width: 350px;
	margin: 0 auto 20px;
}
.screenshots .filter{
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.screenshots .filter .project-title{
	margin: 0;
}
.screenshots .single-screenshot a{
	position: relative;
	display: block;
	max-width: 256px;
	width: 100%;
	height: 143px;
	margin: 0 auto 25px;
}
.screenshots .single-screenshot a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
.screenshots .single-screenshot a img{
	width: 100%;
	height: 143px;
	object-fit: cover;
}
.screenshots .single-screenshot a .date{
	position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background: rgba(0,0,0,0.8);
    padding: 2px 5px;
	z-index: 1;
}
.screenshots .single-screenshot a .name{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 12px;
	z-index: 1;
}
.screenshots .grid > div > div{
	width: calc(100% - 20px);
	margin: 0 10px 20px;
}
.toast .toast-header .mr-auto{
	margin-right: auto;
}

/* Footer */
footer{
	font-size: 14px;
	border-top: 1px solid #e7e7e7;
	margin-top: 40px;
    padding: 40px 0;
}
footer .copyright p{
	margin: 0;
}
footer .copyright p a{
	color: #4ac4f3;
    text-transform: capitalize;
}
footer .footer-menu{
	text-align: right;
}
footer .footer-menu ul.menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .footer-menu ul.menu li{
	display: inline-block;
	margin-left: 10px;
}
footer .footer-menu a{
	color: #999999;
	text-transform: uppercase;
}
footer .footer-menu a:hover{
	color: #4ac4f3;
}

.sc-pagintaion{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* Css responsive */
@media all and (max-width: 767px) {
	.form-control.datepicker{
		margin: 20px 0;
	}
	footer .copyright p{
		text-align: center;
	}
	footer .copyright p a{
		display: block;
		margin-bottom: 20px;
	}
	footer .footer-menu {
		text-align: center;
	}
}