.page-content {
	.widget {
		margin: 0 0 30px;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		padding: 25px 30px 30px;
		border-top: 5px solid;
	}
	.widget-title,
	.widgettitle {
		display: block;
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 7px;
		border-bottom: 1px solid #FFC828;
		text-transform: capitalize;
		font-size: 24px;
		font-weight: 700;
	}
}

.page-sidebar {
	.page-sidebar-inner {
		height: 100%;
	}
	.page-sidebar-content {
		height: 100%;
	}
}

.wpb_widgetised_column {
	&.left {
		padding-right: 30px;
		.wpb_wrapper {
			padding-right: 30px;
			&:after {
				right: 0;
			}
		}
	}
	&.right {
		padding-left: 30px;
		.wpb_wrapper {
			padding-left: 30px;
			&:after {
				left: 0;
			}
		}
	}
	.wpb_wrapper {
		padding-top: 100px;
		max-width: 370px;
		width: 100%;
		position: relative;
		&:after {
			position: absolute;
			top: 0;
			bottom: 0;
			width: 3000px;
			background-color: #ffffff;
			content: '';
			z-index: -1;
			height: 5000px;
		}
	}
}

@media (max-width: 1199px) {
	.wpb_widgetised_column {
		padding: 0 !important;
		.wpb_wrapper {
			padding: 50px 30px;
			background: #ffffff;
			max-width: 100%;
			&:after {
				display: none;
			}
		}
	}
}

.page-footer {
	.widget {
		margin-bottom: 50px;
	}
	.widget-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 23px;
	}
	.widget_recent_entries,
	.widget_recent_comments,
	.widget_archive,
	.widget_categories,
	.widget_meta,
	.widget_product_categories,
	.widget_rss,
	.widget_pages,
	.widget_nav_menu,
	.insight-core-bmw {
		li {
			margin-bottom: 1px;
		}
	}
}

.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_meta,
.widget_product_categories,
.widget_rss,
.widget_pages,
.widget_nav_menu,
.insight-core-bmw {
	ul {
		margin: 0;
		padding: 0;
	}
	li {
		@extend %transit;
		display: block;
		margin-bottom: 13px;
		list-style-type: none;
		.children {
			padding-top: 10px;
			padding-left: 15px;
		}
		&:last-child {
			margin-bottom: 0;
		}
	}
	a {
		font-size: inherit;
		font-family: inherit;
	}
}
.widget_nav_menu,
.insight-core-bmw {
	.sub-menu {
		margin: 13px 0 0 15px;
	}
}

.widget_recent_comments {
	.comment-author-link {
		position: relative;
		padding-left: 20px;
		&:before {
			position: absolute;
			top: 50%;
			left: 0;
			content: '\f0e5';
			font-family: FontAwesome;
			line-height: 0;
			transform: translate(0, -50%);
		}
	}
}

.widget_recent_entries {
	.post-date {
		display: block;
		font-size: 16px;
		color: #a9adb9;
	}
}

.widget.widget_rss {
	.widget-title {
		a {
			display: inline-block;
			vertical-align: middle;
		}
		.rss-widget-icon {
			vertical-align: middle;
			margin-bottom: 4px;
		}
	}
}

.sidebar-style-2 {
	.page-sidebar {
		.widget {
			margin: 0 0 45px;
			background-color: transparent;
			border: none;
			padding: 0;
		}
		.widget-title,
		.widgettitle {
			margin-bottom: 25px;
			padding-bottom: 5px;
			line-height: 1;
		}
		.widget_pages {
			> ul {
				border: 1px solid #eeeeee;
				border-bottom: 0;
				a {
					display: block;
					font-size: 16px;
					//font-weight: 700;
				}
			}
			li > a {
				padding: 10px 15px;
				border-bottom: 1px solid #eeeeee;
			}
			li {
				margin-bottom: 0;
			}
			.sub-menu {
				padding-left: 15px;
			}
		}
		.widget_nav_menu,
		.insight-core-bmw {
			ul.menu {
				border: 1px solid #eeeeee;
				border-bottom: 0;
				a {
					display: block;
					font-size: 18px;
					font-weight: 700;
					&:hover {
						background: $secondary-color;
						color: #ffffff;
					}
				}
			}
			li > a {
				padding: 10px 15px;
				border-bottom: 1px solid #eeeeee;
			}
			li {
				margin-bottom: 0;
			}
			.sub-menu {
				padding-left: 15px;
			}
			.current-menu-item {
				a {
					background: $secondary-color;
					color: #ffffff;
				}
			}
		}
	}
}
