.navbar {
    padding: 15px 10px;
    background: #fff;
    color:#000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border:none;
	outline: none !important;
	box-shadow: none !important;
    margin-bottom:0;
}
.btn,
.btn-default {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border:none;
	outline: none !important;
	box-shadow: none !important;
	background-color:#fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:1.55em;
	color:#000 !important;
	text-transform:uppercase;
	letter-spacing:0.05em;
	line-height:1.45em;
}
.btn-default:link,
.btn-default:visited,
.btn-default:hover,
.btn-default:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border:none;
	outline: none !important;
	box-shadow: none !important;
	background-color:#fff !important;
	color:#000 !important;
}
.navbar-btn a:link,
.navbar-btn a:visited,
.navbar-btn a:hover,
.navbar-btn a:active {
    box-shadow: none;
    outline: none !important;
    border: none;
    font-size:1.0em !important;
}
.glyphicon-menu-hamburger {
    font-size:1.0em !important;
    line-height:2.35em;
}
.menu {
	font-size:0.85em;
}
@media all and (max-width: 768px) {
.glyphicon-menu-hamburger {
	float: right;
    font-size:1.25em !important;
    line-height:0em;
	}
}
.navbar-right {
	float: right;
}
.navbar-left {
	padding-top:10px;
}
.navbar-left img {
	width:80px;
	height:80px;
	float:left;
	margin-right:10px;
}
@media all and (max-width: 768px) {
.navbar-left img {
    width:50px;
    height:50px;
   	float:left;
	display:inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	}
}
.container .navbar-left .logo-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:1.15em !important;
	color:#000;
	text-transform:uppercase;
	letter-spacing:0.05em;
	line-height:1.25em;
	padding-left:15px;
	padding-top:15px;
	display:inline-block;
	width:150px;
}
@media all and (max-width: 768px) {
.container .navbar-left .logo-text {
	line-height:1.25em;
	padding-left:1px;
	padding-top:1px;
	display:inline-block;
	float:left;
	}
.menu {
	display:none;
	}
}
@media all and (max-width: 320px) {
.container .navbar-left .logo-text {
	font-size:0.95em !important;
	}
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

 /* WP Current Menu Item */
.current-menu-item > a,
.current-menu-ancestor > a,
.current-menu-parent > a,
.active > a {
	color:#000 !important;
	background:#fff;
	text-decoration:none;
}
.pf_cta > a {
	color:#000 !important;
	background:#fbd404;
}
#sidebar {
    width: 470px;
    position: fixed;
    top: 0;
    right: -470px;
    height: 100vh;
    z-index: 9999;
    background: #000;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
}
@media (max-width:768px) {
	#sidebar {
		width: 270px;
		right: -270px;
	}
}
#sidebar.active {
    right: 0;
}
#dismiss {
    width: 50px;
    height: 50px;
	border-radius:50% !important;
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    text-align: center;
    background: #000;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
   /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}
#dismiss {
	font-size:1.35em;
	line-height:2.75em;
    color: #fff;
}
#dismiss:hover {
    background: #fff;
    color: #000;
}
.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9998;
    display: none;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #000;
}
#sidebar .sidebar-header img {
	width:55px;
	height:55px;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:1.25em !important;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.15em;
	line-height:2.25em;
	padding-left:20px !important;
    display: block;
    color:#fff;
	/* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}
#sidebar ul li a:hover,
#sidebar ul li a:focus,
#sidebar ul li a:active {
    color: #000;
    background: #fff;
	letter-spacing:0.15em;
	text-decoration:none;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000 !important;
    background: #fff;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}
#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content:"\e114";
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 1.25em;
    line-height:1.75em;
}
#sidebar a[aria-expanded="true"]::before {
    content:"\e113";
}
#sidebar ul ul a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:1.25em !important;
	text-transform:uppercase;
	line-height:2.25em;
	padding-left:30px !important;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}