/*

    DEMO STYLE

*/



@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
	background: #fafafa;
}
p {
}
a,  a:hover,  a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
.navbar {
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
/* ---------------------------------------------------

    SIDEBAR STYLE

----------------------------------------------------- */

#sidebar {
	float: left;
	width: 210px;
	height: 100%;
	z-index: 999999;
	background: white;
	color: #fff;
	transition: all 0.3s;
}
#sidebar.active {
	margin-left: -250px;
}
#sidebar .sidebar-header {
	padding: 20px;
	text-align: center;
	background: #3e4247;
}
.sidebar-header img {
	display: inline-block;
}
#sidebar ul.components {
	padding: 20px 0;
}
#sidebar ul.components li {
	margin-bottom: 25px;
}
#sidebar ul li a {
	color: #fff;
	font-family: 'NexaLight';
	font-size: 18px;
	display: block;
	line-height: normal;
	text-align: center;
	padding-top: 65px;
}
a[data-toggle="collapse"] {
	position: relative;
}
#sidebar ul li a:hover,  #sidebar ul li a:focus {
	color: #cbb055;
}
#sidebar ul li.active a {
	color: #cbb055;
}
.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #6d7fcc;
}
ul.CTAs {
	padding: 20px;
}
ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
a.download {
	background: #fff;
	color: #7386D5;
}
a.article,  a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
/* ---------------------------------------------------

    CONTENT STYLE

----------------------------------------------------- */



#content {
	background: #fff;
	float: left;
	width: calc(100% - 210px);
	min-height: 100vh;
	transition: all 0.3s
}
#content.page-overlay:before {
	content: '';
	background: rgba(56,56,56,0.95) !important;
	z-index: 99999;
	position: fixed;
	width: calc(100% - 210px);
	height: 100%;
	top: 0;
	bottom: 0;
}
#content.active {
	width: 100%;
}



/* ---------------------------------------------------

    MEDIAQUERIES

----------------------------------------------------- */



@media (max-width: 768px) {
#sidebar {
	position: absolute;
	margin-left: 0;
	height: auto;
	left: 0;
	right: 0;
	width: 100% !important;
	padding: 15px 0px;
}
#sidebar.active {
	margin-left: 0;
}
#content {
	width: 100% !important;
}
#content.active {
	width: calc(100% - 250px);
}
#sidebarCollapse span {
	display: block;
	font-size: 0;
	width: 20px;
	height: 2px;
	margin-bottom: 4px;
	color: #fff;
	background: #fff;
}
#sidebarCollapse:hover span,  #sidebarCollapse:focus span {
	background: #cbb055 !important;
}
}
