@charset "utf-8";
/* CSS Document */
.pm-sidebar .pm_widget {
	margin-bottom:30px;
	overflow:hidden;
}

.pm-sidebar input[type="text"] {
	width:75%;	
}

.pm-sidebar ul {
	/*margin:20px;*/
	padding:0;
}

/* Tag cloud */
.pm-sidebar .tagcloud a {
	display: inherit;
    float: left;
    font-size: 14px !important;
    margin: 0 3px 3px 0;
    overflow: hidden;
    padding: 0;
	color:#666;
	padding: 5px 10px!important;
    width: inherit !important;
	text-decoration:none;
	border: 1px solid #CCC !important;
    /*box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;*/
	
	
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);*/
	
	/*border-radius:0px 20px 20px 10px;
	-moz-border-radius:0px 20px 20px 10px;
	-webkit-border-radius:0px 20px 20px 10px;
	-ms-border-radius:0px 20px 20px 10px;
	-o-border-radius:0px 20px 20px 10px;*/
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.pm-sidebar .tagcloud a:hover {
	background-color:#136A37;	
	color:white;
}

/* Twitter widget */
.pm-sidebar .tweet_list li {
	color:#666;	
}


.pm-sidebar .tweet_list li a {
    color: #00B7C2;
}

/* Quick contact widget */
.pm-sidebar #form_response {
	color:#666;
}

/* Newsletter widget */
.pm-sidebar .newsletter_field, .pm-sidebar .quick_contact_field {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	background:none repeat scroll 0 0 #FFFFFF !important;
	
    border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	
    box-shadow: none !important;
    color: #555555 !important;
    float: left !important;
    font-size: 12px !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 4px 6px !important;
    vertical-align: middle !important;
    width: 94% !important;	
}

.pm-sidebar .quick_contact_textarea {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	background:none repeat scroll 0 0 #FFFFFF !important;	
	color: #555555 !important;
	width:94% !important;
}

/* Recent Comments */
.pm-sidebar #recentcomments {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	/*border-radius: 0 20px 20px 20px !important;*/
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .recentcomments {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .recentcomments:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .recentcomments:last-child {
	border:none !important;
}

/* Archives */
.pm-sidebar .widget_archive ul {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	/*border-radius: 0 20px 20px 20px !important;*/
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_archive ul li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_archive ul li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_archive ul li:last-child {
	border:none !important;
}

/* Calendar */
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { 
	background: #f5f5f5; 
	border: 1px solid #fff; 
	text-align: center; 
	padding:8px; 
	border-radius:0px !important; 
	-moz-border-radius:0px !important; 
	-ms-border-radius:0px !important; 
	-webkit-border-radius:0px !important; 
	-o-border-radius:8px 0px;

	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;

}
#wp-calendar tbody td a:hover {color:white;}
#wp-calendar tbody td:hover { 
	background: #F5F5F5; 
	color:white; 
}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tbody .pad:hover { background: none !important; }
#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; }

/* Categories */
.pm-sidebar .widget_categories ul {
	/*border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;*/
	border-radius: 0px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
	list-style:none;
}

.pm-sidebar .widget_categories ul li {
	font-size:12px;	
	/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);*/
	border-radius:none !important;
	border:1px double #E8E8E8;
	padding:9px 15px;
	float:left;
	max-width:355px;
	display:inline-block;
	margin-right:2px;
}

.pm-sidebar .widget_categories ul li a {
	text-decoration:none;	
}

.pm-sidebar .widget_categories ul li:hover {
	background-color:#f5f5f5;	
	color:white;
}


/* Meta */
.pm-sidebar .widget_meta ul {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	/*border-radius: 0 20px 20px 20px !important;*/
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_meta ul li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_meta ul li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_meta ul li:last-child {
	border:none !important;
}

/* Pages */
.pm-sidebar .widget_pages ul {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	border-radius: 0 20px 20px 20px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_pages ul li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_pages ul li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_pages ul li:last-child {
	border:none !important;
}

.pm-sidebar .widget_pages ul li .children {
	border: 0px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
	border-radius: none !important;
	margin: 10px 0 0 40px !important;
	overflow:visible;
}

.pm-sidebar .widget_pages ul li .children li {
	background:none;	
	border-bottom:0px double #E8E8E8;
	padding:9px 0px;
}

.pm-sidebar .widget_pages ul li .children li a:hover {
	text-decoration:underline;	
}

/* Menu */

/*.pm-sidebar #menu-all-pages a {
	color:orange;	
}*/

.pm-sidebar .widget_nav_menu .menu {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	border-radius: 0 20px 20px 20px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_nav_menu .menu li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_nav_menu .menu li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_nav_menu li:last-child {
	border:none !important;
}

.pm-sidebar .widget_nav_menu .menu li .sub-menu {
	border: 0px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
	border-radius: none !important;
	margin: 10px 0 0 40px !important;
	overflow:visible;
}

.pm-sidebar .widget_nav_menu .menu li .sub-menu li {
	background:none;	
	border-bottom:0px double #E8E8E8;
	padding:9px 0px;
}

.pm-sidebar .widget_nav_menu .menu li .sub-menu li a:hover {
	text-decoration:underline;	
}

/**** Text widget ******/
.pm-sidebar h6 {
    background-color: #41865d;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: normal;
	font-family:'Oswald';
    line-height: 0;
    margin-top: 0;
    padding: 15px 10px 18px 10px;
	text-shadow:1px 1px #000000;
	
}

.pm-sidebar h6 i {
	font-family:'FontAwesome';
	font-style:normal;	
	margin-right:4px;
}

.pm-sidebar .textwidget {
	color:#666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;	
}

/***** Video Widget ****/

.pm-video-widget-container {
	position:relative;
	width:inherit;
	height:inherit;
	margin-bottom:10px;
}

.pm-video-widget-play-btn {
	width:65px;
	height:40px;
	background-image:url('img/play-btn.png');	
	position:absolute;
	top:38%;
	left:38%;
}

.pm-video-widget-container img {
	width:100%;	
}

.pm-video-archive-link {
	float:right;
}

.pm-video-archive-link a {
	font-family:'Droid Sans';
	font-size:14px;
	color:#457baf;
	margin-top:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.pm-video-archive-link a:hover {
	color:#979796;	
}

.pm-video-archive-link i {
	font-family:'FontAwesome';
	font-style:normal;
	color:#457baf;
	margin-right:5px;
}

.pm-video-widget-text {
	font-family:'Droid Sans';
	font-size:14px;
	font-weight:100;
	color:#3c3c3b;
}

.pm-video-widget-text a {
	font-family:'Droid Sans';
	font-size:14px;
	font-weight:100;
	color:#3c3c3b;
}

.pm-video-widget-text a:hover {
	color:#457baf;
}



/***** Recent Posts ******/
.pm-recent-posts {
	margin:0;
	padding:0;
	list-style:none;	
}

.pm-recent-posts li {
	margin-bottom:20px;
	padding-left:25px;
	background-image:url('img/ul-arrow.png');
	background-repeat:no-repeat;
	background-position:3px 50%;
	width:50%;
	border-bottom:1px solid #bfd1e3;
	padding-bottom:15px;
}

.pm-recent-posts li:last-child {
	border-bottom:0px solid #bfd1e3;
}

.pm-recent-posts li a {
	font-size:14px;	
	color:#3c3c3b;
	font-family:'Droid Sans';
	font-weight:100;
	display:block;
	padding-top:12px;
}

.pm-recent-posts li a:hover {
	color:#457baf;	
}

/***** Widget buttons ******/
.pm-directory-btn {
	float:left;	
}

.pm-directory-btn a img {
	width:100%;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.pm-directory-btn a img:hover {
	opacity:.5;
	-ms-filter: "alpha(opacity=50)"; /* ie 8 */
}

.pm-directory-btn-margin {
	margin-right:10px;
	margin-bottom:10px;
}

/***** Archive List *****/
.pm-sidebar select {
	width:100%;
	border-radius:4px;
	padding:5px;
	border:1px solid grey;
	background-color: #EEEEEE;
}

/**** Megaslider ovverides ****/
.pm-sidebar .md-slide-wrap {
	margin: 0 auto !important;	
}

/****** Category Widget *****/
.pm-widget-pulsar-categories {
	margin-top:20px;	
}

.pm-widget-pulsar-categories li {
	background-image: url("img/ul-arrow-2.png");
    background-position: 3px 25%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #BFD1E3;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 25px;
    width: 100%;
}

.pm-widget-pulsar-categories li a {
	font-family:'Droid Sans';
	font-size:14px;
	font-weight:100;
}

.pm-widget-pulsar-categories li a:hover {
	color:#457baf;
}

