@import url("/templates/global.css");

.t-primary-bgcolor {
	background-color: #231F20;
}

a {
	color: #b7a885;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header-wrapper {
	background-color: #231F20;
}

.header {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.top__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	font-size: 0;
}

.top__bar a {
	padding: 25px 15px;
	text-transform: uppercase;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	transition: all .1s linear;
}

.top__bar a:hover {
	text-decoration: none;
}

.top__bar .nav-left a {
	font-weight: 700;
	font-size: 12px;
	border-right: 1px solid #fff;
	flex-grow: 1;
}

.top__bar .nav-left a:hover {
	background-color: #F66920;
}

.top__bar .nav-right a {
	transition: all .3s linear, color .3s linear;
}

.top__bar .nav-right a:hover {
	color: #F66920;
}

.header__main {
	border-bottom: 1px solid #fff;
	height: 106px;
	display: flex;
	align-items: center;
	padding: 30px 30px;
}

.header__logo {
	max-width: 240px;
}

.header-wrapper::after {
	display: block;
	content: "";
	height: 143px;
	background-image: url(header-bg.jpg);
	background-size: cover;
	background-position: center 50%;
}

.main {

	padding-top: 3rem;
}

.sidebar {
	margin-right: 3rem;
}