.side-nav {
	background: #e9e9e9;
}
.category-filter {
	padding-left: 325px;
	padding-top: 25px;
	padding-bottom: 0px;
	border-bottom: 0px dotted #ccc;
	background: transparent;
}

.side-nav-bio p {
	color: #666;
}
.side-nav-menu {
	margin-top: 44px;
	display: block;
	width: 216px;
	margin-left:auto;
	margin-right:auto;
	/*border: 8px #fff solid;*/
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 0px 1px #ddd;
}
.side-nav-menu:before {
	content:"";
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	margin-top: -23px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display:none;
}
.side-nav-menu li a:first-child:before {
	content:"";
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ddd;
	margin-top: -39px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: -1;
	display:none;
}
.side-nav-menu li {
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	cursor: pointer;
}
.side-nav-menu li a:hover {
	background: #fff;
	color: #333 !important;
}
.side-nav-menu li:hover {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	color: #333 !important;
}
.side-nav-menu li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 0px #333 solid;
}
.side-nav-menu li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: none;
}
.side-nav-menu li a {
	color: #333;
	padding: 15px 15px 15px 15px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: none;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
}
.side-nav-menu li:last-child a {
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.side-nav-menu li:first-child a {
	border-bottom: 0px solid #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sub-menu li:last-child a {
	border-bottom: 0px solid #ddd;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.sub-menu li:first-child a {
	border-bottom: 0px solid #ddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.side-nav-menu .current_page_item a {
	color: #333;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
	/*-moz-box-shadow:    inset 0 0 10px #ddd;
	-webkit-box-shadow: inset 0 0 10px #ddd;
	box-shadow:         inset 0 0 10px #ddd;*/
}
.side-nav-menu li a:active {
	color: #333;
	
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow:    inset 0 0 10px #ddd;
   -webkit-box-shadow: inset 0 0 10px #ddd;
   box-shadow:         inset 0 0 10px #ddd;
}
.dropdown:before {
	content: "";
	height: 15px;
	width: 15px;
	position: absolute;
	right: 12px;
	top: 15px;
	border-radius: 3px;
	background-color: #ccc;
	background-position: center center;
	background-size: 7px 7px;
	background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	13. Widgets
/*-----------------------------------------------------------------------------------*/

/* Side Nav Styling */

.side-nav-widget {
	margin-top: 10px;
	display: block;
	width: 216px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background: none;
	padding-top: 5px;
	z-index: 800;
}
.side-nav-widget-inner {
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
	border-radius: 5px;
}
.side-nav .widgettitle {
	color: #666;
}
.side-nav .widget a, .widget ul li a {
	color: #333;
}
.side-nav .widget { 
	color: #888;
}
.side-nav .textwidget, .side-nav .widget_text, .side-nav .textwidget p { 
	color: #222;
}

/* Tag Cloud */

.side-nav-widget .tagcloud a {
	background: transparent;
	border: 1px solid #ccc;
}

.post-nav-widget {
	margin-bottom: 22px;
	font-size: 12px;
}
.post-nav-widget li, .post-nav-widget ul  {
	list-style-type: none !important;
	margin: 0 0 0 0;
}
.widget { 
	line-height: 20px; 
}
.widget li {
	padding-bottom: 12px;
}
.widget li:last-child {
	padding-bottom: 0px;
}
.widgettitle {
	font-size: 14px;
}
.widget a, .widget ul li a {
	color: #444;
}
.widget .children {
	margin-top: 12px;
	margin-left: 12px;
}
.widget .children li:last-child {
	padding-bottom: 0px;
}
.widget .sub-menu {
	margin-left: 12px;
}
.widget .sub-menu li:first-child a, .widget .sub-menu li:last-child a {
}
.widget .sub-menu li:last-child {
	padding-bottom: 0px;
}
.widget .sub-menu li:first-child {
	margin-top: 12px;
}

/* calendar widget */
#wp-calendar {width: 100%; font-family: Arial;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; color: #dadde4;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #333;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; background: #36393F; text-align: center; padding:3px;}
#wp-calendar tbody td:hover { background: #333; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a {color: #fff;}
#wp-calendar a:hover {color: #fff !important;}
.side-nav-widget #wp-calendar th {color: #333 !important;}
.side-nav-widget #wp-calendar caption {color: #333 !important;}
.post-nav-widget #wp-calendar td a {color: #333 !important;}
.side-nav-widget #wp-calendar td a {color: #333 !important;}

/* search widget */
.widget_search .screen-reader-text { display:none; }
.widget_search { margin: 0 0 0 0 !important;padding: 0 0 0 0 !important; z-index: 100000;}
.widget_search .widgettitle { display:none; }
#searchform input { background: transparent; margin: 0 0 0 0; border: none; }
#searchform #s { border-radius: 5px; color: #40434c; background: #fff; }
#searchform #searchsubmit {
	width: 50px;
	background-color: transparent;
	background-image: url(../img/icons/glyphicons_027_search@2x.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	border: 0;
	top: 5px;
	position: absolute;
	right: -5px;
	opacity: 0.5;
}
.entry #searchform #searchsubmit {
	right: 18px;
}

#searchform #s:focus { background-color: #fff; color: #333 !important; }

/* text widget */
.textwidget { color: #888;}
.widget_text {}
.textwidget p { color: #888; }

.rssSummary {
	color: #888;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Social Buttons
/*-----------------------------------------------------------------------------------*/

.side-nav-footer { 
	text-align: center;
	margin-top: 20px;
	font-family: Arial;
	opacity: 0.8;
}
.social-button {
	opacity: 1;
	cursor: pointer;
	display: inline-block;
}
.social-button a {
	display: block;
}
.social-button:hover {
	opacity: 1;
}
.social-button-team {
	opacity: 0.7;
	cursor: pointer;
	display: inline-block;
	padding-left: 5px;
}
.social-button-team a {
	display: block;
}
.social-button-team a img {
	height: 20px !important;
	width: auto !important; 
}
.social-button-team:hover {
	opacity: 1;
}
