@media only screen and (max-width: 767px) {
	header.mobile-entry-header {
		display: block;
		width: 100%;
		height: 50px;
		background: #63b9e8;
		text-align: center;
	}

	h1.mobile-entry-title {
		display: block;
		font-size: 24px;
		height: 100%;
		line-height: 50px;
		color: #FFF;
		font-family: brandon;
	}
	.insurance-type .insurance-type-info {
		width: 100%;
		text-align: left;
	}

	.insurance-type .provider-blocks-wrapper {
		width: 100%;
	}

	.insurance-type .provider-block {
		border: none;
		margin: 0px;
	}

	.insurance-type .provider-block:first-child {
		border-top: 3px solid #01c0ff;
	}

	.insurance-type .provider-block:last-child {
		border-bottom: 3px solid #01c0ff;
	}

	.provider-blocks-angle {
		position: relative;
		top: unset;
		right: unset;
		width: 0;
		margin: 0 auto;
		border: 20px solid transparent;
		border-bottom: 20px solid #01c0ff;
	}

	.tags-list {
		width: 100%;
		margin-bottom: 15px;
	}

	.menu-main-menu-container .menu-item.menu-item-has-children:after {
		display: none !important;
	}

	#mobile-nav li.menu-item-has-children > a:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: 10px solid #63b9e8;
		border-bottom-width: 3px;
		margin-left: 8px;
	}

	#header-container .header-right {
		display: none;
	}

	.owl-next, .owl-prev {
		background-size: 25px;
	}

	.side-by-side .featured-image {
		width: 100%;
		display: block;
	}

	.side-by-side.left .content-outer, .side-by-side.right .content-outer {
		left: 0;
		width: 100%;
		position: relative;
	}

	.side-by-side .content-spacer {
		display: none;
	}

	.side-by-side.left .content-wrap, .side-by-side.right .content-wrap {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}

	.side-by-side .featured-image.right {
		display: none;
	}

	.side-by-side .featured-image.mobile {
		display: block;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	#mobile-nav {
		display: block;
	}

	#mobile-nav-toggle {
		display: inline-block;
	}

	#mobile-nav-shad {
		display: none;
	}

	body.nav-active #mobile-nav-shad {
		display: block;
	}

	#nav-container {
		padding: 0 !important;
		height: auto !important;
		vertical-align: middle !important;
	}

	#nav-container.nav-beside {
		position: absolute;
		top: 35px;
		left: 10px;
		right: unset;
	}

	#header-container {
		height: auto;
		position: relative !important;
	}

	#header-spacer {
		display: none;
	}

	.header-middle {
		position: static;
		margin: 20px auto;
		transform: none;
	}

	.header-right {
		position: static;
		float: none;
		margin: 10px auto;
		text-align: center;
		width: 100%;
	}

	.header-link {
		display: inline-block;
		margin: 10px;
		width: 50px;
		height: 50px;
	}

	.header-link img {
		width: 100%;
		border-radius: 10px;
	}

	.header-link div {
		display: none;
	}

	.site-header {
		padding: 0;
		width: 100%;
	}

	#site-navigation {
		display: none;
	}
	
	.home .bx-viewport {
		height: 400px !important;
	}

	.home .rotator-background {
		height: 400px !important;
	}

	.rotator-prev, .rotator-next {
		display: none;
	}

	.rotator-button {
		margin: 20px 0 0;
	}

	.bx-controls.bx-has-pager {
		display: none;
	}

	a.site-title {
		width: 70%;
		margin: 0 auto;
		display: block;
	}

	a.site-title img {
		margin: 0 auto;
		width: 60% !important;
	}

	#mobile-nav {
		width: 40%;
	}

	.rotator-title {
		font-size: 35px;
		line-height: 37px;
	}

	.rotator-subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.rotator-button {
		padding: 8px 18px;
		font-size: 14px;
	}

	.section.title-banner .title {
		font-size: 30px;
		line-height: 32px;
	}

	.section.title-banner .subtitle {
		font-size: 18px;
		line-height: 22px;
	}

	.content-block.featured-image-left .featured-image {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		margin: 0 0 0 -30%;
	}

	.content-block.featured-image-right .featured-image {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		margin: 0 -30% 0 0;
	}

	.content-block.featured-image-left .content-wrap,
	.content-block.featured-image-right .content-wrap {
		padding: 0 40px;
	}

	.content-block.featured-image-left .content-outer, .content-block.featured-image-right .content-outer {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}

	.section .title {
		font-size: 26px;
		line-height: 30px;
	}

	.section .subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.section .content p, .section .content li {
		font-size: 16px;
		line-height: 24px;
	}

	.content-block .featured-image {
		box-shadow: none;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-transform: rotate(0deg);
		border-radius: 0;
	}

	.content-block.featured-image-right .featured-image.right {
		display: block !important;
		margin: 0 auto !important;
	}

	/*.side-by-side.left .content-wrap {
		width: calc(100% - 90px);
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 50px;
	}

	.side-by-side.right .content-wrap {
		width: calc(100% - 90px);
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 50px;
	}

	.side-by-side .featured-image img {
		width: 500%;
		max-width: none;
		margin: 0 -250%;
	}

	.side-by-side.left .content-outer {
		left: 20%;
		width: 80%;
	}

	.side-by-side.right .content-outer {
		width: 80%;
	}

	.side-by-side .featured-image {
		width: 20%;
	}*/

	.title-banner .section-background {
		width: 150%;
		max-width: none;
		margin: 0 -25%;
	}

	.grid-block.background-image .section-inner-wrap-1 {
		position: relative;
	}

	.grid-block.background-image .section-background {
		position: absolute;
		height: 100%;
		min-width: 100%;
		max-width: none;
		width: auto;
	}

	.single-grid-block-inner {
		padding: 0 15px;
		text-align: center;
	}

	.news[row="1"],
	.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post,
	.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post,
	.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post,
	.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post {
		margin: 0 auto 50px;
		width: 50%;
		display: block;
	}

	.grid-block .image {
		max-width: 150px;
	}

	.single-team-member {
		width: 100%;
		margin: 10px 0;
	}

	.section.news .news-post-inner:hover .news-post-read-more {
		line-height: 182px;
	}

	.section .section-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.single .entry-content {
		padding: 40px 50px;
		border-radius: 0;
		font-size: 16px;
	}

	.single .featured-image-wrap {
		height: 120px;
	}

	.post-sharing {
		position: relative;
		margin: -12px 0 10px 0;
	}

	.entry-content .post-sharing a {
		font-size: 11px;
		padding: 4px 12px;
	}

	.archive article, .search article {
		padding: 30px;
	}

	.sidebar-sections {
		width: 100%;
	}

	.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}

	.sidebar {
		columns: 2;
		column-gap: 40px;
	}

	.footer-columns[cols="3"] .footer-column,
	.footer-columns[cols="4"] .footer-column {
		width: 80%;
		position: relative;
		margin: 0 auto;
		display: block;
	}

	#content-wrapper {
		padding: 0;
	}

	#footer-container {
		height: auto;
		position: relative;
	}

	header.entry-header {
		padding: 40px;
	}

	.entry-header .entry-title, .search-results h1.page-title {
		font-size: 32px;
	}

	.archive h1.entry-title a, .search h1.entry-title a {
		font-size: 26px;
	}

	.business-table .business-table-items-wrapper .business-table-item {
		width: calc(100% - 20px);
	}

	.business-table-header {
		height : auto;
		text-align: center;
		padding: 15px;
		box-sizing: border-box;
	}

	.business-table-header .table-header-content {
		margin: 0 !important;
	}

	.business-sub-table {
		width: calc(100% - 20px) !important;
	}

}

@media only screen and (max-width: 479px) {
	#mobile-nav {
		display: block;
	}

	#mobile-nav-toggle {
		display: inline-block;
	}

	#mobile-nav-shad {
		display: none;
	}

	body.nav-active #mobile-nav-shad {
		display: block;
	}

	#nav-container {
		padding: 0 !important;
		height: auto !important;
		vertical-align: middle !important;
	}

	#nav-container.nav-beside {
		position: absolute;
		top: 35px;
		left: 10px;
		right: unset;
	}

	#header-container {
		height: auto;
		position: static !important;
		background: #FFF;
	}

	#header-spacer {
		display: none;
	}

	.header-middle {
		position: static;
		margin: 20px auto;
		transform: none;
	}

	.header-right {
		position: static;
		float: none;
		margin: 10px auto;
		text-align: center;
		width: 100%;
	}

	.header-link {
		display: inline-block;
		margin: 10px;
		width: 50px;
		height: 50px;
	}

	.header-link img {
		width: 100%;
		border-radius: 10px;
	}

	.header-link div {
		display: none;
	}

	.site-header {
		padding: 0;
		width: 100%
	}

	#site-navigation {
		display: none;
	}

	.rotator-slide-content-inner {
		padding: 15px 15px;
		text-align: center;
	}

	.rotator-slide-content-width {
		float: none;
	}

	.rotator-prev, .rotator-next {
		display: none;
	}

	.rotator-title {
		font-size: 35px;
		line-height: 40px;
	}

	.rotator-subtitle {
		font-size: 16px;
		line-height: 20px;
	}

	.rotator-button {
		margin: 20px 0 0;
	}

	.bx-controls.bx-has-pager {
		display: none;
	}

	a.site-title {
		width: 70%;
		margin: 0 auto;
		display: block;
	}

	a.site-title img {
		margin: 0 auto;
		width: 60% !important;
	}

	.section.mobile-background .section-background {
		display: none;
	}

	.section.mobile-background .mobile-background {
		display: block;
	}

	.section.title-banner .title {
		font-size: 28px;
		line-height: 32px;
	}

	.section.title-banner .subtitle {
		font-size: 18px;
		line-height: 24px;
	}

	.section-rotator .mobile-background {
		display: block;
	}

	.section-rotator .rotator-background {
		display: none;
	}

	.content-block.featured-image-left .featured-image.left,
	.content-block.featured-image-right .featured-image.left.mobile {
		display: block;
		width: 100%;
		text-align: center;
	}

	.content-block.featured-image-left .content-outer, .content-block.featured-image-right .content-outer {
		display: block;
		width: 100%;
	}

	.content-block.featured-image-left .content-wrap, .content-block.featured-image-right .content-wrap {
		padding: 40px 0 0;
	}

	.section .title {
		font-size: 26px;
		line-height: 30px;
	}

	.section .subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.section .content p, .section .content li {
		font-size: 16px;
		line-height: 24px;
	}

	.content-block.featured-image-right .featured-image {
		display: none;
	}

	.content-block .featured-image {
		box-shadow: none;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-transform: rotate(0deg);
		border-radius: 0;
	}

	.button {
		padding: 8px 18px;
		font-size: 12px;
	}

	.side-by-side .featured-image {
		width: 100%;
		display: block;
	}

	.side-by-side.left .content-outer, .side-by-side.right .content-outer {
		left: 0;
		width: 100%;
		position: relative;
	}

	.side-by-side .content-spacer {
		display: none;
	}

	.side-by-side.left .content-wrap, .side-by-side.right .content-wrap {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}

	.side-by-side .featured-image.right {
		display: none;
	}

	.side-by-side .featured-image.mobile {
		display: block;
	}

	.grid-block.background-image .section-inner-wrap-1 {
		position: relative;
	}

	.grid-block.background-image .section-background {
		position: absolute;
		height: 100%;
		min-width: 100%;
		max-width: none;
		width: auto;
	}

	.single-grid-block-inner {
		padding: 0 15px;
		text-align: center;
	}

	.team-members .bio p {
		font-size: 16px;
		line-height: 26px;
	}

	.news-post {
		font-size: 16px;
	}

	.news[row="1"],
	.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post,
	.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post,
	.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post,
	.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post {
		margin: 0 auto 50px;
		width: 100%;
		display: block;
	}

	.grid-block .image {
		max-width: 150px;
	}

	.single-team-member {
		width: 100%;
		margin: 10px 0;
	}

	.section.news .news-post-inner:hover .news-post-read-more {
		line-height: 182px;
	}

	.section .section-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	li.gfield, li#field_1_5 {
		width: 100%;
		margin: 0 0 35px 0;
	}

	.gfield label.gfield_label {
		font-size: 14px;
		height: 42px;
		line-height: 24px;
	}

	.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"] {
		font-size: 18px;
		height: 42px;
	}

	.gform_wrapper textarea {
		font-size: 18px;
	}

	.gform_wrapper .gfield.active label.gfield_label {
		top: -35px;
	}

	.gform_footer input[type="submit"] {
		font-size: 18px;
		line-height: 22px;
		height: 40px;
	}

	.gform_wrapper div.validation_error {
		font-size: 14px;
		line-height: 16px;
	}

	.single .entry-content {
		padding: 25px 30px;
		border-radius: 0;
		font-size: 14px;
	}

	.single h1.entry-title {
		font-size: 30px;
	}

	.single .post-meta {
		font-size: 12px;
	}

	.single .featured-image-wrap {
		height: auto;
	}

	.single .featured-image {
		position: relative;
	}

	.featured-image-overlay {
		display: none;
	}

	.post-sharing {
		position: relative;
		margin: -12px 0 10px 0;
	}

	.entry-content .post-sharing a {
		font-size: 11px;
		padding: 4px 12px;
	}

	.archive article, .search article {
		padding: 30px;
	}

	.sidebar-sections {
		width: 100%;
	}

	.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}

	.footer-columns[cols="3"] .footer-column,
	.footer-columns[cols="4"] .footer-column {
		width: 100%;
		display: block;
	}

	#content-wrapper {
		padding: 0;
	}

	#footer-container {
		height: auto;
		position: relative;
	}

	header.entry-header {
		padding: 30px;
	}

	.entry-header .entry-title, .search-results h1.page-title {
		font-size: 22px;
	}

	.archive h1.entry-title a, .search h1.entry-title a {
		font-size: 18px;
	}

	.search .entry-summary {
		font-size: 14px;
	}

	.article-thumb {
		display: block;
		width: 100%;
	}

	.article-content, [thumb="true"] .article-content {
		width: 100%;
		padding: 25px 30px 0;
	}

	.archive article:first-child, .search article:first-child, .blog article:first-child {
		padding-top: 0px;
	}

	.business-table .business-table-items-wrapper .business-table-item {
		width: calc(100% - 20px);
	}

	.business-table-header {
		height : auto;
		text-align: center;
		padding: 15px;
		box-sizing: border-box;
	}

	.business-table-header .table-header-content {
		margin: 0 !important;
	}

	.business-sub-table {
		width: calc(100% - 20px) !important;
	}

}