@media (max-width: 1199px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 90px !important;
	}
}


@media (max-width: 991px) {

	.header-wrapper {
		width: 86%;	
	}

	.logo {
		text-align: center;
	}

	.logo img {
		margin: auto;	
	}	
}

@media (max-width: 768px) {

	div.header-request-appt {
		padding: 0 0 20px;
		text-align: center;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		line-height: 50px !important;
	}

}

/*--- Header Overrides ----*/

#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	margin: 20px 0 0 !important;
	line-height: 0 !important;
}

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/

#content {
	background-color: #fff !important;
}



/*-- Home Blocks --*/

.home-blocks {
	padding: 30px;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0 20px 20px -20px #c4c4c4;
	-moz-box-shadow: 0 20px 20px -20px #c4c4c4;
	-o-box-shadow: 0 20px 20px -20px #c4c4c4;
	-webkit-box-shadow: 0 20px 20px -20px #c4c4c4;
	-ms-box-shadow: 0 20px 20px -20px #c4c4c4;
	background: #EBEBEB;
}



/*-- Slider --*/

.carousel-inner img.img-responsive {
	width: 100%;
}

a.carousel-control {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 90%;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	text-shadow: 0 1px 2px rgba(115, 115, 115, 0.6);
	z-index: 20;
	top: inherit;
}


/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #707070;
}
.site-phone a:hover {
	color: #707070;
}
.broker-info ul {
	list-style: none;
	padding: 0;
}

table.office-hours {
	width: 100%;
}

table.office-hours thead {
	display: none;
}

table.office-hours tr td {
	padding: 5px;
	border-bottom: 1px solid #727272;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}
.social-icons li {
	float: right;
	margin-right:5px;
	border:1px solid rgba(255,255,255,0.3);
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	padding:5px;
	width:32px;
	height:32px;
	line-height:26px;
	text-align:center;
	transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
}
.social-icons li:hover {
	background-color:#fefefe;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	color: #fff !important;
}
#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 10px 0px !important;
}
.span6.copyright {
	float: left;
}

/*----- Font Awesome -----*/

.fa-paw:before {
	content: "\f1b0";
	float: left;
	margin: 20px 20px 0 0;
}

/* -- Back Button -- */

.btn.btn-primary.arrow-left {
	background-image: url("../images/arrow-left-white.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	padding-left: 15px;
}

input.btn.btn-primary.arrow-left.back-button {
	margin: 0 0 -50px;
	float: right;
	position: relative;
	right: 30px;
	width: 10px;
	z-index: 100;
	border-radius: 50px;
	height: 30px;
	    display: none;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Pathway Gothic One', sans-serif; !important;
	color: #1a402a; !important;
}


h1 {
	font-size: 50px;
}

/* -- Home Blocks -- */

.home-blocks {
    padding: 30px;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-shadow: 0 20px 20px -20px #c4c4c4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0, 84, 61, 0.65)), color-stop(100%,rgba(249, 249, 249, 0.32)));

}

/* -- Footer -- */
.row {
	margin-left: 30px;
    margin-right: 20px;
}


/* -- Team Photos -- */
.team-photo {
max-width: 150px;
}

/*-- Contact Form --*/
.form-group {
    float: none !important;
    text-align: center;
}

#sendMessage input[type=text],
#sendMessage input[type=file]{
	padding: 10px 20px;
	height: auto
}

.contact-us-page .side-form {
	margin: 20px auto;
	float: none;
}

.contact-us-page .side-form button[type=submit] {
	font-family: 'Pathway Gothic One', sans-serif
}

div.inner-page {
    display: flex;
    justify-content: space-between;
    gap: 0 3em;
}

@media (max-width:991px) {
	  div.inner-page {
		  flex-direction:column;
		  gap: 3em 0 !important;
	}        
}