/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.hidetitle .entry-title {
	display: none;
}

.font-thin {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
.font-thick {
	font-weight: 900;
}

.theme-button button, .theme-button a {
	color: #FFFFFF !important;
	background-color: #FF9900 !important;
	border-radius: 25px !important;
	min-width: 350px;
	padding: 15px 0 !important;
}

.theme-button-outline button {
	color: #FF9900 !important;
	background-color: none !important;
	border: 4px solid #FF9900;
	border-radius: 25px !important;
	padding: 15px 0 !important;
}

/*--------------------------------------------------------------
# Global fixes
--------------------------------------------------------------*/
.row, .vc_row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*--------------------------------------------------------------
# Pre-Header
--------------------------------------------------------------*/
#pre-header {
	text-align: right;
	border-top: 1px solid #A8A8A8;
}
	#pre-header a {
		border-left: 1px solid #A8A8A8;
		color: #7E7975;
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		padding: 10px 15px;
	}
	#pre-header a:hover {
		color: #FF9900;
		text-decoration: none;
		transition: all .2s ease-in;
	}
		#pre-header a span.fa {
			color: #04703C;
			margin-right: 10px;
		}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
#masthead {
}
	#masthead .navbar .navbar-toggler span.fa {
		color: #FFFFFF;
		margin-right: 10px;
		font-size: 32px;
	}
	#masthead .navbar-brand {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#masthead .navbar-nav li a {
		font-size: 16px;
		color: white;
		padding: 5px 24px;
		text-align: center;
	}
	#masthead .navbar-nav li a:hover {
		color: #04703C;
		transition: all .2s ease-in;
	}
	#masthead .navbar-nav li ul {
		background-color: #C67600;
		min-width: 200px;
	}
	#masthead a.header-button, #masthead a.header-button:visited {
		background-color: #FFFFFF;
		border-radius: 20px;
		min-width: 200px;
	}
	#masthead .navbar-collapse .mobile-pre-header {
		background-color: #FFFFFF;
		border-bottom: 1px solid #A8A8A8;
	}
		#masthead .navbar-collapse .mobile-pre-header a {
			color: #424242;
			display: block;
			font-size: 12px;
			text-align: center;
			padding: 10px 0;
		}
		#masthead .navbar-collapse .mobile-pre-header a:hover {
			color: #04703C;
			transition: all .2s ease-in;
			text-decoration: none;
		}

	@media (max-width: 992px) {
		#masthead .navbar .navbar-collapse {
			background-color: #C67600;
		}
	}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#main-footer {
	background-color: #FFFFFF;
	color: #424242;
	text-align: center;
}
	#main-footer .sub-footer {
		margin-top: 25px;
		min-height: 175px;
	}
		#main-footer .sub-footer h6 {
			font-size: 16px;
			font-weight: 700;
		}
		#main-footer .sub-footer .footer-button {
			color: #FFFFFF;
			background-color: #FF9900;
			border-radius: 25px;
			padding: 12px 0;
		}
		#main-footer .social {
			margin-top: 15px;
		}
			#main-footer .social a {
				color: #C67600;
				font-size: 36px;
				margin-right: 15px;
			}
			#main-footer .social a:last-child {
				margin-right: 0;
			}
	#main-footer .footer-menu {
		margin-top: 15px;
		margin-bottom: 50px;
	}
		#main-footer .footer-menu ul {
			margin: 0;
			padding: 0;
		}
			#main-footer .footer-menu ul li {
				font-size: 14px;
				list-style: none;
				margin: 10px 0;
			}
	#main-footer .copyright {
		background-color: #424242;
		color: #FFFFFF;
		font-size: 12px;
		padding: 25px 0 25px 15px;
		text-align: left;
	}
		#main-footer .copyright .divider-bar {
			padding: 0 7px;
		}
		#main-footer .copyright a {
			color: #FFFFFF;
		}
		#main-footer .copyright a:hover {
			text-decoration: none;
		}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
	margin: 75px 0;
}