/**
  Styling standard widgets that comes with Wordpress
  and all the widgets bundled with theme
  **/

/**
  Generic Widget
  **/
.widget {
	margin-bottom: 20px;
	border-color: inherit;
}

.widget * {
	border-color: inherit;
}


.widgettitle {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.widgettitle:after {
	clear: both;
	content: '';
	display: block;
}


.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 8px 0;
  position: relative;
  line-height: 150%;
}

.widget ul.page-numbers li {
  padding: 0;
}



#sidebar .widget_link_mode ul li,
#sidebar .widget_nav_menu ul li,
#sidebar .widget_meta ul li,
#sidebar .widget_pages ul li,
#sidebar .widget_categories ul li,
#sidebar .widget_categories ul li,
#sidebar .widget_archive ul li {
  padding: 15px 25px 15px 0px;
  position: relative;
  line-height: 150%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}


#sidebar .widget_link_mode ul li a:before,
#sidebar .widget_nav_menu ul li a:before,
#sidebar .widget_meta ul li a:before,
#sidebar .widget_pages ul li a:before,
#sidebar .widget_categories ul li a:before,
#sidebar .widget_categories ul li a:before,
#sidebar .widget_archive ul li a:before {
  content: "\f054";
  font-size: 14px;
  position: absolute;
  font-family: fontawesome;
  top: 17px;
  right: 5px;
}

#sidebar .widget_link_mode ul li.with-children,
#sidebar .widget_nav_menu ul li.with-children,
#sidebar .widget_meta ul li.with-children,
#sidebar .widget_pages ul li.with-children,
#sidebar .widget_categories ul li.with-children,
#sidebar .widget_categories ul li.with-children,
#sidebar .widget_archive ul li.with-children {
	padding-bottom: 0;
}

#sidebar .widget_link_mode ul li.with-children > a:before,
#sidebar .widget_nav_menu ul li.with-children > a:before,
#sidebar .widget_meta ul li.with-children > a:before,
#sidebar .widget_pages ul li.with-children > a:before,
#sidebar .widget_categories ul li.with-children > a:before,
#sidebar .widget_categories ul li.with-children > a:before,
#sidebar .widget_archive ul li.with-children > a:before {
  content: "\f078";
}

#sidebar .widget_link_mode ul.children,
#sidebar .widget_nav_menu ul.children,
#sidebar .widget_meta ul.children,
#sidebar .widget_pages ul.children,
#sidebar .widget_categories ul.children,
#sidebar .widget_categories ul.children,
#sidebar .widget_archive ul.children {
	margin-right: -25px;
	margin-top: 15px;
	padding-left: 20px;
	border-top-width: 1px;
  border-top-style: solid;
}


#sidebar .widget_link_mode ul.children >li:last-child,
#sidebar .widget_nav_menu ul.children >li:last-child,
#sidebar .widget_meta ul.children >li:last-child,
#sidebar .widget_pages ul.children >li:last-child,
#sidebar .widget_categories ul.children >li:last-child,
#sidebar .widget_categories ul.children >li:last-child,
#sidebar .widget_archive ul.children >li:last-child {
	border-bottom-width: 0px;
}

#sidebar .widget_rss ul li,
#sidebar .widget_recent_entries ul li,
#sidebar .widget_recent_comments ul li {
	padding: 15px 0 15px 40px;
  position: relative;
  line-height: 150%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#sidebar .widget_rss ul li:before,
#sidebar .widget_recent_entries ul li:before,
#sidebar .widget_recent_comments ul li:before {
  content: "\f0e6";
  font-size: 20px;
  position: absolute;
  font-family: fontawesome;
  top: 17px;
  left: 5px;
}

#sidebar .widget_recent_entries ul li:before {
	content: '\f0f6';
}

#sidebar .widget_rss ul li:before {
	content: '\f0a4';
  top: 22px;
}

#sidebar .widget_rss .rssSummary {
	margin-left: -40px;
}

/** 
  CALENDAR 
  **/
.widget_calendar table {
	text-align: center;
}

.widget_calendar caption {
	padding: 0 0 10px;
	margin-bottom: 5px;
	font-size: 14px;
  text-align: right;
  font-size: 12px;
}

.widget_calendar th {
	text-align: center;
	padding: 10px 0;
}

.widget_calendar tbody {
	margin-bottom: 15px;
}

.widget_calendar tbody td {
  text-align: center;
  height: 40px;
}

.widget_calendar tbody td a {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 100%;
}

.widget_calendar tbody td a:hover {
  cursor: pointer;
}

.widget_calendar tfoot td {
	padding-top: 15px;
}

.widget_calendar tfoot tr td {
	padding-top: 10px;
}

.widget_calendar tfoot #prev {
	text-align: left;
}

.widget_calendar tfoot #next {
  text-align: right;
}

.widget_calendar tfoot #prev a,
.widget_calendar tfoot #next a {
  font-size: 11px;
  text-transform: uppercase;  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}

.widget_calendar tbody .pad:hover,
.widget_calendar tbody .pad {
  background: none !important;
}


/** 
  RSS Feeds
  **/
.widget_rss > ul li .rsswidget {
	display: block;
	font-weight: 600;
	line-height: 16px;
}

.widget_rss .rss-date {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}

.widget_rss .rssSummary {
	margin-bottom: 12px;
}

.widget_rss cite {
	text-align: right;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}



/**
  Tag Cloud
  **/
.widget_tag_cloud .tagcloud a {
	padding: 8px 15px;
	font-size: 13px !important;
	margin: 0 15px 10px 0;
	display: inline-block;
	position: relative;
	border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.widget_tag_cloud .tagcloud a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -12px;
	border-width: 6px;
	margin-top: -5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
	border-style: solid;
}


/**
  Recent Posts
  **/
#footer .widget_recent_entries li {
	border-bottom-width: 1px;
  border-bottom-style: solid;
}


/**
  Recent portfolio
  **/
.widget_vtcore_portfolio_widgets_recent li {
  height: auto !important;
  margin: 0 !important;
  padding: 2px !important;
  width: 25% !important;
}

.widget_vtcore_portfolio_widgets_recent ul.gallery > li:first-child {
	width: 100% !important;
}





/**
  Widget in footer bar
  **/
#footer-bar .post-social ul {
	height: 42px;
	overflow: hidden;
	display: block;
	padding: 0;
}
#footer-bar .post-social ul li a,
#footer-bar .post-social ul li {
	padding: 0 !important;
	height: 42px;
	margin: 0;
	display: block;
}

#footer-bar .post-social ul li {
	float: left;
}

#footer-bar .post-social .faplus i,
#footer-bar .post-social .faplus {
	border-radius: 0;
}


#footer-bar .post-social .faplus i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
}

#footer-bar #footer-navigation {
	height: 42px;
	line-height:42px;
}

#footer-bar #footer-navigation li {
	height: 42px;
	vertical-align: top;
	padding: 0;
}

#footer-bar #footer-navigation li a {
  padding: 11px 20px;
  display: block;
}

#footer-bar #footer-navigation li.current-menu-item a {
	text-transform: uppercase;
}