a {
	color: #F46534;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a.btn.social {
	background-color: #FFDB75;
	color: #444;
    border-radius: 30px;
    padding: 10px 20px;
	margin: 0 3px;
	cursor: pointer;
}

a.btn.social:hover {
	color: #444;
	background-color: #F9DD8D;
}

header#masthead {
	font-family: 'Nunito', sans-serif;
	background-color: #191919;
	padding: 30px 0;
	border-bottom: 0;
}

#masthead .navbar-nav > li > a {
    color: #FFF;
    padding: 0.5rem 0 0.5rem 3rem;
    font-size: 20px;
    text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400 !important;
	font-style: normal !important;
}

#masthead .navbar-nav > li > a:hover {
	font-weight: 400 !important;
	opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
	#masthead .navbar-nav > li > a {
		padding-left: 0;
	}
}

#page-sub-header,
.feature {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-top: 0;
}

#page-sub-header {
	height: 350px;
}

#page-sub-header .container-fluid,
.feature {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-sub-header .container-fluid {
    height: 100%;
	background-color: rgba(0, 0, 0, 0.6) !important;
}

#page-sub-header h1 {
	color: #FFF;
	letter-spacing: 2px;
}

#page-sub-header p,
.feature p,
.address {
	font-family: 'Pacifico', cursive;
	font-size: 1.6rem;
	color: #FFDB75;
	margin-bottom: 1.2rem;
}

#masthead p.contact {
	color: #AAA;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
    margin-top: 12px;
	margin-bottom: 0;
    font-size: 16px;
}

.navbar-brand img {
	width: 180px;
}

.feature {
	background: url('inc/assets/img/wood-bg.png') repeat;
	text-align: center;
	padding: 4rem 0;
	min-height: 350px;
}

.feature h1 {
	font-size: 3rem;
    letter-spacing: 2px;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feature p {
	font-size: 2.5rem;
	color: #F46534;
}

.feature p.desc {
	font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    padding: 0 9rem;
    text-align: center;
    color: #999;
}

@media only screen and (max-width: 540px) {
	.feature p.desc {
		padding: 0 2rem;
	}
}

.accented {
	min-height: 40px;
	padding: 2.3rem 1.7rem;
	background: url('inc/assets/img/accent.png') no-repeat top center;
	background-size: 20%;
}

@media only screen and (max-width: 960px) {
	.accented {
		background-size: 30%;
	}
}

@media only screen and (max-width: 540px) {
	.accented {
		background-size: 60%;
	}
}

#content.site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.btn-lg {
    background-color: #F46534;
    color: #FFF;
	border-radius: 2rem;
    padding: 1rem 2rem;
}

.btn-lg:hover {
	color: #FFF;
	background-color: #FD8257;
}

header.entry-header,
.feature-alt {
	background: url('inc/assets/img/grey-bg.png') repeat;
}

header.entry-header {
	font-family: 'diner-fattregular', sans-serif;
	margin: 0 -15px;
	padding: 1.5rem 0;
	text-align: center;
}

h1.entry-title {
    color: #FFF;
    font-size: 3rem;
	text-transform: uppercase;
    letter-spacing: 8px;
	border-bottom: none;
	opacity: 0.6;
}

.map {
	line-height: 0;
}

.address {
	color: #FFF;
	font-size: 1.6rem;
	padding: 4rem 0 2rem;
}

.feature-alt a {
	color: #FFF;
}

.mprm-taxonomy-title {
	font-family: 'Pacifico', cursive;
	font-size: 2rem !important;
	margin-bottom: 1rem !important;
}

.mprm-title,
.mprm-price-container {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #F46534;
}

.mprm-excerpt, .mprm-tags {
	font-family: 'Nunito', sans-serif;
}

.mprm-taxonomy-title, .mprm-price-container, .mprm-excerpt, .mprm-tags {
	color: #484848;
}

.mprm-image {
  	max-width: 75% !important;
}