@charset "UTF-8";@media screen,projection {body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 18px; color: #000; -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;}

#system-message {
  	display: none !important;
	}

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

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

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

.btn-primary a {
	color: #fff;
	}

.btn-primary:hover {
	background: #fff;
	color: #5e94c3;
	}

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

.mob.menu {
	display: none;
	}

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

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

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

/*New Code For Navigation*/
.topline .content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    padding: 10px 42px;
    box-sizing: border-box;
	}

.inner-nav .social-btns {
    padding: 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	display: none;
	}

.toploc-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 10px;
	/*flex-wrap: wrap;*/
	}

.top-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	}

.top-button {
	color: #fff;
	font-weight: 500;
	border: 2px solid #5e94c3;
	padding: 3px 10px;
	border-radius: 3px;
	text-align: center;
	margin: 1px 0 2px 0;
	background: #5e94c3;
	}

.top-button:hover {
	color: #5e94c3;
	border: 2px solid #5e94c3;
	background: transparent;
	}

.toploc {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto',sans-serif;
	display: flex;
	align-items: flex-end;
	color: #9f9f9f;
	font-size: 18px;
	gap: 5px;
	}

.toploc a {
	font-size: 24px;
	line-height: 24px;
	color: #5e94c3;
	text-decoration: none;
	font-weight: 500;
	}

.top-right {
	margin: 0 0 0 auto;
	}

.social-btns {
	display: flex;
	flex: 1;
	}

/*Navbar*/
nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	/*background: #0e7071;*/
	background: transparent;
	transition: opacity 0.3s;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

nav.slide {
	position: fixed;
	background: #0e7071;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	}

nav.slide.fixed {
	opacity: 1;
	max-height: 2000px;
	overflow: visible;
	}

nav .content {
	max-width: 3000px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 80px;
	}

.topmenu ul {
	padding: 0;
	margin: 0;
	display: flex;
	}

.topmenu ul li {
	list-style: none;
	padding: 0 5px;
	position: relative;
	}

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

.topmenu ul li a , span.nav-header , span.span-separator {
    font-family: 'Cabin',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 3px;
	}
/*
.topmenu ul li.active ul li a {
	color: #d3ebff;
	}
*/

.topmenu ul li.active ul li a {
	background: none;
	}

.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 {
    background: #5e94c3;
    background: -moz-linear-gradient(top,  #5e94c3 0%, #78b4e7 100%);
    background: -webkit-linear-gradient(top,  #5e94c3 0%,#78b4e7 100%);
    background: linear-gradient(to bottom,  #5e94c3 0%,#78b4e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e94c3', endColorstr='#78b4e7',GradientType=0 );
	color: #fff;
	}

.topmenu ul li ul {
	position: absolute;
	top: 100%;
	margin-top: 29px;
	left: 0;
	width: 225px;
	display: block;
	background: #0a5e5e;
	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: #0a5e5e;
	}

nav.inner-nav .topmenu ul li ul {
	background: #0a5e5e;
	margin-top: 0;
	}

nav.inner-nav.fixed .topmenu ul li ul {
	background: #0a5e5e;
	}

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

.topmenu ul li ul li {
	display: block;
	padding: 10px;
	}
/*
.top-right {
	margin: 0 0 0 auto;
	}*/

.top-phone-wrap p {
    font-size: 24px;
    font-weight: 500;
    color: #d3ebff;
	}

.top-phone-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	}

.top-phone-item a {
	display: block;
	background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    text-align: center;
    padding: 5px 15px;
    font-size: 20px;
    color: #000;
	transition: all 0.3s;
	}

.top-phone-item a:hover {
	background-color: #0e7071;
	color: #fff;
	}

.top-phone {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 42px;
	line-height: 35px;
	/* margin-right: 15px; */
	}

/* .top-phone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 35px;
	background: url(../images/phone-ico.png) no-repeat left center;
	} */

.top-phone a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-left: 10px;
    /* line-height: 28px; */
	}

.social-btns {
	display: inline-block;
	vertical-align: middle;
	}

.social-btn {
	font-size: 14px;
	color: #fff;
	height: 26px;
	padding: 3px 15px 3px 35px;
	box-sizing: border-box;
	border: 1px solid #5e94c3;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
	}

.fb-wrap {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width: 97px;
	height: 27px;
	white-space: nowrap;
	padding: 1px 0 0 0;
	margin: 0 2px;
	}

.fb-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/fb-ico.png) no-repeat 10px center;
	position:absolute;
	left: 0;
	top: 1px;
	}

.fb-wrap:hover .fb-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/fb-ico.png) #5e94c3 no-repeat 10px center;
	}

.twit-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/twit-ico.png) no-repeat 10px center;
	}

.twit-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/twit-ico.png) #5e94c3 no-repeat 10px center;
	}

.goog-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/goog-ico.png) no-repeat 10px center;
	}

.goog-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/goog-ico.png) #5e94c3 no-repeat 10px center;
	}

.hamburger {
	display: none;
	}

.socials {
	display: flex;
	gap: 5px;
	flex-direction: column;
	background: #fff;
	padding: 5px;
	border-top: 3px solid #054242;
	border-right: 3px solid #054242;
	border-bottom: 3px solid #054242;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 46%;
	border-radius: 0 15px 15px 0;
	}

/* .topline {
	display: none;
	} */

.top-phones {
    display: block;
    background-color: #ffa811;
    border: 1px solid #ffa811;
    color: #222;
    text-align: center;
    cursor: pointer;
    font-family: 'Cabin',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
    padding: 6px 20px;
    border-radius: 3px;
	}
	
.top-phones:hover {
	background-color: #ffd400;
	}

.myphone {
	display: none;
	}

.phone-btn {
	position: relative;
	}

.myphone.block {
    display: block;
    background: #f8f8f8;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    top: 45px;
	right: 0;
    width: 270px;
    box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
    text-align: left;
	}

.myphone.block p {
    display: block;
    margin: 10px 0;
    font-size: 20px;
	}

.myphone.block p a {
	margin-left: 5px;
	color: #5e94c3;
	}

/* Slider block*/
.slider-block {
	text-align: center;
	position: relative;
	}

.slider-block .theme-pure {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	}

.slider-block .theme-pure .nivoSlider {
	margin-bottom: 0;
	}
	
.slider-text {
	/*position: absolute;*/
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	padding: 5px 0;
	opacity: 1;
	font-family: 'Lato', sans-serif !important;
	}
	
.slider-text span {
	text-align: center !important;
	}
	
.slider-block .content {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	box-sizing: border-box;
	}	

.slider-block .content-wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	}

.logo-block {
	padding: 100px 0;
	display: inline-block;
	text-align: center;
	}

.logo-block .btn-primary {
	margin-top: 15px;
	}

.maintext-block-serv-wrapper {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	z-index: 11;
	}

.maintext-block-serv {
	display: inline-block;
	padding: 15px;
	background: rgba(0,0,0,0.8);
	margin-top: 150px;
	float: left;
	text-align: left;
	}

.maintext-block-serv h2{
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	margin: 0px 0 10px 0;
	}

.maintext-block-serv ul {
	padding: 0;
	margin: 0;
	}

.maintext-block-serv ul li {
	display: block;
	list-style: none;
	padding: 5px 0 5px 35px;
	position: relative;
	}

.maintext-block-serv ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 24px;
	height: 24px;
	background: url(https://www.eriefootdoctors.com/templates/theme/images/bullet.png) no-repeat center;
	}

.maintext-block-serv ul li a {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	}

.maintext-block-serv ul li a:hover {
	text-decoration: underline;
	}

.maintext-block p {
	margin: 15px auto;
	text-align: center;
	font-size: 27px;
	font-weight: 500;
	color: #fff;
	}

/*Services block*/
.services-block {
	padding: 100px 0;
	background: url(https://www.eriefootdoctors.com/templates/theme/images/services-bg.jpg) no-repeat center;
	background-size: cover;
	}

.services-table {
	float: right;
	}

.services-table h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	}

.services-table ul {
	padding: 10px 20px;
	margin: 0;
	}

.services-table ul li {
	list-style: none;
	display: block;
	padding: 2px 0;
	}

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

.services-table ul li a:hover {
	text-decoration: underline;
	}

.services-cell {
	border-left: 1px solid #fff;
	position: relative;
	}

.services-cell::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
	}

.services-cell::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
	}

.services-dash {
	margin: 5px 0 0 10px;
	width: 30px;
	height: 1px;
	background: #fff;
	}

/*Doctors block*/
.doctors-block {
    padding: 40px 25px;
	box-sizing: border-box;
	}	

.doctors-block .content {
	display: flex;
	align-items: center;
	}

.doctors-block h2 {
	font-weight: 400;
	font-size: 40px;
	color: #0e7071;
	text-align: center;
	margin: 0 0 20px 0;
	}

.doctor-name {
	color: #5e94c3;
	font-size: 20px;
	text-align: right;
	}

.doctor-photo span.doctor-name {
	display: block;
	text-align: center;
	margin: -10px auto 16px;
	font-weight: bold;
	}

.about-doctor {
	padding: 0 30px 0 0;
	}

.about-doctor a {
	color: #0e7071;
	font-weight: 700;
	}

.inner-pages .doctor {
	max-width: 350px;
	float: right;
	margin: 0 0 10px 10px;
	/* color: #5e94c3; */
	font-size: 20px;
	}

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

/* About Us */
.about-us-block {
	background-color: #d8eced;
	padding: 20px 0;
	}

.about-us {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    /* gap: 50px; */
    margin: 0 auto;
    }

.about-us .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #0e7071;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
	padding: 30px;
    width: 33%;
    box-sizing: border-box;
	}

.about-us .item img {
	border: 3px solid #e0e0e0;
	margin-bottom: 10px;
	border-radius: 5px;
	width: 100%;
	max-width: 310px;
    display: block;
	box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
	}

.about-us .item a {
	display: block;
	color: #0e7071;
	transition: all 0.3s;
	}

.about-us .item a:hover {
	transform: scale(1.02);
	}

/*Locations block*/
.locations-block {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/locations-bg.jpg) no-repeat center;
	background-size: cover;
	}

.locations-block .content {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	}

.loc {
	padding: 30px;
	/*width: 33%;*/
	width: 400px;
	box-sizing: border-box;
	}

.loc h2 {
	font-weight: 400;
	font-size: 44px;
	color: #0e7071;
	text-align: center;
	}

.loc .phones {
	color: #5d5d5d;
	font-size: 26px;
	text-align: left;
	margin: 10px auto;
	}

.loc .phones .table-cell {
	padding-right: 10px;
	}

.loc .address {
	font-size: 20px;
	color: #0e7071;
	margin: 10px auto;
	text-align: left;
	display: inline-block;
	text-align: center;
	}

.loc .shedule {
	color: #5d5d5d;
	font-size: 20px;
	text-align: left;
	margin: 10px auto;
	}

.loc .shedule .table-cell {
	padding-right: 10px;
	}

.dir {
	margin: 30px auto 20px;
	}

.dir a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 10px 15px;
	width: 100%;
	max-width: 250px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #5e94c3;
	border: 1px solid #5e94c3;
	transition: all 0.3s;
	}

.dir a:hover {
	color: #5e94c3;
	background: #fff;
	}

.loc-tagline h3 {
	margin: 0 auto;
	text-align: center;
	padding: 0 15px 50px;
	font-size: 28px;
	color: #0e7071;
	font-weight: 700;
	}

/*Blogs block*/
.blogs-block {
	padding: 100px 0;
	background: url(https://www.eriefootdoctors.com/templates/theme/images/blogs-bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	}

.blogs-table {
	margin: 0 auto;
	}

.blogs-table h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	}

.blogs-table ul {
	padding: 10px 20px;
	margin: 0;
	}

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

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

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

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

.blogs-cell {
	border-left: 1px solid #fff;
	position: relative;
	}

.blogs-cell::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
	}

.blogs-cell::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
	}

.blogs-dash {
	margin: 5px 0 0 10px;
	width: 30px;
	height: 1px;
	background: #fff;
	}

/*Connect block*/
.connect-block {
    background: #0e7071;
	}

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

.connect-block h3 {
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding: 30px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}

/* .connect-block .social-btn {
	border-color: #5e94c3;
	background-color: #5e94c3;
	} */

.connect-block .fb-wrap:hover .fb-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/fb-ico.png) #5e94c3 no-repeat 10px center;
	}

.connect-block .twit-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/twit-ico.png) #5e94c3 no-repeat 10px center;
	}

.connect-block .goog-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/goog-ico.png) #5e94c3 no-repeat 10px center;
	}

.bot-social-btns {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	}

.bot-social-btns div {
	height: 45px;
	width: 45px;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
	}

.bot-fb-ico {
	height: 45px;
	width: 45px;
	background: url(https://www.eriefootdoctors.com/templates/theme/images/bot-fb.png) no-repeat center;
	}

.bot-fb-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/bot-fb.png) no-repeat center #fff;
	}

.bot-twit-ico {
	height: 45px;
	width: 45px;
	background: url(https://www.eriefootdoctors.com/templates/theme/images/bot-twit.png) no-repeat center;
	}

.bot-twit-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/bot-twit.png) no-repeat center #fff;
	}

.bot-fb-ico a , .bot-twit-ico a {
	padding: 22px;
	display: inline-block;
	}

/*Footer*/
footer {
	background: #3a3d3e;
	}

footer .content {
	text-align: center;
	max-width: 1320px;
	}

.logo-footer {
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	}

.quick-links-block {
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	text-align: left;
	}

footer h4 {
	font-size: 18px;
	font-weight: 400;
	color: #79cecf;
	margin-top: 0;
	padding-top: 0;
	}

.quick-links-block ul {
	padding: 0;
	margin: 0;
	}

.quick-links-block ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
	color: #d1d1d0;
	}

.quick-links-block ul li a {
	color: #d1d1d0;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	}

.quick-links-block ul li a:hover {
	text-decoration: underline;
	}
	
.quick-links-block ul ul {
	margin: 3px 0 0 10px;
	}

.bottom-loc-block {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 30px 30px;
	text-align: left;
	color: #d1d1d0;
	font-size: 18px;
	line-height: 25px;
	}

.white-text {
	color: #fff;
	}

.offices-block {
	display: flex;
	}

.office {
	padding-right: 30px;
	}

.copy-left, .copy-right {
	text-align: left;
	float: left;
	color: #6e6d6d;
	font-size: 14px;
	padding: 20px 30px 10px 30px;
	}

.copy-left a, .copy-right a {
	color: #6e6d6d;
	text-decoration: none;
	}

.copy-left a:hover, .copy-right a:hover {
	text-decoration: underline;
	}

.copy-right {
	text-align: right;
	float: right;
	}

.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;
	}

.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;
	font-weight: 700;
	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;
	}
	}

/*Joomla corrections*/
.social-btns p, .top-phone p, .connect-block p, .doctor-photo p {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

.social-btns a {
	color: #fff;
	}

/*Inner pages*/

.sas-btn-wrap {
    text-align: center;
    margin: 40px;
    display: block;
	}

.sas-btn {
	color: #fff !important;
	font-weight: 500;
	border: 2px solid #5e94c3;
	background: #5e94c3;
    padding: 7px 35px;
    border-radius: 3px;
    text-align: center;
	}

.sas-btn:hover {
	color: #5e94c3 !important;
	border: 2px solid #5e94c3;
	background: transparent;
	}

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

.inner-pages a {
	color: #5e94c3;
	}

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

nav.inner-nav {
	background: #0e7071;
	position: relative;
	}

nav.inner-nav.fixed {
	position: fixed;
	background: #0e7071;
	}

nav.inner-nav .content {
	height: auto;
	display: flex;
	}

/* .inner-logo {
	padding: 9px 30px 13px 0;
	display: inline-block;
	vertical-align: middle;
	} */

.inner-logo {
	padding: 15px 20px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;		
	background-color: #0e7071;
	}

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

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

nav.inner-nav .topmenu {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0 auto;
	padding: 31px 0;
	}

nav.inner-nav .btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 5px 8px;
	text-align: center;
	margin-left: 10px;
	}

.inner-pages .page-header h2 {
	font-size: 44px;
	color: #5e94c3;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 25px 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: #5e94c3;
	}
/*
.inner-nav .top-right {
	float: right;
	text-align: right;
	max-width: 370px;
	margin: 10px 0 5px auto;
	}*/
/*
.inner-nav .social-btns {
	display: block;
	float: right;
	padding: 0 0 10px 0;
	}
*//*
.inner-nav .top-right .btn {
	display: none;
	}
*/
/*K2*/
div.latestItemsCategory {
	background: transparent;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	}

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

div.latestItemsCategory h2 a {
	color: #5e94c3;
	}

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

h2.latestItemTitle a {
	color: #5e94c3;
	}

#k2Container {
	padding-top: 30px;
	}

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: 49%;
	padding-right: 2%;
	}
	
#two {
	width: 49%;
	float: right;
	margin-bottom: 20px;
	}

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

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

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

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

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}
	
.coloredtext.semi {
	font-weight: 600;
	}

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

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

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

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout button#Send {
	background: #5e94c3;
	color: #fff;
	border-color: #5e94c3;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}

ul.list-unstyled.list-inline
 {  padding: 0; }

div#rsblog-container, .rsblog-post {
    margin-top: 30px;
}

.formTableLayout button#Send:hover {
	background: #fff;
	color: #5e94c3;
	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;
	}

table.pe ul {
	margin: 0;
	}

/*Joomla content*/

body.home .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: #0e7071;
	}

/*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 */

/* Review Page */

.review-top {
    text-align: center;
	}

.review-top h3 {
	font-size: 2em;
	margin-bottom: 15px;
	color: #0e7071;
	}

.review-top .btn-inner a {
    font-size: 20px;
    background-color: #0e7071;
    color: #fff;
    max-width: 415px;
    display: block;
    margin: 20px auto 0;
    padding: 15px;
    border: 2px solid #0e7071;
    border-radius: 5px;
    transition: all 0.3s;
	}

.review-top .btn-inner a:hover {
	color: #0e7071;
	background-color: #fff;
	}

.review-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 30px auto;
    gap: 30px;
	}

.review-wrap hr {
	color: #3a3d3e;
	width: 100%;
	}

.review-wrap .review-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 60px;
	}

.review-wrap .review-item h3 {
	margin-top: 0;
	color: #0e7071;
	font-size: 2em;
	}

.review-wrap .review-item span {
	color: #0e7071;
	font-weight: 700;
	}

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

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

.inner-logo {
	/* padding: 10px 10px 10px 0;
	display: flex;
	vertical-align: middle; */
	max-width: 380px;
	}

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

nav.inner-nav .topmenu {
	padding: 20px 0;
	}

nav.inner-nav .top-phone a {
	font-size: 22px;
	margin-left: 5px;
	}
	
nav.inner-nav .btn {
	display: none;
	}

.topmenu ul li a, span.nav-header, span.span-separator {
	padding: 6px 8px;
	}
}

@media only screen and (max-width: 1550px) {
.topline .content {
	padding: 10px 34px;
	}
	
.inner-logo {
	max-width: 330px;
	}

nav.inner-nav .topmenu {
	padding: 15px 0;
	}

.topmenu ul li {
	list-style: none;
	padding: 0;
	position: relative;
	}

.top-phones {
	font-size: 18px;
	padding: 6px 10px;
	}

.maintext-block-serv {
	margin-top: 45px;
	}

.maintext-block-serv h2{
	font-size: 23px;
	}

.maintext-block-serv ul li a {
	font-size: 20px;
	}

.maintext-block-serv ul li:before {
	top: 5px;
	}

.maintext-block p {
	margin: 10px auto;
	font-size: 20px;
	}

.logo {
	max-height: 200px;
	}

footer {
	padding-bottom: 140px;
	}
}

@media only screen and (max-width: 1370px) {
.topline .content {
	padding: 10px 30px;
	}

.top-phone-item a {
	font-size: 18px;
	}

.top-right .btn.btn-primary {
	font-size: 15px;
	padding: 5px 0;
	}

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

/*Nav*/
.topmenu ul li.parent:after {
	right: -2px;
	}

nav.inner-nav .topmenu {
	margin-top: 0;
	}

/*Inner pages*/

nav.inner-nav .top-phone {
	padding-left: 30px;
	line-height: 25px;
	margin-right: 0;
	margin-top: 5px;
	}

nav.inner-nav .top-right .btn {
	display: inline-block;
	margin: 10px 0;
	}
}

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

.maintext-block-serv {
	margin-top: 25px;
	}

.maintext-block-serv ul {
	line-height: 20px;
	}

.logo-footer {
	display: block;
	vertical-align: top;
	padding: 35px 0 5px;
	max-width: 90%;
	margin: 0 auto;
	}
}

@media only screen and (max-width: 1250px) {
.inner-logo {
	max-width: 250px;
	padding: 20px 20px;
	}

nav.inner-nav .topmenu {
	padding: 10px 0 15px;
	}

/*Slider line*/
.slider-block .logo {
	max-height: 150px;
	}

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

.maintext-block-serv {
	margin-top: 24px;
	}
	
.maintext-block-serv h2{
	font-size: 23px;
	}

.maintext-block-serv ul li a {
	font-size: 18px;
	}

.maintext-block p {
	font-size: 20px;
	}
}

@media only screen and (max-width: 1230px) {
/*Navbar*/
.topmenu ul li a , span.nav-header , span.span-separator {
	font-size: 15px;
	}

.top-right {
	text-align: right;
	}

.social-btns {
	display: block;
	}

.top-phone {
	margin: 10px 0;
	}

.loc h2 {
	font-size: 32px;
	}

.loc .phones {
	font-size: 21px;
	}

.loc .address,
.loc .shedule {
	font-size: 18px;
	}

.connect-block h3 {
	padding: 15px 0;
	margin: 0;
	display: block;
	}

.connect-block .social-btns {
	padding: 0 0 20px;
	}

nav.inner-nav .top-phone {
	margin: 0;
	}

#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

#hours {
	float: left;
	margin: 20px 0 0;
	}
}

@media only screen and (max-width: 1150px) {
/*Nav*/
.inner-logo {
    max-width: 200px;
	padding: 28px 15px;
	}

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

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

.doctors-block h2 {
    margin: 15px 0 20px 0;
	}
}

@media only screen and (max-width: 1115px) {
.slider-text {
	display: none !important;
	}

.maintext-block-serv h2{
	font-size: 20px;
	}

.maintext-block-serv ul li a {
	font-size: 16px;
	}

.maintext-block-serv ul li:before {
	top: 3px;
	}
}

@media only screen and (max-width: 1100px) {
.top-phone-wrap {
	gap: 5px;
	}

.top-phone-item a {
	padding: 5px 10px;
	}

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

.doctor-photo span.doctor-name {
	display: block;
	text-align: center;
	margin: -10px auto 10px;
	}
}

@media only screen and (max-width: 1800px) {	
.maintext-block-serv {
	margin-top: 75px;
	}
}

@media only screen and (max-width: 1080px) {
/*Slider line*/
.slider-block .logo {
	max-height: 100px;
	}

/*Inner pages*/

.about-us {
	gap: 30px;
	flex-direction: column;
	align-items: center;
	}

.about-us .item {
	width: 100%;
	max-width: 370px;
	padding: 0;
	}


/*Rate Us*/

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

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

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

/*Rate Us -- END*/

/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 1050px) {
	
.btn {
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 14px;
	}
    
nav.inner-nav .topmenu {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0 auto;
	}

.toploc-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 5px;
	flex-direction: column;
	}

.toploc {
	font-size: 16px;
	}

.toploc a {
	font-size: 20px;
	line-height: 20px;
	}

.top-phone-wrap {
	gap: 10px;
	}

.top-phone-item a {
	padding: 7px;
	width: unset;
	}

/*Navbar*/

nav {
	display: none;
	}
  
.hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 0 0 0 auto;
	}

.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: #0e7071;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	}

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

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

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

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

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

nav.fixed .topmenu ul li ul {
	background: transparent;
  	box-shadow: none;
	}

nav.inner-nav .topmenu ul li ul {
	background: transparent;
  	box-shadow: none;
	}

nav.inner-nav.fixed .topmenu ul li ul {
	background: transparent;
  	box-shadow: none;
	}
  
.inner-nav { 
	display: none;
	}

nav.slide {
	max-height: 3000px;
	overflow: visible;
	opacity: 1;
	display: block;
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}
	
/*.inner-nav.slide {display: none;}

.inner-nav.slide.fixed {display: block;}*/

.inner-nav .social-btns {
    padding: 5px 0 5px 0;
    float: none;
	display: none;
	}

.top-right {
	text-align: center;
	margin: 0 auto;
	}
	
/*Inner pages*/
	nav.inner-nav .content {
	display: flex;
	}

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

nav.inner-nav .top-right {
	float: none;
	text-align: center;
	margin: 0 auto;
	}

nav.inner-nav .top-right .btn {
	display: none;
	}

nav.inner-nav .top-phone {
	margin: 0 auto 5px;
    padding: 0;
	}

nav.inner-nav .topmenu ul li {
	padding: 5px;
	}

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

.mob.menu {
	display: block;
	}

.topmenu .btn {
	display: block !important;
	margin: -5px 0 0 18px;
	}

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

.phone-btn {
	flex: 1;
	}

.top-phones {
	margin: 0 auto;
	width: 100px;
	}

.myphone.block {
	top: 40px;
	right: 50%;
	transform: translate(50%, 0);
	}

.inner-logo {
	padding: 12px 12px 12px 0;
	position: relative;
	top: unset;
	left: unset;
	max-width: 300px;
	}
}

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

.slider-block {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/topbg-mob.jpg) no-repeat center;
	background-size: cover;
	display: block;
	height: 290px;
	}

.slider-block .nivo-slider-wrapper {
	display: none !important;
	}

.slider-block .content-wrapper {
	position: relative;
	}

.slider-block .logo {
	max-height: 10000px;
	width: 90%;
	max-width: 400px;
	}

.n2-section-smartslider.fitvidsignore.n2_clear {
	display: none;
	}

/*Locations block*/
.locations-block {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/locations-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}

.locations-block .content {
	display: block;
	}

.loc {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	}

.loc h2 {
	font-size: 28px;
	}

.loc .phones {
	font-size: 18px;
	}

.loc .shedule {
	font-size: 18px;
	}

.loc .address {
	font-size: 18px;
	}

.dir a {
	font-size: 18px;
	padding: 10px 10px;
	max-width: 150px;
	}

.loc-tagline h3 {
	padding: 20px 15px 50px;
	font-size: 22px;
	}

table.pe td {
	display: block;
	}
	
table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 910px) {
footer .content {
	text-align: left;
	}

.logo-footer {
	display: block;
	vertical-align: top;
	padding: 35px 0 5px;
	max-width: 90%;
	margin: 0 auto;
	}

.copy-left, .copy-right {
	float: left;
	padding: 0;
	font-size: 12px;
	width: 100%;
	text-align: center;
	}

footer h4 {
	font-size: 14px;
	}
	
.quick-links-block ul ul {
    margin: 2px 0 2px 5px;
	}

.quick-links-block ul li a , .quick-links-block ul li {
	font-size: 14px;
	line-height: 18px;
	}

.bottom-loc-block {
	font-size: 14px;
	line-height: 18px;
	}
}

@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: 768px) {

.formCaption {
	width: 100% !important;
	}

input#Email , input#Your_Email {
	width: 90% !important;
	}
	
form#userForm textarea {
	width: 90% !important;
	}
}

@media only screen and (max-width: 767px) {
/*Services block*/
.services-block {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/services-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}

.services-table h2 , body.rsform h1 , .page-header h1 {
	font-size: 28px;
	}

.services-table ul li a {
	font-size: 15px;
	}

.services-table ul {
	padding: 5px 10px;
	margin: 0;
	}

.services-dash {
	margin: 5px 0 0 5px;
	width: 20px;
	}

/*Doctors block*/
.doctors-block .content {
	display: flex;
	flex-direction: column;
	}

.doctor-photo {
	order: 1;
	padding-top: 30px;
	}

.doctor-photo img {
	max-width: 100%;
	height: auto;
	}

.about-doctor {
	order: 2;
	}

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

/* About Us */
.about-us {
    align-items: center;
    gap: 20px;
    flex-direction: column;
	}

.about-us .item {
	font-size: 18px;
	width: 275px;
	}

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

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

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

.blogs-table ul {
	padding: 5px 10px;
	margin: 0;
	}

.blogs-dash {
	margin: 5px 0 0 5px;
	width: 20px;
	}

/*Connect block*/
.connect-block h3 {
	font-size: 26px;
	padding: 15px;
	margin: 0 auto;
	display: block;
	}

/*Footer*/
footer {
    padding-bottom: 70px;
	}

.scroll-to-top {
	width: 45px;
	bottom: 15px;
	right: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.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 {
	font-size: 28px;
	}

div.latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}

.review-wrap {
	margin: 15px auto;
	gap: 15px;
	}

.review-wrap .review-item {
	gap: 30px;
	flex-direction: column;
	}

.review-top h3,
.review-wrap .review-item h3 {
	font-size: 1.5em;
	}
}

@media only screen and (max-width: 760px) {
/*Footer*/
.offices-block {
	display: block;
 	}

.office {
	padding-right: 0;
	margin-bottom: 20px;
	}

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

#two {
	width: 100%;
	}
}

@media only screen and (max-width: 730px) {
.slider-block .content-wrapper {
	width: unset;
	max-width: 100%;
	padding-top: 1px;
	}
	
.maintext-block-serv h2{
	font-size: 20px;
	}
	
.maintext-block-serv {
	margin: 23px auto 0;
	max-width: 293px;
	float: none;
	display: block;
	}

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

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

.social-btns {
	order: 1;
	}

.top-buttons {
	margin: 8px auto 7px;
	width: 100%;
	order: 2;
	}

.top-right {
	order: 1;
	}

}

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

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

.phone-btn {
	display: none;
	}

nav.inner-nav .content {
	flex-wrap: wrap;
	}

.phone-btn {
	order: 2;
	width: 100%;
	flex: 100%;
	margin: 5px auto 10px;
	}

.social-btns {
	padding-top: 5px;
	order: 1;
	}

.social-btn {
	font-size: 12px;
	padding: 5px 6px 3px 26px;
	}

.fb-wrap {
	width: 72px;
	}

.fb-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/fb-ico.png) no-repeat 5px center;
	}

.fb-wrap:hover .fb-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/fb-ico.png) #5e94c3 no-repeat 5px center;
	}

.twit-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/twit-ico.png) no-repeat 5px center;
	}

.twit-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/twit-ico.png) #5e94c3 no-repeat 5px center;
	}

.goog-ico {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/goog-ico.png) no-repeat 5px center;
	}

.goog-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/goog-ico.png) #5e94c3 no-repeat 5px center;
	}

/*Connect block*/
.connect-block .fb-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/fb-ico.png) #5e94c3 no-repeat 5px center;
	}

.connect-block .twit-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/twit-ico.png) #5e94c3 no-repeat 5px center;
	}

.connect-block .goog-ico:hover {
	background: url(https://www.eriefootdoctors.com/templates/theme/images/goog-ico.png) #5e94c3 no-repeat 5px center;
	}
  
.inner-pages .doctor {
	float: none;
	margin: 0 auto 10px;
	}
}

@media screen and (max-width: 550px) {
tbody#rsform_5_page_0 td {
	display: block;
	}
}

@media only screen and (max-width: 480px) {
	
.maintext-block-serv h2{
	font-size: 18px;
	}

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;
  	}

.rsform-input-box {
	width: 65% !important; 
	display: block;
	}

table#cal4_0 tbody td {
	display: table-cell;
	}
}


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

.inner-logo {
	width: 230px;
	}

.inner-nav .social-btns {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	display: none;
	}

.top-right {
	margin: 5px auto 0;
	order: 2;
	width: 100%;
	justify-content: center;
	align-items: center;
	}

nav.inner-nav .top-right {
	margin: 5px auto 0;
	}
	
.top-buttons {
	margin: 12px auto 8px;
	width: 100%;
	order: 3;
	}

.toploc-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-direction: column;
	}
}

.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}
}
