@charset "UTF-8";
/***!  /templates/theme/css/template.css  !***/

@media screen,projection {body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

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

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

.btn,
.formTableLayout button#Send {
  border-radius: 5px;
  border: 2px solid transparent;
}

.btn {
  width: 100%;
  max-width: 250px;
  padding: 13px;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

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

.marquee-banner {
  text-align: center;
  min-height: 20px;
  font-size: 20px;
  background-color: #0d417c;
  width: 100%;
  padding: 8px 15px 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}

.marquee-banner a {
  color: #fff;
  font-weight: bold;
}

.marquee {
  padding-left: 100vw;
  display: inline-block;
  animation: marquee 25s linear infinite;
  animation-play-state: running;
}

.marquee.paused, .marquee-banner:hover .marquee {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
	  transform: translateX(0);
	}
  100% {
	  transform: translateX(-100%);
  }
}

.topmenu li ul,
nav {
  left: 0;
  background: #f8f8f8;
}

nav {
  position: relative;
  top: 0;
  z-index: 9000;
  transition: all 0.3s;
}

nav.static.hide {
  opacity: 0;
  visibility: hidden;
}

nav.slide {
  position: fixed;
  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: stretch;
  justify-content: space-between;
  padding: 0;
}

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

.inner-logo {
  padding: 10px 15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-logo img {
  max-width: 100%;
}
nav.inner-nav {
    z-index: 9999;
}
nav.inner-nav.slide {
    z-index: 9998;
}
.tag-line {
  font-size: 32px;
  color: #504948;
  font-weight: 600;
  margin-top: 55px;
  text-align: center;
}

.topmenu {
  margin: -30px auto 0;
}

.topmenu ul,
form {
  padding: 0;
  margin: 0;
}

.maintext-block-serv li,
.topmenu li {
  list-style: none;
  padding: 0 15px;
  position: relative;
}

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

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

.topmenu li .separator {
  cursor: pointer;
}

.topmenu li.active li a {
  color: #232323;
}

.topmenu li .nav-header:hover,
.topmenu li .separator:hover,
.topmenu li a:hover,
.topmenu li li.active a,
.topmenu li.active a,
.topmenu li.active li a:hover {
  color: #c8924b;
}

.topmenu li ul {
  position: absolute;
  top: 100%;
  width: 260px;
  display: block;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s;
}

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

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

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

.top-right {
  display: flex;
  white-space: nowrap;
  align-items: flex-end;
  text-align: right;
  margin: 0;
  flex-direction: column;
  justify-content: space-around;
}

.top-phone {
  margin-right: 15px;
  position: relative;
  line-height: 35px;
}

.top-phone a {
  color: #c69b67;
  font-size: 48px;
  font-weight: 500;
  position: relative;
  padding-left: 42px;
}

.top-phone a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 36px;
  height: 35px;
  background: url(https://www.lancasterfootdoctor.com/templates/theme/images/phone-ico.png) no-repeat left center;
}

.top-location {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}

.topline {
  background: #eee;
  display: flex;
}

.top-buttons {
  margin-right: 20px;
}

#google_translate_element2 select.notranslate,
select.notranslate {
  color: #c7914b;
  margin-right: 5px;
  border: 2px solid #c7914b;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
}

.topmenu ul,
nav .social-btns {
  display: flex;
}

.top-req a,
nav .social-btn {
  transition: all 0.3s;
  cursor: pointer;
}

nav .fb-wrap,
nav .social-btn {
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
}

nav .fb-wrap:hover .fb-ico,
nav .social-btn:hover {
  transform: scale(1.1);
}

nav .fb-wrap {
  position: relative;
  width: 58px;
  height: 57px;
  white-space: nowrap;
}

nav .fb-ico {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

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

.top-req a {
  height: 57px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #c7914b;
  color: #fff;
  border: 1px solid #c7914b;
}

.btn-primary:hover,
.top-req a:hover {
  background: #fff;
  color: #c7914b;
}

.hamburger {
  display: none;
}

nav p {
  display: inline-block;
}

.slider-block,
.slider-block .content {
  text-align: center;
}

.mobile-slide {
  display: none;
}

.nivo-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  opacity: 1;
}

.nivo-caption p {
  padding: 0 !important;
  margin: 0;
}

.theme-pure .nivoSlider {
  margin-bottom: 0;
}

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

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

.maintext-block-serv h2 {
  font-size: 30px;
  margin: 0 0 10px;
}

.maintext-block-serv ul,
.quick-links-block ul,
nav p {
  padding: 0;
  margin: 0;
}

.maintext-block-serv li {
  display: block;
  padding: 5px 0 5px 35px;
}

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

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

.copy-left a:hover,
.copy-right a:hover,
.maintext-block-serv li a:hover,
.quick-links-block li a:hover {
  text-decoration: underline;
}

.maintext-block {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.maintext-block h3,
.maintext-block p,
.maintext-block-serv h2 {
  font-weight: 400;
  color: #fff;
  font-family: "Cabin", sans-serif;
}

.maintext-block p {
  font-size: 26px;
  margin: 15px 0 5px !important;
}

.maintext-block h3 {
  font-size: 24px;
  margin-top: 10px;
}

.maintext-block,
.treatments-block .content {
  text-align: center;
}

.about-block h2,
.treatments-block h2 {
  color: #c8924b;
  font-size: 48px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
}

.treatments-block h2 {
  margin-bottom: 20px;
}

.about-block h2::after,
.treatments-block h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: #ccc;
}

.treatments-block .btn {
  margin: 30px auto;
}

.services-block {
  display: flex;
  background: #000;
}

.services-item {
  flex: 1;
  padding: 0 3px;
  box-sizing: border-box;
}

.services-item .img-wrap {
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px 0;
}

.services-item .img-wrap img,
nav {
  width: 100%;
}

.service-title {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 10px;
  background: #c7914b;
  text-align: center;
  border: 1px solid #c7914b;
  transition: all 0.3s;
}

.service-title a {
  color: #fff !important;
}

.service-title:hover {
  background: 0 0;
  color: #c7914b;
}

.about-block {
  padding: 50px 0 150px;
  background: url(https://www.lancasterfootdoctor.com/templates/theme/images/about-bg.jpg) no-repeat center;
  background-size: cover;
}

.about-block h2 {
  text-align: center;
  margin: 0 auto 20px;
}

.about-box p {
  color: #fff;
  text-align: left;
}

.about-box a, .about-block p a {
  color: #0d417c;
}

.doctors-block {
  padding: 50px 0;
}

.doctors-block .content,
.doctors-block h2 {
  text-align: center;
}

.doctors-block .doctor {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  max-width: 24%;
  transition: all 0.3s;
}

.doctors-block .doctor:hover {
  transform: scale(1.02);
}

.doctor a,
.inner-pages .doctor,
footer h4 {
  font-size: 20px;
  color: #c8924b;
  font-weight: 700;
}

.doctors-block .doctor img {
  max-width: 100%;
  box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 15px;
}

.doctors-block .doctor img:hover {
  transform: scale(1.02);
  transition: all 300ms ease;
}

.inner-pages .doctor {
  float: right;
  margin: 0 0 10px 10px;
  color: #c8914b;
  text-align: center;
  height: auto;
  width: 250px;
}

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

.locations-block {
  background: url(https://www.lancasterfootdoctor.com/templates/theme/images/locations-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0;
}

.locations-block .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  justify-content: center;
  align-items: center;
}

.loc {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: rgb(237 237 237/15%);
  border-radius: 15px;
  margin: 6px;
  text-align: center;
  max-width: 400px;
}

.connect-block h3,
.doctors-block h2,
.inner-pages .page-header h2,
.loc h2 {
  font-weight: 300;
  color: #c8924b;
  font-size: 44px;
  margin: 0;
}

.loc .address {
  font-size: 20px;
  margin: 10px 0 30px;
  color: #cac9c9;
}

.loc .phone {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.loc .shedule {
  font-size: 20px;
  color: #c8924b;
  font-weight: 500;
  text-align: left;
  max-width: 220px;
  margin: 18px auto 0;
}

.loc .day {
  padding-right: 10px;
}

.loc .btn {
  margin: 30px auto 0;
  padding: 13px;
  border-radius: 10px;
}

.connect-block {
  background: #fff;
}

.connect-block .content,
.loc .btn,
footer .content {
  text-align: center;
}

.connect-block h3 {
  text-align: center;
  padding: 30px;
}

.connect-block .social-btn,
.connect-block .social-btns,
.connect-block h3 {
  display: inline-block;
  vertical-align: middle;
}

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

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

.connect-block .fb-ico {
  background: url(https://www.lancasterfootdoctor.com/templates/theme/images/fb-ico.png) #c8924b no-repeat 10px center;
  position: absolute;
  left: 0;
}

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

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

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

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

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

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

.bot-social-btns {
  padding: 0 15px;
}

.bot-social-btns div {
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  border: 1px solid #c8924b;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 2px;
}

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

.bot-fb-ico:hover,
.bot-twit-ico:hover {
  transform: scale(1.1);
}

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

footer {
  background: #3a3d3e;
}

.bottom-loc-block,
.logo-footer,
.quick-links-block {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
}

.logo-footer {
  max-width: 430px;
}

.bottom-loc-block,
.quick-links-block {
  text-align: left;
}

footer h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}

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

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

.quick-links-block li ul {
  padding-left: 10px;
}

.bottom-loc-block {
  vertical-align: top;
  padding: 30px 0 30px 30px;
  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: 30px;
}

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

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

.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  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;
}

.testimonial-container {
  border: 2px solid #eee;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

.testimonial-container::after {
  content: "";
  clear: both;
  display: table;
}

.testimonial-container span {
  font-size: 20px;
  margin-right: 6px;
}

.testimonial-p {
  text-align: left;
}

.checked {
  color: gold;
}

.connect-block p,
.doctors-block h2 p,
.social-btns p,
.top-phone p {
  display: inline-block;
  padding: 0;
  margin: 0;
}

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

.inner-pages a,
.social-btns a:hover,
div.k2ArchivesBlock li a,
h2.latestItemTitle a {
  color: #c8924b;
}

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

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

.inner-pages .page-header h2 {
  background: #fff;
  font-size: 48px;
  text-align: center;
  position: relative;
  margin: 0 0 20px;
  padding: 15px 0 30px;
}

.inner-pages .page-header h2::after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0-50px;
  background: #babcbe;
}

div.latestItemsCategory {
  background: 0 0;
  border: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}

body.homepage .content.h,
div.itemToolbar,
div.latestItemsCategory h2 {
  display: none;
}

#k2Container {
  padding-top: 30px;
}

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

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

.clearList,
div.genericItemReadMore {
  display: none !important;
}

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

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

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

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

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

#hours {
  width: 130px;
}

.note-inner {
  float: left;
  margin-top: 3px;
}

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

.btn-inner a {
  display: block;
  max-width: 83px;
  background-color: #c8924b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 34px;
  border: 2px solid #c8924b;
  border-radius: 5px;
  margin-top: 25px;
  transition: all 0.3s;
}

.btn-inner a:hover {
  background-color: transparent;
  color: #c8924b;
}

#offices.images,
.faq-block h4 {
  margin-top: 30px;
  text-align: center;
}

#map {
  margin: 20px 0;
}

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

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout button#Send {
  background: #c8914b;
  color: #fff;
  padding: 5px 30px;
  font-size: 19px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.formTableLayout button#Send:hover {
  background: #fff;
  color: #c8914b;
  border: 2px solid;
  cursor: pointer;
}

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

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

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

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

.divContent {
  flex: 0 0 80%;
}

.divRight {
  flex: 0 0 20%;
}

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

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

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

body.bfa #k2Container,
footer h4 {
  padding-top: 0;
}

.latestItemsCategory {
  float: right;
  width: 30px;
}

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

.images-wrap .items-wrap {
  margin: 0 auto;
}

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

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

@media only screen and (max-width: 1370px) {
  .tag-line {
    font-size: 28px;
    margin: 35px 35px 0;
    max-width: 225px;
  }

  .topmenu li {
    padding: 0 8px;
  }

  .topmenu li.parent:after {
    right: -2px;
  }
  
  .maintext-block-serv-wrapper {
    top: 290px;
  }
  
  .maintext-block-serv {
    margin-top: 0;
  }

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

  .maintext-block-serv li {
    padding: 3px 0 3px 30px;
  }
  
  .maintext-block-serv li a {
    font-size: 17px;
  }

  .maintext-block-serv li:before {
    top: 4px;
    height: 18px;
    width: 18px;
    background-size: cover;
  }

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

  .maintext-block h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1250px) {
  .social-btn img,
  .top-req a {
    height: 42px;
  }

  nav .fb-wrap {
    width: 43px;
    height: 42px;
    overflow: hidden;
  }

  .maintext-block-serv-wrapper {
    top: 270px;
  }
  
  .loc h2 {
    font-size: 34px;
  }

  .loc .phone {
    font-size: 23px;
  }

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

@media only screen and (max-width: 1215px) {
  
  .maintext-block-serv-wrapper {
    top: 260px;
  }
  
  #address {
    width: 100%;
  }

  #hours,
  #week {
    margin: 20px 0 0;
  }

  #hours {
    float: left;
  }

  .note-inner {
    clear: both;
  }

  #map iframe {
    height: 680px;
  }
}

@media only screen and (max-width: 1150px) {
  .tag-line {
    font-size: 20px;
    margin: 40px 10px 0;
    max-width: 180px;
  }

  .maintext-block-serv-wrapper {
    position: relative;
    top: 0;
  }

  .maintext-block-serv {
    margin: 30px auto;
    display: block;
    float: none;
    max-width: 360px;
  }

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

  .maintext-block h3 {
    font-size: 18px;
  }

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

  .service-title,
  .topmenu li .nav-header,
  .topmenu li a {
    font-size: 15px;
  }

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

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

  .logo-footer {
    max-width: 330px;
  }
}

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

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

  .topmenu {
    margin: -10px auto 10px;
  }

  .topmenu li {
    padding: 0 4px;
  }

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

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

  .top-phone a {
    font-size: 28px;
    padding-left: 32px;
  }

  .top-phone a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 25px;
    background-size: 100%auto;
  }

  .doctor a {
    font-size: 16px;
  }

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

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

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

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

  .logo-footer {
    display: block;
    margin: 0 auto;
  }

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }
}

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

  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    position: fixed;
    top: 25px;
  }

  .btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
  }
  
  .marquee-banner, .marquee-banner a {
   font-size: 16px;
  }
    
  .marquee {
   animation: marquee 15s linear infinite;
  }

  .tag-line {
    font-size: 18px;
    margin: 30px 13%0 0;
    max-width: 180px;
  }

  .hamburger {
    display: inline-block;
    z-index: 9002;
    margin: 20px;
    position: absolute;
    right: 5px;
  }

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

  .topmenu.active {
    top: 0;
  }

  .topmenu ul {
    padding: 80px 15px 15px;
  }

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

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

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

  .topmenu li ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background: 0 0;
    max-height: 3000px;
  }

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

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

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

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

  .inner-logo {
    width: 300px;
  }

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

  .top-right {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
  }

  .top-location {
    margin: 0;
  }

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

  #google_translate_element2 select.notranslate,
  footer h4,
  select.notranslate {
    font-size: 14px;
  }

  #offices .nivo-slider-wrapper,
  .topmenu ul,
  nav.slide.fixed .inner-logo {
    display: block;
  }

  nav.slide.fixed .top-right {
    margin: 5px auto;
    text-align: center;
  }

  .slider-block {
    background: url(https://www.lancasterfootdoctor.com/templates/theme/images/topbg-mob.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 0;
  }

  .nivo-slider-wrapper {
    display: none;
  }

  .mobile-slide {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    padding: 10px;
    margin-top: 70px;
  }

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

  .about-block h2,
  .doctors-block h2,
  .inner-pages .page-header h2,
  .treatments-block h2 {
    font-size: 28px;
  }

  .services-block {
    flex-wrap: wrap;
  }

  .services-item {
    flex: 33.333%;
  }

  .doctors-block .doctor {
    padding: 20px;
    max-width: 350px;
  }

  .doctor a {
    font-size: 17px;
  }

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

  .loc {
    max-width: 380px;
    width: 100%;
  }

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

  footer .content {
    text-align: left;
  }

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

  .copy-left,
  .copy-right {
    float: left;
    padding: 15px 30px;
    font-size: 12px;
  }

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

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

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 760px) {
  #one {
    padding-right: 0;
  }

  #one,
  #two {
    width: 100%;
  }

  #offices.images,
  .btn-inner a {
    margin-top: 20px;
  }

  #map {
    margin: 25px 0;
  }

  #map iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 730px) {
  img.np,
  img.pe,
  img.se {
    float: none !important;
    margin: 0 0 10px !important;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 590px) {
  .tag-line {
    display: none;
  }

  .divContent,
  .divRight {
    flex: 0 0 100%;
  }

  .divRight .moduletable {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 550px) {
  .hamburger {
    margin: 24px 20px;
  }

  nav.slide.fixed .hamburger {
    margin: 20px;
  }

  nav .fb-wrap {
    width: 30px;
    height: 30px;
    margin: 0 2px 0 0;
  }

  .social-btn img,
  .top-req a {
    height: 30px;
  }

  .top-req a {
    padding: 10px;
    font-size: 15px;
  }

  .services-block {
    flex-wrap: wrap;
  }

  .services-item {
    flex: 100%;
  }

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

  .loc {
    margin: 10px auto;
  }

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

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

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

  .loc .shedule {
    font-size: 16px;
    margin: 15px auto 0;
    text-align: left;
  }

  .logo-footer {
    margin: 0 auto;
  }

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

  .connect-block .fb-wrap {
    width: 72px;
  }

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

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

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

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

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

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

  .logo-footer,
  .offices-block {
    display: block;
  }

  .inner-pages .doctor {
    float: none;
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  tbody#rsform_3_page_0 td,
  tbody#rsform_4_page_0 td {
    display: block;
  }

  tbody#rsform_4_page_0 textarea,
  textarea#Message {
    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: 420px) {
  .about-block {
    background: url(https://www.lancasterfootdoctor.com/templates/theme/images/about-bg.webp) no-repeat center;
    background-size: cover;
  }
  .slider-block {
    background: url(https://www.lancasterfootdoctor.com/templates/theme/images/topbg-mob-xs.webp) no-repeat center;
    background-size: cover;
  }
  .inner-logo {
    width: 230px;
  }

  .hamburger {
    margin: 15px 20px;
  }

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

  .maintext-block-serv {
    max-width: 300px;
  }

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

.faq-block {
  background-image: url(https://www.lancasterfootdoctor.com/images/slide18.jpg);
  background-size: cover;
}

.module-half-bg {
  padding-top: 5%;
  padding-bottom: 9%;
  background-color: rgba(0, 0, 0, 0.7);
}

.faq-block .moduletable {
  padding: 0 15px;
}

.faq-block h4 {
  margin-top: 8px;
  margin-bottom: 30px;
  color: #eef2f1;
  font-size: 26px;
}

.item-question-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  right: 24px;
  margin-top: -8px;
  opacity: 0.8;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
  background: 0 0;
  outline: 0;
  pointer-events: none;
}

@media screen and (min-width: 800px) {
  .faq-block .moduletable {
    width: 60%;
    margin: 0 auto;
  }

  .faq-block h4 {
    margin-top: 0;
    margin-bottom: 54px;
    font-size: 40px;
  }
}

@media screen and (max-width: 799px) {
  .jeAcc-title {
    font-size: 18px;
    line-height: 18px;
  }

  .jeAcc-content {
    font-size: 16px;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
} */
.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

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

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

ul.list-unstyled.list-inline
 {  padding: 0; }
div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}
}
