/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.header-logo {
		margin-right: 15px;
	}
	.header .menu > li > a {
		padding: 10px;
	}
	.header .menu > li > .sub-menu > li a {

	}

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.responsive-menu-toggle {
		display: block;
	}
	.header-menu {
		display: none;
	}
	.homepage-slider,
	.homepage-slider .slides li,
	.page-hero.page-hero-xl {
		/*height: 400px;*/
	}
	.homepage-slider .slides li .slide-content {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.homepage-slider .slides li .slide-content h2 {
		font-size: 42px;
	}
	.homepage-slider .slides li .slide-content h4 {
		font-size: 28px;
	}
	.meet-gary .bio-info {
		padding: 0;
	}
	.footer-col {
		margin-bottom: 60px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.homepage-slider,
	.homepage-slider .slides li,
	.page-hero.page-hero-xl {
		/*height: 375px;*/
	}
	.homepage-slider .slides li .slide-content h2 {
		font-size: 34px;
	}
	.homepage-slider .slides li .slide-content h4 {
		font-size: 18px;
	}
	.homepage-slider .slides li .slide-content .slide-btn {
		padding: 10px 20px;
	}
	.quote-block .the-quote p::before {
		display: block;
		position: relative;
		left: 0;
		top: 0;
	}
	.quote-block .the-quote p {
		font-size: 20px;
		padding-left: 0;
	}
	.quote-block .the-quote cite {
		margin-right: 0;
		text-align: center;
	}
	.meet-gary .bio-photo {
		margin-bottom: 20px;
	}
	.meet-gary .bio-photo img {
		max-width: 350px;
	}
	.footer-col {
		margin-bottom: 30px;
	}
	footer .footer-bottom .footer-logo {
		display: block;
		float: none;
		margin-bottom: 30px;
	}
	footer .footer-bottom .footer-logo img {
		display: block;
		margin: 0 auto;
	}
	footer .footer-bottom .copyright {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.page-hero {
		height: 300px;
	}
	.page-hero .title-wrap {
		width: 100%;
		padding: 0 30px;
	}
	.page-hero .title-wrap h1 {
		font-size: 40px;
	}
	.page-hero .title-wrap h2 {
		font-size: 22px;
	}
	.meet-the-team .team-member img {
		max-width: 350px;
	}
	.alignright,
	.alignleft,
	.alignnone {
		float: none;
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	a img.alignnone,
	a img.alignleft, 
	a img.alignright {
		margin: 0 auto 20px auto;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.homepage-slider .slides li .slide-content h2 {
		font-size: 28px;
	}
	.homepage-slider .slides li .slide-content h4 {
		font-size: 16px;
	}
	.meet-gary .bio-photo img,
	.meet-the-team .team-member img {
		max-width: 80%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
