

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body, html {
	font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #fdb813;
	margin: 0 0 20px 0;
}

a, a:hover, a:visited, a:active, a:focus{
	color: #fdb813;
}

#slider{
	margin-top: 200px;
}

.navbar {
	border: none;
}

.navbar {
	padding: 0 40px 30px;
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	height: 200px;
	top: 0;
}

.navbar-nav {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.navbar-nav a, .navbar-nav a:visited {
	color: #000;
}

.phone {
	position: absolute;
	right: 50px;
	top: 20px;
	color: #fdb813;
	font-size: 24px;
	font-weight: 600;
}

.phone .address{
	color: #000;
	font-size: 15px;
}


.phone a {
	color: #fdb813;
}


.homecontent ul {
	margin-left: 0;
	padding-left: 0;
	color: #fdb813;
	column-count: 2;
	width: 70%;
}

.homecontent li {
	list-style: none;
}

.fullwidth {
	width: 100%;
	padding: 40px 0;
	/*margin-top: 40px;*/
}

.fullwidth.blue {
	background-color: #fdb813;
	text-align: center;
}

.fullwidth.blue h3 {
	color: #fff;
}

.cta{
	margin-bottom: 20px;
}

.cta img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.readmore, .readmore:visited{
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}

.readmore:hover{
	text-decoration: none;
	background-color: #fff;
	color: #fdb813;
}

.news {
	text-align: center;
}

.news h3 {
	color: #333;
}

.news .readmore{
	border: 1px solid #000;
	color: #000;
}

.news .readmore:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.mapItems {
	height: 300px;
	width: 100%;
	background-color: #ccc;
	margin-bottom: 20px;
}

.maps {
	background-image: url(../images/map-bg.jpg);
	background-size: cover;
	color: #fff;
	margin-bottom: 0;
}

.maps.fullwidth {
	margin: 0;
}

.maps a, .maps a:visited, .maps a:hover, .maps a:active, .maps a:focus{
	color: #fdb813;
}

footer {
	width: 100%;
	background-color: #333;
	padding: 40px 0;
	color: #fff;
}

footer a, footer a:hover {
	color: #fff;
}

footer ul {
	padding-left: 0;
}

footer li {
	list-style: none;
}
.footer-sml {
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
.social {
	margin-bottom: 20px;
}

.social svg {
	margin-right: 5px;
}

.maps h3 {
	color: #fff;
}

.staffphoto img{
	width: 100%;
	height: auto;
}

.panel-heading .headinglink {
	display: block;
}

.is-table-row {
    display: table;
}

.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.subtree {
	margin: 0;
	padding: 0;
}

.subtree li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.subtree li a {
	font-size: 18px;
}

.navbar-toggle .icon-bar {
	background-color: #000;
}

.book-online a {
	background-color: #fdb813;
	color: #fff !important;
}

.book-online a:hover {
	color: #000 !important;
}

.content {
	margin-bottom: 40px;
	padding-top: 40px;
}

#mc_embed_signup input {
	color: #000;
}

#mc_embed_signup .button {
	color: #000;
	/*margin-top: 10px;*/
}

.mc-field-group {
	margin-bottom: 10px;
}

.blackwrapper {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 40px 0;
}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 992px) {
	.cta img{
		width: auto;
	}
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {

	#slider{
		margin-top: 0;
	}
	.navbar-collapse {
		max-height: none;
	}

	.navbar-nav {
		position: relative;
		right: auto;
	}

	.navbar {
		position: relative;
		padding: 0 60px;
		height: auto !important;
	}

	.navbar-toggle {
		position: absolute;
		top: 25px;
		right: 15px;
		margin: 0;
	}

	.phone {
		right: 25px;
	}

	.logo img {
		width: 100%;
		height: auto;
	}

	.logo {
		position: relative;
	}

	.phone {
		position: relative;
		padding: 20px 40px 0 40px;
		top: auto;
		right: auto;
		font-size: 22px;
		text-align: center;
	}

	iframe, .fb_iframe_widget, .fb_iframe_widget span {
		width: 100%;
	}
	.leftAlone.image {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.phone {
		padding: 20px 0 0 0;
		font-size: 16px;
	}

	.cta img{
		width: 100%;
	}
}
