body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto; width: auto;}
#system-message , #system-message-container {
  	display: none !important;
	} 

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    box-sizing: border-box;
	}
	
.ctb .content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: unset;
    padding: 0px;
    box-sizing: border-box;
	}

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

.btn-primary {
    background: #641513;
    color: #fff;
    border-color: #641513;
	}

.btn-primary a {
    color: #fff;
    padding: 13px 34px;
    display: block;
	}

.btn-primary:hover {
    background: transparent;
    color: #641513;
	}

.btn-primary:hover a {
    color: #641513;
	}

.table {
    display: table;
    vertical-align: middle;
	}

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

.table-cell {
    display: table-cell;
    vertical-align: middle;
	}

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #f8f8f8;
    transition: all 0.3s;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
  	display: none;
	}

nav.slide {
	position: fixed;
	}

.inner-nav.slide.fixed {
  	display: none;
	}

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

nav .content {
	max-width: 3000px;
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
	}

.inner-logo {
    padding: 5px 5px 5px 10%;
    display: flex;
    vertical-align: middle;
    order: 1;
    margin: 0 auto 0 0;
	}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	}

.inner-logo img {
    width: 100%;
	}

.topmenu {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    background: #641513;
    order: 2;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
	}

.topmenu ul li {
    list-style: none;
    padding: 0 15px;
    position: relative;
    border-right: 1px solid #fff;
	}

.topmenu ul li:last-child {
	border-right: none;
	}

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s;
    white-space: nowrap;
	}

.topmenu ul li.active ul li a {
    color: #ffffff;
	display: block;
	width: 100%;
    opacity: 0.7;
	}

.topmenu ul li a:hover,
.topmenu ul li.active a,
.topmenu ul li.active ul li a:hover,
.topmenu ul li ul li.active a {
    opacity: 0.7;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: block;
    background: #f8f8f8;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

nav.fixed .topmenu ul li ul {
    background: #fff;
	}

.topmenu ul li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto;
	}

.topmenu ul li ul li {
    display: block;
    padding: 10px 15px;
	}

.topmenu ul li ul li:last-child {
    border-bottom: 5px #641513 solid;
	}

.top-right {
    display: flex;
    padding: 0 15px;
    white-space: nowrap;
    order: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10%;
    color: #000;
	}

.tp__question {
	font-size: 30px;
	color: #000;
	}

.top__location {
    font-size: 20px;
    }

.top__phone {
    color: #000;
    font-size: 26px;
    margin-left: 5px;
	}

.top__phone:hover {
    opacity: 0.7;
    }

.soc__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 5px auto 0;
	}

.soc__wrap a {
    display: flex;
    transition: 0.3s all;
	}

.soc__wrap a:hover {
	transform: scale(1.1);  
	}

.hamburger {
    display: none;
	}

nav p {
    padding: 0;
    margin: 0;
    display: inline-block;
	}

/*Request Appointment Block*/
.ra-form-block {
    padding: 50px 15px;
    background-color: #ffffff;
    }

.ra-form-block .ra-form-block-wrap {
    max-width: 1500px;
    background-color: #ebedef;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    }

.ra-form-block .ra-form-block-wrap .item-txt,
.ra-form-block .ra-form-block-wrap .item-form {
    flex: 1 1 0;
    }

.ra-form-block .ra-form-block-wrap .item-txt {
    text-align: center;
    }

.ra-form-block .ra-form-block-wrap .item-txt h3 {
    margin: 0 auto 30px;
    font-size: 34px;    
    }

.ra-form-block .ra-form-block-wrap .item-txt p {
    font-size: 24px;
    max-width: 410px;
    margin: 0 auto;
    }

.ra-form-block .call-action {
    margin: 30px auto 0;
    }

.ra-form-block .call-action a {
    display: inline-block;
    margin: 0 auto;
    background-color: #874533;
    color: #ffffff;
    padding: 20px;
    font-size: 28px;
    font-weight: 700;
    transition: 0.3s all;
    }

.ra-form-block .call-action a:hover {
    opacity: 0.7;
    } 

.ra-form-block .ra-form-block-wrap .item-form h3 {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 34px;
    }
    
.ra-form-block .ra-form-block-wrap .item-form p {
    display: none;
    }

/*Middle Block*/

.custom__orthotics-title {
    text-align: center;
	margin: 60px auto;
	}

.custom__orthotics-blocks {
	display: flex;
    justify-content: center;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 25px;
	}

.custom__orthotics-block {
    max-width: 376px;
	}

.custom__orthotics-block p {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
	}

.custom__orthotics-block a {
	color: #641513;
	}

.custom__orthotics-block span {
    font-weight: 100;
    font-size: 22px;
	}

.custom__middle-block {
	display: flex;
    justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
	margin: 35px auto;
	border: 1px solid #787878;
	max-width: 950px;
	border-radius: 10px;
	}

.custom__middle-left h4 {
	padding: 0;
	margin: 0;
	font-size: 30px;
    text-align: center;
	}

.custom__middle-left p {
	padding: 0;
	margin: 0;
	font-size: 29px;
	}

.custom__middle-right {
	display: flex;
	justify-content: center;
	align-items: center;
	}

.request__appointment-button {
    width: auto;
    display: block;
    color: #fff !important;
    background: #fcb614;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding: 8px 20px;
    box-sizing: border-box;
    border: 2px solid #fcb614;
    border-radius: 10px;
    transition: 0.3s all;
	}

.request__appointment-button:hover {
	color: #fcb614 !important;
	background: #fff;
	border: 2px solid #fcb614;
	}

/*Blue Banner*/
.blue__banner {
    background: #641513;
    text-align: center;
    color: #fff;
    padding: 20px 25px;
	}

.blue__banner p {
	font-size: 28px;
    padding: 0;
    max-width: 935px;
    margin: 0px auto;
	}

.blue__banner p span {
	display: block;
	}


/*Location Block*/

.location__block {
    padding: 0px 25px 40px;
	}

.lcoation__block-title {
    text-align: center;
    margin: 44px auto;
    font-size: 44px;
	}

.locations__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 50px;
    /* align-items: center; */
    justify-content: center;
    }

.location__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
	}

.location__left {
	max-width: 435px;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 15px;
	min-height: 340px;
	}

.location__right {
	max-width: 435px;
    border: 1px solid #000;
    border-radius: 15px;
    min-height: 340px;
    width: 100%;
    box-sizing: border-box;
	overflow: hidden;
	}

.location__right iframe {
	/* border-radius: 15px; */
	display: flex;
	}

.mb__wrap {
    padding: 25px;
    margin: 50px auto 25px;
    display: flex;
    max-width: 1000px;
    gap: 60px;
  	flex-wrap: wrap;
	}

.mb__left {
    max-width: 475px;
	}

.mb__left h3 {
	font-size: 30px;
	}

.mb__left p {
	font-weight: 600;	
	font-size: 20px;
	}

.mb__left ul {
	font-weight: 600;	
	font-size: 20px;
	}

.mb__right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
	}

.location__name {
	margin: 0 auto 15px;
	text-align: center;
	color: #641513;
	font-size: 30px;
	}

.location__address {
    text-align: center;
    margin: 0 auto 15px;
    font-size: 20px;
    }

.schedule__time {
    width: 140px;
	}

.location__phone-wrap {
    margin: 0 auto 15px;
    }

.location__phone {
    text-align: center;
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
	}

.location__phone a {
	color: #373737;
	}

.schedule__wrap {
	display: flex;
    justify-content: space-between;
    margin: 5px auto;
    gap: 15px;
    align-items: center;
    max-width: 250px;
	}

/*Conditions Treated page*/
.orthotics__wrap {
    display: flex;
    gap: 40px;
	}

.orthotics__left ul {
    column-count: 2;
    font-weight: 600;
    font-size: 22px;
	}	

.bb__banner {
	background: #641513;
	text-align: center;
	padding: 20px 25px;
	}

.bb__banner p {
	font-size: 28px;
	color: #fff;
	max-width: 1100px;
	padding: 0 25px;
	margin: 0 auto;
	}

.orthotics__left {
	text-align: left;
	max-width: 600px;
	}
	
.orthotics__left h3 {
    font-size: 38px;
	margin-top: 0;
	}

.orthotics__left h3 span {
	display: block;
	}

.orthotics__left p {
    font-weight: 600;
    font-size: 22px;
	}

.orthotics__wrap {
	display: flex;
	gap: 40px;
	margin: 0 auto;
	justify-content: center;
	padding: 45px 25px;
	}

.orthotics__right {
	max-width: 598px;
	text-align: center;
	}

.orthotics__right .request__appointment-button {
	margin: 30px auto;
	}

.orthotics__right h3 {
	font-size: 33px;
	margin: 20px auto 0;
	}

.orthotics__lower-wrap {
	display: flex;
	gap: 40px;
	margin: 0 auto;
	justify-content: center;
	padding: 45px 25px;
	}

.orthotics__lower-left {
    text-align: left;
    max-width: 600px;
	}
		
.orthotics__lower-left h3 {
    font-size: 38px;
    margin-top: 0;
	}

.orthotics__lower-left h3 span {
	display: block;
	}
	
.orthotics__lower-left p {
	font-weight: 600;
	font-size: 22px;
	}

.orthotics__lower-left .request__appointment-button {
    margin: 0 auto;
	}

/*Footer*/

footer {
    border-bottom: 15px solid #641513;
    border-top: 15px solid #641513;
    padding: 25px;
    box-sizing: border-box;
	}

footer .content {
    display: block;
    text-align: center;
	}

.copy__right {
    padding: 30px 25px 15px;
    font-size: 20px;
	}

.rabutton {
	max-width: 350px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}


/*Blogs block*/
/*
.blogs-block {
	padding: 50px 0;
	text-align: center;
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/blogs-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

.blogs-block .content {
    text-align: center;
	}

.blogs-block h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: block;
    margin: 10px 0;
	}

.blogs-list ul {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: left;
	}

.blogs-list ul li {
    list-style: none;
    display: block;
    padding: 8px 0 8px 15px;
    position: relative;
	}

.blogs-list ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
	}

.blogs-list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
	}

.blogs-list ul li a:hover {
    text-decoration: underline;
	}

.blogs-block .btn {
    margin-top: 30px;
	}*/

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	left: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

.scroll-to-top.active {
	display: block;
	}

.scroll-to-top:hover {
	opacity: 0.8;
	}

/*Joomla corrections*/
tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }

/*Rate US*/
.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }


.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */

/*Inner pages*/
/*
.inner-pages {
	padding-bottom: 30px;
	}*/

.inner-pages a {
	color: #074075;
	}

.inner-pages img {
	max-width: 100% !important;
	height: auto !important;
	}

.inner-pages .page-header h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

.inner-pages .page-header h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #641513;
	}
	
.doctors {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	
.inner-pages .doctor {	
	padding: 10px;
    font-weight: 700;
    max-width: 380px;
    margin-bottom: 20px;
	}

/*.inner-pages .doctor {
	width: 225px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
	color: #586064;
	font-weight: 700;
	}*/

.inner-pages .doctor img {
	width: 100%;
	margin-bottom: 10px;
	}

.images-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto;
    }

.images-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
	}

/*K2*/
div.latestItemsCategory {
	background: transparent;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	}

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

div.latestItemsCategory h2 a {
	color: #586064;
	}

div.latestItemsCategory h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #641513;
	}

h2.latestItemTitle a {
	color: #641513;
	}

#k2Container.latestView {
	padding-top: 0;
	}

#k2Container {
	padding-top: 40px;
	}

div.itemToolbar {
	display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
	padding: 10px 20px;
	margin: 0;
	}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
	margin: 0;
	display: block;
	padding: 8px 0 8px 15px;
	}

.clearList {
	display: none !important;
	}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	}

#one {
	float: left;
	width: 53%;
	padding-right: 2%;
	}

#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
	}

#address {
	float: left;
	width: 45%;
	}

#week {
	float: left;
	width: 105px;
	}

#hours {
	float: left;
	width: 200px;
	}

#offices {
	margin: 0;
	width: 100%;
	float: left;
	}

#offices.images {
	margin-top: 23px;
	text-align: center;
	}

#offices.images img {
	/* margin: 5px; */
	max-width: 100;
	height: auto;
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

#osmap.osmap-sitemap .even {
	padding: 2px 0;
	}

body.rsform h1 , body.sitemap h1 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #641513;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send {
	background: #641513;
	color: #fff;
	border-color: #641513;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
    transition: 0.3s all;
	}

.formTableLayout input#Send:hover {
	background: #fff;
	color: #641513;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	}

.formTableLayout tr.rsform-block>td {
	padding: 5px;
	font-weight: 600;
	}

input, textarea, button , select {
	outline: none;
	padding: 4px;
	}

/*Joomla content*/

body#homepage .content.h {display: none;}

.content.full {
	flex-wrap: wrap;
    display: flex;
	}

.divContent {
	flex: 0 0 80%;
	/*max-width: 1000px;
	float: left;*/
	}

.divRight {
	flex: 0 0 20%;
	/*max-width: 300px;
	float: right;*/
	}

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
	}

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
	}

body#bfa #k2Container {
    padding-top: 0;
	}

.latestItemsCategory {
	float: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #074075;
	}

@media only screen and (max-width: 1550px) {
.topmenu ul li a, span.nav-header, span.separator {
    font-size: 16px;
    }

.topmenu ul li {
    padding: 0 10px;
    }

  footer {
    padding: 25px 25px 90px;
	}
}

@media only screen and (max-width: 1360px) {
.inner-logo {
	padding: 5px 10px;
	}

.top-right {
	padding-right: 15px;
	}

}

@media only screen and (max-width: 1300px) {
.topmenu ul li {
    padding: 0 5px;
	}

.topmenu ul li a, span.nav-header, span.separator {
    font-size: 15px;
    }
  
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  
/*Rate Us*/

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
    }

/*Rate Us -- END*/
}

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

nav {
	border-bottom: 15px solid #641513;
	}

/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 40px 25px;
	order: 1;
	}

.topmenu {
	position: fixed;
	z-index: 9001;
	top: -150%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #641513;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 20px 15px 15px 15px;
	}

.topmenu ul li {
	display: block;
	padding: 5px;
	}

.topmenu ul li.parent:after {
	display: none;
	}

.topmenu ul li a , span.nav-header , span.separator {
	font-size: 15px;
	}

.topmenu ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: block;
	background: transparent;
	max-height: 3000px;
	overflow-y: visible;
	padding: 5px 0 0 0;
	box-shadow: unset;
	}

.topmenu ul li ul li:last-child {
	border-bottom: unset;
	}

.topmenu ul li ul li {
	padding: 5px 10px;
	}

nav.fixed .topmenu ul li ul {
	background: transparent;
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}

nav .content {
	display: flex;
	}

nav .social-btns {
	float: none;
	padding: 10px 15px 10px 0;
	}

.hamburger-box {
	margin-top: 20px;
	}

.ra-form-block .ra-form-block-wrap {
    flex-direction: column;
    }

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

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

.inner-logo {
	padding: 5px;
	max-width: 250px;
    }

.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 25px;
    order: 1;
    }

.hamburger-box {
	margin-top: unset;
	}

.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner::before,
.hamburger--slider.is-active .hamburger-inner::after {
	background-color: #fff;
	}

.custom__middle-block {
	margin: 35px 25px;
	}

.lcoation__block-title {
	margin: 30px auto;
	font-size: 28px;
	}

.top-right {
	padding: 0 0 15px 0;
	width: 100%;
	order: 2;
    }

.tp__question {
	font-size: 22px;
	}

.top__phone {
	font-size: 28px;
	}

.custom__orthotics-block p {
	font-size: 18px;
	margin-bottom: 5px;
	}

.custom__orthotics-block span {
	font-weight: 100;
	font-size: 18px;
	}

.custom__middle-block {
	margin: 35px 25px;
	flex-direction: column;
	gap: 25px;
    }

.blue__banner p {
	font-size: 22px;
	padding: 0;
	max-width: 935px;
	margin: 0px auto;
	}

.custom__middle-left h4 {
	font-size: 22px;
	}

.custom__middle-left p {
	font-size: 21px;
	}

.mb__left p {
	font-size: 18px;
	}

.mb__left ul {
	font-size: 18px;
	}

.mb__wrap {
	flex-direction: column;
	gap: 30px;
	}

.mb__left {
	max-width: unset;
	}

.tp__question {
	font-size: 24px;
	color: #000;
	}

.top__phone {
	color: #000;
	font-size: 26px;
    }

.orthotics__left {
	max-width: unset;
	}

.orthotics__wrap {
	flex-direction: column;
	}

.orthotics__left p {
	font-size: 18px;
	}

.orthotics__left ul {
	font-size: 18px;
	}

.orthotics__left h3 {
	font-size: 28px;
	}

.orthotics__left h3 span {
	display: inline-block;
	vertical-align: middle;
	}

.orthotics__right {
	max-width: 598px;
	text-align: center;
	margin: 0 auto;
	}

.bb__banner p {
	font-size: 20px;
	}

.orthotics__lower-wrap {
	display: flex;
	gap: 40px;
	margin: 0 auto;
	justify-content: center;
	padding: 45px 25px;
	flex-direction: column;
	}

.orthotics__lower-left h3 {
	font-size: 28px;
	}

.orthotics__lower-left h3 span {
	display: inline-block;
	vertical-align: middle;
	}

.orthotics__lower-left {
	text-align: left;
	max-width: unset;
	}

.orthotics__lower-left p {
	font-size: 18px;
	}

.orthotics__left ul {
	font-size: 18px;
	}

.orthotics__right h3 {
	font-size: 26px;
	}
}

@media only screen and (max-width: 1000px) {
  
nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: block;
  	position: relative;
	}
  
.inner-nav {
    display: none;
  	}
  
nav.slide.fixed, .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
	}
}


@media only screen and (max-width: 940px) {
.ra-form-block .ra-form-block-wrap .item-txt h3,
.ra-form-block .ra-form-block-wrap .item-form h3 {
    font-size: 28px;
    }

.ra-form-block .ra-form-block-wrap .item-txt p {
    font-size: 20px;
    }

.ra-form-block .call-action a {
    padding: 15px;
    font-size: 22px;
    }

.ra-form-block .call-action a span {
    display: block;
    }

.custom__orthotics-title {
    font-size: 28px;
    margin: 30px auto;
	}
}
	

@media only screen and (max-width: 830px) {
#map iframe {
	height: 547px;
	}
}

@media screen and (max-width: 800px) {
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */
}

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

.btn {
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 14px;
	}
  
.blogs-block .btn {
  	padding: 0;
  	}

/*Blogs block*/
/*
.blogs-block {
	background: url(../images/blogs-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}
*/

.blogs-block {
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/blogs-bg-mob.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

.blogs-block h2 {
	font-size: 28px;
	}

.blogs-list ul li a {
	font-size: 15px;
	}

  footer {
    padding: 25px;
	}
  
.scroll-to-top {
    bottom: 20px;
    width: 45px;
    height: auto;
	}
  
.rabutton {
    max-width: 250px;
    bottom: 20px;
    }

.rabutton .buttonrs {
    min-width: 250px;
    font-size: 15px;
    }

.rabutton .buttonrs::before {
    min-width: calc(234px + 16px);
    min-height: calc(36px + 9px);
    }
  
/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

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

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

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

img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {
	display: block;
	}

textarea#Message , tbody#rsform_4_page_0 textarea {
	width: 90%;
	display: block;
	}

}

@media only screen and (max-width: 730px) {
.location__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: column;
	}
}

@media only screen and (max-width: 590px) {
/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}

.orthotics__left ul {
	column-count: 1;
	}

}

@media only screen and (max-width: 550px) {
.inner-logo {
    max-width: 210px;
    }

.top__phone {
    display: block;
    margin: 0 auto;
    text-align: center;
    }

tbody#rsform_5_page_0 td {
	display: block;
	} 
}

